:root {
  --navy:#0b1d31;
  --navy-2:#102841;
  --brass:#d4a017;
  --brass-dark:#b57e0d;
  --ivory:#f7f5f0;
  --sand:#ede7da;
  --stone:#d9d9d9;
  --slate:#6b7280;
  --ink-soft:#425066;
  --white:#ffffff;
  --line:rgba(11,29,49,.13);
  --shadow:0 18px 48px rgba(11,29,49,.10);
  --radius:12px;
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--navy);font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.section-pad{padding:84px 0}
.section-sand{background:linear-gradient(180deg,rgba(237,231,218,.72),rgba(247,245,240,.92));border-block:1px solid rgba(11,29,49,.06)}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:10px 14px;background:var(--navy);color:#fff;border-radius:8px}.skip-link:focus{top:16px}

h1,h2,h3,p{margin-top:0}
h1,h2{letter-spacing:-.04em;line-height:1.04}
h1{font-size:clamp(46px,4.35vw,64px);margin-bottom:24px}
h2{font-size:clamp(34px,3.25vw,46px);margin-bottom:22px}
h3{line-height:1.15}
h1 em,h2 em{color:var(--brass-dark);font-family:"Cormorant Garamond",Georgia,serif;font-style:normal;font-weight:700;letter-spacing:-.02em}
.lead{max-width:620px;color:var(--ink-soft);font-size:16px;line-height:1.72}
.eyebrow,.section-index{color:var(--brass-dark);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 18px}.eyebrow span{width:28px;height:1px;background:var(--brass)}
.section-index{margin:0 0 18px}
.text-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:4px;border-bottom:1px solid var(--navy);font-size:12px;font-weight:800}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,245,240,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,29,49,.08)}
.header-inner{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:12px;width:max-content}
.brand-word{font-family:"Cormorant Garamond",Georgia,serif;font-size:38px;font-weight:700;line-height:1;letter-spacing:.02em}
.brand-zeppelin{width:54px;color:var(--brass-dark)}
.brand-zeppelin svg,.zeppelin-badge svg,.zeppelin-large{fill:none;stroke:currentColor;stroke-width:1.6}
.brand-sub{font-size:9px;font-weight:800;line-height:1.25;text-transform:uppercase;letter-spacing:.12em}
.main-nav{display:flex;align-items:center;gap:34px;font-size:12px;font-weight:800}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--brass);transition:width .2s ease}.main-nav a:hover:after{width:100%}
.header-inner>.btn{justify-self:end}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:8px;font-size:12px;font-weight:800;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--navy);color:#fff;box-shadow:0 9px 24px rgba(11,29,49,.13)}.btn-primary:hover{background:var(--navy-2)}
.btn-secondary{border-color:rgba(11,29,49,.24);background:rgba(255,255,255,.34)}.btn-secondary:hover{background:#fff;border-color:var(--navy)}
.btn-gold{background:linear-gradient(180deg,#dfa914,#c68d0d);color:#fff;box-shadow:0 9px 24px rgba(212,160,23,.20)}
.btn-small{min-height:42px;padding-inline:17px}.btn-full{width:100%}

/* Hero */
.hero{padding:70px 0 76px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:58px;align-items:center}
.hero-copy,.hero-visual{min-width:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 30px}
.service-line{display:flex;flex-wrap:wrap;align-items:center;gap:12px;color:var(--ink-soft);font-size:10px;font-weight:700}.service-line i{width:1px;height:14px;background:var(--line)}
.real-project-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:12px}.real-project-heading span{color:var(--brass-dark);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.real-project-heading strong{font-size:12px}
.hero-device-stage{position:relative;padding:0 38px 36px 0}
.real-browser{overflow:hidden;background:#fff;border:1px solid rgba(11,29,49,.15);border-radius:12px;box-shadow:var(--shadow)}
.real-browser-bar{height:30px;display:flex;align-items:center;gap:5px;padding:0 11px;background:#f3f1ec;border-bottom:1px solid var(--line)}.real-browser-bar i{width:6px;height:6px;border-radius:50%;background:#c7c2b8}.real-browser-bar small{margin-left:auto;color:#8a8d93;font-size:7px}
.real-browser-screen{overflow:hidden;background:#fff}.real-browser-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.hero-real-browser{width:100%}.hero-real-browser .real-browser-screen{aspect-ratio:16/10}
.real-phone{overflow:hidden;padding:7px 6px 6px;background:var(--navy);border:1px solid rgba(11,29,49,.22);border-radius:21px;box-shadow:0 16px 38px rgba(11,29,49,.22)}
.real-phone-speaker{width:28%;height:3px;margin:1px auto 6px;border-radius:99px;background:rgba(255,255,255,.34)}
.real-phone-screen{overflow:hidden;border-radius:14px;background:#fff}.real-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top center}
.hero-real-phone{position:absolute;z-index:3;right:0;bottom:0;width:21%}.hero-real-phone .real-phone-screen{aspect-ratio:9/19.5}
.seo-result-badge{position:absolute;z-index:4;left:14px;bottom:-2px;min-width:166px;padding:12px 14px;background:rgba(247,245,240,.97);border-left:2px solid var(--brass);box-shadow:0 10px 28px rgba(11,29,49,.10)}.seo-result-badge small,.seo-result-badge strong,.seo-result-badge span{display:block}.seo-result-badge small{color:var(--slate);font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.seo-result-badge strong{margin-top:4px;font-family:"Cormorant Garamond",Georgia,serif;font-size:23px;line-height:1}.seo-result-badge span{margin-top:5px;color:var(--ink-soft);font-size:8px}
.visual-note{margin:12px 0 0;text-align:center;color:var(--slate);font-size:9px}

/* Trust strip */
.trust-strip{background:rgba(255,255,255,.34);border-block:1px solid var(--line)}
.trust-strip-inner{min-height:62px;display:flex;align-items:center;justify-content:center;gap:22px;color:var(--ink-soft);font-size:10px;font-weight:700}.trust-strip-inner b{color:var(--brass-dark);letter-spacing:.08em}.trust-strip-inner i{width:1px;height:17px;background:var(--line)}

/* Shared section heads */
.section-head,.proof-top{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.section-head>div,.proof-top>div:first-child{min-width:0}.section-head>p{max-width:440px;margin-bottom:4px;color:var(--ink-soft);font-size:13px}
.presence-head{margin-bottom:42px}
.presence-split{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--line)}
.presence-path{padding:38px 50px 42px 0}.presence-path+.presence-path{padding-left:50px;padding-right:0;border-left:1px solid var(--line)}
.path-index{display:block;margin-bottom:28px;color:var(--brass-dark);font-family:"Cormorant Garamond",Georgia,serif;font-size:40px;line-height:1}
.path-label{margin-bottom:9px;color:var(--brass-dark);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.presence-path h3{max-width:520px;margin-bottom:16px;font-size:clamp(24px,2.2vw,32px);letter-spacing:-.025em}.presence-path>p:not(.path-label){max-width:540px;color:var(--ink-soft);font-size:13px}.presence-path .text-link{margin-top:8px}

/* Framework */
.center-title{max-width:860px;margin:0 auto 46px;text-align:center}.center-title>p:last-child{max-width:680px;margin:0 auto;color:var(--ink-soft);font-size:13px}
.framework-grid{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}
.framework-item{min-width:0;min-height:245px;padding:30px 26px 32px;text-align:left;border-right:1px solid var(--line)}.framework-item:last-child{border-right:0}
.framework-index{display:block;margin-bottom:34px;color:var(--brass-dark);font-family:"Cormorant Garamond",Georgia,serif;font-size:38px;line-height:1}.framework-item h3{margin-bottom:5px;font-size:17px;letter-spacing:-.02em}.framework-item strong{display:block;margin-bottom:14px;color:var(--slate);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.framework-item p{margin:0;color:var(--ink-soft);font-size:11px;line-height:1.7}
.framework-bottom{display:flex;align-items:center;justify-content:center;gap:18px;margin:28px auto 0;font-size:11px;font-weight:800;text-align:center}.framework-bottom:before,.framework-bottom:after{content:"";width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--brass))}.framework-bottom:after{transform:scaleX(-1)}

/* Difference */
.difference-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:58px;align-items:center}.difference-copy>p:not(.section-index){color:var(--ink-soft);font-size:13px}.mini-list{list-style:none;padding:0;margin:24px 0 28px;display:grid;gap:13px}.mini-list li{position:relative;padding-left:28px;font-size:12px;font-weight:600}.mini-list li:before{content:"✦";position:absolute;left:0;color:var(--brass-dark)}
.concept-board{min-height:360px;display:grid;grid-template-columns:.48fr 42px 1fr;align-items:center;padding:28px;background:rgba(255,255,255,.46);border:1px solid var(--line);border-radius:16px}
.phone-wireframe{min-height:250px;padding:20px 13px;border:1px solid rgba(11,29,49,.15);border-radius:20px;background:#fff}.phone-notch{width:30%;height:4px;margin:0 auto 18px;border-radius:99px;background:#d7d3ca}.phone-wireframe small{font-size:7px;color:var(--slate)}.phone-hero{height:78px;margin:16px 0;background:linear-gradient(135deg,#d9d4c9,#a9b0b7)}.phone-wireframe i{display:block;height:8px;margin:10px 0;background:#ebe8e2}
.board-arrow{text-align:center;color:var(--brass-dark);font-size:28px}
.desktop-wireframe{overflow:hidden;min-height:275px;background:#fff;border:1px solid rgba(11,29,49,.15);border-radius:10px;box-shadow:0 12px 34px rgba(11,29,49,.08)}.desktop-bar{height:25px;display:flex;align-items:center;gap:5px;padding:0 9px;background:#f2f0eb;border-bottom:1px solid var(--line)}.desktop-bar b{width:5px;height:5px;border-radius:50%;background:#cbc5ba}.desktop-content{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:34px 22px 22px}.desktop-content small{font-size:6px;color:var(--slate)}.desktop-content h3{margin:8px 0 16px;font-size:15px}.fake-button{display:inline-block;padding:7px 9px;border-radius:4px;background:var(--brass);color:#fff;font-size:7px;font-weight:800}.wire-photo{min-height:120px;display:grid;place-items:center;background:linear-gradient(135deg,#d9d5ca,#8d99a3);color:#fff;font-size:7px}.wire-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 22px 20px}.wire-cards i{height:34px;background:#efede8}

/* Work */
.work .section-head{margin-bottom:42px}
.featured-project{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(300px,.62fr);gap:50px;align-items:center;padding:46px 0 52px;border-block:1px solid var(--line)}
.featured-project-visual{position:relative;min-width:0;padding:0 42px 34px 0}.featured-browser{width:100%}.featured-screen{aspect-ratio:16/10}.featured-phone{position:absolute;z-index:3;right:0;bottom:0;width:18%}.featured-phone .real-phone-screen{aspect-ratio:9/19.5}
.project-number{display:block;margin-bottom:30px;color:var(--brass-dark);font-family:"Cormorant Garamond",Georgia,serif;font-size:40px;line-height:1}.project-tags{margin-bottom:11px;color:var(--brass-dark);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.featured-project-copy h3,.secondary-project-copy h3{letter-spacing:-.025em}.featured-project-copy h3{margin-bottom:16px;font-size:clamp(30px,3vw,42px)}.featured-project-copy>p:not(.project-tags){color:var(--ink-soft);font-size:12px}.project-proof{margin:25px 0 23px;padding:17px 0 17px 17px;border-left:2px solid var(--brass)}.project-proof p,.project-proof strong,.project-proof span,.project-proof small{display:block}.project-proof p{margin-bottom:8px;color:var(--slate);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.project-proof strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:30px;line-height:1}.project-proof span{margin-top:6px;color:var(--ink-soft);font-size:9px}.project-proof small{max-width:340px;margin-top:13px;color:var(--slate);font-size:8px;line-height:1.55}
.secondary-projects{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:46px}.secondary-project{min-width:0;padding-top:22px;border-top:1px solid var(--line)}.secondary-project-media{position:relative;min-width:0;padding-bottom:24px}.secondary-screen{aspect-ratio:16/9}.secondary-phone{position:absolute;z-index:3;right:14px;bottom:0;width:17%;border-radius:15px}.secondary-phone .real-phone-screen{aspect-ratio:9/19.5;border-radius:10px}.secondary-project-copy{padding-top:20px}.secondary-project-copy .project-number{margin-bottom:18px;font-size:30px}.secondary-project-copy h3{margin-bottom:12px;font-size:24px}.secondary-project-copy>p:not(.project-tags){max-width:520px;color:var(--ink-soft);font-size:11px}.secondary-project-copy .text-link{margin-top:8px}

/* Reviews */
.proof-top{margin-bottom:30px}.rating-block{display:flex;align-items:center;gap:16px;flex:0 0 auto}.rating-block>strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:54px;line-height:.9}.rating-block div{display:grid}.rating-block span{color:var(--brass-dark);letter-spacing:.08em}.rating-block small{color:var(--slate);font-size:8px}
.reviews-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.reviews-toolbar p{margin:0;color:var(--slate);font-size:9px}.reviews-buttons{display:flex;gap:8px}.review-arrow{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.55);color:var(--navy);font-size:15px}.review-arrow:hover{background:#fff;border-color:rgba(11,29,49,.28)}
.reviews-track{width:100%;display:flex!important;flex-wrap:nowrap!important;gap:16px;overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;user-select:none;touch-action:pan-x;padding:2px 2px 8px}.reviews-track::-webkit-scrollbar{display:none}.reviews-track.is-dragging{cursor:grabbing;scroll-snap-type:none}
.reviews-track .review-card{flex:0 0 360px!important;width:360px;max-width:360px;margin:0;padding:25px;display:flex;flex-direction:column;scroll-snap-align:start;background:rgba(255,255,255,.63);border:1px solid var(--line);border-radius:10px}.review-stars{display:flex;justify-content:space-between;color:var(--brass-dark);font-size:11px;letter-spacing:.08em}.review-stars span{color:var(--slate);font-size:8px;letter-spacing:0}.review-card blockquote{flex:1;margin:22px 0 25px;font-family:"Cormorant Garamond",Georgia,serif;font-size:21px;line-height:1.3;font-weight:600}.review-card figcaption b,.review-card figcaption span{display:block}.review-card figcaption b{font-size:11px}.review-card figcaption span{color:var(--slate);font-size:8px}.review-progress{height:1px;margin-top:18px;background:rgba(11,29,49,.12);overflow:hidden}.review-progress span{display:block;width:20%;height:100%;background:var(--brass-dark);transform-origin:left;transition:width .18s ease,transform .18s ease}

/* Process */
.process-head{margin-bottom:38px}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}.process-grid article{min-width:0;padding:30px 24px 32px;border-right:1px solid var(--line)}.process-grid article:last-child{border-right:0}.process-grid span{display:block;margin-bottom:22px;color:var(--brass-dark);font-family:"Cormorant Garamond",Georgia,serif;font-size:36px}.process-grid h3{margin-bottom:10px;font-size:16px}.process-grid p{margin:0;color:var(--ink-soft);font-size:10px;line-height:1.65}

/* About */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-visual{position:relative;min-height:340px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);background:rgba(255,255,255,.34)}.blueprint-lines{position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(11,29,49,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(11,29,49,.09) 1px,transparent 1px);background-size:32px 32px}.zeppelin-large{position:relative;width:76%;color:rgba(11,29,49,.52)}.about-stamp{position:absolute;bottom:24px;color:var(--brass-dark);font-size:8px;font-weight:800;letter-spacing:.14em}.about-copy>p:not(.section-index){color:var(--ink-soft);font-size:13px}.about-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.about-points span{padding:8px 10px;border:1px solid var(--line);font-size:9px;font-weight:700}

/* CTA + form */
.cta-section{position:relative;overflow:hidden;padding:78px 0;background:var(--navy);color:#fff}.cta-blueprint{position:absolute;inset:0;opacity:.11;background-image:linear-gradient(rgba(255,255,255,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.17) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,#000,transparent 32%,transparent 68%,#000)}.cta-inner{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:78px;align-items:center}.zeppelin-badge{display:block;width:72px;margin-bottom:20px;color:var(--brass)}.cta-copy h2{color:#fff}.cta-copy>p:last-child{max-width:500px;color:rgba(255,255,255,.70)}
.lead-form{padding:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:12px;backdrop-filter:blur(12px)}.project-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 18px;padding:0;border:0}.project-choice legend{grid-column:1/-1;margin-bottom:6px;font-size:10px;font-weight:700}.project-choice legend span{color:#e9b33d}.choice-card{position:relative;display:block;cursor:pointer}.choice-card input{position:absolute;opacity:0;pointer-events:none}.choice-card>span{min-height:74px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:13px 14px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.045)}.choice-card b{font-size:10px}.choice-card small{color:rgba(255,255,255,.55);font-size:8px}.choice-card input:checked+span{border-color:rgba(212,160,23,.85);background:rgba(212,160,23,.09);box-shadow:inset 0 0 0 1px rgba(212,160,23,.18)}
.form-row{display:grid;gap:7px;margin-bottom:15px}.form-row label{font-size:9px;font-weight:700}.form-row label span{color:#e9b33d}.form-row label small{color:rgba(255,255,255,.55);font-weight:500}.form-row input{width:100%;min-height:47px;padding:0 13px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.08);color:#fff;outline:none}.form-row input::placeholder{color:rgba(255,255,255,.38)}.form-row input:focus{border-color:rgba(212,160,23,.8);box-shadow:0 0 0 3px rgba(212,160,23,.12)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.consent{display:flex;gap:9px;margin:2px 0 17px;color:rgba(255,255,255,.62);font-size:8px}.consent input{accent-color:var(--brass)}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{min-height:18px;margin:9px 0 0;text-align:center;color:rgba(255,255,255,.78);font-size:9px}#website-row[hidden]{display:none}
.lead-form.is-success{padding:26px;background:rgba(255,255,255,.07)}.lead-form.is-success>:not(.form-status){display:none!important}.form-status.is-success{min-height:0;margin:0;display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:center;padding:22px 24px;text-align:left;border:1px solid rgba(212,160,23,.52);border-radius:10px;background:var(--ivory);color:var(--navy);box-shadow:0 14px 34px rgba(0,0,0,.12)}.form-status-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:var(--brass);color:var(--navy);font-size:24px;font-weight:900;line-height:1}.form-status-copy{display:grid;gap:4px}.form-status-copy strong{font-size:17px;line-height:1.2}.form-status-copy small{color:var(--ink-soft);font-size:11px;line-height:1.55}.form-status.is-error{min-height:0;margin:12px 0 0;padding:12px 14px;text-align:left;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:rgba(255,255,255,.09);color:#fff;font-size:10px;line-height:1.5}


/* Footer */
.site-footer{background:#f1eee7;border-top:1px solid var(--line)}.footer-inner{min-height:108px;display:grid;grid-template-columns:1.1fr 1fr .8fr 1fr;gap:32px;align-items:center}.footer-brand .brand-word{font-size:34px}.footer-links,.footer-legal,.footer-contact{display:grid;gap:6px;font-size:8px}.footer-links{grid-template-columns:1fr 1fr}.footer-legal,.footer-contact{color:var(--slate)}.footer-bottom{display:flex;justify-content:space-between;padding:15px 0 22px;border-top:1px solid var(--line);color:var(--slate);font-size:8px}

/* Progressive enhancement: content remains visible even if JS is cached/blocked. */
.reveal{opacity:1;transform:none}.delay-1{transition-delay:0}

@media (max-width:1040px){
  .header-inner{grid-template-columns:1fr auto}.main-nav{display:none}
  .hero-grid,.difference-grid,.cta-inner{grid-template-columns:1fr}.hero-visual{width:100%;max-width:720px}.hero-grid{gap:42px}
  .featured-project{grid-template-columns:1fr;gap:30px}.featured-project-copy{max-width:700px}
  .framework-grid{grid-template-columns:1fr 1fr}.framework-item:nth-child(2){border-right:0}.framework-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .secondary-projects{gap:28px}
  .process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2){border-right:0}.process-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .about-grid{gap:44px}
  .footer-inner{grid-template-columns:1fr 1fr;padding:28px 0}
}

@media (max-width:720px){
  .form-status.is-success{grid-template-columns:42px 1fr;padding:18px}.form-status-icon{width:42px;height:42px;font-size:20px}.form-status-copy strong{font-size:15px}.form-status-copy small{font-size:10px}
  .container{width:min(calc(100% - 32px),var(--container))}.section-pad{padding:58px 0}
  .site-header .header-inner{min-height:68px}.brand-word{font-size:34px}.brand-zeppelin{width:42px}.brand-sub{display:none}.header-inner>.btn{min-height:38px;padding-inline:12px;font-size:9px}
  .hero{padding:44px 0 56px}.hero-grid{gap:32px}h1{font-size:clamp(39px,10.8vw,46px);line-height:1.01}h2{font-size:clamp(31px,8.7vw,39px)}.lead{font-size:15px;line-height:1.65}.hero-actions{display:grid;margin:23px 0 25px}.hero-actions .btn{width:100%}.service-line{gap:8px}
  .real-project-heading{align-items:flex-start;flex-direction:column;gap:3px}.hero-device-stage{padding-right:22px;padding-bottom:28px}.hero-real-phone{width:22%}.seo-result-badge{left:7px;min-width:136px;padding:9px 10px}.seo-result-badge strong{font-size:18px}.seo-result-badge span{font-size:7px}.visual-note{text-align:left}
  .trust-strip{overflow:hidden}.trust-strip-inner{min-height:52px;justify-content:flex-start;overflow-x:auto;white-space:nowrap;padding-right:16px;scrollbar-width:none}.trust-strip-inner::-webkit-scrollbar{display:none}
  .section-head,.proof-top{display:grid;gap:16px}.section-head>p{max-width:100%}.presence-head{margin-bottom:28px}.presence-split{grid-template-columns:1fr}.presence-path{padding:30px 0 34px}.presence-path+.presence-path{padding:34px 0 30px;border-left:0;border-top:1px solid var(--line)}.path-index{margin-bottom:22px;font-size:35px}
  .center-title{margin-bottom:32px}.framework-grid{grid-template-columns:1fr}.framework-item{min-height:0;padding:25px 0 28px;border-right:0;border-bottom:1px solid var(--line)}.framework-item:last-child{border-bottom:0}.framework-index{margin-bottom:22px;font-size:34px}.framework-bottom:before,.framework-bottom:after{width:42px}
  .difference-grid{gap:32px}.concept-board{grid-template-columns:.5fr 24px 1fr;min-height:auto;padding:14px}.phone-wireframe{min-height:205px;padding:15px 10px}.desktop-wireframe{min-height:220px}.desktop-content{padding:24px 12px 16px}.desktop-content h3{font-size:11px}.wire-photo{min-height:80px}.wire-cards{padding-inline:12px}
  .work .section-head{margin-bottom:30px}.featured-project{padding:30px 0 36px}.featured-project-visual{padding-right:26px;padding-bottom:26px}.featured-phone{width:19%}.project-number{margin-bottom:22px;font-size:34px}.featured-project-copy h3{font-size:30px}.secondary-projects{grid-template-columns:1fr;gap:44px;margin-top:34px}.secondary-project-media{padding-bottom:20px}.secondary-phone{width:18%;right:9px}.secondary-project-copy{padding-top:13px}
  .proof-top{margin-bottom:24px}.rating-block>strong{font-size:46px}.reviews-toolbar p{display:none}.reviews-toolbar{justify-content:flex-end}.reviews-track{margin-right:-16px;padding-right:16px}.reviews-track .review-card{flex-basis:84vw!important;width:84vw;max-width:84vw;padding:23px}.review-card blockquote{font-size:20px}
  .process-grid{grid-template-columns:1fr}.process-grid article{padding:25px 0 28px;border-right:0;border-bottom:1px solid var(--line)}.process-grid article:last-child{border-bottom:0}.process-grid span{margin-bottom:17px;font-size:32px}
  .about-grid{grid-template-columns:1fr;gap:34px}.about-visual{min-height:260px}.about-points{gap:6px}
  .cta-section{padding:62px 0}.cta-inner{gap:38px}.lead-form{padding:19px}.project-choice{grid-template-columns:1fr}.choice-card>span{min-height:64px}.form-grid{grid-template-columns:1fr;gap:0}
  .footer-inner{grid-template-columns:1fr;gap:16px}.footer-links{display:flex;flex-wrap:wrap;gap:10px 16px}.footer-bottom{gap:16px;flex-wrap:wrap}
}

@media (max-width:430px){
  .brand-zeppelin{width:38px}.header-inner>.btn{padding-inline:10px}.header-inner>.btn span{display:none}
  .hero-device-stage{padding-right:18px}.seo-result-badge{min-width:126px}.seo-result-badge strong{font-size:17px}
  .concept-board{grid-template-columns:.48fr 20px 1fr;padding:10px}.phone-wireframe{min-height:185px}.desktop-wireframe{min-height:200px}
}

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


/* Consentement Analytics */
.footer-cookie-link{
  padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;
}
.footer-cookie-link:hover{text-decoration:underline;text-underline-offset:3px}

.cookie-consent{
  position:fixed;left:50%;bottom:22px;z-index:9999;
  width:min(820px,calc(100% - 32px));transform:translateX(-50%);
}
.cookie-consent[hidden]{display:none!important}
.cookie-consent-inner{
  display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;
  padding:22px 24px;border:1px solid rgba(11,29,49,.16);border-radius:12px;
  background:rgba(247,245,240,.98);color:var(--navy);
  box-shadow:0 22px 60px rgba(11,29,49,.18);
  backdrop-filter:blur(14px);
}
.cookie-copy{display:grid;gap:5px}
.cookie-eyebrow{
  margin:0;color:var(--brass-dark);font-size:8px;font-weight:800;
  letter-spacing:.15em;text-transform:uppercase;
}
.cookie-copy strong{font-family:"Cormorant Garamond",serif;font-size:24px;line-height:1.05}
.cookie-copy p:not(.cookie-eyebrow){max-width:590px;margin:0;color:var(--ink-soft);font-size:10px;line-height:1.55}
.cookie-copy a{
  width:max-content;margin-top:3px;color:var(--navy);font-size:9px;font-weight:700;
  text-decoration:underline;text-underline-offset:3px;
}
.cookie-actions{display:flex;gap:9px}
.cookie-actions .btn{min-width:104px;min-height:43px}
.cookie-refuse{border-color:var(--line);background:transparent;color:var(--navy)}
.cookie-refuse:hover{border-color:rgba(11,29,49,.35);background:#fff}

@media(max-width:720px){
  .cookie-consent{bottom:12px;width:calc(100% - 24px)}
  .cookie-consent-inner{grid-template-columns:1fr;gap:16px;padding:19px}
  .cookie-copy strong{font-size:22px}
  .cookie-copy p:not(.cookie-eyebrow){font-size:10px}
  .cookie-actions{display:grid;grid-template-columns:1fr 1fr}
  .cookie-actions .btn{width:100%;min-width:0}
}


/* =========================================================
   TYPOGRAPHIE V35 — lisibilité desktop + mobile
   ========================================================= */

/* Base : légèrement plus généreuse sans casser les proportions */
body{
  font-size:17px;
}

/* Titres : un peu plus présents, surtout sur desktop */
h1{
  font-size:clamp(50px,4.7vw,70px);
  line-height:.98;
}
h2{
  font-size:clamp(38px,3.55vw,52px);
  line-height:1.02;
}
h3{
  line-height:1.15;
}

/* Texte courant et éléments de navigation */
.lead{
  font-size:18px;
  line-height:1.72;
}
.eyebrow,
.section-index{
  font-size:11px;
  letter-spacing:.095em;
}
.main-nav{
  font-size:14px;
}
.btn{
  font-size:14px;
}
.text-link{
  font-size:14px;
}
.brand-sub{
  font-size:10px;
}
.service-line{
  font-size:12px;
}
.real-project-heading span,
.visual-note,
.path-label,
.project-tags,
.reviews-toolbar p{
  font-size:11px;
}
.trust-strip-inner{
  font-size:12px;
}

/* Paragraphes de contenu */
.section-head > p,
.center-title > p:last-child,
.presence-path p,
.framework-item p,
.difference-copy > p:not(.section-index),
.featured-project-copy p,
.secondary-project-copy p,
.process-grid p,
.about-copy p,
.cta-copy p{
  font-size:16px;
  line-height:1.68;
}

.framework-bottom{
  font-size:13px;
}

/* Projets */
.featured-project-copy h3{
  font-size:clamp(30px,2.5vw,40px);
}
.secondary-project-copy h3{
  font-size:24px;
}

/* Avis : la V34 était particulièrement petite ici */
.review-card{
  font-size:15px;
}
.review-card p{
  font-size:15px;
  line-height:1.65;
}
.review-card strong{
  font-size:14px;
}
.review-card small{
  font-size:12px;
}
.review-stars{
  font-size:14px;
}
.rating-block > div small{
  font-size:12px;
}

/* Process & à propos */
.process-grid h3{
  font-size:21px;
}
.about-points li{
  font-size:15px;
  line-height:1.55;
}

/* Formulaire */
.form-row label{
  font-size:11px;
}
.form-row input,
.form-row textarea,
.form-row select{
  font-size:16px;
}
.choice-card{
  font-size:14px;
}
.consent{
  font-size:12px;
  line-height:1.5;
}
.form-status-copy strong{
  font-size:16px;
}
.form-status-copy small{
  font-size:13px;
}

/* Footer */
.site-footer{
  font-size:13px;
}
.footer-links,
.footer-contact,
.footer-legal{
  font-size:12px;
}

/* Cookies */
.cookie-eyebrow{
  font-size:10px;
}
.cookie-copy strong{
  font-size:27px;
}
.cookie-copy p:not(.cookie-eyebrow){
  font-size:13px;
  line-height:1.55;
}
.cookie-copy a{
  font-size:12px;
}

/* Tablette */
@media (max-width:1040px){
  body{font-size:16.5px}
  .lead{font-size:17px}
  .main-nav{font-size:13px}
}

/* Mobile : priorité à la lecture */
@media (max-width:720px){
  body{
    font-size:16px;
  }

  h1{
    font-size:clamp(42px,11.5vw,50px);
    line-height:1;
  }
  h2{
    font-size:clamp(34px,9.3vw,42px);
    line-height:1.04;
  }

  .lead{
    font-size:17px;
    line-height:1.68;
  }

  .eyebrow,
  .section-index{
    font-size:10.5px;
  }

  .btn{
    font-size:13.5px;
  }

  .text-link{
    font-size:13px;
  }

  .service-line,
  .trust-strip-inner{
    font-size:11.5px;
  }

  .section-head > p,
  .center-title > p:last-child,
  .presence-path p,
  .framework-item p,
  .difference-copy > p:not(.section-index),
  .featured-project-copy p,
  .secondary-project-copy p,
  .process-grid p,
  .about-copy p,
  .cta-copy p{
    font-size:16px;
    line-height:1.7;
  }

  .featured-project-copy h3{
    font-size:30px;
  }

  .secondary-project-copy h3{
    font-size:23px;
  }

  .review-card,
  .review-card p{
    font-size:15.5px;
    line-height:1.68;
  }
  .review-card strong{
    font-size:14.5px;
  }
  .review-card small{
    font-size:12.5px;
  }

  .process-grid h3{
    font-size:21px;
  }

  .about-points li{
    font-size:15.5px;
  }

  .form-row label{
    font-size:11px;
  }

  .choice-card{
    font-size:14px;
  }

  .consent{
    font-size:12px;
  }

  .cookie-copy strong{
    font-size:25px;
  }
  .cookie-copy p:not(.cookie-eyebrow){
    font-size:13px;
  }

  .site-footer{
    font-size:13px;
  }
}

/* Très petits écrans : éviter les textes minuscules */
@media (max-width:430px){
  h1{
    font-size:clamp(40px,11.8vw,47px);
  }
  h2{
    font-size:clamp(33px,9.6vw,39px);
  }
  .lead{
    font-size:16.5px;
  }
}


/* =========================================================
   V35.1 — Refonte de la section "Méthode" sur mobile
   Objectif : moins vide, plus premium, plus lisible
   ========================================================= */

@media (max-width:720px){
  .process{
    position:relative;
  }

  .process-head{
    margin-bottom:26px;
  }

  .process .section-head > p{
    max-width:34ch;
  }

  .process-grid{
    position:relative;
    grid-template-columns:1fr;
    gap:14px;
    border:0;
    padding-left:18px;
  }

  .process-grid::before{
    content:"";
    position:absolute;
    left:18px;
    top:18px;
    bottom:18px;
    width:1px;
    background:linear-gradient(180deg, rgba(212,160,23,.5), rgba(11,29,49,.08));
  }

  .process-grid article{
    position:relative;
    padding:18px 18px 18px 28px;
    margin-left:24px;
    border:1px solid var(--line);
    border-radius:14px;
    border-bottom:1px solid var(--line);
    background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.58));
    box-shadow:0 12px 28px rgba(11,29,49,.05);
  }

  .process-grid article:last-child{
    border-bottom:1px solid var(--line);
  }

  .process-grid article::before{
    content:"";
    position:absolute;
    left:-31px;
    top:22px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:var(--ivory);
    border:2px solid var(--brass);
    box-shadow:0 0 0 6px rgba(247,245,240,.95);
  }

  .process-grid span{
    display:inline-grid;
    place-items:center;
    width:48px;
    height:48px;
    margin:0 0 14px;
    border-radius:12px;
    background:rgba(212,160,23,.10);
    color:var(--brass-dark);
    border:1px solid rgba(212,160,23,.18);
    font-size:28px;
    line-height:1;
  }

  .process-grid h3{
    margin-bottom:8px;
    font-size:27px;
    letter-spacing:-.03em;
  }

  .process-grid p{
    margin:0;
    font-size:15.5px;
    line-height:1.62;
    color:var(--ink-soft);
    max-width:28ch;
  }
}

@media (max-width:430px){
  .process-grid{
    gap:12px;
    padding-left:16px;
  }

  .process-grid::before{
    left:16px;
  }

  .process-grid article{
    margin-left:20px;
    padding:17px 16px 17px 22px;
    border-radius:13px;
  }

  .process-grid article::before{
    left:-27px;
    top:20px;
    width:13px;
    height:13px;
    box-shadow:0 0 0 5px rgba(247,245,240,.95);
  }

  .process-grid span{
    width:44px;
    height:44px;
    margin-bottom:12px;
    font-size:26px;
  }

  .process-grid h3{
    font-size:25px;
  }

  .process-grid p{
    font-size:15px;
    max-width:none;
  }
}


/* =========================================================
   V36.2 — Lisibilité mobile renforcée
   Les grands titres restent inchangés.
   ========================================================= */

@media (max-width:720px){

  /* Texte courant principal */
  .lead{
    font-size:18px;
    line-height:1.7;
  }

  .section-head > p,
  .center-title > p:last-child,
  .presence-path > p:not(.path-label),
  .framework-item p,
  .difference-copy > p:not(.section-index),
  .featured-project-copy > p:not(.project-tags),
  .secondary-project-copy > p:not(.project-tags),
  .process-grid p,
  .about-copy p,
  .cta-copy p{
    font-size:17px;
    line-height:1.72;
  }

  /* Blocs de texte secondaires */
  .mini-list li,
  .about-points span{
    font-size:16px;
    line-height:1.55;
  }

  .framework-bottom{
    font-size:14.5px;
    line-height:1.5;
  }

  /* Réalisations */
  .project-tags,
  .path-label,
  .real-project-heading span{
    font-size:11.5px;
  }

  .project-proof p{
    font-size:10.5px;
  }

  .project-proof span{
    font-size:12.5px;
    line-height:1.5;
  }

  .project-proof small{
    font-size:11.5px;
    line-height:1.6;
  }

  /* Avis */
  .review-card blockquote{
    font-size:22px;
    line-height:1.4;
  }

  .review-card figcaption b{
    font-size:14.5px;
  }

  .review-card figcaption span{
    font-size:12px;
  }

  .review-stars{
    font-size:13px;
  }

  .review-stars span{
    font-size:11px;
  }

  .rating-block small{
    font-size:11.5px;
  }

  /* Méthode */
  .process-grid p{
    font-size:16.5px;
    line-height:1.68;
  }

  /* Formulaire */
  .project-choice legend{
    font-size:12px;
  }

  .choice-card{
    font-size:15px;
  }

  .choice-card small{
    font-size:12.5px;
    line-height:1.45;
  }

  .form-row label{
    font-size:12px;
  }

  .form-row input{
    font-size:16px;
  }

  .consent{
    font-size:13px;
    line-height:1.55;
  }

  .form-status{
    font-size:12px;
  }

  /* Footer */
  .footer-links,
  .footer-legal,
  .footer-contact,
  .footer-bottom{
    font-size:12.5px;
    line-height:1.5;
  }

  /* Cookies */
  .cookie-copy p:not(.cookie-eyebrow){
    font-size:14px;
    line-height:1.6;
  }

  .cookie-copy a{
    font-size:13px;
  }
}

@media (max-width:430px){
  .lead{
    font-size:17.5px;
  }

  .section-head > p,
  .center-title > p:last-child,
  .presence-path > p:not(.path-label),
  .framework-item p,
  .difference-copy > p:not(.section-index),
  .featured-project-copy > p:not(.project-tags),
  .secondary-project-copy > p:not(.project-tags),
  .about-copy p,
  .cta-copy p{
    font-size:16.5px;
  }

  .process-grid p{
    font-size:16px;
  }

  .review-card blockquote{
    font-size:21px;
  }
}


/* =========================================================
   V36.3 — Corrections ciblées de lisibilité mobile
   ========================================================= */

@media (max-width:720px){

  /* Header : l'ancienne règle mobile imposait encore 9px */
  .header-inner > .btn{
    min-height:42px;
    padding-inline:14px;
    font-size:13px;
    line-height:1.15;
    letter-spacing:-.01em;
  }

  /* Présentation Agence FTI :
     règle volontairement plus spécifique que la règle desktop à 13px */
  .about-copy > p:not(.section-index){
    font-size:18px;
    line-height:1.72;
  }

  .about-points span{
    font-size:14px;
    line-height:1.35;
    padding:9px 11px;
  }

  /* Formulaire : on cible les enfants qui avaient leur propre petite taille */
  .lead-form{
    padding:22px;
  }

  .project-choice legend{
    margin-bottom:8px;
    font-size:14px;
    line-height:1.3;
  }

  .choice-card > span{
    min-height:76px;
    gap:5px;
    padding:14px 15px;
  }

  .choice-card b{
    font-size:15.5px;
    line-height:1.25;
  }

  .choice-card small{
    font-size:13.5px;
    line-height:1.5;
  }

  .form-row{
    gap:8px;
    margin-bottom:17px;
  }

  .form-row label{
    font-size:13.5px;
    line-height:1.35;
  }

  .form-row label small{
    font-size:12.5px;
  }

  .form-row input{
    min-height:52px;
    padding-inline:15px;
    font-size:16.5px;
  }

  .form-row input::placeholder{
    font-size:16px;
  }

  .consent{
    gap:10px;
    margin:5px 0 19px;
    font-size:14px;
    line-height:1.55;
  }

  .lead-form .btn-full{
    min-height:52px;
    font-size:16px;
    line-height:1.2;
  }

  .form-status{
    font-size:13.5px;
    line-height:1.5;
  }

  .form-status-copy strong{
    font-size:17px;
  }

  .form-status-copy small{
    font-size:13.5px;
  }
}

@media (max-width:430px){
  .header-inner > .btn{
    padding-inline:12px;
    font-size:12.5px;
  }

  .about-copy > p:not(.section-index){
    font-size:17.5px;
  }

  .lead-form{
    padding:20px 18px;
  }

  .choice-card b{
    font-size:15px;
  }

  .choice-card small{
    font-size:13px;
  }

  .lead-form .btn-full{
    font-size:15.5px;
  }
}
