.campaign-page { min-height: 100svh; background: var(--ivory); }
.campaign-header { position: fixed; z-index: 20; top: 0; left: 0; width: 50%; min-height: 92px; padding: 18px clamp(24px, 4.2vw, 66px); display: flex; align-items: center; justify-content: space-between; color: var(--ivory); border-bottom: 1px solid rgba(255,255,255,.24); }
.campaign-header .brand-logo { height: 48px; }
.campaign-back { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.62); font-size: 0.6875rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.campaign-main { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; }
.campaign-visual { position: relative; min-height: 100svh; padding: 150px clamp(24px, 6vw, 92px) 52px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: var(--ivory); background: #4e5048 url("../images/hero-desktop.webp") center / cover no-repeat; }
.campaign-visual-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,17,.72), rgba(12,20,17,.27)), linear-gradient(0deg, rgba(12,20,17,.56), transparent 65%); }
.campaign-visual-copy, .campaign-location { position: relative; z-index: 1; }
.campaign-visual-copy { width: min(660px, 100%); }
.campaign-visual h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .9; }
.campaign-visual-copy > p:last-child { max-width: 560px; margin: 34px 0 0; font-family: var(--display); font-size: clamp(1.125rem, 1.6vw, 1.4375rem); line-height: 1.5; }
.campaign-location { position: absolute; left: clamp(24px, 6vw, 92px); bottom: 34px; margin: 0; font-size: 0.625rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.campaign-form-panel { min-width: 0; min-height: 100svh; padding: 132px clamp(32px, 6vw, 96px) 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ivory); }
.campaign-form-inner { width: min(570px, 100%); margin: auto; }
.campaign-form-panel h2 { font-size: clamp(3rem, 4.8vw, 5rem); }
.campaign-form-intro { max-width: 500px; margin: 30px 0 42px; color: rgba(23,34,31,.7); font-family: var(--display); font-size: 1.1875rem; line-height: 1.55; }
.campaign-form { display: grid; gap: 25px; }
.form-field { display: grid; gap: 9px; }
.form-field label { font-size: 0.6875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.form-field input { width: 100%; min-height: 52px; padding: 4px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(23,34,31,.45); border-radius: 0; outline: none; font-family: var(--display); font-size: 1.25rem; transition: border-color .2s; }
.form-field input:focus { border-color: var(--ink); }
.consent-field { display: grid; grid-template-columns: 17px 1fr; gap: 12px; align-items: start; color: rgba(23,34,31,.68); font-size: 0.75rem; line-height: 1.55; cursor: pointer; }
.consent-field input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--ink); }
.campaign-submit { width: 100%; margin-top: 3px; cursor: pointer; }
.form-legal, .form-status { margin: -7px 0 0; color: rgba(23,34,31,.58); font-size: 0.6875rem; line-height: 1.55; }
.form-legal a { color: var(--ink); border-bottom: 1px solid rgba(23,34,31,.55); }
.form-status { margin-top: 0; padding: 15px 17px; color: var(--ink); background: rgba(129,144,134,.14); }
.campaign-footer { width: min(570px, 100%); margin: 70px auto 0; padding-top: 20px; display: flex; justify-content: flex-start; gap: 20px; border-top: 1px solid var(--line); color: rgba(23,34,31,.62); font-size: 0.625rem; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 980px) { .campaign-header { position: absolute; width: 100%; } .campaign-main { grid-template-columns: 1fr; } .campaign-visual { min-height: 72svh; padding-top: 150px; } .campaign-form-panel { min-height: auto; padding-top: 100px; padding-bottom: 36px; } }
@media (max-width: 760px) { .campaign-header { min-height: 82px; padding: 15px 22px; } .campaign-header .brand-logo { height: 45px; } .campaign-back { font-size: 0; gap: 0; } .campaign-back span { font-size: 1rem; } .campaign-visual { min-height: 68svh; padding: 125px 22px 68px; background-image: linear-gradient(180deg, rgba(12,20,17,.2), rgba(12,20,17,.65)), url("../images/hero-mobile.webp"); } .campaign-visual-shade { display: none; } .campaign-visual h1 { font-size: clamp(3.4rem, 15vw, 5rem); } .campaign-visual-copy > p:last-child { margin-top: 25px; font-size: 1.125rem; } .campaign-location { left: 22px; bottom: 22px; } .campaign-form-panel { padding: 78px 22px 28px; } .campaign-form-panel h2 { font-size: 3.25rem; } .campaign-form-intro { margin: 25px 0 36px; font-size: 1.0625rem; } .campaign-footer { margin-top: 58px; flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .form-field input, .button { transition: none; } }
.inner-page { background: var(--ivory); }
.inner-header { position: relative; z-index: 20; min-height: 92px; padding: 18px clamp(24px, 4.2vw, 66px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; color: var(--ink); background: var(--ivory); border-bottom: 1px solid var(--line); }
.inner-header nav { display: flex; gap: 36px; font-size: 0.6875rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.inner-header > .button { justify-self: end; }
.legal-hero { padding-top: clamp(90px, 11vw, 170px); padding-bottom: clamp(80px, 10vw, 150px); background: var(--paper); }
.legal-hero h1 { max-width: 1080px; font-size: clamp(4rem, 8vw, 7.5rem); }
.legal-hero-meta { margin-top: 62px; display: grid; grid-template-columns: minmax(0, 680px) auto; justify-content: space-between; gap: 70px; align-items: end; }
.legal-hero-meta p { margin: 0; font-family: var(--display); font-size: 1.25rem; line-height: 1.55; }
.legal-hero-meta p:last-child { font-family: var(--sans); font-size: 0.6875rem; line-height: 1.7; letter-spacing: .09em; text-transform: uppercase; }
.legal-layout { padding-top: 110px; padding-bottom: 150px; display: grid; grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr); gap: clamp(60px, 9vw, 150px); align-items: start; }
.legal-nav { position: sticky; top: 35px; display: flex; flex-direction: column; align-items: flex-start; }
.legal-nav .eyebrow { margin-bottom: 18px; }
.legal-nav a { padding: 8px 0; color: rgba(23,34,31,.62); font-size: 0.75rem; line-height: 1.3; transition: color .2s; }
.legal-nav a:hover { color: var(--ink); }
.legal-content { min-width: 0; }
.legal-section { padding: 0 0 82px; margin: 0 0 82px; border-bottom: 1px solid var(--line); scroll-margin-top: 38px; }
.legal-section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-number { margin: 0 0 18px; font-size: 0.6875rem; font-weight: 700; letter-spacing: .14em; }
.legal-section h2 { margin-bottom: 34px; font-size: clamp(2.5rem, 4vw, 4.25rem); }
.legal-section h3 { margin: 38px 0 13px; font-family: var(--display); font-size: 1.5rem; font-weight: 400; }
.legal-section > p, .legal-section li, .legal-section address { color: rgba(23,34,31,.74); font-size: 0.9375rem; line-height: 1.8; }
.legal-section > p { margin: 0 0 22px; }
.legal-section ul { margin: 5px 0 25px; padding-left: 20px; }
.legal-section li { margin-bottom: 11px; padding-left: 7px; }
.legal-section strong { color: var(--ink); }
.legal-section a { color: var(--ink); border-bottom: 1px solid rgba(23,34,31,.5); }
.legal-section address { margin-top: 24px; font-style: normal; }
.legal-callout { margin: 42px 0 5px; padding: 30px 32px; background: var(--paper); border-left: 2px solid var(--moss); }
.legal-callout > strong { display: block; margin-bottom: 10px; font-size: 0.6875rem; letter-spacing: .14em; text-transform: uppercase; }
.legal-callout p { margin: 0; color: rgba(23,34,31,.72); font-family: var(--display); font-size: 1.1875rem; line-height: 1.55; }
.legal-table-wrap { margin: 5px 0 28px; overflow-x: auto; }
.legal-table-wrap table { width: 100%; border-collapse: collapse; font-size: 0.8125rem; line-height: 1.55; }
.legal-table-wrap th, .legal-table-wrap td { padding: 18px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.legal-table-wrap th { font-size: 0.6875rem; letter-spacing: .1em; text-transform: uppercase; }
.legal-table-wrap th:first-child, .legal-table-wrap td:first-child { padding-left: 0; }
.legal-table-wrap th:last-child, .legal-table-wrap td:last-child { width: 40%; padding-right: 0; }
.privacy-cards { margin: 38px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-cards > div { padding: 27px 24px 30px; border-right: 1px solid var(--line); }
.privacy-cards > div:first-child { padding-left: 0; }
.privacy-cards > div:last-child { padding-right: 0; border-right: 0; }
.privacy-cards span { font-size: 0.625rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.privacy-cards h3 { margin: 18px 0 12px; }
.privacy-cards p { margin: 0; color: rgba(23,34,31,.68); font-size: 0.8125rem; line-height: 1.65; }
.inner-footer .footer-legal-links { display: inline-flex; gap: 18px; margin-left: 24px; }
.inner-footer .footer-legal-links a { border-bottom: 1px solid rgba(255,255,255,.42); }
@media (max-width: 980px) { .inner-header { grid-template-columns: 1fr auto; } .inner-header nav { display: none; } .legal-layout { grid-template-columns: 1fr; } .legal-nav { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; padding-bottom: 35px; border-bottom: 1px solid var(--line); } .legal-nav .eyebrow { grid-column: 1 / -1; } }
@media (max-width: 760px) { .inner-header { min-height: 82px; padding: 15px 22px; } .inner-header .brand-logo { height: 45px; } .inner-header > .button { min-height: 38px; padding: 0 15px; font-size: 0.625rem; } .legal-hero { padding-top: 72px; padding-bottom: 75px; } .legal-hero h1 { font-size: clamp(3.5rem, 15vw, 5rem); } .legal-hero-meta { margin-top: 42px; grid-template-columns: 1fr; gap: 25px; } .legal-hero-meta p { font-size: 1.0625rem; } .legal-layout { padding-top: 72px; padding-bottom: 95px; gap: 68px; } .legal-section { padding-bottom: 60px; margin-bottom: 60px; } .legal-section h2 { margin-bottom: 27px; font-size: 2.625rem; } .legal-section > p, .legal-section li, .legal-section address { font-size: 0.875rem; } .legal-callout { padding: 24px 22px; } .legal-table-wrap { margin-right: -22px; padding-right: 22px; } .legal-table-wrap table { min-width: 620px; } .privacy-cards { grid-template-columns: 1fr; } .privacy-cards > div, .privacy-cards > div:first-child, .privacy-cards > div:last-child { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); } .privacy-cards > div:last-child { border-bottom: 0; } .inner-footer .footer-legal-links { display: flex; flex-wrap: wrap; margin: 15px 0 0; } }
.terms-highlights { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.terms-highlights > div { padding: 25px 28px; display: flex; flex-direction: column; gap: 9px; border-right: 1px solid var(--line); }
.terms-highlights > div:first-child { padding-left: 0; }
.terms-highlights > div:last-child { padding-right: 0; border-right: 0; }
.terms-highlights span { font-size: 0.625rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.terms-highlights strong { font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.cancellation-grid { margin: 36px 0 30px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cancellation-grid > div { padding: 27px 24px 30px; display: flex; flex-direction: column; gap: 16px; border-right: 1px solid var(--line); }
.cancellation-grid > div:first-child { padding-left: 0; }
.cancellation-grid > div:last-child { padding-right: 0; border-right: 0; }
.cancellation-grid span { min-height: 38px; color: rgba(23,34,31,.62); font-size: 0.6875rem; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.cancellation-grid strong { font-family: var(--display); font-size: 1.125rem; line-height: 1.4; font-weight: 400; }
@media (max-width: 760px) { .terms-highlights { margin-top: 50px; grid-template-columns: 1fr; } .terms-highlights > div, .terms-highlights > div:first-child, .terms-highlights > div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); } .terms-highlights > div:last-child { border-bottom: 0; } .cancellation-grid { grid-template-columns: 1fr; } .cancellation-grid > div, .cancellation-grid > div:first-child, .cancellation-grid > div:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); } .cancellation-grid > div:last-child { border-bottom: 0; } .cancellation-grid span { min-height: 0; } }
.article-hero { padding-top: clamp(80px, 9vw, 140px); padding-bottom: clamp(65px, 8vw, 115px); background: var(--paper); }
.article-breadcrumb { margin-bottom: 75px; display: flex; align-items: center; gap: 12px; color: rgba(23,34,31,.58); font-size: 0.625rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.article-breadcrumb a { border-bottom: 1px solid rgba(23,34,31,.35); }
.article-hero h1 { max-width: 1280px; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .9; }
.article-deck { max-width: 780px; margin: 50px 0 0; color: rgba(23,34,31,.72); font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.5; }
.article-meta { margin-top: 70px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 34px 70px; border-top: 1px solid var(--line); }
.article-meta > div { display: flex; flex-direction: column; gap: 7px; }
.article-meta span { color: rgba(23,34,31,.55); font-size: 0.625rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.article-meta strong, .article-meta time { font-size: 0.75rem; font-style: normal; font-weight: 600; }
.article-tags { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 9px; }
.article-tags span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 0.625rem; letter-spacing: .08em; text-transform: uppercase; }
.article-hero-image { width: 100%; margin: 0; background: var(--moss); }
.article-hero-image img { width: 100%; height: min(72vw, 820px); object-fit: cover; object-position: center; }
.article-hero-image figcaption { padding: 11px clamp(24px, 6vw, 92px); color: rgba(251,249,243,.68); background: var(--moss); font-size: 0.625rem; letter-spacing: .06em; }
.article-layout { padding-top: 120px; padding-bottom: 150px; display: grid; grid-template-columns: minmax(190px, .42fr) minmax(0, 760px) minmax(40px, .28fr); gap: clamp(55px, 7vw, 120px); align-items: start; }
.article-toc { position: sticky; top: 35px; display: flex; flex-direction: column; align-items: flex-start; }
.article-toc .eyebrow { margin-bottom: 18px; }
.article-toc a { padding: 8px 0; color: rgba(23,34,31,.62); font-size: 0.75rem; line-height: 1.3; transition: color .2s; }
.article-toc a:hover { color: var(--ink); }
.article-copy { min-width: 0; grid-column: 2; }
.article-copy > section { margin: 0 0 78px; scroll-margin-top: 35px; }
.article-copy > p, .article-copy section > p, .article-copy li, .article-author > p:last-child { color: rgba(23,34,31,.76); font-family: var(--display); font-size: 1.125rem; line-height: 1.8; }
.article-copy > p, .article-copy section > p { margin: 0 0 27px; }
.article-copy h2 { margin: 0 0 31px; font-size: clamp(2.5rem, 4vw, 4.125rem); }
.article-copy h3 { margin: 38px 0 15px; font-family: var(--display); font-size: 1.625rem; font-weight: 400; }
.article-copy ul { padding-left: 23px; }
.article-copy li { margin-bottom: 12px; padding-left: 5px; }
.article-lead { margin-bottom: 82px !important; color: var(--ink) !important; font-size: clamp(1.5rem, 2.4vw, 2rem) !important; line-height: 1.5 !important; }
.article-tldr { padding: 42px 44px 35px; background: #d8c6b3; }
.article-tldr .eyebrow { margin-bottom: 18px; }
.article-tldr h2 { margin-bottom: 25px; font-size: 2.75rem; }
.article-tldr ul { margin: 0; }
.article-tldr li { color: var(--ink); font-family: var(--sans); font-size: 0.875rem; line-height: 1.65; }
.article-pullquote { margin: 58px 0; padding: 12px 0 12px 34px; border-left: 2px solid var(--moss); font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.35; }
.article-note { margin: 42px 0; padding: 26px 28px; background: var(--paper); }
.article-note strong { display: block; margin-bottom: 9px; font-size: 0.6875rem; letter-spacing: .13em; text-transform: uppercase; }
.article-note p { margin: 0; color: rgba(23,34,31,.72); font-size: 0.875rem; line-height: 1.7; }
.article-comparison { margin: 38px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-comparison > div { padding: 25px 20px; border-right: 1px solid var(--line); }
.article-comparison > div:first-child { padding-left: 0; }
.article-comparison > div:last-child { padding-right: 0; border-right: 0; }
.article-comparison span { display: block; margin-bottom: 13px; font-size: 0.6875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-comparison p { margin: 0; color: rgba(23,34,31,.68); font-size: 0.75rem; line-height: 1.6; }
.article-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 35px; margin: 32px 0; padding: 0 !important; list-style: none; border-top: 1px solid var(--line); }
.article-checklist li { position: relative; margin: 0; padding: 17px 0 17px 24px; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: 0.8125rem; }
.article-checklist li::before { content: ""; position: absolute; top: 23px; left: 2px; width: 7px; height: 4px; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(-45deg); }
.article-faq details { border-top: 1px solid var(--line); }
.article-faq details:last-child { border-bottom: 1px solid var(--line); }
.article-faq summary { position: relative; padding: 22px 35px 22px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.25rem; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: "+"; position: absolute; top: 20px; right: 2px; font-family: var(--sans); font-size: 1.25rem; font-weight: 300; }
.article-faq details[open] summary::after { content: "−"; }
.article-faq details p { margin: 0; padding: 0 45px 24px 0; color: rgba(23,34,31,.72); font-size: 0.875rem; line-height: 1.75; }
.article-author { margin-top: 110px; padding: 38px 0 0; border-top: 1px solid var(--line); }
.article-author .eyebrow { margin-bottom: 17px; }
.article-author h2 { margin-bottom: 20px; font-size: 2.25rem; }
.article-author > p:last-child { margin: 0; }
.article-cta { padding-top: 110px; padding-bottom: 115px; color: var(--ivory); background: var(--moss); }
.article-cta h2 { max-width: 760px; }
.article-cta > p:not(.eyebrow) { max-width: 580px; margin: 30px 0 38px; font-family: var(--display); font-size: 1.3125rem; line-height: 1.55; }
.article-cta > div { display: flex; align-items: center; gap: 34px; }
@media (max-width: 980px) { .article-layout { grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr); } .article-copy { grid-column: 2; } }
@media (max-width: 760px) { .article-hero { padding-top: 65px; padding-bottom: 68px; } .article-breadcrumb { margin-bottom: 55px; } .article-hero h1 { font-size: clamp(3.5rem, 14.5vw, 5.25rem); } .article-deck { margin-top: 32px; font-size: 1.125rem; } .article-meta { margin-top: 48px; gap: 25px 40px; } .article-hero-image img { height: 78vw; min-height: 310px; } .article-layout { padding-top: 72px; padding-bottom: 95px; grid-template-columns: 1fr; gap: 65px; } .article-toc { position: static; padding-bottom: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; border-bottom: 1px solid var(--line); } .article-toc .eyebrow { grid-column: 1 / -1; } .article-copy { grid-column: 1; } .article-copy > section { margin-bottom: 62px; } .article-copy > p, .article-copy section > p, .article-copy li, .article-author > p:last-child { font-size: 1.0625rem; } .article-copy h2 { font-size: 2.625rem; } .article-lead { margin-bottom: 65px !important; font-size: 1.4375rem !important; } .article-tldr { padding: 31px 24px 25px; } .article-tldr h2 { font-size: 2.25rem; } .article-tldr li { font-size: 0.8125rem; } .article-pullquote { margin: 45px 0; padding-left: 24px; font-size: 1.75rem; } .article-comparison { grid-template-columns: 1fr; } .article-comparison > div, .article-comparison > div:first-child, .article-comparison > div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); } .article-comparison > div:last-child { border-bottom: 0; } .article-checklist { grid-template-columns: 1fr; } .article-author { margin-top: 80px; } .article-cta { padding-top: 82px; padding-bottom: 85px; } .article-cta > div { align-items: flex-start; flex-direction: column; } }
.faq-hero { padding-top: clamp(90px, 10vw, 155px); padding-bottom: clamp(85px, 9vw, 135px); background: var(--paper); }
.faq-hero .article-breadcrumb { margin-bottom: 72px; }
.faq-hero h1 { max-width: 1200px; font-size: clamp(4.25rem, 8.5vw, 8rem); line-height: .9; }
.faq-hero-intro { margin-top: 58px; padding-top: 25px; display: grid; grid-template-columns: minmax(0, 650px) auto; justify-content: space-between; gap: 55px; align-items: end; border-top: 1px solid var(--line); }
.faq-hero-intro p { margin: 0; color: rgba(23,34,31,.72); font-family: var(--display); font-size: 1.375rem; line-height: 1.55; }
.faq-hero-intro .text-link { justify-self: end; color: var(--ink); }
.faq-layout { padding-top: 115px; padding-bottom: 150px; display: grid; grid-template-columns: minmax(190px,.38fr) minmax(0,1.62fr); gap: clamp(60px,9vw,150px); align-items: start; }
.faq-nav { position: sticky; top: 35px; display: flex; flex-direction: column; align-items: flex-start; }
.faq-nav .eyebrow { margin-bottom: 18px; }
.faq-nav a { padding: 9px 0; color: rgba(23,34,31,.62); font-size: .75rem; line-height: 1.35; transition: color .2s; }
.faq-nav a:hover { color: var(--ink); }
.faq-content { min-width: 0; }
.faq-group { padding: 0 0 92px; margin: 0 0 92px; display: grid; grid-template-columns: minmax(170px,.48fr) minmax(0,1.52fr); gap: clamp(45px,7vw,105px); border-bottom: 1px solid var(--line); scroll-margin-top: 35px; }
.faq-group:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.faq-group-heading span { display: block; margin-bottom: 23px; font-size: .6875rem; font-weight: 700; letter-spacing: .14em; }
.faq-group-heading h2 { font-size: clamp(2.5rem,3.8vw,4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.375rem; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 23px; right: 3px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(23,34,31,.48); border-radius: 50%; font-family: var(--sans); font-size: 1.125rem; font-weight: 300; line-height: 1; transition: transform .3s ease, background-color .3s ease, color .3s ease; }
.faq-list details[open] summary::after { content: "−"; color: var(--ivory); background: var(--ink); transform: rotate(180deg); }
.faq-list summary:focus-visible { outline: 1px solid var(--ink); outline-offset: 5px; }
.faq-answer { padding: 0 55px 29px 0; }
.faq-answer p { margin: 0; color: rgba(23,34,31,.72); font-size: .875rem; line-height: 1.8; }
.faq-answer a { display: inline-block; margin-top: 15px; padding-bottom: 4px; color: var(--ink); border-bottom: 1px solid; font-size: .6875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.faq-answer p a { display: inline; margin: 0; padding: 0 0 2px; font-size: inherit; font-weight: inherit; letter-spacing: 0; text-transform: none; }
.faq-cta { padding-top: 110px; padding-bottom: 115px; text-align: center; color: var(--ivory); background: var(--moss); }
.faq-cta h2 { font-size: clamp(3.5rem,7vw,6.5rem); }
.faq-cta > p:not(.eyebrow) { max-width: 560px; margin: 28px auto 36px; color: rgba(251,249,243,.78); font-family: var(--display); font-size: 1.3125rem; line-height: 1.55; }
@media (max-width: 1050px) { .faq-group { grid-template-columns: 1fr; gap: 34px; } .faq-group-heading h2 br { display: none; } }
@media (max-width: 980px) { .faq-layout { grid-template-columns: 1fr; } .faq-nav { position: static; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 22px; padding-bottom: 34px; border-bottom: 1px solid var(--line); } .faq-nav .eyebrow { grid-column: 1 / -1; } }
@media (max-width: 760px) { .faq-hero { padding-top: 65px; padding-bottom: 72px; } .faq-hero .article-breadcrumb { margin-bottom: 52px; } .faq-hero h1 { font-size: clamp(3.5rem,15vw,5rem); } .faq-hero-intro { margin-top: 40px; grid-template-columns: 1fr; gap: 28px; } .faq-hero-intro p { font-size: 1.125rem; } .faq-hero-intro .text-link { justify-self: start; } .faq-layout { padding-top: 72px; padding-bottom: 95px; gap: 65px; } .faq-nav { grid-template-columns: 1fr; } .faq-nav .eyebrow { grid-column: 1; } .faq-group { padding-bottom: 65px; margin-bottom: 65px; } .faq-group-heading h2 { font-size: 2.625rem; } .faq-list summary { padding: 22px 45px 22px 0; font-size: 1.1875rem; } .faq-list summary::after { top: 20px; } .faq-answer { padding: 0 42px 25px 0; } .faq-answer p { font-size: .8125rem; } .faq-cta { padding-top: 82px; padding-bottom: 87px; } .faq-cta > p:not(.eyebrow) { font-size: 1.125rem; } }
@media (prefers-reduced-motion: reduce) { .faq-list summary::after { transition: none; } }
