.am360-qamis-guide {
  width: var(--am360-page, min(1440px, calc(100vw - 40px)));
  margin: 18px auto 34px;
  padding: clamp(24px, 4vw, 52px);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--am360-soft, #f7f7f5);
  border-top: 3px solid var(--am360-black, #050505);
  color: var(--am360-ink, #171717);
  box-sizing: border-box;
}
.am360-qamis-guide__eyebrow { margin: 0 0 12px; font: 600 12px/1.4 var(--am360-ui, sans-serif); letter-spacing: .16em; text-transform: uppercase; }
.am360-qamis-guide h2 { margin: 0 0 18px; font: 500 clamp(27px, 3vw, 42px)/1.08 var(--am360-brand, Georgia, serif); }
.am360-qamis-guide__intro > p:last-child { margin: 0; color: var(--am360-muted, #676767); line-height: 1.65; }
.am360-qamis-guide__sizes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.am360-qamis-size { position: relative; min-height: 126px; padding: 17px 10px 14px 18px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid var(--am360-line, #e7e7e7); border-left: 3px solid var(--am360-black, #050505); border-radius: var(--am360-radius, 0); background: var(--am360-white, #fff); color: inherit; cursor: pointer; text-align: left; transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.am360-qamis-size:hover { transform: translateY(-2px); }
.am360-qamis-size:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.am360-qamis-size.is-selected { background: var(--am360-black, #050505); color: var(--am360-white, #fff); }
.am360-qamis-size__number { font: 500 34px/1 var(--am360-brand, Georgia, serif); }
.am360-qamis-size__alpha { margin-top: 7px; font: 600 13px/1.2 var(--am360-ui, sans-serif); letter-spacing: .12em; }
.am360-qamis-size__height { margin-top: 8px; font: 400 12px/1.3 var(--am360-ui, sans-serif); }
.am360-qamis-guide__tip { margin: 20px 0 7px; font-size: 14px; line-height: 1.55; }
.am360-qamis-guide__note { margin: 0 0 20px; color: var(--am360-muted, #676767); font-size: 12px; line-height: 1.5; }
.am360-qamis-guide__cta { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; background: var(--am360-black, #050505); color: var(--am360-white, #fff) !important; font: 600 13px/1.2 var(--am360-ui, sans-serif); letter-spacing: .04em; text-decoration: none; }
.am360-qamis-guide__cta:hover { opacity: .82; }
.am360-qamis-guide__cta:focus-visible { outline: 3px solid var(--am360-black, #050505); outline-offset: 3px; }
@media (max-width: 920px) {
  .am360-qamis-guide { grid-template-columns: 1fr; }
  .am360-qamis-guide__sizes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .am360-qamis-guide { width: calc(100vw - 24px); margin-bottom: 26px; padding: 24px 16px; }
  .am360-qamis-guide__sizes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .am360-qamis-size { min-height: 118px; }
  .am360-qamis-guide__cta { width: 100%; text-align: center; box-sizing: border-box; }
}
@media (prefers-reduced-motion: reduce) { .am360-qamis-size { transition: none; } }
