/* ================================================================
   FitMeWear — info / legal page styles (premium editorial)
   Relies on tokens + base from styles.css
   ================================================================ */

.page-hero { position: relative; background: var(--paper); border-bottom: 1px solid var(--line); padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.5rem, 5vw, 3.5rem); }
.page-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 8px;
  background-image: repeating-linear-gradient(90deg, var(--line-2) 0 1px, transparent 1px 14px);
  background-size: 14px 8px; background-repeat: repeat-x; opacity: .8;
}
.page-hero h1 { font-family: var(--disp); font-weight: 800; font-size: clamp(2.2rem, 5.5vw, 3.6rem); letter-spacing: -.025em; line-height: 1.02; }
.page-hero p { color: var(--stone); margin-top: .8rem; font-size: 1.1rem; max-width: 60ch; }
.page-hero .eyebrow { margin-bottom: 1rem; }

.page-wrap { padding: clamp(3rem, 6vw, 4.5rem) 0 4.5rem; }

/* ---- Legal / prose ---- */
.legal { max-width: 780px; margin: 0 auto; }
.legal h2 { font-family: var(--disp); font-weight: 800; font-size: 1.5rem; margin: 2.4rem 0 .8rem; letter-spacing: -.01em; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-family: var(--disp); font-weight: 700; font-size: 1.12rem; margin: 1.5rem 0 .5rem; }
.legal p, .legal li { color: var(--ink-2); line-height: 1.8; font-size: 1rem; }
.legal ul, .legal ol { margin: .7rem 0 1.2rem 1.3rem; }
.legal li { margin-bottom: .45rem; }
.legal a { color: var(--accent); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: var(--ink); }
.legal .updated { font-family: var(--mono); color: var(--stone-2); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1.8rem; }
.callout { background: var(--accent-tint); border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line)); border-left: 3px solid var(--accent); border-radius: var(--r-2); padding: 1.1rem 1.3rem; margin: 1.5rem 0; font-size: .96rem; color: var(--ink-2); }
.callout b { color: var(--ink); }
.callout--warn { background: #fbeeec; border-color: #e6b9b3; border-left-color: var(--bad); }

/* ---- About ---- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.8rem; align-items: center; max-width: 1000px; margin: 0 auto; }
.about-grid img { width: 100%; border: 1px solid var(--ink); border-radius: var(--r-2); }
.about-grid p { color: var(--ink-2); line-height: 1.85; margin-bottom: 1rem; font-size: 1.05rem; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; max-width: 1000px; margin: 3.5rem auto 0; }
.about-value { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-2); padding: 1.6rem; transition: border-color .25s, transform .25s var(--ease); }
.about-value:hover { border-color: var(--ink); transform: translateY(-4px); }
.about-value__ic { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--ink); border-radius: var(--r); color: var(--accent); margin-bottom: 1rem; }
.about-value__ic svg { width: 24px; height: 24px; }
.about-value h4 { font-family: var(--disp); font-size: 1.2rem; margin: 0 0 .35rem; }
.about-value p { color: var(--stone); font-size: .92rem; }

/* ---- Contact ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 920px; margin: 0 auto; }
.contact-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-2); padding: 1.8rem; }
.contact-card h3 { font-family: var(--disp); font-size: 1.3rem; margin-bottom: 1.2rem; }
.contact-card > p { color: var(--stone); font-size: .92rem; margin-bottom: 1rem; line-height: 1.7; }
.contact-row { display: flex; gap: .85rem; align-items: flex-start; margin-bottom: 1.2rem; }
.contact-row__ic { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--line-2); border-radius: var(--r); color: var(--accent); }
.contact-row__ic svg { width: 19px; height: 19px; }
.contact-row b { display: block; font-size: .95rem; }
.contact-row small { color: var(--stone); font-size: .88rem; line-height: 1.6; }
.contact-form label { margin-bottom: 1rem; }
.contact-form .btn { margin-top: .5rem; }
.contact-msg { display: none; font-weight: 600; margin-top: 1rem; }
.contact-msg.is-ok { color: var(--ok); }
.contact-msg.is-bad { color: var(--bad); }

/* ===== Product landing pages (/formal-shirt, /casual-shirt) =====
   These pages exist so each shirt has its own URL for Google to rank, instead
   of everything living behind the homepage's #products anchor. They reuse the
   .legal typography block; only the spec list and price/CTA row are new. */
.spec { list-style: none; margin: 1.3rem 0 1.8rem; padding: 0; border-top: 1px solid var(--line); }
.spec li { display: grid; grid-template-columns: 11rem 1fr; gap: 1rem; margin: 0; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.spec li b { font-family: var(--disp); font-weight: 700; color: var(--ink); }
.spec li span { color: var(--ink-2); }

.lp-cta { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; margin: 2rem 0 2.4rem; padding: 1.2rem 1.3rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-2); }
.lp-price { font-family: var(--disp); font-weight: 800; font-size: 1.55rem; letter-spacing: -.02em; color: var(--ink); margin-right: auto; }
.lp-price small { display: block; font-family: var(--body); font-weight: 500; font-size: .82rem; letter-spacing: 0; color: var(--stone); margin-top: .15rem; }

@media (max-width: 820px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .spec li { grid-template-columns: 1fr; gap: .15rem; }
  .lp-price { margin-right: 0; }
  .lp-cta .btn { width: 100%; justify-content: center; }
}
