:root {
  --ink: #1d1b18;
  --paper: #f5f2ea;
  --muted: #77736b;
  --line: #d7d3c9;
  --warm: #ed6d54;
  --blue: #90b9df;
  --yellow: #f2d44d;
  --lime: #cae65a;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.grain { pointer-events: none; position: fixed; inset: 0; z-index: 20; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.section-pad { padding-left: clamp(24px, 6vw, 92px); padding-right: clamp(24px, 6vw, 92px); }
.announcement { min-height: 37px; padding: 8px 24px; color: #f9f7f0; background: var(--ink); display: flex; justify-content: center; align-items: center; gap: 8px; font: 11px var(--mono); letter-spacing: .04em; text-align: center; }
.announcement a { color: var(--lime); margin-left: 7px; border-bottom: 1px solid rgba(202,230,90,.6); }
.announcement a span { margin-left: 4px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(202,230,90,.14); }
.site-header { height: 92px; padding: 0 clamp(24px, 6vw, 92px); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 600; font-size: 17px; line-height: .75; letter-spacing: -.07em; }
.brand em { font-family: var(--serif); font-weight: 600; letter-spacing: -.09em; }
.brand-mark { width: 26px; height: 29px; display: inline-flex; align-items: end; gap: 3px; }
.brand-mark i { display: block; width: 6px; border-radius: 6px; background: var(--ink); transform: skewY(-32deg); }
.brand-mark i:nth-child(1) { height: 12px; }.brand-mark i:nth-child(2) { height: 22px; }.brand-mark i:nth-child(3) { height: 28px; }
.main-nav { display: flex; height: 100%; gap: clamp(20px, 3vw, 45px); align-items: center; margin-left: 60px; font-size: 13px; font-weight: 500; }
.main-nav > a, .nav-dropdown-toggle { height: 100%; display: flex; align-items: center; position: relative; border: 0; padding: 0; background: none; color: var(--ink); cursor: pointer; font-size: inherit; }
.main-nav > a:after, .nav-dropdown-toggle:after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--warm); transition: width .2s ease; }
.main-nav > a:hover:after, .nav-dropdown-toggle:hover:after { width: 100%; }
.nav-dropdown { position: relative; height: 100%; }.nav-dropdown-toggle span { display: block; width: 7px; height: 7px; margin-left: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; font-size: 0; transform: rotate(45deg); transition: transform .2s ease; }.nav-dropdown.open .nav-dropdown-toggle span { transform: rotate(225deg); }
.nav-dropdown-menu { pointer-events: none; opacity: 0; transform: translateY(8px); position: absolute; top: 77px; left: -18px; width: 210px; padding: 8px; border: 1px solid var(--line); background: #faf8f2; box-shadow: 0 14px 30px rgba(29,27,24,.09); transition: .2s ease; }
.nav-dropdown.open .nav-dropdown-menu { pointer-events: auto; opacity: 1; transform: translateY(0); }.nav-dropdown-menu a { padding: 10px; display: flex; justify-content: space-between; font-size: 12px; }.nav-dropdown-menu a:hover { background: var(--ink); color: var(--paper); }.nav-dropdown-menu small { opacity: .55; font: 9px var(--mono); padding-top: 3px; }
.header-actions { display: flex; align-items: center; gap: 22px; }.text-button { padding: 0; border: 0; background: none; color: var(--ink); font-size: 12px; cursor: pointer; border-bottom: 1px solid var(--ink); }.dark-button { background: var(--ink); color: #fffdf7; border: 1px solid var(--ink); min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; font-size: 12px; font-weight: 600; cursor: pointer; transition: background .2s, color .2s, transform .2s; }.dark-button:hover { background: var(--warm); border-color: var(--warm); transform: translateY(-2px); }.dark-button span { font-size: 17px; font-weight: 400; }.dark-button.large { min-height: 54px; padding: 0 21px; font-size: 13px; }
.mobile-menu-button { display: none; border: 0; background: none; padding: 5px 0 5px 10px; width: 35px; }.mobile-menu-button span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }
.hero { min-height: min(730px, calc(100vh - 129px)); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 116px); align-items: center; padding-top: 72px; padding-bottom: 80px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.eyebrow > span { display: inline-block; width: 21px; height: 1px; background: var(--warm); }.eyebrow.light { color: #f4efe4; }.eyebrow.light > span { background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }.hero h1 { font-size: clamp(61px, 7vw, 109px); letter-spacing: -.073em; line-height: .86; margin-bottom: 31px; font-weight: 600; }.hero h1 em, h2 em { font-family: var(--serif); font-weight: 600; }.hero-description { max-width: 420px; color: #605c55; line-height: 1.65; font-size: 16px; }.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }.round-text-button { height: 78px; width: 78px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; padding: 0; cursor: pointer; display: grid; place-content: center; transition: .2s; line-height: 1.05; text-align: left; font-size: 10px; }.round-text-button span { transform: translate(-7px, 3px); }.round-text-button b { justify-self: end; transform: translate(-7px, -7px); font-size: 17px; font-weight: 400; }.round-text-button:hover { background: var(--lime); transform: rotate(-10deg); }
.hero-art { align-self: stretch; min-height: 500px; background: #dcebc6; display: grid; grid-template-rows: 40px 1fr 34px; border: 1px solid rgba(29,27,24,.16); overflow: hidden; }.art-ruler { display: flex; justify-content: space-between; padding: 0 14px; align-items: center; border-bottom: 1px solid rgba(29,27,24,.16); font: 9px var(--mono); letter-spacing: .05em; }.art-ruler.bottom { border: 0; border-top: 1px solid rgba(29,27,24,.16); }.art-canvas { position: relative; overflow: hidden; }.art-circle { position: absolute; border: 1px solid rgba(29,27,24,.33); border-radius: 50%; }.circle-one { width: 330px; height: 330px; left: -100px; bottom: -148px; }.circle-two { width: 480px; height: 480px; right: -155px; top: -175px; }.art-line { position: absolute; height: 1px; background: rgba(29,27,24,.38); transform-origin: left; }.line-one { left: 7%; top: 65%; width: 66%; transform: rotate(-25deg); }.line-two { right: 4%; top: 40%; width: 55%; transform: rotate(127deg); }.line-three { left: 36%; top: 50%; width: 46%; transform: rotate(12deg); }.art-card { position: absolute; color: var(--ink); background: #f9f7ef; border: 1px solid var(--ink); padding: 10px 11px; width: 168px; }.art-card small { font: 8px var(--mono); letter-spacing: .08em; display: block; margin-bottom: 8px; }.art-card b { font-weight: 500; font-size: 12px; line-height: 1.1; display: block; }.art-card.core { top: 40%; left: 35%; width: 194px; background: var(--lime); transform: rotate(-3deg); }.art-card.core i { display: block; width: 8px; height: 8px; background: var(--warm); border-radius: 50%; position: absolute; top: 10px; right: 10px; }.art-card.signal { top: 13%; left: 7%; transform: rotate(4deg); }.art-card.impact { bottom: 15%; right: 7%; transform: rotate(3deg); }.node { position: absolute; width: 9px; height: 9px; background: var(--ink); border-radius: 50%; }.node-a { top: 20%; left: 44%; }.node-b { top: 65%; left: 18%; }.node-c { top: 31%; right: 16%; }.node-d { bottom: 22%; right: 31%; }.art-caption { position: absolute; bottom: 23px; left: 23px; font: 14px var(--mono); line-height: 1.2; }.art-caption strong { font-weight: 500; }.trust-strip { min-height: 87px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; padding: 0 clamp(24px, 6vw, 92px); gap: clamp(20px, 8vw, 130px); align-items: center; }.trust-strip p { flex: 0 0 auto; margin: 0; font: 10px var(--mono); color: var(--muted); text-transform: uppercase; }.trust-logos { display: flex; justify-content: space-between; gap: 42px; align-items: center; width: 100%; color: #79756d; font-size: 19px; letter-spacing: -.08em; font-weight: 600; }.trust-logos .logo-serif { font-family: var(--serif); letter-spacing: -.1em; font-style: italic; }.trust-logos .logo-bold { font-size: 21px; font-weight: 700; }
.journey { padding-top: 140px; padding-bottom: 145px; display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(48px, 10vw, 180px); }.section-intro h2, .formats-heading h2, .booking h2 { font-size: clamp(42px, 4.5vw, 69px); line-height: .91; letter-spacing: -.064em; margin-bottom: 27px; font-weight: 600; }.section-intro > p:last-child { color: var(--muted); max-width: 360px; font-size: 15px; line-height: 1.65; }.journey-list { border-top: 1px solid var(--ink); align-self: start; }.journey-item { display: grid; grid-template-columns: 43px minmax(140px, 1fr) 1.1fr 22px; align-items: center; min-height: 109px; gap: 18px; border-bottom: 1px solid var(--line); transition: .2s; }.journey-item:hover, .journey-item.active { padding-left: 15px; background: #ede9df; }.journey-number { font: 10px var(--mono); align-self: start; margin-top: 30px; }.journey-name { font-size: 18px; font-weight: 500; letter-spacing: -.035em; }.journey-detail { color: var(--muted); font-size: 12px; line-height: 1.4; }.journey-arrow { font-size: 20px; text-align: right; }
.teardowns { background: var(--ink); color: #f7f3e9; padding: 98px 0 74px; }.teardown-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }.teardown-header h2 { font-size: clamp(58px, 7vw, 95px); line-height: .83; margin: 0; letter-spacing: -.075em; }.teardown-header > p { max-width: 300px; font-size: 14px; color: #c6c0b3; line-height: 1.6; margin: 0 5.5% 4px 0; }.teardown-selector { margin-top: 75px; padding-top: 18px; padding-bottom: 20px; border-top: 1px solid #4c4942; border-bottom: 1px solid #4c4942; display: flex; justify-content: space-between; align-items: end; }.dropdown-field { position: relative; }.dropdown-field label { display: block; color: #aaa59b; text-transform: uppercase; letter-spacing: .08em; font: 9px var(--mono); margin-bottom: 7px; }.dropdown-field select { appearance: none; color: #f7f3e9; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23f7f3e9' stroke-width='1.5'/%3E%3C/svg%3E") calc(100% - 2px) center/12px no-repeat; border: 0; padding: 0 24px 0 0; font-size: 18px; font-weight: 500; cursor: pointer; outline: 0; }.dropdown-field option { color: var(--ink); }.teardown-selector > p { font: 10px var(--mono); color: #aaa59b; margin: 0; }.teardown-selector > p span { color: var(--lime); }.teardown-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 27px; padding-top: 30px; }.teardown-card { min-width: 0; }.card-visual { height: 314px; position: relative; overflow: hidden; color: var(--ink); }.featured .card-visual { height: 358px; }.card-meta { display: flex; justify-content: space-between; padding-top: 16px; font: 8px var(--mono); letter-spacing: .06em; color: #aaa59b; }.teardown-card h3 { margin: 12px 0 17px; font-size: 19px; font-weight: 500; letter-spacing: -.04em; line-height: 1.22; max-width: 330px; }.teardown-card > a, .library-link a { color: var(--lime); font: 11px var(--mono); }.teardown-card > a span, .library-link span { font-size: 18px; vertical-align: -2px; margin-left: 3px; }.teardown-card > a:hover, .library-link a:hover { color: var(--warm); }.visual-luma { background: #dfb3be; }.tiny-label { position: absolute; top: 18px; left: 19px; font: 8px var(--mono); letter-spacing: .08em; }.luma-orb { position: absolute; border-radius: 50%; filter: blur(.2px); }.luma-orb.one { width: 300px; height: 300px; background: #e97755; left: 12%; top: 12%; }.luma-orb.two { width: 220px; height: 220px; background: #f3db82; bottom: -35px; right: 12%; mix-blend-mode: screen; }.luma-copy { position: absolute; font-size: clamp(30px,3.2vw,51px); font-weight: 600; letter-spacing: -.065em; line-height: .87; bottom: 29px; left: 22px; }.luma-copy em { font-family: var(--serif); }.visual-index { position: absolute; right: 18px; bottom: 18px; font: 9px var(--mono); }.visual-linear { background: #c6d6c4; padding: 22px; }.visual-linear > span { display: block; font: 16px var(--mono); }.visual-linear b { display: block; font-size: 53px; font-weight: 700; letter-spacing: -.045em; line-height: .86; margin-top: 20px; }.visual-linear i { position: absolute; right: 24px; bottom: 21px; font-style: normal; font-size: 31px; }.linear-lines { position: absolute; left: 22px; right: 22px; bottom: 53px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); height: 22px; transform: skewY(-14deg); }.visual-duo { background: #94b8e2; }.duo-shape { position: absolute; width: 170px; height: 170px; border: 1px solid var(--ink); }.shape-a { border-radius: 50% 50% 0 50%; left: 17px; top: 36px; transform: rotate(29deg); background: #f0d64a; }.shape-b { border-radius: 50%; width: 150px; height: 150px; right: 10px; bottom: 24px; background: #e97656; }.visual-duo span { z-index: 1; position: absolute; left: 22px; bottom: 18px; font-size: 30px; line-height: .85; letter-spacing: -.06em; font-weight: 600; }.visual-duo em { font-family: var(--serif); }.visual-duo b { position: absolute; top: 15px; right: 19px; font-size: 32px; font-weight: 400; }.library-link { padding-top: 55px; text-align: center; }
.case-studies { padding-top: 140px; padding-bottom: 136px; background: #eeeae0; }.case-studies-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }.case-studies-heading h2 { margin: 0; font-size: clamp(43px, 5.2vw, 76px); line-height: .88; letter-spacing: -.073em; }.case-studies-heading h2 em { font-family: var(--serif); }.case-studies-heading > p { max-width: 320px; margin: 0 4% 4px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }.case-study-tabs { margin-top: 69px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }.case-tab { min-height: 68px; padding: 0 22px; border: 0; color: var(--ink); background: transparent; display: flex; align-items: center; gap: 12px; text-align: left; cursor: pointer; font-size: 16px; font-weight: 500; letter-spacing: -.035em; transition: .2s; }.case-tab + .case-tab { border-left: 1px solid var(--ink); }.case-tab span { font: 10px var(--mono); }.case-tab.active { color: #fbf8f1; background: var(--ink); }.case-study-panel { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }.case-study-panel[hidden] { display: none; }.case-study-card { min-height: 255px; padding: 22px; background: #f7f4ed; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; display: grid; grid-template-columns: 65px 1fr; column-gap: 18px; transition: background .2s; }.case-study-card:hover { background: #fffdf8; }.case-badge { width: 60px; height: 60px; display: grid; place-content: center; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); font-size: 27px; font-weight: 700; letter-spacing: -.1em; }.badge-zoho { background: #9dbfd2; font-size: 29px; color: #a32626; font-weight: 700; }.badge-zoho span { color: #ef9a27; }.badge-fresh { color: white; background: #437bd0; font: 40px var(--serif); }.badge-nykaa { color: white; background: #161616; font: 33px var(--serif); }.badge-boat { background: #c5d7ef; font-size: 17px; letter-spacing: -.07em; }.case-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font: 8px var(--mono); letter-spacing: .06em; }.case-body h3 { margin: 12px 0 7px; font-size: 25px; line-height: 1; letter-spacing: -.055em; }.case-body p { margin: 0; color: #625e56; font-size: 12px; line-height: 1.47; max-width: 320px; }.case-lesson { grid-column: 1 / -1; align-self: end; margin-top: 17px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; }.case-lesson span { flex: 0 0 115px; color: var(--warm); font: 8px var(--mono); letter-spacing: .07em; }.case-lesson b { font-size: 12px; line-height: 1.25; font-weight: 500; max-width: 220px; }.case-study-card.failed .case-badge { background: #d9d6cf; }.badge-koo { background: #f1d657!important; font-size: 20px; }.badge-stayzilla { background: #e2a487!important; }.badge-tinyowl { background: #b7cadd!important; font-size: 37px; }.badge-peppertap { background: #d1dc91!important; }.badge-askme { background: #cbb7d8!important; font-size: 24px; }.case-note { margin: 19px 0 0; color: var(--muted); font: 9px var(--mono); letter-spacing: .025em; }
.formats { padding-top: 145px; padding-bottom: 150px; }.formats-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 51px; }.formats-heading .eyebrow { align-self: start; }.formats-heading h2 { margin: 0; width: 50%; }.format-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.format-card { min-height: 360px; padding: 20px; position: relative; overflow: hidden; color: var(--ink); transition: transform .25s ease; }.format-card:hover { transform: translateY(-7px); }.format-card.coral { background: var(--warm); }.format-card.blue { background: var(--blue); }.format-card.yellow { background: var(--yellow); }.format-card p { font: 9px var(--mono); letter-spacing: .08em; margin: 43px 0 13px; }.format-card h3 { font-size: clamp(25px,2.6vw,40px); font-weight: 500; line-height: .9; letter-spacing: -.06em; }.format-icon { font-size: 34px; }.format-number { position: absolute; bottom: 20px; left: 20px; font: 11px var(--mono); }.format-card a { position: absolute; right: 20px; bottom: 16px; font-size: 25px; border: 1px solid var(--ink); height: 42px; width: 42px; display: grid; place-content: center; border-radius: 50%; transition: .2s; }.format-card a:hover { background: var(--ink); color: var(--paper); }
.proof { background: #e9e4d9; padding-top: 105px; padding-bottom: 70px; text-align: center; }.quote-mark { font-family: var(--serif); font-size: 72px; height: 48px; color: var(--warm); }.proof blockquote { margin: 0 auto 60px; max-width: 890px; font-size: clamp(34px,4.3vw,64px); font-weight: 500; letter-spacing: -.065em; line-height: 1.04; }.proof blockquote em { font-family: var(--serif); }.proof-footer { border-top: 1px solid #c8c3b9; padding-top: 15px; display: flex; justify-content: space-between; color: var(--muted); font: 9px var(--mono); letter-spacing: .07em; }.proof-dots { display: flex; gap: 6px; }.proof-dots i { height: 5px; width: 5px; border-radius: 50%; background: #aaa59b; }.proof-dots i.active { background: var(--warm); }
.booking { padding-top: 140px; padding-bottom: 140px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(36px,9vw,143px); }.booking-art { position: relative; width: min(100%, 470px); aspect-ratio: 1; border: 1px solid var(--ink); background: var(--lime); overflow: hidden; }.booking-art div { position: absolute; width: 95%; height: 64%; left: -15%; top: 22%; border-radius: 50%; border: 1px solid var(--ink); transform: rotate(-34deg); }.booking-art span { position: absolute; font: clamp(170px,21vw,275px)/.8 var(--serif); left: 26%; top: 16%; }.booking-art i { position: absolute; bottom: 16px; right: 19px; font: 56px var(--sans); font-style: normal; }.booking-copy > p:not(.eyebrow) { max-width: 388px; color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 29px; }
footer { background: var(--ink); color: #f5f1e8; }.footer-top { min-height: 405px; padding-top: 56px; padding-bottom: 55px; position: relative; }.footer-brand { color: #f5f1e8; }.footer-brand .brand-mark i { background: var(--lime); }.footer-top h2 { font-size: clamp(55px,7vw,105px); line-height: .83; letter-spacing: -.075em; margin: 70px 0 0; }.footer-top h2 em { font-family: var(--serif); }.footer-contact { position: absolute; right: clamp(24px, 6vw, 92px); bottom: 75px; height: 110px; width: 110px; border: 1px solid #f5f1e8; color: #f5f1e8; background: transparent; border-radius: 50%; cursor: pointer; font-size: 13px; transition: .2s; }.footer-contact span { display: block; font-size: 24px; margin-top: 5px; }.footer-contact:hover { background: var(--warm); border-color: var(--warm); transform: rotate(-10deg); }.footer-bottom { border-top: 1px solid #4a4740; min-height: 86px; display: flex; align-items: center; justify-content: space-between; color: #aaa59b; font: 9px var(--mono); letter-spacing: .05em; }.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 23px; }.footer-bottom a:hover { color: var(--lime); }
.modal-backdrop { opacity: 0; pointer-events: none; position: fixed; z-index: 30; inset: 0; background: rgba(21,20,18,.48); backdrop-filter: blur(2px); transition: opacity .2s; }.form-modal { position: fixed; overflow-y: auto; z-index: 31; top: 50%; left: 50%; width: min(92vw, 570px); max-height: min(90vh, 720px); padding: 40px; color: var(--ink); background: #faf8f2; box-shadow: 0 20px 70px rgba(0,0,0,.24); transform: translate(-50%, -46%); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }.modal-open .modal-backdrop { opacity: 1; pointer-events: auto; }.modal-open .form-modal { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%); }.modal-close { position: absolute; top: 15px; right: 18px; border: 0; background: none; font-size: 29px; line-height: 1; cursor: pointer; }.modal-label { display: flex; align-items: center; gap: 8px; font: 9px var(--mono); letter-spacing: .1em; }.modal-label span { width: 18px; height: 1px; background: var(--warm); }.form-modal h2 { margin: 23px 0 13px; font-size: 49px; line-height: .88; letter-spacing: -.07em; }.form-modal > p { color: var(--muted); line-height: 1.5; font-size: 14px; max-width: 360px; }.form-modal form { margin-top: 28px; }.form-modal label { display: block; font: 10px var(--mono); letter-spacing: .05em; margin-bottom: 16px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-modal input, .form-modal textarea, .form-modal select { width: 100%; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bbb7ae; outline: none; padding: 9px 0 8px; margin-top: 4px; font: 14px var(--sans); resize: vertical; }.form-modal select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%231d1b18' stroke-width='1.5'/%3E%3C/svg%3E") right 9px center/12px no-repeat; }.form-modal input:focus, .form-modal textarea:focus, .form-modal select:focus { border-color: var(--warm); }.submit-button { width: 100%; margin-top: 6px; min-height: 50px; }.form-success { display: none; padding: 50px 0 25px; text-align: center; }.form-success span { display: grid; place-content: center; margin: 0 auto 15px; height: 46px; width: 46px; border-radius: 50%; background: var(--lime); font-size: 24px; }.form-success h3 { font-size: 34px; letter-spacing: -.05em; margin-bottom: 7px; }.form-success p { color: var(--muted); font-size: 14px; }.form-modal.success form { display: none; }.form-modal.success .form-success { display: block; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }.form-error { display: none; margin: 14px 0 0; color: #9e2d1c; font-size: 12px; line-height: 1.45; }.form-modal.error .form-error { display: block; }
@media (max-width: 850px) { .site-header { height: 75px; }.main-nav, .header-actions { display: none; }.mobile-menu-button { display: block; }.site-header.menu-open .main-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 0; position: absolute; top: 74px; left: 0; right: 0; height: auto; margin: 0; padding: 12px 24px; background: #faf8f2; border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(0,0,0,.08); }.site-header.menu-open .main-nav > a, .site-header.menu-open .nav-dropdown, .site-header.menu-open .nav-dropdown-toggle { width: 100%; height: 48px; }.site-header.menu-open .nav-dropdown-menu { left: 0; top: 46px; z-index: 2; }.hero { grid-template-columns: 1fr; min-height: auto; padding-top: 62px; }.hero-art { min-height: 425px; max-width: 620px; width: 100%; }.journey { grid-template-columns: 1fr; gap: 45px; }.trust-strip { flex-direction: column; align-items: flex-start; gap: 15px; padding-top: 21px; padding-bottom: 20px; }.trust-logos { gap: 22px; }.teardown-grid { grid-template-columns: repeat(2, 1fr); }.teardown-card.featured { grid-column: 1 / -1; }.case-studies-heading { display: block; }.case-studies-heading > p { margin: 28px 0 0; }.case-study-panel { grid-template-columns: 1fr; }.formats-heading { display: block; }.formats-heading h2 { width: auto; }.booking { grid-template-columns: minmax(260px, 470px) 1fr; gap: 48px; }.footer-top h2 { margin-top: 75px; }.footer-contact { bottom: 65px; }
}
@media (max-width: 580px) { .announcement { font-size: 9px; line-height: 1.4; }.hero { padding-top: 44px; padding-bottom: 55px; }.hero h1 { font-size: 62px; }.hero-description { font-size: 15px; }.hero-art { min-height: 370px; }.art-card { transform: scale(.84)!important; transform-origin: top left; }.art-card.impact { transform-origin: bottom right!important; }.art-caption { font-size: 11px; }.trust-logos { font-size: 16px; gap: 16px; overflow: hidden; }.trust-logos span:nth-last-child(-n+2) { display: none; }.journey { padding-top: 85px; padding-bottom: 85px; }.journey-item { grid-template-columns: 28px 1fr 20px; gap: 12px; min-height: 90px; }.journey-number { margin-top: 23px; }.journey-detail { display: none; }.teardowns { padding-top: 70px; }.teardown-header { display: block; }.teardown-header > p { margin: 30px 0 0; }.teardown-selector { margin-top: 40px; }.teardown-grid { grid-template-columns: 1fr; }.teardown-card.featured { grid-column: auto; }.featured .card-visual, .card-visual { height: 290px; }.case-studies { padding-top: 85px; padding-bottom: 85px; }.case-study-tabs { margin-top: 40px; grid-template-columns: 1fr; }.case-tab { min-height: 57px; }.case-tab + .case-tab { border-top: 1px solid var(--ink); border-left: 0; }.case-study-card { min-height: 250px; padding: 18px; grid-template-columns: 50px 1fr; column-gap: 12px; }.case-badge { width: 46px; height: 46px; font-size: 22px; }.badge-zoho { font-size: 23px; }.badge-fresh { font-size: 30px; }.badge-nykaa { font-size: 26px; }.badge-boat { font-size: 14px; }.case-body h3 { margin-top: 8px; }.case-meta { font-size: 7px; }.case-lesson { gap: 14px; }.case-lesson span { flex-basis: 93px; }.case-lesson b { font-size: 11px; }.formats { padding-top: 88px; padding-bottom: 90px; }.format-cards { grid-template-columns: 1fr; }.format-card { min-height: 265px; }.proof { padding-top: 76px; }.proof blockquote { margin-bottom: 40px; }.proof-footer span:nth-child(1) { max-width: 130px; text-align: left; }.booking { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 86px; }.booking-art { width: 100%; }.footer-top { min-height: 430px; }.footer-top h2 { margin-top: 82px; }.footer-contact { bottom: 41px; }.footer-bottom { padding-top: 20px; padding-bottom: 20px; align-items: flex-start; gap: 16px; flex-wrap: wrap; }.footer-bottom div { gap: 14px; }.form-modal { padding: 29px 23px; }.form-modal h2 { font-size: 42px; }.form-row { grid-template-columns: 1fr; gap: 0; }.modal-close { right: 13px; top: 10px; } }
