:root {
  --ink: #26231f;
  --muted: #686158;
  --paper: #f8f5ef;
  --ivory: #eee8dc;
  --white: #fffdf8;
  --gold: #89602e;
  --gold-light: #d5b884;
  --dark: #211f1c;
  --line: rgba(38, 35, 31, .17);
  --line-light: rgba(255, 253, 248, .22);
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --shell: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--gold); }
.shell { width: min(calc(100% - 72px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.topline { color: #655847; background: var(--ivory); border-bottom: 1px solid var(--line); font-size: .65rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.topline__inner { min-height: 44px; display: flex; align-items: center; gap: 12px; }
.topline__inner a { min-height: 44px; margin-left: auto; display: flex; align-items: center; color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.topline__dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,253,248,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(38,35,31,.06); }
.header__inner { min-height: 126px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 82px 44px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand__mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--dark); border: 1px solid var(--dark); }
.brand__mark span { font: italic 1.4rem/.9 var(--serif); }
.brand__mark i { display: none; }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__type strong { font: 500 1.45rem var(--serif); letter-spacing: -.045em; }
.brand__type small { margin-top: 5px; color: var(--gold); font-size: .59rem; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.primary-nav { grid-column: 1 / -1; grid-row: 2; display: flex; justify-content: space-between; align-items: center; gap: 30px; height: 100%; border-top: 1px solid var(--line); }
.primary-nav a { position: relative; color: #5d564d; font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; bottom: -4px; left: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.header__cta { grid-column: 2; grid-row: 1; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; color: var(--white); background: var(--dark); border: 1px solid var(--dark); border-radius: 0; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-align: center; text-transform: uppercase; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { color: var(--dark); background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.button--compact { min-height: 44px; padding-inline: 18px; }
.button--outline { color: var(--dark); background: transparent; border-color: var(--ink); }
.button--outline:hover, .button--outline:focus-visible { color: var(--white); background: var(--dark); border-color: var(--dark); }
.button--light { color: var(--dark); background: var(--gold-light); border-color: var(--gold-light); }
.button--light:hover, .button--light:focus-visible { background: var(--white); border-color: var(--white); }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: .65rem; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow--light { color: var(--gold-light); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: 1.05; }

.hero { position: relative; overflow: hidden; padding-top: 72px; background: var(--paper); }
.hero__grid { position: absolute; inset: 0 auto 0 50%; width: 1px; background: rgba(38,35,31,.07); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(35px, 5vw, 85px); align-items: stretch; }
.hero__copy { padding: 45px 0 125px; }
h1 { max-width: 800px; font-size: clamp(3.8rem, 6.5vw, 7.4rem); line-height: .92; }
h1 em { color: var(--gold); font-weight: 400; }
.hero__lede { max-width: 590px; margin: 42px 0 0; padding-left: 25px; color: var(--muted); border-left: 2px solid var(--gold); font-size: clamp(1rem, 1.25vw, 1.13rem); line-height: 1.8; }
.hero__actions { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.network-card { min-height: 655px; padding: clamp(32px, 4vw, 60px); display: grid; grid-template-columns: 1fr 1fr; align-content: center; column-gap: 26px; color: var(--white); background: var(--dark); border-top: 6px solid var(--gold); }
.network-card::before { content: "THE SKY STAY EDITION  /  01"; grid-column: 1 / -1; margin-bottom: 42px; color: var(--gold-light); font-size: .61rem; font-weight: 800; letter-spacing: .25em; }
.network-lines { display: none; }
.network-card__center { grid-column: 1 / -1; padding-bottom: 38px; display: grid; align-content: start; border-bottom: 1px solid var(--line-light); }
.network-card__monogram { color: var(--gold-light); font: italic 4.8rem/.8 var(--serif); letter-spacing: -.08em; }
.network-card__center strong { margin-top: 20px; font: 2.6rem/1 var(--serif); }
.network-card__center small { margin-top: 8px; color: #bcb3a7; font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.network-node { min-height: 86px; padding: 17px 0; border-bottom: 1px solid var(--line-light); }
.network-node b { display: block; color: var(--white); font: 1.22rem/1.1 var(--serif); }
.network-node small { display: block; margin-top: 7px; color: #a9a197; font-size: .72rem; }
.network-card__seal { grid-column: 1 / -1; padding-top: 26px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.network-card__seal span { color: var(--gold-light); font-size: .61rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.network-card__seal strong { font: 1.22rem var(--serif); text-align: right; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.trust-item { min-height: 125px; padding: 27px 24px; display: flex; gap: 16px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item > span { color: var(--gold); font: italic 1.35rem var(--serif); }
.trust-item div { display: flex; flex-direction: column; }
.trust-item strong { font: 1.11rem/1.2 var(--serif); }
.trust-item small { margin-top: 8px; color: var(--muted); font-size: .72rem; line-height: 1.4; }

.section { padding: 130px 0; }
.section-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8%; align-items: end; }
.section-heading h2, .faq__intro h2, .contact h2, .standards h2 { font-size: clamp(3.1rem, 5vw, 5.35rem); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.section-heading--center { max-width: 930px; margin-inline: auto; display: block; text-align: center; }
.section-heading--center > p { max-width: 690px; margin: 25px auto 0; }
.section--intro { background: var(--white); }
.section--intro .shell { display: grid; grid-template-columns: .42fr .58fr; gap: 8%; align-items: start; }
.section--intro .section-heading { position: sticky; top: 170px; margin: 0; display: block; }
.section--intro .section-heading > p { margin-top: 32px; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
.capability-card { position: relative; min-height: 290px; padding: 40px 0 25px; border-top: 1px solid var(--line); }
.capability-card:hover { border-color: var(--gold); }
.card-number { position: absolute; top: 38px; right: 0; color: var(--gold); font: italic 1.05rem var(--serif); }
.line-icon { position: relative; width: 36px; height: 36px; display: block; border: 1px solid var(--gold); transform: rotate(45deg); }
.line-icon::after { content: ""; position: absolute; inset: 9px; border: 1px solid var(--gold); }
.capability-card h3, .category-card h3, .partner-card h3, .process-list h3 { margin: 28px 0 10px; font: 1.65rem/1.15 var(--serif); letter-spacing: -.025em; }
.capability-card p, .category-card p, .partner-card p, .process-list p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.7; }

.section--categories { background: var(--ivory); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.category-card { min-height: 228px; padding: 28px 30px; background: var(--paper); transition: background .2s ease; }
.category-card:hover { background: var(--white); }
.category-card:nth-child(1), .category-card:nth-child(2) { grid-column: span 2; min-height: 235px; }
.category-symbol { color: var(--gold); font: italic 2.3rem/1 var(--serif); }
.category-card h3 { margin-top: 30px; font-size: 1.35rem; }
.category-card p { max-width: 270px; font-size: .81rem; }
.category-card:nth-child(-n+2) h3 { font-size: 1.8rem; }
.category-note { margin-top: 26px; padding: 26px 30px; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font: 1.15rem var(--serif); }
.category-note a { color: var(--gold); font: 800 .68rem var(--sans); letter-spacing: .15em; text-transform: uppercase; }

.standards { color: var(--white); background: var(--dark); }
.standards__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.standards__copy p:not(.eyebrow) { max-width: 610px; color: #c7bfb4; line-height: 1.8; }
.standards__copy h2 { margin-bottom: 35px; }
.text-link { margin-top: 16px; display: inline-flex; gap: 12px; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.text-link--light { color: var(--gold-light); }
.standards__panel { padding: 8px 0 0 42px; border-left: 1px solid var(--line-light); }
.standards__kicker { margin: 0 0 30px; color: var(--gold-light); font-size: .65rem; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 22px 0; display: grid; grid-template-columns: 24px 1fr; gap: 16px; border-top: 1px solid var(--line-light); }
.check-list li > span { color: var(--gold-light); font-size: .9rem; }
.check-list li div { display: flex; flex-direction: column; }
.check-list strong { font: 1.38rem/1.2 var(--serif); }
.check-list small { margin-top: 7px; color: #b9b0a5; font-size: .78rem; line-height: 1.5; }

.partners { background: var(--white); }
.partners__orb { display: none; }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 55px; border-top: 1px solid var(--line); }
.partner-card { min-height: 210px; padding: 28px 0 35px; display: grid; grid-template-columns: 66px 1fr; align-content: start; border-bottom: 1px solid var(--line); }
.partner-card > span { grid-row: span 2; color: var(--gold); font: italic 1.25rem var(--serif); }
.partner-card h3 { margin: 0 0 11px; }
.partner-card p { grid-column: 2; max-width: 400px; }
.partner-cta { margin-top: 55px; padding: 40px 45px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: var(--white); background: #4a4034; }
.partner-cta div { display: flex; flex-direction: column; }
.partner-cta span { color: var(--gold-light); font-size: .63rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.partner-cta strong { margin-top: 7px; font: 1.8rem var(--serif); }
.partner-cta .button { border-color: var(--gold-light); color: var(--dark); background: var(--gold-light); }
.partner-cta .button:hover { background: var(--white); border-color: var(--white); }

.process { padding-top: 20px; background: var(--white); }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; list-style: none; }
.process-list li { padding: 25px 0 0; border-top: 1px solid var(--ink); }
.process-list li > span { color: var(--gold); font: italic 2rem var(--serif); }
.process-list h3 { margin-top: 25px; }
.faq { background: var(--paper); }
.faq__inner { display: grid; grid-template-columns: .77fr 1.23fr; gap: 10%; }
.faq__intro p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--ink); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__item h3 { margin: 0; }
.accordion__item button { width: 100%; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: transparent; border: 0; cursor: pointer; font: 1.4rem/1.3 var(--serif); text-align: left; }
.accordion__item button span { position: relative; width: 17px; height: 17px; flex: 0 0 auto; }
.accordion__item button span::before, .accordion__item button span::after { content: ""; position: absolute; top: 8px; left: 0; width: 17px; height: 1px; background: var(--gold); }
.accordion__item button span::after { transform: rotate(90deg); }
.accordion__item button[aria-expanded="true"] span::after { transform: none; }
.accordion__answer { padding: 0 45px 28px 0; color: var(--muted); font-size: .88rem; }
.accordion__answer p { margin: 0; }

.contact { padding: 120px 0; color: var(--white); background: var(--dark); }
.contact__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.contact__copy > p:not(.eyebrow) { max-width: 460px; color: #bcb4aa; }
.contact__copy > a { display: inline-block; margin-top: 20px; color: var(--gold-light); border-bottom: 1px solid var(--gold-light); overflow-wrap: anywhere; }
.contact-form { padding: 42px; color: var(--ink); background: var(--paper); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { margin-bottom: 19px; display: block; font-size: .65rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-form label > span { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #a9a094; border-radius: 0; outline: none; text-transform: none; }
.contact-form select option { color: var(--ink); background: var(--white); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom: 2px solid var(--gold); }
.contact-form .consent { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; letter-spacing: 0; text-transform: none; }
.contact-form .consent input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--gold); }
.contact-form .consent span { color: var(--muted); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; }

.site-footer { padding: 80px 0 24px; color: #bfb6aa; background: #171613; }
.footer__grid { display: grid; grid-template-columns: 1.55fr repeat(3, .65fr); gap: 6%; }
.brand--footer .brand__mark { color: var(--dark); background: var(--gold-light); border-color: var(--gold-light); }
.brand--footer .brand__type strong { color: var(--white); }
.brand--footer .brand__type small { color: var(--gold-light); }
.footer__brand p { max-width: 390px; margin-top: 25px; font-size: .86rem; }
.footer__grid h2 { margin: 0 0 20px; color: var(--gold-light); font: 800 .62rem var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid > div:not(.footer__brand) a { margin: 5px 0; font-size: .82rem; }
.footer__grid a:hover, .footer__grid a:focus-visible { color: var(--white); }
.footer__bottom { margin-top: 75px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); font-size: .71rem; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.legal { min-height: 75vh; padding: 110px 0; background: var(--paper); }
.legal-page .header__inner { min-height: 82px; grid-template-rows: 82px; }
.legal__inner { max-width: 850px; }
.legal h1 { font-size: clamp(4rem, 8vw, 7rem); }
.legal__updated { margin: 22px 0 55px; color: var(--muted); }
.legal section { padding: 33px 0; border-top: 1px solid var(--line); }
.legal section h2 { margin: 0 0 10px; font-size: 1.55rem; letter-spacing: -.02em; }
.legal section p { margin: 0; color: var(--muted); }
.legal section a { color: var(--gold); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding-top: 10px; }
.not-found { min-height: 100vh; padding: 30px; display: grid; place-items: center; text-align: center; background: var(--paper); }
.not-found > div { max-width: 720px; }
.not-found .brand { margin-bottom: 70px; }
.not-found h1 { margin-bottom: 25px; font-size: clamp(3rem, 9vw, 6rem); }
.not-found p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

@media (max-width: 1060px) {
  .hero__inner { grid-template-columns: 1fr .9fr; gap: 30px; }
  .network-card { padding: 30px; }
  .section--intro .shell { gap: 5%; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:nth-child(1), .category-card:nth-child(2) { grid-column: auto; min-height: 228px; }
}
@media (max-width: 820px) {
  .shell { width: min(calc(100% - 42px), var(--shell)); }
  .header__inner { min-height: 73px; display: flex; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 73px 0 auto; height: calc(100vh - 73px); padding: 25px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 0; background: var(--white); border-top: 1px solid var(--line); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; overflow-y: auto; }
  .primary-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .primary-nav a { width: 100%; padding: 17px 0; font: 1.55rem var(--serif); letter-spacing: 0; text-transform: none; border-bottom: 1px solid var(--line); }
  .header__cta { display: none; }
  .hero__grid { display: none; }
  .hero__inner, .standards__inner, .faq__inner, .contact__inner { grid-template-columns: 1fr; }
  .hero__copy { padding: 0 0 60px; }
  .network-card { min-height: 0; margin-bottom: 45px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section--intro .shell { grid-template-columns: 1fr; gap: 45px; }
  .section--intro .section-heading { position: static; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .standards__inner, .faq__inner, .contact__inner { gap: 55px; }
  .standards__panel { padding-left: 0; border-left: 0; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 45px; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .topline__inner span:nth-child(2), .topline__inner span:nth-child(3) { display: none; }
  .topline__inner { font-size: .58rem; }
  .brand__type strong { font-size: 1.25rem; }
  h1 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .hero { padding-top: 54px; }
  .hero__lede { margin-top: 28px; padding-left: 16px; font-size: .97rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .network-card { grid-template-columns: 1fr 1fr; padding: 25px; gap: 0 18px; }
  .network-card__monogram { font-size: 3.7rem; }
  .network-card__center strong { font-size: 2.1rem; }
  .network-node b { font-size: 1rem; }
  .network-node small { font-size: .65rem; }
  .network-card__seal { flex-direction: column; gap: 3px; }
  .network-card__seal strong { text-align: left; }
  .trust-row, .capability-grid, .category-grid, .partner-grid, .process-list { grid-template-columns: 1fr; }
  .trust-item { min-height: 95px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 75px 0; }
  .section-heading h2, .faq__intro h2, .contact h2, .standards h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .capability-card { min-height: 240px; }
  .category-card, .category-card:nth-child(1), .category-card:nth-child(2) { min-height: 185px; }
  .category-card h3 { margin-top: 20px; }
  .category-note, .partner-cta, .footer__bottom { flex-direction: column; align-items: flex-start; }
  .partner-card { min-height: 185px; }
  .process-list { gap: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 42px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
