:root {
  --ink: #08090c;
  --ink-soft: #111319;
  --paper: #f2f0e9;
  --paper-soft: #dedbd1;
  --muted: #989a9d;
  --line: rgba(255,255,255,.13);
  --amber: #f5aa55;
  --amber-deep: #b85e26;
  --blue: #7b98ff;
  --shell: min(1240px, calc(100vw - 64px));
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--amber); color: var(--ink); }
.shell { width: 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: 999; top: 8px; left: 8px; background: var(--paper); color: var(--ink); padding: 9px 14px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.page-noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-header.scrolled { background: rgba(8,9,12,.84); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; letter-spacing: .24em; }
.brand-mark { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand-mark circle { fill: var(--amber); stroke: none; }
.site-nav { display: flex; align-items: center; gap: 36px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.site-nav > a { color: #c4c3bf; transition: color .2s; }
.site-nav > a:hover { color: #fff; }
.site-nav .nav-cta { color: var(--paper); border: 1px solid rgba(255,255,255,.3); padding: 11px 16px; }
.site-nav .nav-cta span { color: var(--amber); margin-left: 10px; }
.nav-toggle { display: none; background: none; color: white; border: 0; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { min-height: 780px; height: 100svh; max-height: 970px; position: relative; display: grid; grid-template-columns: 53% 47%; align-items: center; padding-top: 88px; }
.hero::before { content: ""; position: absolute; left: -35vw; top: -45vh; width: 80vw; height: 110vh; background: radial-gradient(circle, rgba(48,58,91,.17), transparent 65%); pointer-events: none; }
.hero-copy { z-index: 2; max-width: 720px; }
.eyebrow, .section-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: #aaa9a5; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 34px; }
.eyebrow > span { width: 38px; height: 1px; background: var(--amber); }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(64px, 7.1vw, 112px); line-height: .88; letter-spacing: -.05em; }
.hero h1 em { color: var(--amber); font-weight: 400; }
.hero-lead { max-width: 590px; color: #b2b1ad; font-size: 18px; line-height: 1.75; margin: 38px 0 0; }
.hero-actions { display: flex; gap: 32px; align-items: center; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 205px; padding: 14px 17px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.button-primary { background: var(--paper); color: var(--ink); transition: background .2s, transform .2s; }
.button-primary:hover { background: white; transform: translateY(-2px); }
.button-primary span, .text-link span { color: var(--amber-deep); font-size: 16px; }
.text-link { font-size: 12px; letter-spacing: .08em; border-bottom: 1px solid #555; padding: 9px 0; }
.text-link span { margin-left: 9px; }

.hero-visual { position: relative; height: 68%; min-height: 480px; isolation: isolate; }
.visual-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle, black 10%, transparent 70%); }
.light-core { position: absolute; width: min(31vw, 440px); aspect-ratio: 1; left: 53%; top: 45%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle at 44% 42%, #ffe0a7 0 1%, #f7a349 6%, #7a2b22 21%, #12121b 55%, transparent 68%); box-shadow: 0 0 90px 18px rgba(239,110,50,.18), inset -16px -20px 60px rgba(0,0,0,.85); filter: saturate(.85); }
.light-core::before { content: ""; position: absolute; inset: 16%; border-radius: 50%; background: conic-gradient(from 210deg, transparent 0 23%, rgba(255,216,154,.15), transparent 42%, rgba(101,122,233,.18) 63%, transparent 74%); filter: blur(10px); animation: rotate 18s linear infinite; }
.light-core::after { content: ""; position: absolute; inset: -18%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.light-core span { position: absolute; inset: 49% auto auto -22%; width: 144%; height: 1px; background: linear-gradient(90deg, transparent, rgba(246,170,85,.8), white, rgba(123,152,255,.5), transparent); transform: rotate(-14deg); box-shadow: 0 0 22px 3px rgba(246,170,85,.28); }
.orbit { position: absolute; left: 53%; top: 45%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%) rotate(-14deg); }
.orbit-one { width: min(42vw,590px); height: min(15vw,210px); }
.orbit-two { width: min(33vw,470px); height: min(11vw,160px); transform: translate(-50%,-50%) rotate(64deg); }
.orbit-one::after { content: ""; position: absolute; right: 12%; top: 4%; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 15px 3px var(--blue); }
.visual-caption { position: absolute; right: 0; bottom: 3%; width: 230px; border-top: 1px solid var(--line); padding-top: 13px; color: #969792; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.visual-caption p { margin: 0; }
.hero-index { position: absolute; bottom: 35px; left: 0; right: 0; display: flex; align-items: center; gap: 12px; color: #65666a; font-size: 9px; letter-spacing: .18em; }
.hero-index strong { color: var(--paper); font-size: 11px; }
.hero-index i { display: block; width: 48px; height: 1px; background: #424349; }
@keyframes rotate { to { transform: rotate(360deg); } }

.section { padding: 150px 0; }
.section-kicker { display: flex; align-items: center; gap: 17px; }
.section-kicker span { color: var(--amber); }
.statement { background: var(--paper); color: #111216; }
.statement-grid { display: grid; grid-template-columns: 25% 75%; }
.statement .section-kicker { color: #66645f; }
.statement-copy h2 { max-width: 920px; font-family: var(--serif); font-size: clamp(46px, 5.7vw, 78px); font-weight: 400; line-height: 1.08; letter-spacing: -.038em; margin: 0; }
.statement-copy h2 em { color: #95613d; font-weight: 400; }
.statement-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; max-width: 750px; margin: 70px 0 0 auto; color: #5d5b57; font-size: 15px; line-height: 1.8; }
.statement-detail p { margin: 0; }

.capabilities { background: #0b0c10; }
.section-heading { display: grid; grid-template-columns: 26% 1fr auto; align-items: end; margin-bottom: 75px; }
.section-heading h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(48px, 5vw, 70px); margin: 0; line-height: 1; }
.section-heading > p { max-width: 285px; color: #8d8e90; margin: 0; font-size: 13px; }
.capability-list { border-top: 1px solid var(--line); }
.capability { position: relative; display: grid; grid-template-columns: 7% 14% 1fr auto; align-items: center; gap: 25px; min-height: 205px; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.capability:hover { background: rgba(255,255,255,.025); padding-inline: 18px; }
.cap-number { align-self: start; margin-top: 42px; color: var(--amber); font-size: 10px; letter-spacing: .14em; }
.capability h3 { font-family: var(--serif); font-weight: 400; font-size: 33px; margin: 0 0 12px; }
.capability p { margin: 0; max-width: 640px; color: #929397; font-size: 14px; }
.cap-arrow { font-size: 21px; color: #68696c; margin-right: 20px; }
.cap-icon { position: relative; width: 70px; height: 70px; }
.cap-icon i { position: absolute; display: block; border: 1px solid rgba(245,170,85,.65); }
.cap-icon-story i { width: 52px; height: 31px; left: 8px; top: 19px; transform: skewY(-13deg); }
.cap-icon-story i:nth-child(2) { transform: translate(8px,-8px) skewY(-13deg); opacity: .55; }
.cap-icon-story i:nth-child(3) { transform: translate(16px,-16px) skewY(-13deg); opacity: .25; }
.cap-icon-design i { inset: 12px; border-radius: 50%; }
.cap-icon-design i:nth-child(2) { inset: 23px 5px; border-color: var(--blue); transform: rotate(45deg); }
.cap-icon-product i { width: 37px; height: 52px; left: 17px; top: 8px; border-radius: 4px; }
.cap-icon-product i:nth-child(2) { height: 1px; top: 21px; border-width: 1px 0 0; }
.cap-icon-product i:nth-child(3) { width: 4px; height: 4px; left: 34px; top: 50px; border-radius: 50%; background: var(--amber); }

.principles { background: #101218; overflow: hidden; }
.principles-grid { display: grid; grid-template-columns: 48% 42%; gap: 10%; align-items: center; }
.principles-visual { position: relative; min-height: 590px; background: radial-gradient(circle at 54% 44%, rgba(245,170,85,.24), transparent 20%), radial-gradient(circle at 42% 48%, rgba(83,101,184,.22), transparent 34%); }
.frame { position: absolute; border: 1px solid rgba(255,255,255,.18); }
.frame-a { width: 62%; height: 70%; left: 16%; top: 10%; transform: perspective(900px) rotateY(18deg) rotateZ(-4deg); background: linear-gradient(135deg, rgba(255,255,255,.04), transparent); box-shadow: 45px 48px 100px rgba(0,0,0,.48); }
.frame-b { width: 40%; height: 50%; left: 39%; top: 30%; transform: perspective(900px) rotateY(-14deg) rotateZ(8deg); background: linear-gradient(135deg, rgba(245,170,85,.1), rgba(85,104,190,.06)); backdrop-filter: blur(3px); }
.frame-copy { position: absolute; left: 46%; top: 38%; }
.frame-copy > span { display: block; font-family: var(--serif); font-size: 160px; line-height: .75; color: rgba(255,255,255,.88); text-shadow: 0 0 55px rgba(245,170,85,.25); }
.frame-copy small { position: absolute; width: 160px; left: 86px; bottom: -31px; color: #9c9da0; font-size: 9px; line-height: 1.6; letter-spacing: .16em; text-transform: uppercase; }
.principles-copy h2 { font-family: var(--serif); font-size: clamp(49px, 5vw, 72px); font-weight: 400; line-height: 1; margin: 30px 0; }
.principles-copy > p { color: #9fa0a2; max-width: 540px; font-size: 15px; }
.principles-copy ul { list-style: none; padding: 0; margin: 55px 0 0; border-top: 1px solid var(--line); }
.principles-copy li { position: relative; display: grid; grid-template-columns: 55px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.principles-copy li > span { color: var(--amber); font-size: 10px; }
.principles-copy li strong { font-family: var(--serif); font-weight: 400; font-size: 21px; }
.principles-copy li p { grid-column: 2; margin: 2px 0 0; color: #77797e; font-size: 12px; }

.company { background: var(--paper); color: #111216; }
.company-grid { display: grid; grid-template-columns: 42% 50%; gap: 8%; }
.company .section-kicker { color: #67655f; }
.company-intro h2 { font-family: var(--serif); font-size: clamp(47px, 4.5vw, 66px); line-height: 1.06; font-weight: 400; margin: 35px 0; letter-spacing: -.035em; }
.company-intro > p { max-width: 430px; color: #66645f; font-size: 14px; }
.company-facts { margin: 0; border-top: 1px solid #bdbab1; }
.company-facts div { display: grid; grid-template-columns: 40% 60%; padding: 23px 0; border-bottom: 1px solid #c9c6be; }
.company-facts dt { color: #77746e; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.company-facts dd { margin: 0; font-size: 14px; font-weight: 550; line-height: 1.65; }
.company-facts a { border-bottom: 1px solid #99958d; }

.contact { padding: 110px 0; position: relative; overflow: hidden; background: #11131a; }
.contact-inner { min-height: 300px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.contact .eyebrow { margin-bottom: 24px; }
.contact h2 { font-family: var(--serif); font-size: clamp(55px, 7vw, 96px); font-weight: 400; line-height: 1; margin: 0 0 35px; letter-spacing: -.04em; }
.contact-inner > a { width: max-content; color: var(--amber); font-size: 19px; border-bottom: 1px solid rgba(245,170,85,.4); padding-bottom: 6px; }
.contact-inner > a span { margin-left: 15px; }
.contact-orb { position: absolute; right: 3%; top: 50%; width: 340px; height: 340px; transform: translateY(-50%); border-radius: 50%; background: radial-gradient(circle at 32% 30%, rgba(255,224,174,.7), rgba(224,118,52,.45) 8%, rgba(102,44,35,.28) 26%, transparent 65%); opacity: .7; }
.contact-orb::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 80px rgba(245,170,85,.2); }

.site-footer { background: #07080a; padding: 80px 0 30px; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 35px; }
.brand-footer { align-self: start; font-size: 13px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; color: #a2a2a0; }
.footer-label { color: #5e6064; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; margin: 0 0 11px; }
.footer-main a:hover { color: var(--amber); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 23px; margin-top: 68px; color: #646568; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .15s; }

/* Legal pages */
.legal-page { background: var(--paper); color: #17181b; min-height: 100vh; }
.legal-page .page-noise { opacity: .022; }
.legal-page .site-header { color: var(--paper); background: var(--ink); }
.legal-hero { background: var(--ink); color: var(--paper); padding: 185px 0 80px; }
.legal-hero .eyebrow { margin-bottom: 25px; }
.legal-hero h1 { font-family: var(--serif); font-size: clamp(58px, 7vw, 92px); font-weight: 400; line-height: 1; margin: 0; }
.legal-hero p:last-child { color: #8e8f93; margin: 28px 0 0; font-size: 13px; }
.legal-layout { display: grid; grid-template-columns: 25% 66%; gap: 9%; padding-block: 95px 130px; }
.legal-aside { position: sticky; top: 120px; align-self: start; border-top: 1px solid #aaa69c; padding-top: 18px; color: #6d6b66; font-size: 11px; line-height: 1.8; }
.legal-aside strong { display: block; color: #1d1e20; margin-bottom: 8px; }
.legal-copy { max-width: 800px; }
.legal-copy .lead { font-family: var(--serif); font-size: 25px; line-height: 1.45; color: #333331; margin: 0 0 60px; }
.legal-copy section { margin-bottom: 48px; scroll-margin-top: 120px; }
.legal-copy h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin: 0 0 15px; }
.legal-copy p, .legal-copy li { color: #5c5a56; font-size: 14px; line-height: 1.85; }
.legal-copy ul { padding-left: 20px; }
.legal-copy a { color: #7d4b2f; border-bottom: 1px solid #c5a58e; }
.legal-copy address { font-style: normal; color: #5c5a56; font-size: 14px; line-height: 1.8; }
.legal-page .site-footer { color: var(--paper); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 860px); }
  .hero { grid-template-columns: 1fr; height: auto; min-height: 900px; padding-top: 160px; padding-bottom: 80px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { position: absolute; z-index: 0; width: 60%; height: 48%; min-height: 400px; right: -15%; top: 28%; opacity: .6; }
  .hero-lead, .hero-actions { position: relative; z-index: 2; }
  .statement-grid, .company-grid { grid-template-columns: 1fr; gap: 50px; }
  .section-heading { grid-template-columns: 1fr 1fr; gap: 28px; }
  .section-heading .section-kicker { grid-column: 1 / -1; }
  .capability { grid-template-columns: 7% 15% 1fr auto; }
  .principles-grid { grid-template-columns: 42% 52%; gap: 6%; }
  .principles-visual { min-height: 500px; }
  .frame-copy > span { font-size: 120px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 36px); }
  .nav-wrap { height: 70px; }
  .nav-toggle { display: block; z-index: 2; }
  .site-nav { display: none; position: absolute; inset: 0; min-height: 100vh; background: rgba(8,9,12,.98); flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 9vw; gap: 28px; font-size: 20px; }
  .site-nav.open { display: flex; }
  .site-nav .nav-cta { margin-top: 18px; }
  .hero { min-height: 830px; padding-top: 130px; align-items: start; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-lead { max-width: 90%; font-size: 15px; margin-top: 30px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 32px; }
  .hero-visual { width: 100%; right: -38%; top: 47%; height: 38%; min-height: 300px; }
  .light-core { width: 310px; }
  .orbit-one { width: 410px; height: 145px; }
  .orbit-two { width: 330px; height: 115px; }
  .visual-caption { display: none; }
  .section { padding: 95px 0; }
  .statement-copy h2 { font-size: 43px; }
  .statement-detail { grid-template-columns: 1fr; gap: 24px; margin-top: 45px; }
  .section-heading { display: block; }
  .section-heading h2 { margin: 25px 0 20px; }
  .capability { grid-template-columns: 40px 1fr 25px; gap: 12px; min-height: 235px; padding: 30px 0; align-items: start; }
  .capability:hover { padding-inline: 0; }
  .cap-number { margin-top: 0; }
  .cap-icon { display: none; }
  .capability h3 { font-size: 28px; }
  .cap-arrow { margin: 5px 0 0; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-visual { min-height: 420px; order: 2; margin-top: 35px; }
  .company-facts div { grid-template-columns: 1fr; gap: 8px; }
  .contact { padding: 90px 0; }
  .contact-inner { min-height: 250px; }
  .contact-orb { width: 260px; height: 260px; right: -35%; opacity: .45; }
  .contact-inner > a { font-size: 15px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .brand-footer { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .legal-hero { padding-top: 145px; }
  .legal-layout { grid-template-columns: 1fr; padding-block: 65px 90px; }
  .legal-aside { position: static; }
  .legal-copy .lead { font-size: 21px; }
}

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