:root { --orange:#f36c00; --ink:#0b0b0b; --cream:#f5f1e9; --paper:#fff; --grey:#666; --font-body:Arial; --font-display:Arial; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; color-scheme:only light; background:#fff; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:var(--font-body),Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:var(--font-display),Arial,sans-serif; letter-spacing:-.045em; }
.site-header { height:86px; position:fixed; inset:0 0 auto; z-index:50; display:flex; align-items:center; justify-content:space-between; padding:0 4.5vw; background:rgba(8,8,8,.96); color:#fff; border-bottom:1px solid rgba(255,255,255,.12); backdrop-filter:blur(16px); }
.brand { width:190px; height:62px; overflow:hidden; display:flex; align-items:center; }
.brand img { width:184px; height:58px; object-fit:contain; object-position:left center; }
.desktop-nav { display:flex; align-items:center; gap:34px; font-size:13px; font-weight:600; }
.desktop-nav a:not(.nav-cta):hover { color:var(--orange); }
.nav-cta { border:1px solid #fff; padding:13px 19px; transition:.2s; }
.nav-cta:hover { background:var(--orange); border-color:var(--orange); }
.mobile-menu { display:none; }
.hero { min-height:760px; padding-top:86px; display:grid; grid-template-columns:51% 49%; background:var(--ink); color:#fff; }
.hero-copy { padding:9vw 6vw 5vw 7vw; position:relative; z-index:2; }
.eyebrow,.section-kicker { color:var(--orange); font-size:12px; letter-spacing:.18em; text-transform:uppercase; font-weight:800; margin-bottom:25px; }
.hero h1 { font-size:clamp(54px,5.8vw,94px); line-height:.95; max-width:750px; margin-bottom:32px; }
.hero-intro { max-width:640px; font-size:18px; line-height:1.7; color:#c7c7c7; }
.hero-actions { display:flex; align-items:center; gap:30px; margin-top:42px; }
.button { display:inline-flex; align-items:center; justify-content:space-between; min-width:230px; gap:30px; padding:17px 20px; font-size:13px; font-weight:800; transition:.2s; }
.button-orange { background:var(--orange); color:#fff; }
.button-orange:hover { background:#ff7b14; transform:translateY(-2px); }
.button-black { background:var(--ink); color:#fff; }
.text-link { font-size:13px; font-weight:800; padding-bottom:7px; border-bottom:1px solid currentColor; }
.text-link span { margin-left:16px; color:var(--orange); }
.hero-proof { display:flex; gap:45px; margin-top:72px; padding-top:24px; border-top:1px solid #333; }
.hero-proof div { display:flex; flex-direction:column; gap:5px; }
.hero-proof strong { font-size:13px; }
.hero-proof span { font-size:11px; color:#888; }
.hero-visual { position:relative; min-height:674px; overflow:hidden; background:#eee; }
.hero-visual img { object-fit:cover; object-position:67% center; filter:saturate(.9) contrast(1.06); z-index:1; }
.hero-visual:after { content:""; position:absolute; z-index:2; inset:0; background:linear-gradient(90deg,rgba(11,11,11,.18),transparent 35%); pointer-events:none; }
.orange-disc { position:absolute; z-index:3; width:220px; height:220px; border-radius:50%; background:var(--orange); right:-70px; top:8%; mix-blend-mode:multiply; }
.precision-note { position:absolute; z-index:4; right:24px; bottom:26px; font:800 11px/1.2 var(--font-display); color:#fff; letter-spacing:.18em; writing-mode:vertical-rl; }
.statement { padding:115px 12vw; background:var(--cream); }
.statement h2 { font-size:clamp(35px,4.2vw,68px); line-height:1.15; max-width:1200px; margin:0; }
.purpose-highlight { color:var(--orange); }
.solutions { padding:110px 7vw 125px; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:60px; margin-bottom:65px; }
.section-heading h2,.planning h2,.paper h2,.about h2,.contact h2 { font-size:clamp(38px,4.3vw,68px); line-height:1.04; margin-bottom:0; }
.section-heading>p { max-width:420px; line-height:1.7; color:var(--grey); }
.solution-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #ccc; }
.solution-card { min-height:340px; padding:30px; border-right:1px solid #ccc; position:relative; transition:.25s; }
.solution-card:first-child { border-left:1px solid #ccc; }
.solution-card:hover { background:var(--orange); color:#fff; transform:translateY(-8px); }
.card-number { font-size:11px; font-weight:800; }
.solution-card h3 { font-size:31px; max-width:260px; margin:85px 0 20px; }
.solution-card p { font-size:14px; line-height:1.65; color:#666; max-width:320px; }
.solution-card:hover p { color:#fff; }
.card-arrow { position:absolute; right:28px; top:28px; font-size:22px; }
.feature { display:grid; grid-template-columns:1fr 1fr; min-height:720px; }
.feature-dark { background:var(--ink); color:#fff; }
.feature-image { position:relative; min-height:650px; overflow:hidden; }
.feature-image img { object-fit:cover; z-index:1; }
.feature-copy { padding:9vw 8vw; display:flex; flex-direction:column; justify-content:center; }
.feature-copy h2 { font-size:clamp(45px,5vw,78px); margin-bottom:30px; }
.feature-copy>p:not(.section-kicker) { color:#aaa; font-size:17px; line-height:1.75; }
.feature-copy ul { list-style:none; padding:0; margin:25px 0 40px; }
.feature-copy li { border-top:1px solid #333; padding:14px 0 14px 22px; color:#ddd; font-size:14px; position:relative; }
.feature-copy li:before { content:""; position:absolute; left:0; top:21px; width:7px; height:7px; border-radius:50%; background:var(--orange); }
.planning { display:grid; grid-template-columns:54% 46%; background:var(--cream); }
.planning-copy { padding:10vw 8vw; }
.planning-copy>p:not(.section-kicker) { max-width:680px; color:#555; font-size:17px; line-height:1.7; margin:30px 0 45px; }
.steps { border-top:1px solid #c9c4bb; }
.steps>div { display:grid; grid-template-columns:55px 1fr; padding:18px 0; border-bottom:1px solid #c9c4bb; }
.steps span { color:var(--orange); font-size:11px; font-weight:800; }
.steps p { margin:0; display:flex; flex-direction:column; color:#777; font-size:13px; }
.steps strong { color:var(--ink); font-size:16px; margin-bottom:3px; }
.planning-image { position:relative; min-height:760px; }
.planning-image img { object-fit:cover; z-index:1; }
.image-label { position:absolute; z-index:2; bottom:25px; left:25px; right:25px; background:#fff; padding:20px 23px; display:flex; justify-content:space-between; font-size:13px; }
.image-label span { color:var(--orange); }
.shoebox { display:grid; grid-template-columns:46% 54%; background:var(--orange); color:#fff; min-height:760px; }
.shoebox-photo { position:relative; min-height:700px; }
.shoebox-photo img { object-fit:cover; z-index:1; }
.shoebox-content { padding:8vw; display:flex; flex-direction:column; justify-content:center; }
.shoebox-content .section-kicker { color:var(--ink); }
.shoebox h2 { font-size:clamp(42px,4.8vw,76px); line-height:1.03; }
.shoebox h2 em { color:var(--ink); font-style:normal; }
.shoebox-content>p:not(.section-kicker) { max-width:650px; line-height:1.75; }
.shoebox-points { margin:30px 0 40px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.shoebox-points div { min-height:145px; padding:22px 18px; background:var(--ink); border:1px solid rgba(255,255,255,.2); display:flex; flex-direction:column; }
.shoebox-points strong { font-size:13px; margin-bottom:12px; color:#fff; }
.shoebox-points span { font-size:12px; line-height:1.55; color:#d9d9d9; }
.text-link.light { align-self:flex-start; }
.text-link.light span { color:var(--ink); }
.paper { min-height:620px; display:grid; grid-template-columns:1fr 1fr; }
.paper-copy { padding:9vw 8vw; display:flex; flex-direction:column; justify-content:center; }
.paper-copy>p:not(.section-kicker) { max-width:550px; color:#666; line-height:1.75; margin:30px 0 38px; }
.paper-image { position:relative; background:#fff; }
.paper-image img { object-fit:contain!important; object-position:center!important; z-index:1; }
.about { padding:120px 8vw; background:#111; color:#fff; display:grid; grid-template-columns:1fr 1fr; gap:10vw; }
.about-copy .lead { font-size:23px; line-height:1.55; color:#fff; }
.about-copy>p:not(.lead) { color:#999; line-height:1.75; }
.values { display:inline-flex; flex-wrap:nowrap; gap:7px; width:max-content; max-width:100%; margin-top:35px; padding:20px; background:var(--orange); }
.values span { border:1px solid rgba(255,255,255,.65); color:#fff; padding:9px 11px; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; white-space:nowrap; }
.contact { display:grid; grid-template-columns:43% 57%; min-height:700px; background:var(--cream); }
.contact-photo { position:relative; overflow:hidden; background:#7b3511; }
.contact-photo img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; position:absolute; inset:0; z-index:1; }
.contact-photo:after { content:""; position:absolute; inset:0; z-index:2; background:rgba(180,68,0,.56); mix-blend-mode:multiply; pointer-events:none; }
.contact-copy { padding:8vw; }
.contact-copy>p:not(.section-kicker) { color:#666; line-height:1.7; margin:30px 0 45px; max-width:600px; }
.contact-links { border-top:1px solid #bbb; }
.contact-links>a,.contact-links>div { padding:19px 0; border-bottom:1px solid #bbb; display:grid; grid-template-columns:140px 1fr 25px; align-items:start; }
.contact-links span { color:#777; font-size:12px; }
.contact-links strong { font-size:14px; line-height:1.55; }
.contact-links b { color:var(--orange); }
.social-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.social-links a { background:var(--ink); color:#fff; padding:13px 16px; font-size:12px; font-weight:800; }
.social-links a span { color:var(--orange); margin-left:12px; }
footer { background:#050505; color:#fff; padding:75px 7vw 30px; display:grid; grid-template-columns:2fr 1fr 1fr; gap:70px; }
.footer-brand img { width:210px; height:72px; object-fit:contain; object-position:left center; }
.footer-brand p { font-size:13px; color:#888; }
footer>div:not(.footer-brand) { display:flex; flex-direction:column; gap:12px; font-size:13px; }
footer>div>span { color:var(--orange); text-transform:uppercase; letter-spacing:.16em; font-size:10px; margin-bottom:8px; }
.copyright { grid-column:1/-1; border-top:1px solid #222; padding-top:25px; margin-top:30px; font-size:10px; color:#666; }

@media (max-width: 900px) {
  .site-header { height:72px; padding:0 20px; }
  .brand { width:160px; height:58px; }.brand img{width:156px;height:52px}
  .desktop-nav { display:none; }.mobile-menu{display:block;position:relative}
  .mobile-menu summary { list-style:none; width:46px; height:46px; cursor:pointer; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; background:var(--orange); border:1px solid #ff8d34; border-radius:2px; box-shadow:0 0 0 3px rgba(243,108,0,.16); }
  .mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:24px;height:2px;background:#fff;display:block;transition:.2s;transform-origin:center}
  .mobile-menu[open] summary span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .mobile-menu nav { position:fixed; top:72px; left:0; right:0; background:#0b0b0b; padding:26px 22px 35px; display:flex; flex-direction:column; gap:0; border-top:1px solid #333; }
  .mobile-menu nav a { padding:16px 0; border-bottom:1px solid #292929; font-size:18px; }
  .hero { padding-top:72px; grid-template-columns:1fr; }
  .hero-copy { padding:70px 24px 55px; }
  .hero h1 { font-size:50px; }
  .hero-intro { font-size:16px; }.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof{gap:20px;flex-wrap:wrap;margin-top:50px}
  .hero-visual { min-height:440px; order:-1; }.orange-disc{width:130px;height:130px}.precision-note{display:none}
  .statement,.solutions { padding:80px 24px; }.statement h2{font-size:35px}
  .section-heading{align-items:start;flex-direction:column;gap:20px}.solution-grid{grid-template-columns:1fr}.solution-card,.solution-card:first-child{border-left:1px solid #ccc;border-bottom:1px solid #ccc;min-height:280px}.solution-card h3{margin-top:55px}
  .feature,.planning,.shoebox,.paper,.about,.contact { grid-template-columns:1fr; }
  .statement,.solutions,.paper,.contact { background:#fff; color:var(--ink); }.planning{background:var(--cream);color:var(--ink)}
  .feature-image,.planning-image,.shoebox-photo,.contact-photo{min-height:480px}.feature-copy,.planning-copy,.shoebox-content,.paper-copy,.about,.contact-copy{padding:80px 24px}
  .planning-image{order:-1}.shoebox{background:var(--orange);color:#fff}.shoebox h2{color:#fff}.shoebox h2 em{color:var(--ink)}.shoebox-content>p:not(.section-kicker){color:#fff}.shoebox-points{grid-template-columns:1fr}.shoebox-points div{min-height:auto;padding:20px;background:var(--ink);color:#fff}.shoebox-points strong{color:#fff}.shoebox-points span{color:#d9d9d9}
  .paper-image{min-height:400px;order:-1;background:#fff;display:flex;align-items:center;justify-content:center}.paper-image img{object-fit:contain!important;object-position:center!important;padding:22px}.about{gap:45px}.values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;padding:16px;gap:8px}.values span{text-align:center;padding:10px 7px}.values span:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 4px)}.contact-photo{min-height:420px}.contact-links>a,.contact-links>div{grid-template-columns:110px 1fr 20px}
  footer{grid-template-columns:1fr;padding:55px 24px 25px;gap:38px}.copyright{grid-column:1}
}

@media (max-width: 480px) {
  .hero h1{font-size:43px}.hero-visual{min-height:370px}.hero-proof div{width:44%}
  .section-heading h2,.planning h2,.paper h2,.about h2,.contact h2{font-size:39px}.shoebox h2,.feature-copy h2{font-size:43px}
  .image-label{flex-direction:column;gap:5px}.contact-links>a,.contact-links>div{grid-template-columns:1fr 22px;gap:7px}.contact-links span{grid-column:1/-1}
}

/* Static hosting image layout */
.hero-visual img,.feature-image img,.planning-image img,.shoebox-photo img,.paper-image img { position:absolute; inset:0; width:100%; height:100%; }
