@font-face {
  font-family: Inter;
  src: url("fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #071321;
  --blue: #0874f9;
  --line: #d4dae3;
  --muted: #617084;
  --paper: #f3f5f7;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #dfe4ea;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: #dfe4ea; }
a, button { color: inherit; font: inherit; }
.detail-page { min-height: 100dvh; background: #fff; }
.skip-link { position: fixed; z-index: 10; top: 8px; left: 8px; padding: 10px 12px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { width: 1px; height: 1px; margin: -1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.page-header { min-height: 74px; border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { width: min(1180px,calc(100% - 80px)); min-height: 74px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.page-header a { min-height: 44px; display: inline-flex; align-items: center; color: #526176; font-size: 11px; font-weight: 760; text-decoration: none; }
.page-header .brand { color: var(--ink); font-size: 29px; font-weight: 900; letter-spacing: -.07em; }

#package { padding: 38px 0 64px; background: var(--paper); }
.content-shell { width: min(1180px,calc(100% - 80px)); margin: 0 auto; }
.visual-stage { border: 1px solid var(--line); border-bottom: 0; background: #e9e4dc; }
.visual-stage figure { aspect-ratio: 16 / 6.1; margin: 0; position: relative; overflow: hidden; }
.visual-stage img { width: 100%; height: 100%; display: block; object-fit: cover; }
.visual-stage figcaption { max-width:min(620px,calc(100% - 36px)); padding:9px 11px; position:absolute; right:18px; bottom:16px; color:#fff; background:rgba(7,19,33,.86); font-size:9px; font-weight:680; line-height:1.45; }
.view-tabs { height: 58px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); background: #fff; }
.view-tabs button { min-width: 0; border: 0; border-right: 1px solid var(--line); color: #627084; background: #fff; font-size: 10px; font-weight: 760; cursor: pointer; }
.view-tabs button:last-child { border-right: 0; }
.view-tabs button[aria-selected="true"] { color: var(--ink); box-shadow: inset 0 -3px 0 var(--blue); }

.detail-band { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); border: 1px solid var(--line); background: #fff; }
.package-intro { min-width: 0; padding: 34px 42px 30px; border-right: 1px solid var(--line); }
.eyebrow { margin: 0 0 10px; color: #657386; font-size: 9px; font-weight: 830; letter-spacing: .11em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(54px,5vw,70px); line-height: .9; letter-spacing: -.07em; }
.summary { max-width: 520px; margin: 18px 0 25px; color: #435166; font-size: 14px; line-height: 1.5; }
.rate-row { max-width: 580px; padding-top: 19px; display: grid; grid-template-columns: auto minmax(210px,1fr); align-items: stretch; gap: 24px; border-top: 1px solid var(--line); }
.rate-row > div { min-width:0; display: flex; justify-content: center; flex-direction: column; }
.rate-row span { margin-bottom: 4px; color: #657386; font-size: 8px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.rate-row strong { display: flex; align-items: baseline; font-size: 38px; line-height: 1; letter-spacing: -.06em; white-space: nowrap; }
.rate-row small { margin-left: 3px; color: #657386; font-size: 9px; letter-spacing: 0; }
.rate-row .rate-delivery { max-width:230px; margin:8px 0 0; color:#5d6a7d; font-size:8.5px; font-weight:650; line-height:1.4; }
.rate-row a { min-height: 54px; padding: 0 18px; display: grid; place-items: center; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; text-align: center; text-decoration: none; }

.at-a-glance { min-width: 0; padding: 34px 36px 28px; }
.at-a-glance h2 { margin: 0 0 11px; color: #657386; font-size: 9px; font-weight: 830; letter-spacing: .11em; text-transform: uppercase; }
.at-a-glance dl { margin: 0; border-top: 1px solid var(--line); }
.at-a-glance dl div { min-height: 67px; padding: 13px 0; display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); }
.at-a-glance dt { color: #6b7889; font-size: 9px; font-weight: 760; }
.at-a-glance dd { margin: 0; color: #26354a; font-size: 11px; font-weight: 680; line-height: 1.4; }

.package-manifest { padding:34px 42px; display:grid; grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr); gap:48px; border:1px solid var(--line); border-top:0; background:var(--ink); color:#fff; }
.package-manifest[hidden] { display:none; }
.package-manifest h2 { max-width:360px; margin:0; font-size:42px; line-height:.94; letter-spacing:-.06em; }
.package-manifest > div > p:last-child { max-width:340px; margin:15px 0 0; color:#aeb9c7; font-size:10px; line-height:1.5; }
.package-manifest .eyebrow { color:#78b7ff; }
.package-manifest ol { margin:0; padding:0; list-style:none; border-top:1px solid #334155; }
.package-manifest li { min-height:66px; padding:13px 0; display:grid; grid-template-columns:38px 1fr; align-items:start; gap:12px; border-bottom:1px solid #334155; }
.package-manifest li > span { padding-top:2px; color:#78b7ff; font-size:9px; font-weight:850; letter-spacing:.08em; }
.package-manifest li strong { display:block; font-size:12px; line-height:1.25; }
.package-manifest li p { margin:5px 0 0; color:#aeb9c7; font-size:9px; line-height:1.4; }
.package-fallback { padding:34px 42px; border:1px solid var(--line); border-top:0; background:#fff; }
.package-fallback h2 { margin:0; font-size:30px; letter-spacing:-.05em; }
.package-fallback p { max-width:620px; margin:12px 0 18px; color:var(--muted); font-size:11px; line-height:1.5; }
.package-fallback a { min-height:46px; padding:0 14px; display:inline-flex; align-items:center; border:1px solid var(--ink); font-size:10px; font-weight:800; text-decoration:none; }

a:focus-visible, button:focus-visible { outline: 3px solid #88beff; outline-offset: 2px; }

@media (max-width: 900px) {
  .header-inner,.content-shell { width: min(100% - 40px,780px); }
  #package { padding-top: 26px; }
  .visual-stage figure { aspect-ratio: 4 / 3; }
  .detail-band { grid-template-columns: 1fr; }
  .package-intro { border-right: 0; border-bottom: 1px solid var(--line); }
  .package-manifest { grid-template-columns:1fr; gap:26px; }
}

@media (max-width: 520px) {
  body { background: #fff; }
  .page-header,.header-inner { min-height: 64px; }
  .header-inner { width: 100%; padding: 0 16px; }
  .page-header a { font-size: 10px; }
  .page-header .brand { font-size: 25px; }
  #package { padding: 0; background: #fff; }
  .content-shell { width: 100%; }
  .visual-stage,.detail-band { border: 0; }
  .visual-stage { border-bottom: 1px solid var(--line); }
  .visual-stage figure { aspect-ratio: 4 / 3; }
  .visual-stage figcaption { max-width:calc(100% - 24px); right:12px; bottom:10px; font-size:8px; }
  .view-tabs { height: 52px; }
  .view-tabs button { font-size: 9.5px; }
  .package-intro { padding: 28px 20px 22px; }
  h1 { font-size: 48px; }
  .summary { max-width: 330px; margin: 17px 0 24px; font-size: 13px; }
  .rate-row { padding-top: 19px; grid-template-columns: auto 1fr; gap: 16px; }
  .rate-row strong { font-size: 31px; }
  .rate-row .rate-delivery { max-width:180px; font-size:8px; }
  .rate-row a { min-height: 52px; padding-inline: 12px; font-size: 10.5px; }
  .at-a-glance { padding: 6px 20px 22px; }
  .at-a-glance h2 { margin-bottom: 8px; }
  .at-a-glance dl div { min-height: 58px; padding: 12px 0; grid-template-columns: 76px 1fr; gap: 14px; }
  .package-manifest,.package-fallback { padding:28px 20px; border-right:0; border-left:0; }
  .package-manifest h2 { font-size:36px; }
}

@media (max-width: 350px) {
  .package-intro,.at-a-glance { padding-inline: 14px; }
  .rate-row { gap: 10px; }
  .rate-row strong { font-size: 27px; }
  .rate-row a { padding-inline: 8px; font-size: 9.5px; }
}
