:root {
  --navy: #102338;
  --navy-deep: #091b2c;
  --navy-soft: #173149;
  --steel: #375f7d;
  --ink: #142535;
  --slate: #657482;
  --muted: #8a969f;
  --line: #dbe2e6;
  --mist: #eef3f5;
  --paper: #f7f9f9;
  --white: #fff;
  --sage: #9eb4a8;
  --sage-dark: #526f63;
  --sage-pale: #e6eee9;
  --max: 1520px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body, button, a { color: var(--ink); }
img { display: block; max-width: 100%; }
a { text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(158,180,168,.55); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; color: var(--sage-dark); font-size: .75rem; font-weight: 800; letter-spacing: .22em; }
.eyebrow.light { color: #b9c9c0; }

.notice-bar { min-height: 34px; padding: 9px 24px; display: flex; justify-content: center; align-items: center; gap: 9px; background: var(--navy-deep); color: #cbd6dc; font-size: .73rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.notice-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 5px rgba(158,180,168,.12); }

.site-header { width: min(calc(100% - 80px), var(--max)); min-height: 108px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.logo, .footer-brand { display: inline-flex; align-items: center; gap: 16px; }
.brand-emblem { width: 64px; height: 64px; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; gap: 7px; }
.brand-copy strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; font-weight: 400; letter-spacing: .105em; line-height: 1; white-space: nowrap; }
.brand-copy small { color: var(--sage-dark); font-size: .52rem; font-weight: 800; letter-spacing: .23em; line-height: 1; white-space: nowrap; }
.header-meta { display: flex; gap: 18px; align-items: center; font-size: .82rem; }
.header-meta span { color: var(--muted); }
.header-meta a { color: var(--navy); font-weight: 800; letter-spacing: .04em; }

.hero { width: min(calc(100% - 80px), var(--max)); min-height: 760px; margin: auto; padding: clamp(74px,8vw,130px) 0 90px; display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(60px,7vw,122px); align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0 0 30px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(4.3rem,6vw,7.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.hero h1 em { color: var(--sage-dark); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 0; color: var(--slate); font-size: clamp(1rem,1.15vw,1.2rem); line-height: 1.75; }
blockquote { margin: 48px 0 50px; padding: 7px 0 7px 27px; border-left: 1px solid var(--sage); position: relative; }
blockquote > span { position: absolute; left: 24px; top: -21px; color: var(--sage); font-family: Georgia,serif; font-size: 3rem; line-height: 1; }
blockquote p { max-width: 500px; margin: 0; padding-left: 27px; color: var(--navy); font-family: Georgia,serif; font-size: clamp(1.22rem,1.75vw,1.7rem); line-height: 1.45; }
.launch-line { max-width: 520px; display: grid; grid-template-columns: auto auto 1fr; gap: 16px; align-items: center; }
.launch-label { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .17em; }
.launch-line strong { color: var(--navy); font-size: .85rem; }
.launch-rule { height: 1px; background: var(--line); position: relative; }
.launch-rule i { position: absolute; inset: -1px auto auto 0; width: 42%; height: 3px; background: var(--sage); }

.hero-visual { min-width: 0; position: relative; z-index: 2; }
.preview-aura { position: absolute; z-index: -1; inset: -9% -8% -10% -10%; background: radial-gradient(circle at 35% 32%,rgba(158,180,168,.25),rgba(55,95,125,.1) 38%,transparent 68%); filter: blur(25px); }
.browser-frame { overflow: hidden; background: var(--white); border: 1px solid #cad5db; border-radius: 6px; box-shadow: 0 40px 100px rgba(16,35,56,.2), 0 6px 18px rgba(16,35,56,.08); }
.browser-bar { height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 7px; background: #f8fafb; border-bottom: 1px solid var(--line); }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #c7d0d5; }
.browser-bar > span:nth-child(2) { background: #b9c8c0; }
.browser-bar div { width: 36%; min-width: 220px; margin-left: 12px; padding: 7px 12px; border: 1px solid #dce3e6; border-radius: 3px; color: var(--muted); font-size: .67rem; text-align: center; }
.browser-bar b { margin-left: auto; color: var(--sage-dark); font-size: .58rem; letter-spacing: .14em; }
.slides { aspect-ratio: 1.5; position: relative; overflow: hidden; background: var(--mist); }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.015); pointer-events: none; transition: opacity .7s ease, transform 1.1s cubic-bezier(.22,.8,.22,1); }
.slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide figcaption { position: absolute; left: 20px; bottom: 20px; min-width: 280px; padding: 14px 18px; display: grid; grid-template-columns: 30px 1fr; grid-template-rows: auto auto; column-gap: 12px; background: rgba(9,27,44,.92); color: var(--white); backdrop-filter: blur(14px); }
.slide figcaption b { grid-row: 1/3; color: var(--sage); font-family: Georgia,serif; font-size: 1.25rem; font-weight: 400; }
.slide figcaption span { font-size: .78rem; font-weight: 750; }
.slide figcaption small { margin-top: 3px; color: #aebdc5; font-size: .64rem; }
.carousel-controls { width: 100%; margin-top: 25px; display: grid; grid-template-columns: 42px auto 1fr 42px; gap: 14px; align-items: center; }
.arrow { width: 42px; height: 42px; border: 1px solid #cbd6db; background: var(--white); color: var(--navy); font-size: 1rem; }
.arrow:hover { background: var(--navy); color: var(--white); }
.dots { display: flex; gap: 8px; }
.dot { width: 30px; height: 3px; padding: 0; border: 0; background: #cbd5da; }
.dot.is-active { background: var(--sage-dark); }
.slide-count { justify-self: end; color: var(--muted); font-size: .68rem; letter-spacing: .1em; }
.slide-count b { color: var(--navy); font-size: .82rem; }
.preview-note { margin: 12px 56px 0 0; color: var(--muted); font-size: .68rem; text-align: right; }
.hero-orbit { position: absolute; border: 1px solid rgba(55,95,125,.09); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 460px; height: 460px; left: -305px; top: 15%; }
.orbit-two { width: 740px; height: 740px; right: -520px; bottom: -30%; }

.promise { padding: clamp(80px,8vw,130px) max(40px,calc((100vw - var(--max))/2)); background: var(--white); border-top: 1px solid var(--line); }
.promise-heading { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; margin-bottom: 70px; }
.promise-heading h2 { margin: 0; color: var(--navy); font-family: Georgia,serif; font-size: clamp(2.2rem,4vw,4.5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.06; }
.promise-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.promise-grid article { min-height: 210px; padding: 28px 28px 18px 0; border-right: 1px solid var(--line); }
.promise-grid article:not(:first-child) { padding-left: 28px; }
.promise-grid article:last-child { border-right: 0; }
.promise-grid article > span { color: var(--sage-dark); font-family: Georgia,serif; font-size: 1.1rem; }
.promise-grid h3 { margin: 38px 0 10px; color: var(--navy); font-size: 1.05rem; }
.promise-grid p { max-width: 260px; margin: 0; color: var(--slate); font-size: .88rem; line-height: 1.65; }

.closing { padding: clamp(80px,8vw,126px) max(40px,calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; overflow: hidden; background: var(--navy); color: var(--white); position: relative; }
.closing:after { content: ""; position: absolute; width: 650px; height: 650px; right: -330px; bottom: -420px; border: 1px solid rgba(158,180,168,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(158,180,168,.035),0 0 0 160px rgba(158,180,168,.02); }
.closing h2 { max-width: 820px; margin: 0; font-family: Georgia,serif; font-size: clamp(2.4rem,4.5vw,5rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.04; }
.closing-copy { position: relative; z-index: 2; }
.closing-copy p { max-width: 470px; margin: 0 0 28px; color: #b8c5cc; font-size: 1rem; line-height: 1.7; }
.contact-link { display: inline-flex; gap: 35px; align-items: center; padding-bottom: 10px; border-bottom: 1px solid var(--sage); color: var(--white); font-size: .86rem; font-weight: 750; }
.contact-link span { color: var(--sage); }

.site-footer { width: min(calc(100% - 80px), var(--max)); min-height: 150px; margin: auto; display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; }
.footer-brand .brand-emblem { width: 54px; height: 54px; }
.footer-brand .brand-copy strong { font-size: 1.15rem; }
.footer-brand .brand-copy small { font-size: .44rem; }
.footer-address { display: flex; gap: 24px; color: var(--slate); font-size: .76rem; }
.footer-address a { color: var(--navy); font-weight: 750; }
.site-footer > p { margin: 0; color: var(--muted); font-size: .7rem; }

@media (max-width: 1150px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-visual { max-width: 980px; }
  .promise-heading { grid-template-columns: 1fr; gap: 18px; }
  .promise-grid { grid-template-columns: repeat(2,1fr); }
  .promise-grid article:nth-child(2) { border-right: 0; }
  .promise-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .closing { grid-template-columns: 1fr; gap: 38px; }
  .site-footer { grid-template-columns: 1fr auto; padding: 28px 0; }
  .site-footer > p { grid-column: 1/3; }
}

@media (max-width: 720px) {
  .notice-bar { padding-inline: 14px; font-size: .61rem; text-align: center; }
  .site-header, .hero, .site-footer { width: min(calc(100% - 36px), var(--max)); }
  .site-header { min-height: 88px; }
  .logo, .footer-brand { gap: 11px; }
  .logo .brand-emblem { width: 48px; height: 48px; }
  .logo .brand-copy { gap: 5px; }
  .logo .brand-copy strong { font-size: 1rem; letter-spacing: .08em; }
  .logo .brand-copy small { font-size: .39rem; letter-spacing: .14em; }
  .header-meta span { display: none; }
  .header-meta a { font-size: .74rem; }
  .hero { padding: 68px 0 74px; gap: 60px; }
  .hero h1 { font-size: clamp(3.3rem,16vw,5rem); }
  blockquote { margin: 38px 0; }
  blockquote p { font-size: 1.2rem; }
  .launch-line { grid-template-columns: auto auto; }
  .launch-rule { display: none; }
  .browser-bar { height: 38px; }
  .browser-bar div { display: none; }
  .browser-bar b { font-size: .5rem; }
  .slide figcaption { left: 10px; right: 10px; bottom: 10px; min-width: 0; padding: 10px 12px; }
  .slide figcaption small { display: none; }
  .carousel-controls { grid-template-columns: 38px auto 1fr 38px; }
  .arrow { width: 38px; height: 38px; }
  .preview-note { margin-right: 0; }
  .promise, .closing { padding-inline: 18px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article, .promise-grid article:not(:first-child) { min-height: 170px; padding: 28px 0; border-right: 0; border-top: 1px solid var(--line); }
  .promise-grid article:first-child { border-top: 0; }
  .promise-grid h3 { margin-top: 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
  .footer-address { flex-direction: column; gap: 8px; }
  .site-footer > p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
