:root { --exp-black: #080b0d; --exp-line: rgba(255,255,255,.14); --exp-orange: #ff4d24; }
.site-header.clean-header { height: 82px; grid-template-columns: 1fr auto 1fr; background: rgba(8,11,13,.9); }
.clean-header .desktop-nav { gap: 32px; font-size: 14px; }
.clean-header .header-cta { display: flex; min-height: 44px; align-items: center; gap: 12px; }
.clean-header .brand img { width: 140px; }
.experience-page { background: var(--exp-black); }
.experience-page main { overflow: clip; }
.experience-page [hidden] { display: none !important; }
.experience-page .micro-label { margin: 0; font: 500 12px/1.6 var(--mono); letter-spacing: .09em; color: #b4bdc2; }
.kinetic-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); position: relative; min-height: min(820px, calc(100svh - 82px)); padding: 50px clamp(22px,5vw,84px) 0; isolation: isolate; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-bottom: 50px; }
.hero-copy h1 { margin: 30px 0 24px; font-size: clamp(64px, 6.8vw, 110px); line-height: .98; font-weight: 800; letter-spacing: -.068em; }
.hero-copy h1 em { display: block; color: var(--exp-orange); font-style: normal; }
.hero-copy .hero-lead { max-width: 360px; margin: 0 0 30px; color: #b7bfc3; font-size: 17px; line-height: 1.65; }
.action-pill { display: inline-flex; justify-content: space-between; align-items: center; gap: 34px; min-height: 62px; padding: 8px 8px 8px 26px; border: 0; border-radius: 50px; background: var(--exp-orange); color: white; font-size: 15px; font-weight: 800; transition: transform .25s, background .25s; }
.action-pill > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: #0e1316; color: white; font-size: 24px; font-weight: 400; }
.action-pill:hover { transform: translateY(-3px); background: #ff714d; }
.under-link { display: flex; width: max-content; align-items: center; gap: 20px; padding: 14px 0; color: #aeb9bf; font-size: 14px; }
.under-link:hover { color: white; }
.hero-copy > .under-link { margin-top: 12px; }
.under-link span { color: var(--exp-orange); }
.hero-photo { position: relative; align-self: stretch; min-width: 0; min-height: 560px; margin-right: -5vw; overflow: hidden; isolation: isolate; }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 25% 30%; }
.hero-photo::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(90deg,#080b0d,rgba(8,11,13,.08) 20%,transparent 50%),linear-gradient(0deg,#080b0d,transparent 24%,transparent 85%,#080b0d); }
.hero-bottom { display: flex; grid-column: 1/-1; align-items: center; justify-content: space-between; gap: 25px; min-height: 92px; border-top: 1px solid var(--exp-line); color: #9fabb1; font-size: 12px; }
.hero-bottom > div { display: flex; align-items: center; gap: 10px; color: white; }
.hero-bottom a:hover { color: white; }
.hero-bottom b { padding-left: 8px; color: var(--exp-orange); }
.status-pip { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--exp-orange); }
.service-edit { position: relative; padding-top: 96px; padding-bottom: 76px; background: #101518; }
.edit-heading { display: grid; grid-template-columns: minmax(160px,.42fr) minmax(0,1fr) auto; gap: 30px; align-items: start; margin-bottom: 44px; }
.edit-heading .micro-label { color: var(--exp-orange); padding-top: 10px; }
.edit-heading h2 { margin: 0; font-size: clamp(38px,4.5vw,68px); line-height: 1.06; font-weight: 600; letter-spacing: -.055em; }
.edit-heading h2 span { color: #75858e; }
.service-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.service-tile { position: relative; display: flex; min-width: 0; min-height: 400px; flex-direction: column; justify-content: space-between; padding: clamp(28px,3vw,48px); overflow: hidden; border: 1px solid #344047; border-radius: 4px; }
.sourcing-tile { border-color: #fa6945; background: #f34a24; }
.tile-index { position: absolute; top: 26px; right: 30px; font: 13px var(--mono); color: rgba(255,255,255,.7); }
.service-tile .micro-label { margin: 24px 0 28px; padding-right: 15px; color: #fff; font-size: 12px; letter-spacing: .04em; }
.service-tile h3 { margin: 0 0 20px; color: #fff; font-size: clamp(34px,3.4vw,51px); line-height: 1.07; font-weight: 600; letter-spacing: -.05em; }
.service-tile > div > p:not(.micro-label) { max-width: 380px; margin: 0; color: #fff3ef; font-size: 16px; line-height: 1.65; }
.tile-bottom { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.3); }
.tile-bottom > span { font-size: 13px; color: #f3f3f1; }
.tile-bottom a { display: grid; flex: 0 0 49px; width: 49px; height: 49px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 25px; transition: background .2s,color .2s; }
.tile-bottom a:hover { background: white; color: #101518; }
.delivery-tile { background: #162025; isolation: isolate; }
.delivery-tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.delivery-tile::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg,rgba(8,12,15,.94),rgba(8,12,15,.68)); content: ''; }
.delivery-tile > div > p:not(.micro-label) { color: #bdc9ce; }
.price-line { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 30px; align-items: center; margin-top: 38px; padding: 28px 0; border-bottom: 1px solid var(--exp-line); }
.price-line > div > span { display: block; margin-bottom: 10px; color: #a7b4bc; font-size: 13px; }
.price-line strong { font-size: clamp(28px,3vw,40px); font-weight: 600; letter-spacing: -.05em; }
.price-line strong small { font-size: 16px; font-weight: 400; color: #a1afb8; letter-spacing: 0; }
.price-line a { display: flex; gap: 25px; align-items: center; min-height: 48px; color: #b8c3c9; font-size: 14px; }
.price-line a span { color: var(--exp-orange); }
.price-note { max-width: 680px; margin: 18px 0 0; color: #8fa0aa; font-size: 13px; line-height: 1.6; }
.proof-edit { padding-top: 100px; padding-bottom: 100px; }
.proof-edit .edit-heading { align-items: end; }
.proof-composition { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(0,1fr); gap: 20px; align-items: stretch; }
.proof-gallery { min-width: 0; }
.proof-slides { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.proof-slides::-webkit-scrollbar { display: none; }
.proof-slide { position: relative; flex: 0 0 100%; min-width: 0; height: 450px; scroll-snap-align: start; padding: 0; border: 0; border-radius: 3px; overflow: hidden; background: #1c2225; text-align: left; cursor: zoom-in; }
.proof-slide > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.proof-slide:hover > img { transform: scale(1.035); }
.proof-slide > span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 20px; align-items: end; padding: 80px 28px 28px; background: linear-gradient(transparent,rgba(0,0,0,.75)); color: white; font-size: 16px; }
.proof-slide b { font-size: 25px; font-weight: 400; }
.proof-gallery-nav { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-top: 22px; font-size: 13px; }
.proof-gallery-nav > span { color: #9faeb6; font: 12px var(--mono); }
.proof-gallery-nav > a { color: #a5b3bb; }
.proof-gallery-nav > div { display: flex; gap: 8px; }
.proof-gallery-nav button { width: 44px; height: 44px; border: 1px solid #3d4a51; border-radius: 50%; background: transparent; font-size: 18px; cursor: pointer; }
.proof-gallery-nav button:hover { background: #fff; color: #111; }
.founder-edit { position: relative; min-width: 0; min-height: 450px; margin-bottom: 66px; overflow: hidden; border-radius: 3px; background: #202d34; isolation: isolate; }
.founder-edit > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.founder-edit::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(4,10,14,.3),transparent 32%,rgba(4,10,14,.86)); content: ''; }
.founder-since { position: absolute; top: 26px; left: 26px; font: 12px var(--mono); }
.founder-edit > div { position: absolute; inset: auto 26px 26px; }
.founder-edit p { margin: 0 0 25px; font-size: clamp(29px,2.7vw,41px); line-height: 1.12; font-weight: 600; letter-spacing: -.045em; }
.founder-edit strong { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 7px; font-size: 15px; }
.founder-edit strong span { color: var(--exp-orange); font-size: 22px; }
.founder-edit small { color: #b8c8d1; font-size: 13px; }
.closing-edit { position: relative; padding-top: 75px; padding-bottom: 85px; border-top: 1px solid var(--exp-line); border-bottom: 1px solid var(--exp-line); background: radial-gradient(ellipse at 94% 140%,rgba(255,77,36,.25),transparent 60%),#101518; }
.closing-edit .micro-label { margin-bottom: 24px; color: var(--exp-orange); }
.closing-edit h2 { margin: 0; font-size: clamp(44px,6.6vw,98px); font-weight: 600; line-height: 1.06; letter-spacing: -.06em; }
.closing-edit h2 span { color: #7e8f99; }
.closing-edit > div { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.closing-edit > div > p { margin: 0; color: #9fafb8; font-size: 14px; line-height: 1.65; }
.compact-footer { padding: 46px clamp(22px,5vw,84px) 25px; background: #080b0d; }
.compact-footer-top { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.compact-footer-brand img { width: 155px; }
.compact-footer-links { display: flex; flex-wrap: wrap; justify-content: end; align-items: center; gap: 14px 28px; color: #b7c3ca; font-size: 14px; }
.compact-footer-links a { display: inline-flex; gap: 9px; align-items: center; min-height: 44px; }
.compact-footer-links svg { width: 19px; height: 19px; }
.compact-footer-links a:hover { color: white; }
.compact-locations { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 30px 0 24px; padding: 22px 0; border-top: 1px solid var(--exp-line); border-bottom: 1px solid var(--exp-line); color: #9eafb9; font-size: 13px; line-height: 1.65; }
.compact-locations a { white-space: nowrap; color: #d2dce2; }
.compact-bottom { display: flex; justify-content: space-between; align-items: start; gap: 24px; color: #81919a; font-size: 12px; }
.footer-more { width: min(520px,60%); text-align: right; }
.footer-more summary { padding-bottom: 14px; cursor: pointer; }
.footer-more > nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 14px 20px; padding: 10px 0; line-height: 1.5; font-size: 13px; }
.footer-more a:hover { color: white; }
.order-dialog { width: min(680px,calc(100% - 28px)); max-height: calc(100dvh - 40px); margin: auto; padding: 0; border: 1px solid #46525a; border-radius: 12px; background: #0c1216; color: white; overflow-y: auto; overscroll-behavior: contain; }
.order-dialog::backdrop { background: rgba(1,5,7,.8); backdrop-filter: blur(9px); }
body.order-open { overflow: hidden; }
body.order-open .mobile-action-bar { display: none !important; }
.dialog-top { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 12px 24px; border-bottom: 1px solid #2e3b44; background: #0c1216; }
.dialog-top > span { color: #8fa2af; font: 12px var(--mono); letter-spacing: .08em; }
.dialog-top button { display: grid; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; font-size: 29px; cursor: pointer; }
.experience-page .order-dialog .order-form { padding: 28px 32px 32px; border: 0; background: transparent; box-shadow: none; scroll-margin-top: 85px; }
.experience-page .order-progress { margin-bottom: 25px; }
.experience-page .order-step { margin-bottom: 20px; }
.experience-page .service-option { padding: 17px 20px; }
.experience-page .order-fields input, .experience-page .order-fields select, .experience-page .order-fields textarea { border-radius: 4px; }
.experience-page .order-fields { gap: 18px; }
.experience-page .order-dialog .order-summary { max-height: 260px; overflow: auto; }
.experience-page .order-dialog .button-light { background: var(--exp-orange); color: white; }
.experience-page .order-dialog .button-light:hover { background: #ff704a; }
.experience-page .order-dialog .order-consent { font-size: 12px; }
.reveal-ready { opacity: 0; transform: translateY(25px); transition: opacity .6s ease, transform .7s cubic-bezier(.18,.67,.23,1); }
.reveal-ready.in-view { opacity: 1; transform: translateY(0); }
@media(min-width: 1600px) { .kinetic-hero { min-height: 820px; } .hero-photo { min-height: 660px; } }
@media(max-width: 1180px) {
  .site-header.clean-header { grid-template-columns: 1fr auto auto; gap: 24px; }
  .clean-header .desktop-nav { display: none; }
  .clean-header .menu-button { display: grid; }
  .clean-header + .mobile-menu { top: 82px; }
  .kinetic-hero { grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); padding-top: 45px; }
  .hero-copy h1 { font-size: clamp(55px,7.2vw,82px); }
  .hero-photo { min-height: 530px; }
  .hero-bottom { flex-wrap: wrap; gap: 12px 24px; padding: 22px 0; }
  .hero-bottom > div { width: 100%; }
  .edit-heading { grid-template-columns: 1fr auto; }
  .edit-heading .micro-label { grid-column: 1/-1; }
  .proof-composition { grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); }
  .proof-slide, .founder-edit { height: 410px; min-height: 410px; }
  .founder-edit p { font-size: 31px; }
}
@media(max-width: 760px) {
  .kinetic-hero { grid-template-columns: minmax(0,1fr); padding-top: 30px; }
  .hero-copy { padding-bottom: 0; }
  .hero-copy h1 { max-width: 550px; margin-top: 22px; font-size: clamp(59px,12vw,86px); }
  .hero-copy .hero-lead { max-width: 430px; font-size: 16px; margin-bottom: 24px; }
  .hero-copy > .under-link { display: none; }
  .hero-photo { min-height: 0; height: 340px; margin: 24px -22px 0; }
  .hero-photo > img { object-position: 50% 8%; }
  .hero-photo::after { background: linear-gradient(0deg,#080b0d,transparent 22%,transparent 86%,#080b0d); }
  .hero-bottom { min-height: 0; margin-top: 12px; }
  .hero-bottom a[data-pickup-line] { max-width: 100%; line-height: 1.7; }
  .service-edit,.proof-edit { padding-top: 65px; padding-bottom: 65px; }
  .edit-heading { gap: 20px; margin-bottom: 32px; }
  .edit-heading h2 { font-size: clamp(34px,6vw,50px); }
  .service-pair { grid-template-columns: minmax(0,1fr); gap: 15px; }
  .service-tile { min-height: 350px; padding: 28px; }
  .service-tile h3 { font-size: 38px; }
  .service-tile .micro-label { margin-top: 12px; padding-right: 26px; }
  .price-line { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  .price-line > a { grid-column: 1/-1; padding-top: 6px; min-height: 35px; }
  .price-line strong { font-size: clamp(25px,4.5vw,35px); }
  .price-line strong small { font-size: 13px; }
  .proof-edit .edit-heading { grid-template-columns: minmax(0,1fr); }
  .proof-edit .under-link { padding: 0; }
  .proof-composition { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .proof-slide { height: 390px; min-height: 0; }
  .founder-edit { min-height: 350px; height: 350px; margin: 0; }
  .founder-edit > img { width: 64%; left: auto; right: 0; object-position: center 22%; }
  .founder-edit::after { background: linear-gradient(90deg,#15232c 2%,rgba(13,23,30,.66) 43%,transparent 70%),linear-gradient(0deg,rgba(9,18,23,.65),transparent 70%); }
  .founder-edit > div { right: 40%; }
  .founder-edit p { font-size: 35px; }
  .founder-edit strong { display: block; line-height: 1.5; }
  .founder-edit strong span { margin-left: 12px; }
  .closing-edit { padding-top: 56px; padding-bottom: 60px; }
  .closing-edit h2 { font-size: clamp(42px,8.6vw,67px); }
  .compact-footer-top { flex-direction: column; gap: 20px; }
  .compact-footer-links { justify-content: start; gap: 8px 24px; }
  .compact-locations { flex-direction: column; align-items: start; gap: 15px; }
}
@media(max-width: 600px) {
  .site-header.clean-header { height: 70px; padding: 0 18px; gap: 16px; grid-template-columns: 1fr auto; }
  .clean-header .brand img { width: 120px; }
  .clean-header .header-cta { display: none; }
  .clean-header .menu-button { width: 44px; height: 44px; }
  .clean-header + .mobile-menu { top: 70px; }
  .kinetic-hero { padding: 26px 18px 0; }
  .hero-copy .micro-label { font-size: 12px; letter-spacing: .04em; }
  .hero-copy h1 { font-size: clamp(40px,13.4vw,78px); line-height: 1.01; letter-spacing: -.06em; }
  .hero-copy .hero-lead { max-width: 325px; }
  .action-pill { min-height: 57px; gap: 26px; padding-left: 23px; font-size: 14px; }
  .action-pill > span { width: 41px; height: 41px; }
  .hero-photo { height: 290px; margin: 24px -18px 0; }
  .hero-bottom { margin-top: 0; gap: 14px; padding: 21px 0; font-size: 12px; }
  .hero-bottom > a:last-child { display: none; }
  .edit-heading h2 { font-size: clamp(30px,8.2vw,48px); line-height: 1.1; }
  .service-edit,.proof-edit { padding: 52px 18px; }
  .service-tile { min-height: 345px; padding: 25px; }
  .service-tile h3 { font-size: clamp(29px,8.6vw,40px); }
  .service-tile .micro-label { font-size: 11px; max-width: 240px; line-height: 1.7; margin-top: 12px; }
  .service-tile > div > p:not(.micro-label) { font-size: 16px; }
  .tile-index { top: 20px; right: 20px; font-size: 12px; }
  .tile-bottom { margin-top: 25px; }
  .tile-bottom > span { font-size: 12px; }
  .price-line { grid-template-columns: minmax(0,1fr); gap: 0; margin-top: 24px; padding: 0; }
  .price-line > div { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--exp-line); }
  .price-line > div > span { margin: 0; font-size: 14px; }
  .price-line strong { flex-shrink: 0; font-size: 31px; }
  .price-line a { justify-content: space-between; padding: 18px 0; }
  .price-note { font-size: 12px; line-height: 1.65; }
  .proof-slide { height: 305px; }
  .proof-slide > span { padding: 60px 20px 22px; font-size: 14px; line-height: 1.5; }
  .proof-gallery-nav { gap: 14px; padding-top: 17px; font-size: 12px; }
  .founder-edit { min-height: 320px; height: 320px; }
  .founder-since { top: 23px; left: 22px; font-size: 11px; }
  .founder-edit > div { left: 22px; bottom: 25px; right: 38%; }
  .founder-edit p { font-size: 30px; margin-bottom: 20px; }
  .founder-edit strong { font-size: 14px; }
  .founder-edit small { font-size: 12px; }
  .closing-edit { padding: 50px 18px 56px; }
  .closing-edit h2 { font-size: clamp(36px,9.4vw,56px); }
  .closing-edit > div { flex-direction: column; align-items: start; gap: 22px; margin-top: 29px; }
  .closing-edit > div > p br { display: none; }
  .compact-footer { padding: 34px 18px 22px; }
  .compact-footer-brand img { width: 135px; }
  .compact-footer-links { gap: 6px 24px; font-size: 14px; }
  .compact-locations { margin-top: 22px; font-size: 12px; }
  .compact-bottom { font-size: 12px; }
  .footer-more { width: 62%; }
  .order-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 20px); border-radius: 8px; }
  .dialog-top { padding: 6px 17px; }
  .experience-page .order-dialog .order-form { padding: 22px 20px 26px; }
  .experience-page .order-dialog .order-step legend { font-size: 25px; }
  .experience-page .service-option { padding: 16px; }
  .experience-page .order-fields { grid-template-columns: minmax(0,1fr); }
}
@media(prefers-reduced-motion: reduce) {
  .reveal-ready { opacity: 1; transform: none; transition: none; }
}
