:root {
  --cream: #f3efe6;
  --paper: #faf8f3;
  --ink: #171714;
  --red: #e6533c;
  --sage: #aab5a5;
  --pink: #d7b8c3;
  --line: rgba(23, 23, 20, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body, button, input, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }

.storefront { min-height: 100vh; overflow: hidden; background: var(--cream); }
.announcement { display: grid; place-items: center; min-height: 30px; padding: 6px 16px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-align: center; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* --------------------------------------------------------------------------
   MobiHomie information pages
   -------------------------------------------------------------------------- */

.info-page { min-height: 100vh; overflow: hidden; background: var(--cream); }
.info-page h1, .info-page h2, .info-page h3, .info-page p { margin-top: 0; }

.info-header { position: relative; z-index: 20; display: grid; grid-template-columns: 190px 1fr 150px; align-items: center; min-height: 76px; padding: 0 clamp(22px, 4vw, 64px); background: #fff; border-bottom: 1px solid rgba(0,0,0,.07); }
.info-brand { display: flex; width: 174px; overflow: hidden; text-decoration: none; }
.info-brand img { display: block; width: 100%; filter: contrast(280%) brightness(126%) saturate(125%); }
.info-nav { display: flex; align-self: stretch; justify-content: center; gap: clamp(22px, 3.5vw, 52px); }
.info-nav a { position: relative; display: grid; place-items: center; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.info-nav a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.info-nav a:hover::after, .info-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.info-shop-link { justify-self: end; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.info-shop-link span { margin-left: 7px; font-size: 14px; transition: margin-left .2s ease; }
.info-shop-link:hover span { margin-left: 11px; }
.info-mobile-menu { display: none; }

.site-footer { padding: clamp(44px, 5vw, 64px) clamp(24px, 5.5vw, 86px) 24px; background: #080808; color: #fff; }
.site-footer .footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: clamp(32px, 5vw, 82px); width: min(1260px, 100%); margin: 0 auto; }
.site-footer .footer-logo { display: flex; width: 174px; overflow: hidden; background: #fff; text-decoration: none; }
.site-footer .footer-logo img { display: block; width: 100%; height: auto; }
.site-footer .footer-brand p { max-width: 250px; margin: 16px 0 28px; color: #bdbdb8; font-family: Georgia, serif; font-size: 16px; line-height: 1.35; }
.site-footer .footer-brand > strong, .site-footer .footer-column > strong { display: block; margin: 0 0 12px; color: #fff; font-size: 11px; letter-spacing: .045em; }
.site-footer .social-links { display: flex; gap: 10px; }
.site-footer .social-links > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: #080808; transition: background .2s ease, color .2s ease, transform .2s ease; }
.site-footer .social-links > span:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.site-footer .social-icon { display: block; width: 15px; height: 15px; fill: currentColor; }
.site-footer .footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer .footer-column > a { color: #d0d0cb; text-decoration: none; font-size: 12px; line-height: 1.35; transition: color .2s ease; }
.site-footer .footer-column > a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-footer .footer-confidence { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(38px, 6vw, 90px); width: min(1420px, 100%); margin: 42px auto 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.62); }
.site-footer .footer-confidence strong { display: block; margin-bottom: 10px; font-size: 13px; letter-spacing: .04em; }
.site-footer .footer-contact { display: grid; gap: 2px; }
.site-footer .footer-contact a { color: #d0d0cb; text-decoration: none; font-size: 12px; letter-spacing: .03em; }
.site-footer .footer-contact a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.site-footer .footer-newsletter form { display: flex; width: min(520px, 100%); min-height: 46px; overflow: hidden; border-radius: 999px; background: #fff; }
.site-footer .footer-newsletter input { min-width: 0; flex: 1; border: 0; padding: 0 20px; background: transparent; color: var(--ink); outline: 0; font: inherit; font-size: 12px; }
.site-footer .footer-newsletter input::placeholder { color: #83837f; }
.site-footer .footer-newsletter button { min-width: 104px; border: 0; border-radius: 999px; background: var(--red); color: #fff; cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; letter-spacing: .05em; transition: background .2s ease; }
.site-footer .footer-newsletter button:hover { background: #c9432f; }
.site-footer .footer-newsletter p { margin: 9px 3px 0; color: #aaa9a3; font-size: 9px; line-height: 1.4; }
.site-footer .footer-newsletter p a { color: #d0d0cb; text-underline-offset: 3px; }
.site-footer .footer-legal { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; width: min(1420px, 100%); margin: 0 auto; padding: 20px 0 0; }
.site-footer .footer-legal span, .site-footer .footer-legal a { color: #aaa9a3; text-decoration: none; font-size: 10px; }
.site-footer .footer-legal nav { display: flex; gap: 28px; }
.site-footer .footer-legal a:hover { color: #fff; }
.site-footer .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; border: 0 !important; white-space: nowrap !important; }

/* About */
.about-hero { display: grid; grid-template-columns: .82fr 1.18fr; min-height: min(720px, calc(100vh - 106px)); background: var(--paper); }
.about-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(68px, 8vw, 130px) clamp(28px, 6vw, 96px); }
.about-hero-copy h1 { max-width: 660px; margin-bottom: 28px; font-family: Georgia, serif; font-size: clamp(58px, 6.4vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .88; text-transform: uppercase; }
.about-hero-copy > p:not(.eyebrow) { max-width: 490px; margin-bottom: 38px; color: #595952; font-family: Georgia, serif; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.55; }
.about-hero-visual { position: relative; min-height: 600px; overflow: hidden; }
.about-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,23,20,.08), transparent 34%); content: ""; pointer-events: none; }
.about-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.about-sticker { position: absolute; z-index: 1; right: clamp(24px, 5vw, 70px); bottom: clamp(24px, 5vw, 62px); display: grid; width: 144px; height: 144px; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .06em; line-height: 1.35; text-align: center; transform: rotate(8deg); box-shadow: 0 12px 30px rgba(23,23,20,.17); }

.about-intro { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 0; border-bottom: 1px solid var(--line); }
.about-intro > div { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 140px); align-items: start; margin-top: 30px; }
.about-intro h2 { max-width: 600px; font-family: Georgia, serif; font-size: clamp(55px, 7.5vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .87; text-transform: uppercase; }
.about-intro h2 em { color: var(--red); font-weight: 400; }
.about-intro-copy { max-width: 580px; padding-top: 10px; }
.about-intro-copy p { color: #464640; font-family: Georgia, serif; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.62; }
.about-intro-copy p + p { margin-top: 24px; }

.about-mosaic { display: grid; grid-template-columns: 1.5fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; width: min(1420px, calc(100% - 48px)); min-height: 760px; margin: clamp(68px, 8vw, 116px) auto; }
.about-mosaic-large { grid-row: 1 / 3; overflow: hidden; border-radius: 28px; background: var(--red); }
.about-mosaic-large img, .about-mosaic-small img { width: 100%; height: 100%; object-fit: cover; }
.about-mosaic-quote { display: flex; flex-direction: column; justify-content: center; min-height: 330px; padding: clamp(30px, 4vw, 62px); border-radius: 28px; background: var(--red); color: #fff; }
.about-mosaic-quote > span { font-family: Georgia, serif; font-size: 70px; line-height: .55; opacity: .55; }
.about-mosaic-quote blockquote { margin: 24px 0 30px; font-family: Georgia, serif; font-size: clamp(26px, 2.8vw, 44px); letter-spacing: -.035em; line-height: 1.05; }
.about-mosaic-quote small { font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.about-mosaic-small { min-height: 330px; overflow: hidden; border-radius: 28px; background: var(--sage); }

.about-values { padding: clamp(90px, 10vw, 150px) clamp(24px, 6vw, 92px); background: var(--paper); }
.about-values-heading { display: grid; grid-template-columns: .55fr 1fr .7fr; gap: clamp(28px, 6vw, 90px); align-items: end; width: min(1340px, 100%); margin: 0 auto 72px; }
.about-values-heading h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(52px, 6vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.about-values-heading > p:last-child { margin-bottom: 4px; color: #66665f; font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1340px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.about-value-grid article { min-height: 390px; padding: 28px clamp(20px, 3vw, 44px) 38px; border-right: 1px solid var(--ink); }
.about-value-grid article:first-child { padding-left: 0; }
.about-value-grid article:last-child { padding-right: 0; border-right: 0; }
.about-value-grid article > div { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.about-value-grid article > div span { color: var(--red); font-family: Georgia, serif; font-size: 42px; }
.about-value-grid article small { font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.about-value-grid h3 { max-width: 310px; margin: 80px 0 24px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 44px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.about-value-grid p { max-width: 330px; margin-bottom: 0; color: #67675f; font-size: 13px; line-height: 1.65; }

.about-world { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; background: #0a0a09; color: #fff; }
.about-world-copy { padding: clamp(82px, 9vw, 140px) clamp(28px, 7vw, 110px); }
.about-world-copy h2 { margin: 28px 0 34px; font-family: Georgia, serif; font-size: clamp(58px, 7.2vw, 108px); font-weight: 400; letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.about-world-copy > p:not(.eyebrow) { max-width: 670px; color: #c7c7c0; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 680px; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.4); }
.about-stats div { display: grid; gap: 7px; }
.about-stats strong { color: var(--red); font-family: Georgia, serif; font-size: clamp(22px, 2.1vw, 32px); font-weight: 400; }
.about-stats span { color: #aaa9a3; font-size: 10px; letter-spacing: .035em; }
.about-world-mark { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--red); }
.about-world-mark::before, .about-world-mark::after { position: absolute; width: min(35vw, 480px); height: min(35vw, 480px); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; content: ""; }
.about-world-mark::after { width: min(26vw, 350px); height: min(26vw, 350px); }
.about-world-mark span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: clamp(100px, 14vw, 220px); font-style: italic; letter-spacing: -.09em; }
.about-world-mark i { position: absolute; right: 20px; bottom: 26px; left: 20px; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .09em; text-align: center; }

.about-cta { display: flex; min-height: 590px; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; background: var(--pink); text-align: center; }
.about-cta h2 { margin: 28px 0 42px; font-family: Georgia, serif; font-size: clamp(56px, 8vw, 120px); font-weight: 400; letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.about-cta > div { display: flex; gap: 28px; align-items: center; }

/* Contact */
.contact-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--red); }
.contact-hero > div:first-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 8vw, 126px) clamp(28px, 7vw, 108px); color: #fff; }
.contact-hero h1 { margin-bottom: 35px; font-family: Georgia, serif; font-size: clamp(72px, 8vw, 125px); font-weight: 400; letter-spacing: -.07em; line-height: .83; text-transform: uppercase; }
.contact-hero > div:first-child > p:last-child { max-width: 570px; margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(18px, 1.65vw, 24px); line-height: 1.55; }
.contact-direct-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); background: #0a0a09; color: #fff; }
.contact-direct-card > span { margin-bottom: 28px; color: #aaa9a3; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.contact-direct-card > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.6); color: #fff; text-decoration: none; font-family: Georgia, serif; font-size: clamp(25px, 3.2vw, 50px); letter-spacing: -.03em; }
.contact-direct-card > a i { display: grid; width: 50px; height: 50px; flex: 0 0 50px; place-items: center; border-radius: 50%; background: var(--red); font-family: Arial, sans-serif; font-size: 19px; font-style: normal; }
.contact-direct-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 50px 0 26px; }
.contact-direct-card dl div { display: grid; gap: 9px; }
.contact-direct-card dt { color: #8e8e88; font-size: 9px; font-weight: 800; letter-spacing: .055em; }
.contact-direct-card dd { margin: 0; font-family: Georgia, serif; font-size: 15px; line-height: 1.35; }
.contact-direct-card small { color: #777772; font-size: 9px; line-height: 1.45; }

.contact-main { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(60px, 9vw, 140px); width: min(1360px, calc(100% - 48px)); margin: 0 auto; padding: clamp(95px, 11vw, 165px) 0; }
.contact-form-wrap > h2, .contact-help-list > h2 { margin: 22px 0; font-family: Georgia, serif; font-size: clamp(52px, 6.5vw, 92px); font-weight: 400; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.contact-form-wrap > p:not(.eyebrow) { max-width: 690px; margin-bottom: 52px; color: #696961; font-size: 13px; line-height: 1.6; }
.contact-form { display: grid; gap: 30px; }
.contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: grid; gap: 11px; }
.contact-form label > span { font-size: 9px; font-weight: 900; letter-spacing: .065em; }
.contact-form label > span i { margin-left: 7px; color: #96968f; font-style: normal; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #9a9a92; border-radius: 0; padding: 13px 0 15px; background: transparent; color: var(--ink); outline: 0; font-family: Georgia, serif; font-size: 16px; }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #909088; opacity: 1; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-submit-row { display: flex; gap: 24px; align-items: center; margin-top: 10px; }
.contact-submit-row p { max-width: 280px; margin: 0; color: #7a7a73; font-size: 10px; line-height: 1.5; }
.contact-help-list { padding-top: 7px; }
.contact-help-list > h2 { margin-bottom: 48px; font-size: clamp(44px, 4vw, 64px); }
.contact-help-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--ink); }
.contact-help-list article:last-child { border-bottom: 1px solid var(--ink); }
.contact-help-list article > span { color: var(--red); font-family: Georgia, serif; font-size: 26px; }
.contact-help-list h3 { margin: 3px 0 12px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.contact-help-list article p { margin-bottom: 0; color: #6c6c65; font-size: 12px; line-height: 1.65; }

.contact-policy-strip { padding: clamp(78px, 9vw, 130px) clamp(24px, 6vw, 94px); background: var(--sage); }
.contact-policy-strip > div:first-child { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: end; width: min(1340px, 100%); margin: 0 auto 58px; }
.contact-policy-strip h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 84px); font-weight: 400; letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.contact-policy-cards { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1340px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.contact-policy-cards a { position: relative; display: grid; min-height: 210px; align-content: start; gap: 17px; padding: 31px clamp(20px, 3vw, 42px); border-right: 1px solid var(--ink); text-decoration: none; transition: background .2s ease, color .2s ease; }
.contact-policy-cards a:first-child { padding-left: 0; }
.contact-policy-cards a:last-child { padding-right: 0; border-right: 0; }
.contact-policy-cards a:hover { background: rgba(255,255,255,.2); }
.contact-policy-cards strong { font-size: 10px; letter-spacing: .06em; }
.contact-policy-cards span { max-width: 300px; font-family: Georgia, serif; font-size: 22px; line-height: 1.25; }
.contact-policy-cards i { position: absolute; right: 24px; bottom: 26px; font-size: 20px; font-style: normal; }
.contact-company { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; width: min(1340px, calc(100% - 48px)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 0; }
.contact-company h2 { margin: 20px 0 0; font-family: Georgia, serif; font-size: clamp(64px, 8vw, 120px); font-weight: 400; letter-spacing: -.07em; line-height: .8; text-transform: uppercase; }
.contact-company dl { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 45px; margin: 0; }
.contact-company dl div { display: grid; gap: 8px; padding-top: 15px; border-top: 1px solid var(--ink); }
.contact-company dt { font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.contact-company dd { margin: 0; font-family: Georgia, serif; font-size: 17px; }
.contact-company a { text-underline-offset: 4px; }

/* Legal */
.legal-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 9vw, 140px); align-items: end; min-height: 470px; padding: clamp(80px, 9vw, 138px) clamp(24px, 6vw, 94px) 70px; background: var(--red); color: #fff; }
.legal-hero h1 { margin: 24px 0 -8px; font-family: Georgia, serif; font-size: clamp(72px, 9vw, 142px); font-weight: 400; letter-spacing: -.07em; line-height: .8; text-transform: uppercase; }
.legal-hero-note { max-width: 520px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.65); }
.legal-hero-note p { margin-bottom: 28px; font-family: Georgia, serif; font-size: clamp(18px, 1.8vw, 25px); line-height: 1.55; }
.legal-hero-note span { font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.legal-shell { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(55px, 8vw, 125px); align-items: start; width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: clamp(75px, 9vw, 130px) 0; }
.legal-toc { position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow: auto; padding-right: 20px; scrollbar-width: thin; }
.legal-toc > p { margin-bottom: 22px; font-size: 9px; font-weight: 900; letter-spacing: .075em; }
.legal-toc nav { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.legal-toc nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: #62625c; text-decoration: none; font-size: 10px; line-height: 1.35; transition: color .2s ease, padding-left .2s ease; }
.legal-toc nav a:hover { padding-left: 5px; color: var(--red); }
.legal-toc > div { display: grid; gap: 8px; margin-top: 28px; padding: 20px; background: var(--pink); }
.legal-toc > div strong { font-size: 9px; letter-spacing: .06em; }
.legal-toc > div a { text-decoration: none; font-family: Georgia, serif; font-size: 14px; }
.legal-article { min-width: 0; }
.legal-article > section { position: relative; display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 0 24px; padding: 0 0 clamp(65px, 7vw, 96px); scroll-margin-top: 28px; }
.legal-article > section + section { padding-top: clamp(55px, 6vw, 82px); border-top: 1px solid var(--ink); }
.legal-number { grid-row: 1 / 3; color: var(--red); font-family: Georgia, serif; font-size: 24px; line-height: 1; }
.legal-article h2 { margin: -5px 0 32px; font-family: Georgia, serif; font-size: clamp(36px, 4.3vw, 62px); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.legal-article > section > div { grid-column: 2; max-width: 830px; }
.legal-article h3 { margin: 42px 0 16px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.legal-article p { margin-bottom: 20px; color: #41413c; font-family: Georgia, serif; font-size: 16px; line-height: 1.75; }
.legal-article ul { margin: 18px 0 28px; padding: 0; list-style: none; }
.legal-article li { position: relative; margin: 0 0 12px; padding-left: 24px; color: #41413c; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.legal-article li::before { position: absolute; top: .68em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--red); content: ""; }
.legal-article strong { color: var(--ink); }
.legal-article code { padding: 2px 5px; border-radius: 3px; background: rgba(170,181,165,.28); font-family: inherit; font-size: .94em; }
.legal-article a { color: inherit; text-decoration-color: var(--red); text-underline-offset: 3px; }
.legal-contact-banner { display: flex; min-height: 440px; flex-direction: column; align-items: center; justify-content: center; padding: 70px 24px; background: var(--pink); text-align: center; }
.legal-contact-banner h2 { margin: 23px 0 35px; font-family: Georgia, serif; font-size: clamp(56px, 7vw, 96px); font-weight: 400; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }

@media (max-width: 1080px) {
  .info-header { grid-template-columns: 175px 1fr 125px; padding: 0 24px; }
  .info-nav { gap: 22px; }
  .about-values-heading { grid-template-columns: .5fr 1fr; }
  .about-values-heading > p:last-child { grid-column: 2; }
  .contact-main { grid-template-columns: 1.15fr .85fr; gap: 60px; }
  .contact-direct-card dl { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 900px) {
  .info-header { grid-template-columns: 1fr auto; min-height: 68px; }
  .info-brand { width: 155px; }
  .info-nav, .info-shop-link { display: none; }
  .info-mobile-menu { position: static; display: block; }
  .info-mobile-menu summary { position: relative; width: 34px; height: 34px; cursor: pointer; list-style: none; }
  .info-mobile-menu summary::-webkit-details-marker { display: none; }
  .info-mobile-menu summary i { position: absolute; right: 3px; width: 23px; height: 1.5px; background: var(--ink); transition: transform .2s ease, top .2s ease; }
  .info-mobile-menu summary i:first-child { top: 11px; }
  .info-mobile-menu summary i:last-child { top: 21px; }
  .info-mobile-menu[open] summary i:first-child { top: 16px; transform: rotate(45deg); }
  .info-mobile-menu[open] summary i:last-child { top: 16px; transform: rotate(-45deg); }
  .info-mobile-menu nav { position: absolute; top: 68px; right: 0; left: 0; display: grid; padding: 16px 24px 26px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.09); }
  .info-mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .site-footer .footer-main { grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr)); gap: 36px 26px; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-copy { min-height: 520px; }
  .about-hero-visual { min-height: 650px; }
  .about-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 550px 330px; min-height: 0; }
  .about-mosaic-large { grid-column: 1 / -1; grid-row: auto; }
  .about-mosaic-quote, .about-mosaic-small { min-height: 330px; }
  .about-value-grid { grid-template-columns: 1fr; }
  .about-value-grid article, .about-value-grid article:first-child, .about-value-grid article:last-child { min-height: 0; padding: 30px 0 42px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .about-value-grid article:last-child { border-bottom: 0; }
  .about-value-grid h3 { margin-top: 45px; }
  .about-world { grid-template-columns: 1fr; }
  .about-world-mark { min-height: 600px; }
  .about-world-mark::before { width: 480px; height: 480px; }
  .about-world-mark::after { width: 350px; height: 350px; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-direct-card dl { grid-template-columns: repeat(3, 1fr); }
  .contact-main { grid-template-columns: 1fr; }
  .contact-help-list { padding-top: 10px; }
  .legal-shell { grid-template-columns: 220px minmax(0, 1fr); gap: 48px; }
  .legal-hero { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .info-header { min-height: 60px; padding: 0 15px; }
  .info-brand { width: 133px; }
  .info-mobile-menu nav { top: 60px; padding-right: 18px; padding-left: 18px; }
  .site-footer { padding: 42px 22px 22px; }
  .site-footer .footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 14px; }
  .site-footer .footer-brand { grid-column: 1 / -1; }
  .site-footer .footer-column { gap: 12px; }
  .site-footer .footer-column > strong { min-height: 30px; margin-bottom: 8px; }
  .site-footer .footer-column > a { font-size: 11px; }
  .site-footer .footer-confidence { grid-template-columns: 1fr; gap: 24px; margin-top: 36px; padding: 24px 0; }
  .site-footer .footer-newsletter form { min-height: 44px; }
  .site-footer .footer-newsletter button { min-width: 86px; }
  .site-footer .footer-legal { grid-template-columns: 1fr; gap: 14px; padding-top: 24px; }
  .site-footer .footer-legal nav { gap: 22px; }
  .about-hero-copy { min-height: 480px; padding: 70px 22px; }
  .about-hero-copy h1 { font-size: clamp(52px, 17vw, 78px); }
  .about-hero-visual { min-height: 510px; }
  .about-sticker { right: 20px; bottom: 20px; width: 112px; height: 112px; font-size: 9px; }
  .about-intro { width: calc(100% - 36px); padding: 78px 0; }
  .about-intro > div { grid-template-columns: 1fr; gap: 38px; }
  .about-intro h2 { font-size: clamp(52px, 16vw, 75px); }
  .about-intro-copy { padding-top: 0; }
  .about-mosaic { grid-template-columns: 1fr; grid-template-rows: 420px auto 380px; gap: 10px; width: calc(100% - 28px); }
  .about-mosaic-large, .about-mosaic-quote, .about-mosaic-small { grid-column: auto; min-height: 0; border-radius: 18px; }
  .about-mosaic-quote { padding: 38px 28px; }
  .about-values { padding: 78px 20px; }
  .about-values-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; }
  .about-values-heading > p:last-child { grid-column: auto; }
  .about-values-heading h2 { font-size: clamp(48px, 15vw, 68px); }
  .about-value-grid h3 { max-width: 280px; font-size: 34px; }
  .about-world-copy { padding: 78px 22px; }
  .about-world-copy h2 { font-size: clamp(52px, 16vw, 75px); }
  .about-stats { grid-template-columns: 1fr; gap: 22px; margin-top: 42px; }
  .about-world-mark { min-height: 440px; }
  .about-world-mark::before { width: 340px; height: 340px; }
  .about-world-mark::after { width: 250px; height: 250px; }
  .about-cta { min-height: 520px; }
  .about-cta h2 { font-size: clamp(50px, 15vw, 72px); }
  .about-cta > div { flex-direction: column; }
  .contact-hero > div:first-child, .contact-direct-card { padding: 75px 22px; }
  .contact-hero h1 { font-size: clamp(64px, 20vw, 88px); }
  .contact-direct-card > a { font-size: 21px; }
  .contact-direct-card > a i { width: 42px; height: 42px; flex-basis: 42px; }
  .contact-direct-card dl { grid-template-columns: 1fr; }
  .contact-main { width: calc(100% - 40px); padding: 78px 0; }
  .contact-form-wrap > h2 { font-size: clamp(48px, 15vw, 68px); }
  .contact-field-row { grid-template-columns: 1fr; gap: 28px; }
  .contact-submit-row { align-items: flex-start; flex-direction: column; }
  .contact-policy-strip { padding: 76px 20px; }
  .contact-policy-strip > div:first-child { grid-template-columns: 1fr; gap: 24px; }
  .contact-policy-strip h2 { font-size: clamp(48px, 15vw, 68px); }
  .contact-policy-cards { grid-template-columns: 1fr; }
  .contact-policy-cards a, .contact-policy-cards a:first-child, .contact-policy-cards a:last-child { min-height: 165px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .contact-policy-cards a:last-child { border-bottom: 0; }
  .contact-company { grid-template-columns: 1fr; gap: 55px; width: calc(100% - 40px); padding: 78px 0; }
  .contact-company dl { grid-template-columns: 1fr; }
  .legal-hero { min-height: 430px; padding: 75px 22px 55px; }
  .legal-hero h1 { font-size: clamp(63px, 19vw, 86px); }
  .legal-hero-note { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.6); border-left: 0; }
  .legal-shell { grid-template-columns: 1fr; width: calc(100% - 40px); padding: 72px 0; }
  .legal-toc { position: static; max-height: none; padding-right: 0; }
  .legal-toc nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
  .legal-toc > div { display: none; }
  .legal-article > section { grid-template-columns: 40px minmax(0, 1fr); gap: 0 12px; }
  .legal-number { font-size: 20px; }
  .legal-article h2 { margin-bottom: 25px; font-size: 36px; }
  .legal-article > section > div { grid-column: 1 / -1; padding-top: 8px; }
  .legal-article p, .legal-article li { font-size: 15px; }
  .legal-contact-banner { min-height: 390px; }
  .legal-contact-banner h2 { font-size: clamp(50px, 15vw, 70px); }
}

/* --------------------------------------------------------------------------
   Information pages — independent-store editorial direction (v2)
   -------------------------------------------------------------------------- */

.info-subnav { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 47px; padding: 0 clamp(22px, 4vw, 64px); background: #0a0a09; color: #fff; }
.info-subnav > span { color: #8f8f89; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.info-subnav nav { display: flex; align-self: stretch; }
.info-subnav nav a { position: relative; display: grid; min-width: 128px; place-items: center; border-left: 1px solid rgba(255,255,255,.16); color: #aaa9a3; text-decoration: none; font-size: 10px; font-weight: 700; transition: color .2s ease, background .2s ease; }
.info-subnav nav a:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.info-subnav nav a:hover { color: #fff; background: rgba(255,255,255,.05); }
.info-subnav nav a.active { background: var(--red); color: #fff; }

/* About v2 */
.story-masthead { display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(790px, calc(100vh - 153px)); background: var(--paper); }
.story-masthead-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(72px, 8vw, 130px) clamp(28px, 7vw, 110px); }
.story-masthead-copy h1 { margin: 28px 0 35px; font-family: Georgia, serif; font-size: clamp(64px, 7.3vw, 116px); font-weight: 400; letter-spacing: -.075em; line-height: .79; text-transform: uppercase; }
.story-masthead-copy h1 em { color: var(--red); font-weight: 400; }
.story-masthead-copy > p:not(.eyebrow) { max-width: 520px; color: #5c5c55; font-family: Georgia, serif; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.55; }
.story-masthead-copy > a { margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.story-masthead-copy > a span { margin-left: 10px; }
.story-masthead-image { position: relative; min-height: 620px; overflow: hidden; }
.story-masthead-image > img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.story-masthead-image > div { position: absolute; right: 26px; bottom: 26px; left: 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 16px 20px; background: rgba(250,248,243,.9); backdrop-filter: blur(8px); }
.story-masthead-image > div span { font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.story-masthead-image > div strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; text-align: center; }

.story-manifesto { display: grid; grid-template-columns: 170px 1fr; gap: clamp(45px, 9vw, 150px); width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 12vw, 180px) 0; }
.story-manifesto-label { display: flex; gap: 16px; align-items: flex-start; }
.story-manifesto-label span { color: var(--red); font-family: Georgia, serif; font-size: 25px; }
.story-manifesto-label p { margin: 7px 0 0; font-size: 9px; font-weight: 900; letter-spacing: .075em; }
.story-manifesto blockquote { max-width: 1050px; margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5.2vw, 76px); letter-spacing: -.055em; line-height: 1.04; }
.story-manifesto blockquote em { color: var(--red); font-weight: 400; }

.story-origin { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: #0a0a09; color: #fff; }
.story-origin-images { position: relative; min-height: 780px; overflow: hidden; background: var(--red); }
.story-origin-large { position: absolute; inset: 0 18% 16% 0; overflow: hidden; }
.story-origin-small { position: absolute; z-index: 2; right: 5%; bottom: 5%; width: 39%; aspect-ratio: .8; overflow: hidden; border: 10px solid #0a0a09; }
.story-origin-images img { width: 100%; height: 100%; object-fit: cover; }
.story-origin-large img { object-position: center 42%; }
.story-origin-small img { object-position: center; }
.story-origin-images > span { position: absolute; z-index: 3; bottom: 5%; left: 4%; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .07em; line-height: 1.45; }
.story-origin-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 9vw, 145px) clamp(30px, 7vw, 105px); }
.story-origin-copy h2 { margin: 28px 0 52px; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 106px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.story-origin-copy > div { max-width: 610px; }
.story-origin-copy > div p { padding: 21px 0; border-top: 1px solid rgba(255,255,255,.32); color: #bfbfb8; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.story-origin-copy > div p:last-child { border-bottom: 1px solid rgba(255,255,255,.32); }
.story-origin-copy > div strong { margin-right: 6px; color: var(--red); font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .05em; }

.story-principles { padding: clamp(95px, 11vw, 165px) clamp(24px, 6vw, 94px); background: var(--paper); }
.story-principles-head { display: grid; grid-template-columns: .55fr 1.15fr .75fr; gap: clamp(35px, 6vw, 90px); align-items: end; width: min(1380px, 100%); margin: 0 auto 75px; }
.story-principles-head h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(54px, 6.3vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.story-principles-head > p:last-child { margin-bottom: 3px; color: #65655e; font-family: Georgia, serif; font-size: 16px; line-height: 1.6; }
.story-principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: min(1380px, 100%); margin: 0 auto; }
.story-principle-grid article { display: flex; min-height: 500px; flex-direction: column; padding: 28px clamp(24px, 3.4vw, 50px) 42px; border-radius: 3px; }
.story-principle-grid article:nth-child(1) { background: var(--red); color: #fff; }
.story-principle-grid article:nth-child(2) { background: var(--sage); }
.story-principle-grid article:nth-child(3) { background: var(--pink); }
.story-principle-grid article > div { display: flex; justify-content: space-between; align-items: center; }
.story-principle-grid article > div span { font-family: Georgia, serif; font-size: 32px; }
.story-principle-grid article small { font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.story-principle-grid h3 { max-width: 350px; margin: auto 0 25px; font-family: Georgia, serif; font-size: clamp(34px, 3.2vw, 49px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.story-principle-grid article > p { max-width: 340px; margin-bottom: 0; font-size: 12px; line-height: 1.65; opacity: .78; }

.story-global { display: grid; grid-template-columns: 1.25fr .75fr; background: var(--sage); }
.story-global-copy { padding: clamp(90px, 10vw, 155px) clamp(28px, 7vw, 110px); }
.story-global-copy h2 { margin: 27px 0 38px; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.story-global-copy > p:not(.eyebrow) { max-width: 690px; color: #42423d; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.story-global-copy > a { display: inline-block; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.story-global-copy > a span { margin-left: 10px; }
.story-global-stats { display: grid; align-content: center; padding: clamp(60px, 7vw, 100px); background: var(--cream); }
.story-global-stats > div { display: grid; grid-template-columns: .7fr 1fr; gap: 24px; align-items: baseline; padding: 24px 0; border-top: 1px solid var(--ink); }
.story-global-stats > div:last-of-type { border-bottom: 1px solid var(--ink); }
.story-global-stats strong { color: var(--red); font-family: Georgia, serif; font-size: clamp(24px, 2.4vw, 36px); font-weight: 400; }
.story-global-stats span { color: #5e5e57; font-size: 10px; }
.story-global-stats > p { margin: 55px 0 0; font-family: Georgia, serif; font-size: clamp(24px, 2.5vw, 38px); font-style: italic; line-height: 1.25; }

.story-closing { display: flex; min-height: 590px; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; background: var(--red); color: #fff; text-align: center; }
.story-closing > span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.story-closing h2 { margin: 28px 0 46px; font-family: Georgia, serif; font-size: clamp(58px, 8vw, 120px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.story-closing > div { display: flex; gap: 10px; }
.story-closing a { display: grid; min-width: 188px; min-height: 50px; place-items: center; border: 1px solid #fff; color: #fff; text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .06em; transition: background .2s ease, color .2s ease; }
.story-closing a:first-child, .story-closing a:hover { background: #fff; color: var(--ink); }

/* Contact v2 */
.help-masthead { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; background: var(--paper); }
.help-masthead-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(76px, 9vw, 140px) clamp(28px, 7vw, 110px); }
.help-masthead-copy h1 { margin: 28px 0 34px; font-family: Georgia, serif; font-size: clamp(72px, 9vw, 140px); font-weight: 400; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.help-masthead-copy > p:last-child { max-width: 570px; color: #5c5c55; font-family: Georgia, serif; font-size: clamp(19px, 1.7vw, 25px); line-height: 1.5; }
.help-direct { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 8vw, 125px); background: #0a0a09; color: #fff; }
.help-direct > span { margin-bottom: 26px; color: #8f8f89; font-size: 9px; font-weight: 900; letter-spacing: .085em; }
.help-direct > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 0 0 26px; border-bottom: 1px solid rgba(255,255,255,.65); color: #fff; text-decoration: none; font-family: Georgia, serif; font-size: clamp(27px, 3.4vw, 52px); letter-spacing: -.04em; }
.help-direct > a i { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border-radius: 50%; background: var(--red); font-family: Arial, sans-serif; font-size: 18px; font-style: normal; }
.help-direct dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 48px 0 32px; }
.help-direct dl div { display: grid; gap: 8px; }
.help-direct dt { color: #777771; font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-direct dd { margin: 0; font-family: Georgia, serif; font-size: 16px; }
.help-direct > p { max-width: 470px; margin: 0; color: #92928c; font-size: 10px; line-height: 1.55; }

.help-paths { width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: clamp(95px, 11vw, 165px) 0; }
.help-section-title { display: grid; grid-template-columns: .65fr 1.35fr; gap: 45px; align-items: end; margin-bottom: 70px; }
.help-section-title h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(55px, 6.6vw, 98px); font-weight: 400; letter-spacing: -.065em; line-height: .85; text-transform: uppercase; }
.help-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.help-path-grid article { display: flex; min-height: 440px; flex-direction: column; padding: 28px clamp(24px, 3.2vw, 48px) 34px; border-right: 1px solid var(--ink); }
.help-path-grid article:first-child { padding-left: 0; }
.help-path-grid article:last-child { padding-right: 0; border-right: 0; }
.help-path-grid article > div { display: flex; justify-content: space-between; align-items: center; }
.help-path-grid article > div span { color: var(--red); font-family: Georgia, serif; font-size: 34px; }
.help-path-grid article small { font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-path-grid h3 { margin: 72px 0 22px; font-family: Georgia, serif; font-size: clamp(34px, 3.4vw, 50px); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.help-path-grid article > p { max-width: 350px; color: #65655e; font-size: 12px; line-height: 1.65; }
.help-path-grid article > a { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--ink); text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .055em; }
.help-path-grid article > a:hover { color: var(--red); }

.help-message { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--red); color: #fff; }
.help-message-intro { padding: clamp(80px, 9vw, 145px) clamp(28px, 7vw, 110px); }
.help-message-intro h2 { margin: 28px 0 34px; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 104px); font-weight: 400; letter-spacing: -.065em; line-height: .84; text-transform: uppercase; }
.help-message-intro > p:not(.eyebrow) { max-width: 510px; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.help-safe-note { max-width: 500px; margin-top: 70px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65); }
.help-safe-note strong { font-size: 8px; letter-spacing: .08em; }
.help-safe-note p { margin: 13px 0 0; font-size: 10px; line-height: 1.55; opacity: .75; }
.help-form { display: grid; align-content: center; gap: 30px; padding: clamp(70px, 9vw, 135px) clamp(28px, 7vw, 110px); background: #0a0a09; }
.help-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.help-form label { display: grid; gap: 10px; }
.help-form label > span { color: #aaa9a3; font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-form label > span i { margin-left: 6px; color: #666661; font-style: normal; }
.help-form input, .help-form select, .help-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); border-radius: 0; padding: 14px 0 16px; background: transparent; color: #fff; outline: 0; font-family: Georgia, serif; font-size: 16px; }
.help-form select {
  height: 50px !important;
  min-height: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 50px !important;
  color-scheme: dark;
}
.help-form textarea { min-height: 145px; resize: vertical; }
.help-form input::placeholder, .help-form textarea::placeholder { color: #71716c; opacity: 1; }
.help-form input:focus, .help-form select:focus, .help-form textarea:focus { border-color: var(--red); }
.help-form-submit { display: flex; gap: 22px; align-items: center; margin-top: 12px; }
.help-form-submit button { display: flex; min-width: 220px; min-height: 50px; justify-content: space-between; align-items: center; border: 0; padding: 0 20px; background: #fff; color: var(--ink); cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.help-form-submit small { max-width: 190px; color: #6e6e69; font-size: 8px; line-height: 1.45; }

.help-expectations { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 140px); width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: clamp(95px, 11vw, 165px) 0; }
.help-expectations-title h2 { margin: 25px 0 0; font-family: Georgia, serif; font-size: clamp(55px, 6.8vw, 98px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.help-expectations ol { margin: 0; padding: 0; list-style: none; }
.help-expectations li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--ink); }
.help-expectations li:last-child { border-bottom: 1px solid var(--ink); }
.help-expectations li > span { color: var(--red); font-family: Georgia, serif; font-size: 28px; }
.help-expectations li strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.help-expectations li p { max-width: 600px; margin: 12px 0 0; color: #65655e; font-size: 12px; line-height: 1.65; }

.help-policy-links { padding: clamp(80px, 9vw, 130px) clamp(24px, 6vw, 94px); background: var(--pink); }
.help-policy-links > div { display: grid; grid-template-columns: .6fr 1.4fr; gap: 35px; align-items: end; width: min(1380px, 100%); margin: 0 auto 55px; }
.help-policy-links h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(54px, 6.6vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.help-policy-links nav { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1380px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.help-policy-links nav a { position: relative; display: grid; min-height: 175px; align-content: start; gap: 18px; padding: 27px 34px; border-right: 1px solid var(--ink); text-decoration: none; }
.help-policy-links nav a:first-child { padding-left: 0; }
.help-policy-links nav a:last-child { padding-right: 0; border-right: 0; }
.help-policy-links nav span { font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.help-policy-links nav strong { max-width: 270px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.help-policy-links nav i { position: absolute; right: 24px; bottom: 24px; font-style: normal; }
.help-company { display: grid; grid-template-columns: .6fr 1.4fr; gap: 55px; align-items: start; width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0; }
.help-company > p { font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.help-company dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin: 0; }
.help-company dl div { display: grid; gap: 9px; padding-top: 13px; border-top: 1px solid var(--ink); }
.help-company dt { font-size: 8px; font-weight: 900; letter-spacing: .065em; }
.help-company dd { margin: 0; font-family: Georgia, serif; font-size: 15px; }
.help-company a { text-underline-offset: 4px; }

/* Policy v2 */
.policy-masthead { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 9vw, 145px); align-items: end; min-height: 560px; padding: clamp(85px, 10vw, 150px) clamp(24px, 6vw, 94px) 70px; background: var(--paper); }
.policy-masthead-title { position: relative; }
.policy-masthead-title h1 { margin: 27px 0 0; font-family: Georgia, serif; font-size: clamp(72px, 9.8vw, 154px); font-weight: 400; letter-spacing: -.08em; line-height: .75; text-transform: uppercase; }
.policy-masthead-title > span { position: absolute; right: 1%; bottom: -43px; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.policy-masthead-note { max-width: 570px; padding-left: 30px; border-left: 1px solid var(--ink); }
.policy-masthead-note > p { margin-bottom: 42px; font-family: Georgia, serif; font-size: clamp(19px, 1.85vw, 27px); line-height: 1.52; }
.policy-masthead-note dl { display: grid; grid-template-columns: .7fr 1.15fr 1.15fr; gap: 15px; margin: 0; }
.policy-masthead-note dl div { display: grid; gap: 8px; }
.policy-masthead-note dt { font-size: 8px; font-weight: 900; letter-spacing: .065em; }
.policy-masthead-note dd { margin: 0; color: #65655e; font-size: 10px; line-height: 1.35; }

.policy-highlights { padding: 70px clamp(24px, 6vw, 94px); background: var(--red); color: #fff; }
.policy-highlights-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: end; width: min(1380px, 100%); margin: 0 auto 40px; }
.policy-highlights-heading > p:last-child { max-width: 470px; margin: 0; justify-self: end; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; }
.policy-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1380px, 100%); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.75); }
.policy-highlight-grid article { min-height: 230px; padding: 24px clamp(22px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.75); }
.policy-highlight-grid article:first-child { padding-left: 0; }
.policy-highlight-grid article:last-child { padding-right: 0; border-right: 0; }
.policy-highlight-grid article > span { font-family: Georgia, serif; font-size: 27px; opacity: .62; }
.policy-highlight-grid h2 { margin: 42px 0 15px; font-family: Georgia, serif; font-size: clamp(28px, 2.7vw, 40px); font-weight: 400; letter-spacing: -.04em; }
.policy-highlight-grid p { max-width: 360px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.6; }

.policy-mobile-index { display: none; }
.policy-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(60px, 9vw, 140px); align-items: start; width: min(1360px, calc(100% - 48px)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 0; }
.policy-index { position: sticky; top: 22px; max-height: calc(100vh - 44px); overflow: auto; padding-right: 20px; scrollbar-width: thin; }
.policy-index > p { margin-bottom: 20px; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.policy-index nav { display: grid; border-top: 1px solid var(--ink); }
.policy-index nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: #65655e; text-decoration: none; font-size: 10px; line-height: 1.35; transition: color .2s ease, padding-left .2s ease; }
.policy-index nav a:hover { padding-left: 5px; color: var(--red); }
.policy-index > div { display: grid; gap: 8px; margin-top: 25px; padding: 20px; background: var(--sage); }
.policy-index > div strong { font-size: 8px; letter-spacing: .07em; }
.policy-index > div a { text-decoration: none; font-family: Georgia, serif; font-size: 14px; }
.policy-content { min-width: 0; }
.policy-content > section { padding: 0 0 clamp(72px, 7vw, 100px); scroll-margin-top: 25px; }
.policy-content > section + section { padding-top: clamp(62px, 6.5vw, 92px); border-top: 1px solid var(--ink); }
.policy-content > section > header { display: grid; grid-template-columns: 60px 1fr; gap: 22px; align-items: start; margin-bottom: 34px; }
.policy-content > section > header > span { color: var(--red); font-family: Georgia, serif; font-size: 26px; }
.policy-content h2 { margin: -6px 0 0; font-family: Georgia, serif; font-size: clamp(39px, 4.7vw, 68px); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.policy-prose { max-width: 850px; padding-left: 82px; }
.policy-prose h3 { margin: 43px 0 17px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.policy-prose p { margin-bottom: 20px; color: #42423d; font-family: Georgia, serif; font-size: 16px; line-height: 1.78; }
.policy-prose ul { margin: 20px 0 28px; padding: 0; list-style: none; }
.policy-prose li { position: relative; margin-bottom: 11px; padding-left: 23px; color: #42423d; font-family: Georgia, serif; font-size: 16px; line-height: 1.68; }
.policy-prose li::before { position: absolute; top: .7em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--red); content: ""; }
.policy-prose code { padding: 2px 5px; border-radius: 3px; background: rgba(170,181,165,.3); font-family: inherit; font-size: .94em; }
.policy-prose a { color: inherit; text-decoration-color: var(--red); text-underline-offset: 3px; }
.policy-help { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 10vw, 155px); align-items: end; padding: clamp(85px, 10vw, 150px) clamp(24px, 7vw, 110px); background: var(--pink); }
.policy-help h2 { margin: 25px 0 0; font-family: Georgia, serif; font-size: clamp(53px, 6.5vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .87; text-transform: uppercase; }
.policy-help > div:last-child > p { max-width: 510px; color: #4f4f49; font-family: Georgia, serif; font-size: 18px; line-height: 1.55; }
.policy-help > div:last-child > a { display: inline-block; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.policy-help > div:last-child > a span { margin-left: 10px; }

@media (max-width: 1050px) {
  .info-subnav nav a { min-width: 112px; }
  .story-principles-head { grid-template-columns: .55fr 1.45fr; }
  .story-principles-head > p:last-child { grid-column: 2; }
  .story-origin { grid-template-columns: .9fr 1.1fr; }
  .help-direct dl { grid-template-columns: 1fr; }
  .help-message { grid-template-columns: .9fr 1.1fr; }
  .help-company { grid-template-columns: 1fr; }
  .help-company dl { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 860px) {
  .info-subnav { display: block; padding: 0; overflow-x: auto; scrollbar-width: none; }
  .info-subnav::-webkit-scrollbar { display: none; }
  .info-subnav > span { display: none; }
  .info-subnav nav { width: max-content; min-width: 100%; }
  .info-subnav nav a { min-width: 145px; min-height: 47px; }
  .story-masthead, .story-origin, .story-global, .help-masthead, .help-message, .policy-masthead, .policy-help { grid-template-columns: 1fr; }
  .story-masthead-image { min-height: 650px; }
  .story-manifesto { grid-template-columns: 1fr; gap: 40px; }
  .story-origin-images { min-height: 700px; }
  .story-principle-grid { grid-template-columns: 1fr; }
  .story-principle-grid article { min-height: 390px; }
  .story-global-stats { padding: 70px 40px; }
  .help-direct dl { grid-template-columns: repeat(3, 1fr); }
  .help-path-grid { grid-template-columns: 1fr; }
  .help-path-grid article, .help-path-grid article:first-child, .help-path-grid article:last-child { min-height: 360px; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .help-path-grid article:last-child { border-bottom: 0; }
  .help-expectations { grid-template-columns: 1fr; }
  .help-policy-links nav { grid-template-columns: 1fr; }
  .help-policy-links nav a, .help-policy-links nav a:first-child, .help-policy-links nav a:last-child { min-height: 140px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .help-policy-links nav a:last-child { border-bottom: 0; }
  .policy-masthead-title > span { right: 0; bottom: -35px; }
  .policy-masthead-note { padding: 28px 0 0; border-top: 1px solid var(--ink); border-left: 0; }
  .policy-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 680px) {
  .info-subnav nav a { min-width: 126px; min-height: 43px; font-size: 9px; }
  .story-masthead-copy, .help-masthead-copy, .help-direct { padding: 72px 22px; }
  .story-masthead-copy h1 { font-size: clamp(57px, 18vw, 82px); }
  .story-masthead-image { min-height: 510px; }
  .story-masthead-image > div { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; gap: 5px; text-align: center; }
  .story-manifesto { width: calc(100% - 40px); padding: 78px 0; }
  .story-manifesto blockquote { font-size: 38px; }
  .story-origin-images { min-height: 520px; }
  .story-origin-large { right: 9%; bottom: 18%; }
  .story-origin-small { right: 3%; bottom: 4%; width: 42%; border-width: 6px; }
  .story-origin-copy { padding: 75px 22px; }
  .story-origin-copy h2, .story-global-copy h2 { font-size: clamp(53px, 16vw, 73px); }
  .story-principles { padding: 78px 14px; }
  .story-principles-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; padding: 0 8px; }
  .story-principles-head > p:last-child { grid-column: auto; }
  .story-principles-head h2 { font-size: clamp(51px, 15vw, 70px); }
  .story-principle-grid { gap: 10px; }
  .story-principle-grid article { min-height: 370px; padding: 26px 24px 34px; }
  .story-global-copy { padding: 76px 22px; }
  .story-global-stats { padding: 65px 22px; }
  .story-global-stats > div { grid-template-columns: 1fr; gap: 6px; }
  .story-closing { min-height: 520px; }
  .story-closing h2 { font-size: clamp(51px, 15vw, 74px); }
  .story-closing > div { width: 100%; flex-direction: column; }
  .story-closing a { width: 100%; }
  .help-masthead-copy h1 { font-size: clamp(65px, 20vw, 92px); }
  .help-direct > a { font-size: 22px; }
  .help-direct > a i { width: 42px; height: 42px; flex-basis: 42px; }
  .help-direct dl { grid-template-columns: 1fr; }
  .help-paths { width: calc(100% - 40px); padding: 78px 0; }
  .help-section-title { grid-template-columns: 1fr; gap: 24px; margin-bottom: 47px; }
  .help-section-title h2, .help-message-intro h2, .help-expectations-title h2, .help-policy-links h2 { font-size: clamp(51px, 15vw, 70px); }
  .help-message-intro, .help-form { padding: 75px 22px; }
  .help-safe-note { margin-top: 45px; }
  .help-form-row { grid-template-columns: 1fr; }
  .help-form-submit { align-items: flex-start; flex-direction: column; }
  .help-form-submit button { width: 100%; }
  .help-expectations { width: calc(100% - 40px); padding: 78px 0; }
  .help-policy-links { padding: 76px 20px; }
  .help-policy-links > div { grid-template-columns: 1fr; gap: 24px; }
  .help-company { width: calc(100% - 40px); padding: 65px 0; }
  .help-company dl { grid-template-columns: 1fr 1fr; }
  .policy-masthead { min-height: 500px; padding: 75px 22px 55px; }
  .policy-masthead-title h1 { font-size: clamp(60px, 18vw, 84px); }
  .policy-masthead-title > span { position: static; display: inline-block; margin-top: 28px; }
  .policy-masthead-note dl { grid-template-columns: 1fr 1fr; }
  .policy-highlights { padding: 68px 20px; }
  .policy-highlights-heading { grid-template-columns: 1fr; gap: 16px; }
  .policy-highlights-heading > p:last-child { justify-self: start; }
  .policy-highlight-grid { grid-template-columns: 1fr; }
  .policy-highlight-grid article, .policy-highlight-grid article:first-child, .policy-highlight-grid article:last-child { min-height: 190px; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.75); }
  .policy-highlight-grid article:last-child { border-bottom: 0; }
  .policy-highlight-grid h2 { margin-top: 26px; }
  .policy-mobile-index { display: block; width: calc(100% - 40px); margin: 65px auto 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .policy-mobile-index summary { display: flex; min-height: 54px; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-size: 9px; font-weight: 900; letter-spacing: .07em; }
  .policy-mobile-index summary::-webkit-details-marker { display: none; }
  .policy-mobile-index summary span { font-size: 18px; font-weight: 400; }
  .policy-mobile-index nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 15px; padding: 4px 0 20px; }
  .policy-mobile-index nav a { padding: 9px 0; border-top: 1px solid var(--line); color: #5e5e58; text-decoration: none; font-size: 9px; line-height: 1.35; }
  .policy-layout { display: block; width: calc(100% - 40px); padding: 70px 0; }
  .policy-index { display: none; }
  .policy-content > section > header { grid-template-columns: 38px 1fr; gap: 11px; }
  .policy-content > section > header > span { font-size: 20px; }
  .policy-content h2 { font-size: 36px; }
  .policy-prose { padding-left: 0; }
  .policy-prose p, .policy-prose li { font-size: 15px; }
  .policy-help { padding: 75px 22px; }
  .policy-help h2 { font-size: clamp(50px, 15vw, 70px); }
}

/* --------------------------------------------------------------------------
   Information pages — original editorial imagery + guided content (v3)
   -------------------------------------------------------------------------- */

.story-chapters { padding: clamp(92px, 10vw, 155px) clamp(24px, 6vw, 94px); background: var(--sage); }
.story-chapters-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(36px, 7vw, 110px); align-items: end; width: min(1380px, 100%); margin: 0 auto 68px; }
.story-chapters-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(54px, 6.4vw, 96px); font-weight: 400; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.story-chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1380px, 100%); margin: 0 auto; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.story-chapter-grid article { display: flex; min-height: 420px; flex-direction: column; padding: 27px clamp(24px, 3.2vw, 48px) 36px; border-right: 1px solid var(--ink); }
.story-chapter-grid article:first-child { padding-left: 0; }
.story-chapter-grid article:last-child { padding-right: 0; border-right: 0; }
.story-chapter-grid article > span { color: var(--red); font-family: Georgia, serif; font-size: 34px; }
.story-chapter-grid article > small { margin-top: 10px; font-size: 8px; font-weight: 900; letter-spacing: .085em; }
.story-chapter-grid h3 { margin: auto 0 22px; font-family: Georgia, serif; font-size: clamp(34px, 3.5vw, 52px); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.story-chapter-grid p { max-width: 355px; margin: 0; color: #53534d; font-size: 12px; line-height: 1.7; }

.help-masthead-copy > a { display: inline-flex; gap: 10px; align-items: center; align-self: flex-start; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.help-masthead-visual { position: relative; min-height: 650px; overflow: hidden; background: var(--sage); }
.help-masthead-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 8% center; }
.help-direct-overlay { position: absolute; right: 26px; bottom: 26px; left: 26px; padding: 23px 25px; background: rgba(250,248,243,.92); color: var(--ink); backdrop-filter: blur(9px); }
.help-direct-overlay > span { display: block; margin-bottom: 13px; font-size: 8px; font-weight: 900; letter-spacing: .085em; }
.help-direct-overlay > a { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--ink); color: inherit; text-decoration: none; font-family: Georgia, serif; font-size: clamp(22px, 2.5vw, 36px); letter-spacing: -.04em; }
.help-direct-overlay > a i { color: var(--red); font-family: Arial, sans-serif; font-size: 18px; font-style: normal; }
.help-direct-overlay > p { margin: 13px 0 0; color: #5a5a54; font-size: 9px; line-height: 1.5; }
.help-status-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--cream); }
.help-status-strip > div { display: grid; gap: 8px; min-height: 96px; align-content: center; padding: 20px clamp(22px, 3.8vw, 60px); border-right: 1px solid var(--ink); }
.help-status-strip > div:last-child { border-right: 0; }
.help-status-strip span { color: #6a6a64; font-size: 8px; font-weight: 900; letter-spacing: .075em; }
.help-status-strip strong { font-family: Georgia, serif; font-size: clamp(15px, 1.5vw, 21px); font-weight: 400; }

.help-quick-answers { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 145px); width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 clamp(95px, 11vw, 165px); }
.help-quick-answers-intro h2 { margin: 27px 0 30px; font-family: Georgia, serif; font-size: clamp(53px, 6.5vw, 94px); font-weight: 400; letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.help-quick-answers-intro > p:last-child { max-width: 430px; color: #5c5c55; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.help-accordion { border-top: 1px solid var(--ink); }
.help-accordion details { border-bottom: 1px solid var(--ink); }
.help-accordion summary { display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; min-height: 88px; padding: 18px 0; cursor: pointer; list-style: none; }
.help-accordion summary::-webkit-details-marker { display: none; }
.help-accordion summary span { color: var(--red); font-family: Georgia, serif; font-size: 24px; }
.help-accordion summary strong { font-family: Georgia, serif; font-size: clamp(20px, 2vw, 28px); font-weight: 400; }
.help-accordion summary i { font-size: 20px; font-style: normal; transition: transform .2s ease; }
.help-accordion details[open] summary i { transform: rotate(45deg); }
.help-accordion details > p { max-width: 680px; margin: -4px 0 28px; padding-left: 60px; color: #5d5d57; font-size: 12px; line-height: 1.7; }

.policy-visual { position: relative; height: min(54vw, 760px); min-height: 460px; margin: 0; overflow: hidden; background: var(--sage); }
.policy-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.policy-visual > figcaption { position: absolute; right: 26px; bottom: 26px; max-width: 460px; padding: 15px 19px; background: rgba(250,248,243,.92); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .075em; line-height: 1.5; backdrop-filter: blur(8px); }
.policy-visual-terms { background: var(--pink); }

@media (max-width: 860px) {
  .story-chapters-heading, .help-quick-answers { grid-template-columns: 1fr; }
  .story-chapters-heading { gap: 25px; }
  .story-chapter-grid { grid-template-columns: 1fr; }
  .story-chapter-grid article, .story-chapter-grid article:first-child, .story-chapter-grid article:last-child { min-height: 330px; padding: 27px 0 34px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .story-chapter-grid article:last-child { border-bottom: 0; }
  .help-masthead-visual { min-height: 680px; }
  .help-status-strip { grid-template-columns: 1fr 1fr; }
  .help-status-strip > div:nth-child(2) { border-right: 0; }
  .help-status-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .help-quick-answers { gap: 45px; }
  .policy-visual { height: 66vw; min-height: 460px; }
}

@media (max-width: 680px) {
  .story-chapters { padding: 76px 20px; }
  .story-chapters-heading { margin-bottom: 45px; }
  .story-chapters-heading h2 { font-size: clamp(50px, 15vw, 70px); }
  .story-chapter-grid article, .story-chapter-grid article:first-child, .story-chapter-grid article:last-child { min-height: 300px; }
  .help-masthead-visual { min-height: 540px; }
  .help-masthead-visual > img { object-position: left center; }
  .help-direct-overlay { right: 14px; bottom: 14px; left: 14px; padding: 19px; }
  .help-direct-overlay > a { gap: 12px; font-size: 20px; }
  .help-status-strip > div { min-height: 88px; padding: 18px 20px; }
  .help-status-strip strong { font-size: 15px; }
  .help-quick-answers { width: calc(100% - 40px); padding-bottom: 78px; }
  .help-quick-answers-intro h2 { font-size: clamp(50px, 15vw, 70px); }
  .help-accordion summary { grid-template-columns: 32px 1fr auto; gap: 10px; min-height: 78px; }
  .help-accordion summary span { font-size: 19px; }
  .help-accordion summary strong { font-size: 19px; }
  .help-accordion details > p { padding-left: 42px; }
  .policy-visual { height: 92vw; min-height: 360px; }
  .policy-visual > figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
}
/* WordPress standalone-template safeguards. */
body.mobihomie-info-standalone {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: var(--cream) !important;
  color: var(--ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
body.mobihomie-info-standalone main.info-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.mobihomie-info-standalone .info-header img,
body.mobihomie-info-standalone .site-footer img {
  height: auto;
}
