:root{
  --ff-charcoal:#0d1216;
  --ff-charcoal-2:#11171c;
  --ff-charcoal-3:#171d22;
  --ff-ivory:#f4f0e9;
  --ff-paper:#fbf8f3;
  --ff-bronze:#c99a70;
  --ff-bronze-soft:#e7c7aa;
  --ff-burgundy:#9b1f2a;
  --ff-burgundy-dark:#7d1720;
  --ff-ink:#101214;
  --ff-muted:#66625d;
  --ff-line:rgba(255,255,255,.12);
  --ff-shell:1440px;
  --ff-radius:16px;
  --ff-shadow:0 24px 60px rgba(0,0,0,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ff-paper);color:var(--ff-ink);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.ff-shell{width:min(var(--ff-shell),calc(100% - 64px));margin:0 auto}
.ff-skip-link{position:absolute;left:-9999px;top:auto}.ff-skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:10px 14px;border-radius:8px}

/* Header */
.ff-header{position:absolute;top:0;left:0;right:0;z-index:50;color:#fff;transition:.25s ease}
.ff-header.is-scrolled{position:fixed;background:rgba(11,16,20,.92);backdrop-filter:blur(18px);box-shadow:0 8px 24px rgba(0,0,0,.18)}
.ff-header-inner{height:78px;display:flex;align-items:center;gap:34px}
.ff-brand{display:inline-flex;align-items:center;width:245px;min-width:245px}
.ff-brand img{width:100%;height:auto}
.ff-desktop-nav{margin-left:auto}
.ff-nav-list{display:flex;align-items:center;gap:34px;list-style:none;margin:0;padding:0}
.ff-nav-list a{font-size:14px;font-weight:600;color:rgba(255,255,255,.84);transition:.2s ease;position:relative}
.ff-nav-list a:hover{color:#fff}.ff-nav-list a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:var(--ff-burgundy);transition:.2s ease}.ff-nav-list a:hover:after{width:100%}
.ff-header-cta{margin-left:12px}
.ff-menu-toggle{display:none;background:none;border:0;padding:10px;cursor:pointer}.ff-menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;transition:.2s}
.ff-mobile-nav{display:none}

/* Buttons */
.ff-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.ff-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 24px;border-radius:999px;font-weight:700;font-size:14px;line-height:1;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}
.ff-btn:hover{transform:translateY(-1px)}
.ff-btn-primary{background:linear-gradient(180deg,#a82431 0%,var(--ff-burgundy) 100%);color:#fff;box-shadow:0 10px 26px rgba(155,31,42,.24)}
.ff-btn-primary:hover{background:var(--ff-burgundy-dark)}
.ff-btn-outline{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.02)}
.ff-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.ff-btn-outline-dark{border:1px solid rgba(16,18,20,.48);color:var(--ff-ink);background:transparent}
.ff-btn-outline-dark:hover{border-color:var(--ff-ink);background:#fff}

/* Typography */
.ff-kicker{margin:0 0 18px;text-transform:uppercase;letter-spacing:.26em;font-size:12px;font-weight:800;color:rgba(255,255,255,.72)}
.ff-kicker-dark{color:#4d4741}
h1,h2,h3,p{margin-top:0}

/* Hero */
.ff-hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#0a0f13 0%,#10161b 48%,#161c20 100%);color:#fff;padding-top:78px}
.ff-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,rgba(201,154,112,.13),transparent 34%),linear-gradient(135deg,transparent 62%,rgba(155,31,42,.15) 62%,rgba(155,31,42,.15) 71%,transparent 71%);pointer-events:none}
.ff-hero-geometry{position:absolute;inset:0;pointer-events:none;opacity:.65;background:linear-gradient(135deg,transparent 0 35%,rgba(255,255,255,.02) 35% 51%,transparent 51%),linear-gradient(315deg,transparent 0 68%,rgba(201,154,112,.08) 68% 69%,transparent 69%)}
.ff-hero-grid{position:relative;display:grid;grid-template-columns:41% 59%;min-height:500px;align-items:center}
.ff-hero-copy{padding:54px 0 58px;max-width:620px;z-index:2}
.ff-hero-copy h1{font-size:clamp(56px,5.2vw,86px);line-height:.96;letter-spacing:-.052em;font-weight:780;margin-bottom:22px;max-width:620px}
.ff-hero-copy h1 span{color:var(--ff-bronze-soft)}
.ff-hero-lede{font-size:18px;line-height:1.55;color:rgba(255,255,255,.86);max-width:610px;margin-bottom:28px}
.ff-hero-media-wrap{position:relative;align-self:stretch;min-height:500px;display:flex;align-items:flex-end;justify-content:flex-end;z-index:1}
.ff-hero-media-wrap:before{content:"";position:absolute;right:-110px;top:54px;width:760px;height:420px;background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.05);clip-path:polygon(8% 0,100% 0,100% 78%,83% 100%,0 100%,0 19%);transform:skewX(-4deg)}
.ff-hero-media{position:relative;width:100%;max-width:820px;object-fit:cover;object-position:center right;filter:saturate(.92) contrast(1.03);mix-blend-mode:normal}
.ff-hero-metric{position:absolute;left:60px;top:92px;z-index:3;width:120px;height:120px;border:1px solid rgba(231,199,170,.55);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(10,15,19,.72);backdrop-filter:blur(8px);box-shadow:0 0 30px rgba(201,154,112,.08)}
.ff-hero-metric strong{font-size:26px}.ff-hero-metric span{font-size:11px;color:rgba(255,255,255,.75);margin-top:3px}
.ff-benefit-strip{position:relative;border-top:1px solid rgba(255,255,255,.08);background:rgba(8,12,15,.88);backdrop-filter:blur(10px)}
.ff-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:78px}
.ff-benefit{display:flex;align-items:center;gap:14px;padding:14px 24px;border-right:1px solid rgba(255,255,255,.1)}
.ff-benefit:first-child{padding-left:0}.ff-benefit:last-child{border-right:0}
.ff-icon{display:grid;place-items:center;width:32px;height:32px;color:var(--ff-bronze-soft);font-size:23px;flex:0 0 auto}
.ff-benefit strong{display:block;font-size:14px;margin-bottom:4px}.ff-benefit small{display:block;font-size:12px;color:rgba(255,255,255,.62)}

/* Path */
.ff-path{position:relative;background:linear-gradient(90deg,#fbf8f3 0%,#f5f0e9 60%,#efeae2 100%);overflow:hidden}
.ff-path:after{content:"";position:absolute;right:-180px;bottom:-250px;width:620px;height:620px;border:1px solid rgba(201,154,112,.24);transform:rotate(45deg);pointer-events:none}
.ff-path-grid{position:relative;z-index:2;display:grid;grid-template-columns:40% 60%;gap:52px;align-items:center;padding-top:44px;padding-bottom:44px}
.ff-path-copy{max-width:500px}.ff-path-copy h2{font-size:clamp(42px,4.1vw,66px);line-height:1;letter-spacing:-.045em;margin-bottom:20px}.ff-path-copy>p{font-size:18px;line-height:1.55;color:#4c4944;max-width:500px;margin-bottom:24px}
.ff-path-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ff-path-card{position:relative;min-height:300px;border-radius:12px;overflow:hidden;background:#151a1e;color:#fff;box-shadow:0 18px 40px rgba(15,18,20,.18);transition:transform .25s ease,box-shadow .25s ease}
.ff-path-card:hover{transform:translateY(-4px);box-shadow:0 28px 58px rgba(15,18,20,.24)}
.ff-path-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;transform:scale(1.07);filter:saturate(.85)}
.ff-path-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,13,16,.15) 0%,rgba(10,13,16,.50) 42%,rgba(10,13,16,.97) 100%)}
.ff-path-card:after{content:"";position:absolute;inset:auto -24px -24px auto;width:120px;height:120px;border-right:1px solid rgba(201,154,112,.42);border-bottom:1px solid rgba(201,154,112,.42);transform:rotate(-15deg)}
.ff-path-num{position:absolute;top:16px;left:16px;z-index:2;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#14181b;border:1px solid rgba(255,255,255,.28);font-size:11px}
.ff-path-content{position:absolute;z-index:2;left:18px;right:18px;bottom:18px}.ff-path-content h3{font-size:26px;line-height:1.0;letter-spacing:-.03em;margin-bottom:10px}.ff-path-content p{font-size:13px;line-height:1.35;color:rgba(255,255,255,.75);margin-bottom:14px;min-height:36px}.ff-round-arrow{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#171b1e;font-weight:800}

/* Services */
.ff-services{position:relative;overflow:hidden;background:linear-gradient(120deg,#0d1216 0%,#12191e 100%);color:#fff}
.ff-services-geometry{position:absolute;right:-110px;top:-120px;width:500px;height:500px;background:linear-gradient(135deg,transparent 0 46%,rgba(201,154,112,.14) 46% 47%,transparent 47%),linear-gradient(315deg,transparent 0 60%,rgba(155,31,42,.12) 60% 74%,transparent 74%)}
.ff-services-grid{position:relative;z-index:1;display:grid;grid-template-columns:30% 70%;gap:54px;padding-top:50px;padding-bottom:50px}
.ff-services-copy h2{font-size:54px;line-height:1;letter-spacing:-.045em;margin-bottom:18px}.ff-services-copy>p{font-size:16px;line-height:1.55;color:rgba(255,255,255,.74);margin-bottom:26px;max-width:430px}
.ff-service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ff-service-card{display:flex;gap:16px;min-height:112px;padding:20px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border-radius:10px;transition:.2s ease}
.ff-service-card:hover{border-color:rgba(201,154,112,.45);background:rgba(255,255,255,.045);transform:translateY(-2px)}
.ff-service-icon{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;color:var(--ff-bronze-soft);font-size:27px}
.ff-service-card h3{font-size:15px;margin:2px 0 6px}.ff-service-card p{font-size:12px;line-height:1.42;color:rgba(255,255,255,.67);margin:0}

/* Work */
.ff-work{background:#fbf8f3;padding:34px 0 38px}
.ff-work-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px}.ff-work-heading h2{font-size:42px;line-height:1;letter-spacing:-.04em;margin:0}.ff-work-heading .ff-kicker{margin-bottom:9px}.ff-text-link{color:var(--ff-burgundy);font-weight:800;font-size:13px;white-space:nowrap}
.ff-case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ff-case-card{background:#fff;border:1px solid #eee5dc;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(44,34,24,.06);transition:.2s ease}.ff-case-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(44,34,24,.10)}
.ff-case-image{height:108px;overflow:hidden;background:#1a1d20}.ff-case-image img{width:100%;height:100%;object-fit:cover;image-rendering:auto}
.ff-case-body{padding:12px 14px 14px}.ff-case-body h3{font-size:16px;margin-bottom:4px}.ff-case-body p{font-size:12px;color:#77716b;margin-bottom:8px;min-height:30px}.ff-case-body a{font-size:12px;font-weight:800;color:var(--ff-burgundy)}

/* CTA */
.ff-cta-band{position:relative;overflow:hidden;background:#0d1216;color:#fff;border-top:1px solid rgba(255,255,255,.06)}
.ff-cta-band:before{content:"";position:absolute;left:-120px;bottom:-260px;width:680px;height:680px;border:1px solid rgba(201,154,112,.19);border-radius:50%;box-shadow:0 0 100px rgba(201,154,112,.07)}
.ff-cta-glow{position:absolute;right:4%;top:-90px;width:420px;height:260px;background:radial-gradient(ellipse,rgba(201,154,112,.18),transparent 65%);filter:blur(12px)}
.ff-cta-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-top:48px;padding-bottom:48px}.ff-cta-grid h2{font-size:48px;line-height:1;letter-spacing:-.04em;margin:0}.ff-cta-copy p{font-size:16px;line-height:1.55;color:rgba(255,255,255,.72);max-width:560px;margin-bottom:20px}

/* Footer */
.ff-footer{background:#080c0f;color:#fff;border-top:1px solid rgba(255,255,255,.08);padding:32px 0 18px}.ff-footer-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}.ff-footer-brand img{width:220px;margin-bottom:10px}.ff-footer-brand p{font-size:12px;color:rgba(255,255,255,.52);margin:0}.ff-footer-links{display:flex;flex-wrap:wrap;gap:24px}.ff-footer-links a,.ff-footer-bottom a{font-size:12px;color:rgba(255,255,255,.62)}.ff-footer-links a:hover,.ff-footer-bottom a:hover{color:#fff}.ff-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07);font-size:11px;color:rgba(255,255,255,.45)}.ff-footer-bottom div{display:flex;gap:18px}

/* Generic pages */
.ff-inner-page{background:#fbf8f3;min-height:70vh}.ff-inner-hero{padding:160px 0 72px;background:linear-gradient(135deg,#0c1115,#151b20);color:#fff;position:relative;overflow:hidden}.ff-inner-hero:after{content:"";position:absolute;right:-100px;top:70px;width:480px;height:260px;border:1px solid rgba(201,154,112,.18);transform:skewX(-15deg)}.ff-inner-hero h1{font-size:clamp(48px,6vw,84px);line-height:.96;letter-spacing:-.05em;margin:0;max-width:900px}.ff-inner-content{padding:64px 0 90px}.ff-prose{max-width:880px;font-size:18px;line-height:1.75}.ff-prose h2{font-size:42px;line-height:1.05;margin-top:48px}.ff-prose h3{font-size:26px}.ff-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ff-post-card{background:#fff;border:1px solid #eee4db;padding:28px;border-radius:12px}.ff-post-card h2{font-size:24px;line-height:1.1}.ff-post-card p{color:#666;line-height:1.6}

@media (max-width:1180px){
  .ff-shell{width:min(var(--ff-shell),calc(100% - 40px))}
  .ff-brand{width:210px;min-width:210px}.ff-nav-list{gap:22px}.ff-header-cta{padding:0 18px}
  .ff-hero-grid{grid-template-columns:44% 56%}.ff-hero-copy h1{font-size:64px}.ff-hero-media-wrap{min-height:470px}.ff-hero-metric{left:18px;top:100px}
  .ff-path-grid{grid-template-columns:36% 64%;gap:34px}.ff-path-content h3{font-size:22px}
  .ff-services-grid{grid-template-columns:32% 68%;gap:34px}.ff-service-card{padding:16px}.ff-service-cards{gap:10px}
}

@media (max-width:900px){
  .ff-header-inner{height:68px}.ff-desktop-nav,.ff-header-cta{display:none}.ff-brand{width:190px;min-width:190px}.ff-menu-toggle{display:block;margin-left:auto}.ff-mobile-nav{position:fixed;display:block;top:68px;left:0;right:0;background:rgba(8,12,15,.98);backdrop-filter:blur(18px);max-height:0;overflow:hidden;opacity:0;transition:.25s ease}.ff-mobile-nav.is-open{max-height:520px;opacity:1;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 45px rgba(0,0,0,.3)}.ff-mobile-nav .ff-shell{padding:20px 0 26px}.ff-mobile-nav .ff-nav-list{display:grid;gap:0}.ff-mobile-nav .ff-nav-list li{border-bottom:1px solid rgba(255,255,255,.08)}.ff-mobile-nav .ff-nav-list a{display:block;padding:14px 0}.ff-mobile-cta{width:100%;margin-top:18px}
  .ff-hero{padding-top:68px}.ff-hero-grid{display:block;min-height:0}.ff-hero-copy{padding:46px 0 24px;max-width:680px}.ff-hero-copy h1{font-size:clamp(52px,10vw,76px);max-width:680px}.ff-hero-lede{max-width:640px}.ff-hero-media-wrap{min-height:0;display:block;margin:10px -20px 0}.ff-hero-media{max-width:none;width:100%}.ff-hero-metric{left:34px;top:34px;width:104px;height:104px}.ff-benefit-grid{grid-template-columns:repeat(2,1fr)}.ff-benefit:nth-child(2){border-right:0}.ff-benefit:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
  .ff-path-grid{display:block;padding-top:42px;padding-bottom:42px}.ff-path-copy{max-width:680px;margin-bottom:30px}.ff-path-cards{grid-template-columns:repeat(3,1fr)}
  .ff-services-grid{display:block;padding-top:44px;padding-bottom:44px}.ff-services-copy{max-width:680px;margin-bottom:30px}.ff-service-cards{grid-template-columns:repeat(2,1fr)}
  .ff-case-grid{grid-template-columns:repeat(2,1fr)}
  .ff-cta-grid{grid-template-columns:1fr;gap:24px}.ff-cta-grid h2{font-size:42px}
  .ff-post-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:640px){
  .ff-shell{width:calc(100% - 32px)}
  .ff-brand{width:174px;min-width:174px}
  .ff-hero-copy{padding-top:36px}.ff-kicker{font-size:10px;letter-spacing:.22em;margin-bottom:13px}.ff-hero-copy h1{font-size:48px;line-height:.98;margin-bottom:16px}.ff-hero-lede{font-size:15px;line-height:1.5}.ff-actions{gap:10px}.ff-btn{min-height:44px;padding:0 18px;font-size:13px}.ff-hero-media-wrap{margin-left:-16px;margin-right:-16px}.ff-hero-metric{left:26px;top:20px;width:88px;height:88px}.ff-hero-metric strong{font-size:21px}.ff-benefit-grid{grid-template-columns:1fr}.ff-benefit{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding:14px 0}.ff-benefit:last-child{border-bottom:0!important}
  .ff-path-grid{padding-top:38px;padding-bottom:38px}.ff-path-copy h2{font-size:48px}.ff-path-copy>p{font-size:15px}.ff-path-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:6px;margin-right:-16px}.ff-path-card{flex:0 0 82%;min-height:260px;scroll-snap-align:start}.ff-path-content h3{font-size:25px}.ff-path-content p{font-size:12px}
  .ff-services-copy h2{font-size:46px}.ff-services-copy>p{font-size:15px}.ff-service-cards{grid-template-columns:1fr}.ff-service-card{min-height:92px;padding:15px}.ff-service-card h3{font-size:14px}.ff-service-card p{font-size:11px}
  .ff-work{padding-top:30px}.ff-work-heading{align-items:flex-start}.ff-work-heading h2{font-size:38px}.ff-work-heading .ff-text-link{display:none}.ff-case-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-16px;padding-bottom:8px}.ff-case-card{flex:0 0 82%;scroll-snap-align:start}.ff-case-image{height:130px}
  .ff-cta-grid{padding-top:40px;padding-bottom:42px}.ff-cta-grid h2{font-size:40px}.ff-cta-copy p{font-size:14px}.ff-footer-grid{grid-template-columns:1fr}.ff-footer-links{gap:15px 22px}.ff-footer-bottom{display:block}.ff-footer-bottom div{margin-top:10px}
  .ff-inner-hero{padding:130px 0 54px}.ff-inner-content{padding:42px 0 70px}.ff-post-grid{grid-template-columns:1fr}
}

/* v3.1 commercial, pricing and SEO content additions */
:focus-visible{outline:3px solid var(--ff-bronze-soft);outline-offset:4px}
.ff-hero-price-note{margin:18px 0 0;font-size:12px;letter-spacing:.02em;color:rgba(255,255,255,.62)}
.ff-hero-price-note strong{color:#fff;font-weight:800}
.ff-path-price{display:block;margin:-4px 0 12px;color:var(--ff-bronze-soft);font-size:11px;font-weight:800;letter-spacing:.02em}
.ff-inner-lede{max-width:820px;margin:24px 0 0;font-size:19px;line-height:1.6;color:rgba(255,255,255,.76)}
.ff-section-intro{max-width:900px;margin-bottom:36px}.ff-section-intro h2{font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.045em;margin-bottom:18px}.ff-section-intro>p:last-child{max-width:780px;font-size:17px;line-height:1.65;color:#5a554e}

/* Standard / proof layer */
.ff-standard{background:#eee8df;padding:54px 0;border-top:1px solid #e2d9cf;border-bottom:1px solid #e2d9cf}
.ff-standard-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:32px}.ff-standard-head h2{font-size:clamp(38px,4.1vw,58px);line-height:1;letter-spacing:-.045em;margin:0}.ff-standard-head>p{font-size:17px;line-height:1.65;color:#5d5852;margin:0;max-width:620px}
.ff-standard-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #cec3b8;border-bottom:1px solid #cec3b8}.ff-standard-grid>div{padding:28px 28px 30px;border-right:1px solid #cec3b8}.ff-standard-grid>div:first-child{padding-left:0}.ff-standard-grid>div:last-child{border-right:0;padding-right:0}.ff-standard-grid strong{display:inline-block;color:var(--ff-burgundy);font-size:12px;letter-spacing:.16em;margin-bottom:20px}.ff-standard-grid h3{font-size:20px;line-height:1.15;margin-bottom:10px}.ff-standard-grid p{font-size:13px;line-height:1.55;color:#5f5a54;margin:0}
.ff-standard-dark{background:#10161a;color:#fff;border-color:rgba(255,255,255,.08)}.ff-standard-dark .ff-standard-head{margin-bottom:0}.ff-standard-dark .ff-standard-head>p{color:rgba(255,255,255,.68)}

/* Pricing */
.ff-pricing-preview{position:relative;background:linear-gradient(135deg,#0c1115 0%,#11181d 70%,#171a1c 100%);color:#fff;padding:58px 0 62px;overflow:hidden}.ff-pricing-preview:after{content:"";position:absolute;width:560px;height:560px;right:-180px;top:-260px;border:1px solid rgba(201,154,112,.20);transform:rotate(15deg);pointer-events:none}.ff-pricing-heading{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:end;margin-bottom:34px}.ff-pricing-heading h2{font-size:clamp(40px,4.4vw,62px);line-height:1;letter-spacing:-.045em;margin:0}.ff-pricing-heading>p{font-size:16px;line-height:1.6;color:rgba(255,255,255,.68);margin:0;max-width:620px}.ff-price-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ff-price-grid-3{grid-template-columns:repeat(3,1fr);max-width:1100px}.ff-price-card{position:relative;min-height:290px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.035);display:flex;flex-direction:column}.ff-price-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(201,154,112,.06),transparent 45%);pointer-events:none}.ff-price-card:hover{border-color:rgba(201,154,112,.45);transform:translateY(-2px)}.ff-price-featured{border-color:rgba(201,154,112,.58);box-shadow:inset 0 0 0 1px rgba(201,154,112,.08),0 18px 50px rgba(0,0,0,.18)}.ff-price-label{position:relative;z-index:1;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:800;color:var(--ff-bronze-soft);margin-bottom:24px}.ff-price-card h3{position:relative;z-index:1;font-size:22px;margin-bottom:8px}.ff-price{position:relative;z-index:1;font-size:13px;color:rgba(255,255,255,.58);margin-bottom:18px}.ff-price strong{font-size:30px;color:#fff;letter-spacing:-.035em}.ff-price-card>p:not(.ff-price){position:relative;z-index:1;font-size:13px;line-height:1.55;color:rgba(255,255,255,.67);margin-bottom:18px}.ff-price-card ul{position:relative;z-index:1;margin:0 0 22px;padding-left:18px;color:rgba(255,255,255,.74);font-size:12px;line-height:1.65}.ff-price-card a{position:relative;z-index:1;margin-top:auto;color:var(--ff-bronze-soft);font-weight:800;font-size:12px}.ff-pricing-footer{position:relative;z-index:1;display:flex;align-items:center;gap:24px;margin-top:28px}.ff-pricing-footer>span{font-size:12px;color:rgba(255,255,255,.58)}.ff-pricing-inner{padding-top:64px}
.ff-pricing-addons{position:relative;z-index:1;margin-top:62px;padding-top:46px;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:32% 68%;gap:46px}.ff-pricing-addons h2{font-size:38px;line-height:1.04;letter-spacing:-.04em}.ff-addon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ff-addon-grid article{padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.025)}.ff-addon-grid h3{font-size:16px;margin-bottom:8px}.ff-addon-grid strong{color:var(--ff-bronze-soft);font-size:13px}.ff-addon-grid p{font-size:12px;line-height:1.5;color:rgba(255,255,255,.64);margin:9px 0 0}.ff-addon-grid a{display:inline-block;margin-top:10px;color:var(--ff-bronze-soft);font-size:12px;font-weight:800}

/* Why FifteenFold */
.ff-difference{background:#11171b;color:#fff;padding:54px 0;border-top:1px solid rgba(255,255,255,.07)}.ff-difference-grid{display:grid;grid-template-columns:42% 58%;gap:66px}.ff-difference h2{font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.045em;max-width:600px}.ff-difference-points{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}.ff-difference-points p{margin:0;padding:25px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);font-size:13px;line-height:1.6;color:rgba(255,255,255,.68)}.ff-difference-points strong{display:block;color:#fff;font-size:15px;margin-bottom:6px}

/* Detailed services and branding */
.ff-service-detail-wrap{padding-top:58px}.ff-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ff-detail-card{padding:30px;border:1px solid #e5ddd4;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(44,34,24,.04)}.ff-detail-card>span{display:block;color:var(--ff-burgundy);font-size:11px;font-weight:900;letter-spacing:.18em;margin-bottom:18px}.ff-detail-card h2{font-size:28px;line-height:1.08;letter-spacing:-.035em;margin-bottom:12px}.ff-detail-card>p{font-size:15px;line-height:1.6;color:#5d5852}.ff-detail-card ul{padding-left:18px;margin:18px 0 22px;color:#4e4943;line-height:1.75;font-size:14px}.ff-detail-card a{color:var(--ff-burgundy);font-size:13px;font-weight:800}
.ff-branding-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:42px}.ff-branding-grid article{padding:26px;background:#fff;border:1px solid #e7ded5;border-radius:12px}.ff-branding-grid span{display:inline-block;color:var(--ff-burgundy);font-size:11px;font-weight:900;letter-spacing:.16em;margin-bottom:18px}.ff-branding-grid h3{font-size:21px;margin-bottom:10px}.ff-branding-grid p{margin:0;font-size:14px;line-height:1.62;color:#605b55}

/* FAQ */
.ff-faq{background:#f4efe8;padding:60px 0 72px}.ff-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ff-faq details{background:#fff;border:1px solid #e5ddd4;border-radius:10px;padding:0 20px}.ff-faq summary{cursor:pointer;list-style:none;padding:19px 28px 19px 0;font-weight:800;position:relative}.ff-faq summary::-webkit-details-marker{display:none}.ff-faq summary:after{content:"+";position:absolute;right:0;top:17px;color:var(--ff-burgundy);font-size:20px}.ff-faq details[open] summary:after{content:"−"}.ff-faq details p{font-size:14px;line-height:1.6;color:#5f5a54;padding:0 0 18px;margin:0}

@media (max-width:1180px){
  .ff-standard-head,.ff-pricing-heading{gap:42px}.ff-price-card{padding:20px}.ff-detail-card{padding:25px}
}
@media (max-width:900px){
  .ff-standard-head,.ff-pricing-heading,.ff-difference-grid,.ff-pricing-addons{grid-template-columns:1fr;gap:24px}.ff-standard-grid{grid-template-columns:repeat(2,1fr)}.ff-standard-grid>div:nth-child(2){border-right:0}.ff-standard-grid>div:nth-child(-n+2){border-bottom:1px solid #cec3b8}.ff-standard-grid>div:first-child,.ff-standard-grid>div:nth-child(3){padding-left:0}.ff-standard-grid>div:nth-child(2),.ff-standard-grid>div:last-child{padding-right:0}.ff-price-grid{grid-template-columns:repeat(2,1fr)}.ff-price-grid-3{grid-template-columns:repeat(2,1fr)}.ff-detail-grid{grid-template-columns:1fr}.ff-branding-grid{grid-template-columns:repeat(2,1fr)}.ff-difference-points{grid-template-columns:1fr}.ff-addon-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .ff-hero-price-note{font-size:11px;line-height:1.5}.ff-inner-lede{font-size:16px}.ff-standard{padding:42px 0}.ff-standard-head h2,.ff-pricing-heading h2{font-size:40px}.ff-standard-head>p,.ff-pricing-heading>p{font-size:14px}.ff-standard-grid{grid-template-columns:1fr}.ff-standard-grid>div{padding:22px 0!important;border-right:0!important;border-bottom:1px solid #cec3b8!important}.ff-standard-grid>div:last-child{border-bottom:0!important}.ff-pricing-preview{padding:46px 0}.ff-price-grid,.ff-price-grid-3{grid-template-columns:1fr}.ff-price-card{min-height:0}.ff-pricing-footer{align-items:flex-start;flex-direction:column}.ff-pricing-addons{margin-top:44px}.ff-addon-grid{grid-template-columns:1fr}.ff-difference{padding:44px 0}.ff-difference-points p{padding:20px}.ff-branding-grid{grid-template-columns:1fr}.ff-faq-grid{grid-template-columns:1fr}.ff-section-intro h2{font-size:38px}.ff-detail-card h2{font-size:24px}
}

/* Contact */
.ff-contact-section{background:#f7f3ed;padding:62px 0 78px}.ff-contact-grid{display:grid;grid-template-columns:38% 62%;gap:64px}.ff-contact-copy h2{font-size:clamp(38px,4vw,56px);line-height:1;letter-spacing:-.045em;margin-bottom:18px}.ff-contact-copy>p{font-size:16px;line-height:1.65;color:#5c5751;max-width:520px}.ff-contact-points{display:grid;grid-template-columns:repeat(2,1fr);margin:28px 0;border-top:1px solid #d7cec5;border-left:1px solid #d7cec5}.ff-contact-points div{padding:18px;border-right:1px solid #d7cec5;border-bottom:1px solid #d7cec5}.ff-contact-points strong,.ff-contact-points span{display:block}.ff-contact-points strong{font-size:13px;margin-bottom:5px}.ff-contact-points span{font-size:12px;color:var(--ff-burgundy);font-weight:800}.ff-contact-form-card{background:#fff;border:1px solid #e4dbd1;border-radius:14px;padding:30px;box-shadow:0 18px 50px rgba(42,32,24,.06)}.ff-contact-form{display:grid;gap:16px}.ff-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ff-contact-form label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#2a2927}.ff-contact-form input,.ff-contact-form select,.ff-contact-form textarea{width:100%;border:1px solid #d8cfc5;background:#fbf9f6;color:#141516;border-radius:8px;padding:13px 14px;outline:none;transition:border-color .2s,box-shadow .2s}.ff-contact-form input:focus,.ff-contact-form select:focus,.ff-contact-form textarea:focus{border-color:var(--ff-bronze);box-shadow:0 0 0 3px rgba(201,154,112,.13)}.ff-contact-form textarea{resize:vertical;min-height:150px}.ff-contact-form .ff-btn{border:0;cursor:pointer;justify-self:start}.ff-form-note{font-size:11px!important;color:#77706a!important;margin:0!important}.ff-form-note a{text-decoration:underline}.ff-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.ff-form-success{padding:24px;border:1px solid rgba(31,120,73,.22);background:#f0f8f3;border-radius:10px;margin-bottom:20px}.ff-form-success strong{display:block;font-size:18px;margin-bottom:6px}.ff-form-success p{margin:0;color:#4e6255;font-size:14px;line-height:1.5}.ff-contact-editor-content:empty{display:none}
@media (max-width:900px){.ff-contact-grid{grid-template-columns:1fr;gap:34px}}
@media (max-width:640px){.ff-contact-section{padding:44px 0 60px}.ff-contact-form-card{padding:20px}.ff-field-row{grid-template-columns:1fr}.ff-contact-points{grid-template-columns:1fr}}
.ff-post-meta{font-size:10px!important;text-transform:uppercase;letter-spacing:.16em;color:var(--ff-burgundy)!important;font-weight:800}.ff-empty-state{grid-column:1/-1;padding:36px;border:1px solid #e5ddd4;background:#fff;border-radius:12px}.ff-work-inner{padding-top:54px;padding-bottom:62px}.ff-case-card-expanded .ff-case-image{height:150px}.ff-case-card-expanded .ff-case-body{padding:18px}.ff-case-card-expanded .ff-case-body h2{font-size:22px;margin:5px 0 8px}.ff-case-sector{text-transform:uppercase;letter-spacing:.14em;font-size:9px;font-weight:800;color:var(--ff-burgundy)}
@media (min-width:1181px){.ff-header-inner{gap:22px}.ff-brand{width:220px;min-width:220px}.ff-nav-list{gap:28px}.ff-header-cta{margin-left:6px;padding-left:20px;padding-right:20px}}

/* =========================================================
   v3.2 UX / UI QA pass
   ========================================================= */
html{scroll-padding-top:88px}
body{overflow-x:hidden}
main,section,.ff-shell,.ff-hero-grid,.ff-path-grid,.ff-services-grid,.ff-case-grid,.ff-detail-grid,.ff-branding-grid{min-width:0}
[id]{scroll-margin-top:96px}
a,button,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--ff-bronze-soft);outline-offset:3px}
.ff-btn{min-height:48px}
.ff-text-link-light{color:var(--ff-bronze-soft)}

/* simplified brand lock-up: mark + FIFTEENFOLD only */
.ff-brand{width:218px;min-width:218px}
.ff-footer-brand img{width:205px;max-width:100%;margin-bottom:12px}

/* richer inner-page hero system */
.ff-inner-hero-rich{padding:144px 0 72px}
.ff-inner-hero-rich:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 44%,rgba(201,154,112,.10),transparent 30%),linear-gradient(135deg,transparent 55%,rgba(155,31,42,.08) 55% 63%,transparent 63%);pointer-events:none}
.ff-inner-hero-rich:after{right:-130px;top:52px;width:560px;height:320px;border-color:rgba(201,154,112,.20)}
.ff-inner-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.62fr);gap:72px;align-items:center}
.ff-inner-hero-rich h1{max-width:920px}
.ff-inner-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.ff-inner-hero-panel,.ff-brand-system-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:0 26px 70px rgba(0,0,0,.20);backdrop-filter:blur(14px);padding:28px}
.ff-inner-hero-panel:before,.ff-brand-system-card:before{content:"";position:absolute;inset:auto -70px -90px auto;width:220px;height:220px;border:1px solid rgba(201,154,112,.25);transform:rotate(15deg)}
.ff-inner-hero-panel>span{display:block;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:800;color:var(--ff-bronze-soft);margin-bottom:12px}
.ff-inner-hero-panel>strong{display:block;font-size:24px;line-height:1.18;letter-spacing:-.025em;max-width:360px}
.ff-inner-hero-panel .ff-text-link{display:inline-block;margin-top:22px}
.ff-mini-matrix{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:26px}
.ff-mini-matrix em{font-style:normal;font-size:11px;color:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.13);border-radius:7px;padding:10px 8px;text-align:center}
.ff-price-panel-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:22px}
.ff-price-panel-grid div{padding:14px;border-radius:9px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.15)}
.ff-price-panel-grid small,.ff-price-panel-grid strong{display:block}.ff-price-panel-grid small{font-size:10px;color:rgba(255,255,255,.60);margin-bottom:4px}.ff-price-panel-grid strong{font-size:19px;color:#fff}
.ff-about-metrics{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:26px}
.ff-about-metrics div{padding:14px 10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(0,0,0,.12)}
.ff-about-metrics b{display:block;color:var(--ff-bronze-soft);font-size:26px;margin-bottom:4px}.ff-about-metrics small{display:block;font-size:9px;line-height:1.35;color:rgba(255,255,255,.65)}
.ff-brand-system-card{padding:24px}
.ff-brand-system-mark{height:142px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#0a0f13;border:1px solid rgba(255,255,255,.08)}
.ff-brand-system-mark img{width:82%;max-width:260px;height:auto}
.ff-brand-system-swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:12px 0}
.ff-brand-system-swatches i{height:42px;border-radius:7px;border:1px solid rgba(255,255,255,.12)}
.ff-brand-system-swatches i:nth-child(1){background:#0d1216}.ff-brand-system-swatches i:nth-child(2){background:#c99a70}.ff-brand-system-swatches i:nth-child(3){background:#9b1f2a}.ff-brand-system-swatches i:nth-child(4){background:#f4f0e9}
.ff-brand-system-type{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:8px;background:rgba(255,255,255,.05)}
.ff-brand-system-type strong{font-size:28px}.ff-brand-system-type span{font-size:11px;color:rgba(255,255,255,.64)}

/* work index */
.ff-work-index{background:var(--ff-paper);padding:72px 0 84px}
.ff-work-index-intro{display:grid;grid-template-columns:.65fr 1.25fr 1fr;gap:38px;align-items:end;margin-bottom:54px}
.ff-work-index-intro .ff-kicker{align-self:start;margin-top:6px}.ff-work-index-intro h2{font-size:clamp(42px,4vw,62px);line-height:.98;letter-spacing:-.045em;margin:0}.ff-work-index-intro>p{font-size:15px;line-height:1.65;color:#625d57;margin:0}
.ff-work-list{display:grid;gap:28px}
.ff-work-row{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:54px;align-items:center;padding:34px 0;border-top:1px solid #ded5cc}
.ff-work-row:last-child{border-bottom:1px solid #ded5cc}.ff-work-row.is-reverse .ff-work-row-visual{order:2}.ff-work-row.is-reverse .ff-work-row-copy{order:1}
.ff-project-frame{position:relative;overflow:hidden;border-radius:14px;background:#0e1317;border:1px solid rgba(13,18,22,.22);box-shadow:0 24px 56px rgba(21,18,15,.13);min-height:315px;padding:44px 22px 26px;display:flex;align-items:center}
.ff-project-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 45%,rgba(201,154,112,.08) 45% 46%,transparent 46%),radial-gradient(circle at 80% 20%,rgba(155,31,42,.20),transparent 36%)}
.ff-project-frame-bar{position:absolute;top:0;left:0;right:0;height:42px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:6px;padding:0 15px;z-index:2}
.ff-project-frame-bar span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.25)}.ff-project-frame-bar small{margin-left:8px;color:rgba(255,255,255,.50);font-size:9px;letter-spacing:.08em}
.ff-project-frame img{position:relative;z-index:1;width:100%;height:auto;max-height:225px;object-fit:cover;border-radius:8px;transform:perspective(900px) rotateX(2deg);box-shadow:0 18px 38px rgba(0,0,0,.34)}
.ff-project-frame-chip{position:absolute;z-index:3;right:18px;bottom:16px;max-width:72%;font-size:9px;line-height:1.35;color:#fff;background:rgba(12,16,20,.84);border:1px solid rgba(201,154,112,.30);backdrop-filter:blur(8px);border-radius:999px;padding:8px 12px}
.ff-work-row-copy{position:relative;padding:10px 0}.ff-work-count{display:inline-block;color:var(--ff-burgundy);font-size:12px;font-weight:900;letter-spacing:.15em;margin-bottom:20px}.ff-work-row-copy .ff-kicker{margin-bottom:11px}.ff-work-row-copy h2{font-size:clamp(34px,3.3vw,52px);line-height:1;letter-spacing:-.045em;margin-bottom:10px}.ff-work-row-copy h3{font-size:20px;line-height:1.25;margin-bottom:15px;max-width:540px}.ff-work-row-copy>p{font-size:15px;line-height:1.65;color:#5c5751;max-width:570px;margin-bottom:20px}
.ff-work-tags,.ff-case-tags{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 24px}.ff-work-tags span,.ff-case-tags span{font-size:10px;font-weight:700;border:1px solid #d9cfc5;background:#fff;border-radius:999px;padding:8px 10px;color:#4f4a45}
.ff-work-principles{margin-top:0}

/* detailed case studies */
.ff-case-page{background:var(--ff-paper)}
.ff-case-hero{position:relative;overflow:hidden;background:linear-gradient(118deg,#090e12 0%,#11181d 58%,#171c20 100%);color:#fff;padding-top:78px}
.ff-case-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 57%,rgba(155,31,42,.12) 57% 67%,transparent 67%),radial-gradient(circle at 78% 25%,rgba(201,154,112,.15),transparent 30%)}
.ff-case-hero-glow{position:absolute;right:8%;top:12%;width:430px;height:260px;background:radial-gradient(ellipse,rgba(201,154,112,.16),transparent 67%);filter:blur(18px)}
.ff-case-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:62px;align-items:center;padding-top:60px;padding-bottom:58px}
.ff-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:34px;font-size:11px;color:rgba(255,255,255,.55)}.ff-breadcrumbs a:hover{color:#fff}
.ff-case-hero-copy h1{font-size:clamp(48px,5vw,76px);line-height:.96;letter-spacing:-.052em;margin-bottom:20px;max-width:720px}.ff-case-hero-lede{font-size:17px;line-height:1.62;color:rgba(255,255,255,.78);max-width:680px;margin-bottom:24px}.ff-case-hero .ff-case-tags span{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.04);color:rgba(255,255,255,.74)}
.ff-case-visual{min-width:0}.ff-case-browser{position:relative;border:1px solid rgba(255,255,255,.13);border-radius:16px;overflow:hidden;background:#0b1014;box-shadow:0 36px 90px rgba(0,0,0,.34);transform:perspective(1400px) rotateY(-2deg)}
.ff-case-browser-bar{height:45px;display:flex;align-items:center;gap:7px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08)}.ff-case-browser-bar span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25)}.ff-case-browser-bar em{font-style:normal;font-size:9px;letter-spacing:.08em;color:rgba(255,255,255,.43);margin-left:8px}
.ff-case-browser-stage{position:relative;min-height:340px;padding:46px 28px;display:flex;align-items:center;background:linear-gradient(135deg,#10171c,#171d21)}.ff-case-browser-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 52%,rgba(201,154,112,.10) 52% 53%,transparent 53%)}
.ff-case-browser-stage>img{position:relative;z-index:1;width:100%;height:auto;border-radius:9px;box-shadow:0 22px 50px rgba(0,0,0,.34)}
.ff-case-ui-card{position:absolute;z-index:3;width:180px;padding:14px;border-radius:10px;background:rgba(15,20,24,.90);border:1px solid rgba(201,154,112,.27);box-shadow:0 15px 30px rgba(0,0,0,.25);backdrop-filter:blur(10px)}.ff-case-ui-card small,.ff-case-ui-card strong{display:block}.ff-case-ui-card small{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--ff-bronze-soft);margin-bottom:5px}.ff-case-ui-card strong{font-size:12px;line-height:1.35}.ff-case-ui-card-a{left:15px;bottom:16px}.ff-case-ui-card-b{right:14px;top:18px}
.ff-case-meta-strip{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.08);background:rgba(7,11,14,.76)}.ff-case-meta-strip .ff-shell{display:grid;grid-template-columns:1fr 1.2fr 1.2fr}.ff-case-meta-strip .ff-shell>div{padding:18px 22px;border-right:1px solid rgba(255,255,255,.08)}.ff-case-meta-strip .ff-shell>div:first-child{padding-left:0}.ff-case-meta-strip .ff-shell>div:last-child{border-right:0}.ff-case-meta-strip span,.ff-case-meta-strip strong{display:block}.ff-case-meta-strip span{font-size:9px;text-transform:uppercase;letter-spacing:.17em;color:rgba(255,255,255,.42);margin-bottom:5px}.ff-case-meta-strip strong{font-size:12px;color:rgba(255,255,255,.82)}
.ff-case-story{padding:82px 0;background:var(--ff-paper)}.ff-case-story-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:82px}.ff-case-story aside h2{font-size:clamp(40px,4vw,58px);line-height:1;letter-spacing:-.045em;max-width:470px}.ff-case-big-copy{font-size:clamp(22px,2.2vw,31px);line-height:1.45;letter-spacing:-.022em;color:#2a2927;margin:0}
.ff-case-work-section{padding:72px 0;background:#0e1418;color:#fff}.ff-case-section-intro{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end;margin-bottom:40px}.ff-case-section-intro h2{font-size:clamp(40px,4vw,58px);line-height:1;letter-spacing:-.045em;margin:0}.ff-case-section-intro>p{font-size:15px;line-height:1.6;color:rgba(255,255,255,.62);margin:0}.ff-case-work-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}.ff-case-work-grid article{min-height:170px;padding:25px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent)}.ff-case-work-grid span{display:block;color:var(--ff-bronze-soft);font-size:10px;font-weight:800;letter-spacing:.16em;margin-bottom:24px}.ff-case-work-grid p{font-size:14px;line-height:1.58;color:rgba(255,255,255,.76);margin:0}
.ff-case-deliverables-section{padding:76px 0;background:#f3eee7}.ff-case-deliverables-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:82px;align-items:start}.ff-case-deliverables-grid h2{font-size:clamp(40px,4vw,58px);line-height:1;letter-spacing:-.045em;margin-bottom:18px}.ff-case-deliverables-grid>div>p:not(.ff-kicker){font-size:15px;line-height:1.65;color:#5f5952}.ff-case-deliverable-list{border-top:1px solid #d3c8bd}.ff-case-deliverable-list>div{display:grid;grid-template-columns:56px 1fr;align-items:center;padding:19px 0;border-bottom:1px solid #d3c8bd}.ff-case-deliverable-list span{font-size:10px;color:var(--ff-burgundy);font-weight:900}.ff-case-deliverable-list strong{font-size:17px}
.ff-case-outcome{padding:68px 0;background:#fff}.ff-case-outcome-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.ff-case-outcome h2{font-size:clamp(40px,4vw,58px);line-height:1;letter-spacing:-.045em;margin:0}.ff-case-outcome-grid>p{font-size:21px;line-height:1.55;color:#373431;margin:0}
.ff-case-next{padding:58px 0;background:var(--ff-paper);border-top:1px solid #ddd3ca}.ff-case-next-grid{display:grid;grid-template-columns:1fr auto;gap:42px;align-items:center}.ff-case-next-grid>div>span{font-size:10px;text-transform:uppercase;letter-spacing:.17em;color:var(--ff-burgundy);font-weight:800}.ff-case-next h2{font-size:36px;line-height:1;margin:8px 0}.ff-case-next p{margin:0;color:#665f58}.ff-case-next-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}

/* generic pages and insights */
.ff-generic-content,.ff-article-content{padding:66px 0 88px;background:#f5f0e9}.ff-generic-content-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:50px;align-items:start}.ff-generic-aside{position:sticky;top:112px;padding:24px;border-radius:12px;background:#0f1519;color:#fff}.ff-generic-aside span{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:var(--ff-bronze-soft)}.ff-generic-aside strong{display:block;font-size:22px;line-height:1.18;margin:12px 0 22px}.ff-generic-aside a{font-size:12px;color:var(--ff-bronze-soft);font-weight:800}.ff-prose-card{padding:36px 42px;background:#fff;border:1px solid #e1d8cf;border-radius:14px;box-shadow:0 16px 42px rgba(45,35,26,.05)}
.ff-article-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.55fr);gap:70px;align-items:end}.ff-article-content{background:#f7f3ed}.ff-article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:70px;justify-content:center;align-items:start}.ff-article-prose{font-size:17px;line-height:1.75}.ff-article-cta{position:sticky;top:112px;padding:24px;border-radius:12px;background:#0f1519;color:#fff}.ff-article-cta>span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--ff-bronze-soft)}.ff-article-cta>strong{display:block;font-size:20px;line-height:1.25;margin:12px 0 22px}

/* card imagery and work links */
.ff-case-image{display:block}.ff-case-image img{transition:transform .3s ease}.ff-case-card:hover .ff-case-image img{transform:scale(1.025)}

/* safer responsive header and grid behaviour */
@media (max-width:1120px){
  .ff-desktop-nav,.ff-header-cta{display:none}
  .ff-menu-toggle{display:block;margin-left:auto}
  .ff-mobile-nav{position:fixed;display:block;top:68px;left:0;right:0;background:rgba(8,12,15,.98);backdrop-filter:blur(18px);max-height:0;overflow:hidden;opacity:0;transition:.25s ease}
  .ff-mobile-nav.is-open{max-height:620px;opacity:1;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 45px rgba(0,0,0,.3)}
  .ff-mobile-nav .ff-shell{padding:18px 0 25px}.ff-mobile-nav .ff-nav-list{display:grid;gap:0}.ff-mobile-nav .ff-nav-list li{border-bottom:1px solid rgba(255,255,255,.08)}.ff-mobile-nav .ff-nav-list a{display:block;padding:15px 0;min-height:48px}
  .ff-header-inner{height:68px}.ff-header.is-scrolled .ff-mobile-nav{top:68px}
}

@media (max-width:980px){
  .ff-inner-hero-grid,.ff-case-hero-grid,.ff-work-index-intro,.ff-case-story-grid,.ff-case-deliverables-grid,.ff-case-outcome-grid,.ff-case-next-grid,.ff-generic-content-grid,.ff-article-hero-grid,.ff-article-layout{grid-template-columns:1fr;gap:34px}
  .ff-inner-hero-panel,.ff-brand-system-card{max-width:650px}
  .ff-work-index-intro{align-items:start}.ff-work-index-intro .ff-kicker{margin:0}
  .ff-work-row,.ff-work-row.is-reverse{grid-template-columns:1fr;gap:28px}.ff-work-row.is-reverse .ff-work-row-visual,.ff-work-row.is-reverse .ff-work-row-copy{order:initial}
  .ff-project-frame{min-height:280px}
  .ff-case-hero-grid{padding-top:42px}.ff-case-visual{max-width:760px}
  .ff-case-section-intro{grid-template-columns:1fr;gap:18px}.ff-case-work-grid{grid-template-columns:repeat(2,1fr)}
  .ff-case-next-actions{justify-content:flex-start}.ff-generic-aside,.ff-article-cta{position:relative;top:auto}
}

@media (max-width:700px){
  .ff-shell{width:min(var(--ff-shell),calc(100% - 32px))}
  .ff-brand{width:178px;min-width:178px}
  .ff-inner-hero-rich{padding:112px 0 48px}.ff-inner-hero-rich h1{font-size:clamp(42px,12vw,58px)}.ff-inner-hero-grid{gap:28px}
  .ff-inner-hero-panel,.ff-brand-system-card{padding:20px}.ff-inner-hero-panel>strong{font-size:20px}.ff-mini-matrix{grid-template-columns:repeat(2,1fr)}
  .ff-price-panel-grid{grid-template-columns:1fr 1fr}.ff-about-metrics{grid-template-columns:1fr}.ff-about-metrics div{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:10px}.ff-about-metrics b{margin:0}.ff-brand-system-mark{height:112px}
  .ff-work-index{padding:48px 0 58px}.ff-work-index-intro{margin-bottom:30px}.ff-work-index-intro h2{font-size:42px}.ff-work-row{padding:28px 0}.ff-project-frame{min-height:220px;padding:42px 14px 18px}.ff-project-frame-chip{left:14px;right:auto;max-width:calc(100% - 28px);white-space:normal}.ff-work-row-copy h2{font-size:38px}.ff-work-row-copy h3{font-size:18px}
  .ff-case-hero{padding-top:68px}.ff-case-hero-grid{padding-top:34px;padding-bottom:36px}.ff-breadcrumbs{margin-bottom:24px}.ff-case-hero-copy h1{font-size:44px}.ff-case-hero-lede{font-size:16px}.ff-case-browser{transform:none}.ff-case-browser-stage{min-height:245px;padding:44px 14px 62px}.ff-case-ui-card{width:auto;max-width:72%;padding:10px}.ff-case-ui-card-a{left:10px;bottom:10px}.ff-case-ui-card-b{right:10px;top:12px}.ff-case-meta-strip .ff-shell{grid-template-columns:1fr}.ff-case-meta-strip .ff-shell>div{padding:13px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.ff-case-meta-strip .ff-shell>div:last-child{border-bottom:0}
  .ff-case-story{padding:52px 0}.ff-case-big-copy{font-size:21px}.ff-case-work-section{padding:50px 0}.ff-case-work-grid{grid-template-columns:1fr}.ff-case-work-grid article{min-height:0}.ff-case-deliverables-section,.ff-case-outcome{padding:52px 0}.ff-case-outcome-grid>p{font-size:18px}.ff-case-next{padding:42px 0}.ff-case-next-actions{display:grid;width:100%}.ff-case-next-actions .ff-btn{width:100%}
  .ff-generic-content,.ff-article-content{padding:44px 0 58px}.ff-prose-card{padding:24px 20px}.ff-article-prose{font-size:16px}
  .ff-case-grid{scroll-padding-left:16px}.ff-case-card{min-width:78vw;scroll-snap-align:start}.ff-path-cards{scroll-padding-left:16px}.ff-path-card{min-width:78vw;scroll-snap-align:start}
}

/* Insights */
.ff-insight-topics{padding:66px 0 72px;background:#f6f1ea}.ff-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ff-topic-grid article{padding:26px;border:1px solid #e1d8cf;border-radius:12px;background:#fff;box-shadow:0 10px 26px rgba(45,35,26,.035)}.ff-topic-grid span{display:block;color:var(--ff-burgundy);font-size:10px;font-weight:900;letter-spacing:.16em;margin-bottom:18px}.ff-topic-grid h3{font-size:20px;margin-bottom:9px}.ff-topic-grid p{font-size:14px;line-height:1.6;color:#5f5952;margin:0}.ff-insight-feed{padding:64px 0 80px;background:#fff}.ff-insight-feed-head{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:end;margin-bottom:34px}.ff-insight-feed-head h2{font-size:clamp(38px,4vw,56px);line-height:1;letter-spacing:-.045em;margin:0}.ff-insight-feed-head>p{font-size:15px;line-height:1.6;color:#625d57;margin:0}.ff-empty-state-rich{padding:42px!important;background:linear-gradient(135deg,#fbf8f3,#f1ebe3)!important;border-color:#ddd2c8!important}.ff-empty-state-rich>span{display:block;text-transform:uppercase;letter-spacing:.17em;font-size:9px;font-weight:800;color:var(--ff-burgundy);margin-bottom:12px}.ff-empty-state-rich h2{font-size:32px;line-height:1.08;max-width:620px;margin-bottom:12px}.ff-empty-state-rich>p{font-size:15px;line-height:1.6;color:#615b55;max-width:700px}.ff-empty-state-rich .ff-actions{margin-top:22px}
@media(max-width:900px){.ff-topic-grid{grid-template-columns:repeat(2,1fr)}.ff-insight-feed-head{grid-template-columns:1fr;gap:16px}}
@media(max-width:640px){.ff-insight-topics,.ff-insight-feed{padding:46px 0 54px}.ff-topic-grid{grid-template-columns:1fr}.ff-topic-grid article{padding:22px}.ff-empty-state-rich{padding:26px!important}.ff-empty-state-rich h2{font-size:27px}}
body.ff-menu-open{overflow:hidden}.ff-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.ff-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.ff-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:1120px){.ff-header-cta,.ff-desktop-nav{display:none!important}.ff-brand{width:190px;min-width:190px}}
@media(max-width:700px){
  .ff-hero-grid,.ff-path-grid,.ff-services-grid,.ff-cta-grid,.ff-standard-head,.ff-pricing-heading,.ff-difference-grid,.ff-contact-grid{display:block!important}
  .ff-hero-metric{display:none!important}
  .ff-benefit-grid,.ff-service-cards,.ff-standard-grid,.ff-price-grid,.ff-price-grid-3,.ff-branding-grid,.ff-faq-grid,.ff-addon-grid,.ff-field-row{grid-template-columns:1fr!important}
  .ff-service-card p{font-size:12px}
  .ff-hero-media-wrap{margin-top:22px}
}

/* Search, archive and error-state UX */
.ff-search-results{padding:64px 0 82px;background:#f7f3ed}.ff-search-results .ff-post-grid{margin-top:0}.ff-pagination{margin-top:32px}.ff-pagination .nav-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ff-pagination .page-numbers{min-width:44px;min-height:44px;padding:10px 14px;border:1px solid #d8cfc5;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;background:#fff}.ff-pagination .page-numbers.current{background:var(--ff-ink);color:#fff;border-color:var(--ff-ink)}
.ff-error-hero{min-height:72vh;padding:170px 0 92px;background:radial-gradient(circle at 82% 20%,rgba(201,154,112,.13),transparent 28%),linear-gradient(135deg,#0b1014,#151b20);color:#fff;display:flex;align-items:center;position:relative;overflow:hidden}.ff-error-hero:after{content:"";position:absolute;right:-6%;top:18%;width:46%;height:52%;border:1px solid rgba(201,154,112,.18);transform:skewX(-15deg);pointer-events:none}.ff-error-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center;position:relative;z-index:1}.ff-error-grid h1{font-size:clamp(52px,6.8vw,92px);line-height:.94;letter-spacing:-.055em;max-width:820px;margin:0 0 24px}.ff-error-grid>div>p:not(.ff-kicker){max-width:650px;color:#c9ccce;font-size:18px;line-height:1.65}.ff-error-panel{border:1px solid rgba(255,255,255,.13);border-radius:16px;padding:24px;background:rgba(255,255,255,.035);backdrop-filter:blur(16px)}.ff-error-panel>span{display:block;color:var(--ff-bronze);font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;margin-bottom:12px}.ff-error-panel a{display:grid;grid-template-columns:1fr auto;gap:4px 14px;padding:20px 4px;border-top:1px solid rgba(255,255,255,.1);color:#fff}.ff-error-panel strong{font-size:18px}.ff-error-panel em{font-style:normal;font-size:12px;color:#aeb3b6;grid-column:1}.ff-error-panel b{grid-column:2;grid-row:1/3;align-self:center;color:var(--ff-bronze);font-size:20px}.ff-error-panel a:hover strong{color:var(--ff-bronze)}
@media(max-width:900px){.ff-error-grid{grid-template-columns:1fr;gap:42px}.ff-error-hero{padding:130px 0 72px}.ff-error-grid h1{font-size:clamp(46px,10vw,70px)}}
.ff-form-error{padding:20px 22px;border:1px solid rgba(155,31,42,.24);background:#fff3f3;border-radius:10px;margin-bottom:20px}.ff-form-error strong{display:block;font-size:18px;margin-bottom:6px;color:#821923}.ff-form-error p{margin:0;color:#664f51;font-size:14px;line-height:1.5}

/* v3.3: proposition, affordable entry points, local visibility and consultancy */
.ff-hero-price-note{margin:18px 0 0;font-size:12px;line-height:1.55;color:rgba(255,255,255,.66)}
.ff-hero-price-note strong{color:#fff}
.ff-path-grid-wide{grid-template-columns:34% 66%;gap:38px}
.ff-path-cards-five{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.ff-path-cards-five .ff-path-card{min-height:320px}
.ff-path-cards-five .ff-path-content h3{font-size:21px}
.ff-path-cards-five .ff-path-content p{font-size:12px;min-height:48px}
.ff-path-price{display:block;margin:0 0 12px;color:var(--ff-bronze-soft);font-size:10px;font-weight:800;letter-spacing:.02em}
.ff-path-abstract{position:absolute;inset:0;overflow:hidden}
.ff-path-abstract:before,.ff-path-abstract:after{content:"";position:absolute}
.ff-path-abstract-local{background:radial-gradient(circle at 70% 22%,rgba(201,154,112,.32),transparent 26%),linear-gradient(135deg,#222b31,#0e1418)}
.ff-path-abstract-local:before{width:118px;height:148px;border:1px solid rgba(255,255,255,.2);border-radius:12px;right:22px;top:34px;transform:rotate(7deg);box-shadow:-38px 36px 0 -1px rgba(155,31,42,.22)}
.ff-path-abstract-local:after{width:62px;height:62px;border:1px solid rgba(231,199,170,.48);border-radius:50%;left:25px;top:70px;box-shadow:0 0 0 18px rgba(201,154,112,.05)}
.ff-path-abstract-consult{background:linear-gradient(135deg,#0d151a,#1d252a)}
.ff-path-abstract-consult:before{inset:38px 24px auto;height:1px;background:rgba(201,154,112,.55);box-shadow:0 36px 0 rgba(255,255,255,.13),0 72px 0 rgba(255,255,255,.13),0 108px 0 rgba(255,255,255,.13)}
.ff-path-abstract-consult:after{width:150px;height:150px;border:1px solid rgba(155,31,42,.34);right:-38px;top:5px;transform:rotate(30deg)}

.ff-founder-difference{padding:78px 0;background:linear-gradient(125deg,#0b1014,#151c21);color:#fff;position:relative;overflow:hidden}
.ff-founder-difference:after{content:"";position:absolute;width:420px;height:420px;right:-180px;bottom:-250px;border:1px solid rgba(201,154,112,.18);transform:rotate(45deg)}
.ff-founder-light{background:#f8f4ee;color:var(--ff-ink);border-top:1px solid #e5ddd4;border-bottom:1px solid #e5ddd4}
.ff-founder-light:after{border-color:rgba(155,31,42,.1)}
.ff-founder-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:84px;align-items:start;position:relative;z-index:1}
.ff-founder-grid h2{font-size:clamp(42px,4vw,62px);line-height:1;letter-spacing:-.045em;margin-bottom:22px}
.ff-founder-lede{font-size:17px;line-height:1.7;color:rgba(255,255,255,.74);max-width:620px;margin-bottom:28px}
.ff-founder-light .ff-founder-lede{color:#5e5852}
.ff-founder-points{display:grid;gap:2px;border-top:1px solid rgba(255,255,255,.12)}
.ff-founder-points article{display:grid;grid-template-columns:44px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.ff-founder-points article>span{font-size:11px;color:var(--ff-bronze-soft);font-weight:900;letter-spacing:.12em;padding-top:4px}
.ff-founder-points h3{font-size:18px;margin-bottom:7px}.ff-founder-points p{font-size:14px;line-height:1.55;color:rgba(255,255,255,.68);margin:0}
.ff-founder-points-light{border-color:#ded5cc}.ff-founder-points-light article{border-color:#ded5cc}.ff-founder-points-light article>span{color:var(--ff-burgundy)}.ff-founder-points-light p{color:#625b55}

.ff-experience-band{padding:66px 0;background:#0c1115;color:#fff;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.ff-experience-head{display:grid;grid-template-columns:1fr .8fr;gap:64px;align-items:end;margin-bottom:30px}
.ff-experience-head h2{font-size:clamp(38px,3.8vw,56px);line-height:1;letter-spacing:-.045em;margin:0}.ff-experience-head>p{margin:0;color:rgba(255,255,255,.68);font-size:15px;line-height:1.65}
.ff-brand-rail{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.ff-brand-rail span{padding:9px 13px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em;color:#fff;background:rgba(255,255,255,.025)}
.ff-experience-note{margin:14px 0 0;color:rgba(255,255,255,.46);font-size:10px;line-height:1.55;max-width:980px}

.ff-offer-ladder{padding:72px 0 80px;background:#f7f2eb}
.ff-ladder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}
.ff-ladder-grid article{display:flex;flex-direction:column;padding:26px;border:1px solid #ded5cc;border-radius:14px;background:#fff;min-height:320px;box-shadow:0 14px 34px rgba(42,31,22,.035)}
.ff-ladder-grid article.ff-ladder-featured{background:#11171b;color:#fff;border-color:#11171b;box-shadow:0 22px 46px rgba(11,15,18,.16)}
.ff-ladder-grid h3{font-size:22px;margin:15px 0 8px}.ff-ladder-grid strong{font-size:34px;line-height:1;margin-bottom:16px;letter-spacing:-.04em}.ff-ladder-grid p{font-size:14px;line-height:1.6;color:#615a54}.ff-ladder-featured p{color:rgba(255,255,255,.72)}
.ff-ladder-grid small{font-size:11px;line-height:1.5;color:#827970;margin-top:auto;padding-top:12px}.ff-ladder-featured small{color:rgba(255,255,255,.55)}
.ff-ladder-grid a{margin-top:16px;font-size:12px;font-weight:800;color:var(--ff-burgundy)}.ff-ladder-featured a{color:var(--ff-bronze-soft)}

.ff-price-grid-4{grid-template-columns:repeat(4,1fr)!important}
.ff-card-note{font-size:11px!important;line-height:1.55!important;color:#706861!important;background:#f6f1ea;border-radius:8px;padding:12px;margin-top:16px!important}
.ff-price-featured .ff-card-note{background:rgba(255,255,255,.06);color:rgba(255,255,255,.68)!important}
.ff-pricing-footnote{margin:24px auto 0;max-width:880px;text-align:center;color:#6d665f;font-size:12px;line-height:1.6}
.ff-pricing-secondary{border-top:1px solid #e5ddd4}
.ff-pricing-addons-standalone{padding:70px 0;background:#fff}
.ff-pricing-addons-standalone>.ff-shell>div:first-child{max-width:760px;margin-bottom:28px}.ff-pricing-addons-standalone h2{font-size:42px;line-height:1.03;letter-spacing:-.04em}
.ff-offer-sections{padding:70px 0;background:#fff}
.ff-offer-table{display:grid;border-top:1px solid #dcd3ca;margin-top:30px}
.ff-offer-table article{display:grid;grid-template-columns:1fr 170px 90px;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid #dcd3ca}
.ff-offer-table article span{display:block;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.16em;color:var(--ff-burgundy);margin-bottom:6px}.ff-offer-table h3{font-size:23px;margin:0 0 5px}.ff-offer-table p{margin:0;color:#645d56;font-size:13px;line-height:1.55;max-width:760px}.ff-offer-table>article>strong{font-size:18px;text-align:right}.ff-offer-table>article>a{font-size:12px;font-weight:800;color:var(--ff-burgundy);text-align:right}

.ff-experience-story{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.ff-experience-story article{padding:30px;border:1px solid #e0d7ce;border-radius:12px;background:#fff}.ff-experience-story span{display:block;color:var(--ff-burgundy);font-size:10px;font-weight:900;letter-spacing:.16em;margin-bottom:18px}.ff-experience-story h3{font-size:22px;margin-bottom:10px}.ff-experience-story p{font-size:14px;line-height:1.65;color:#5e5852;margin:0}

.ff-direct-contact{display:grid;gap:8px;margin:18px 0 20px}.ff-direct-contact:empty{display:none}.ff-direct-contact a{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #d8cfc5;border-radius:8px;background:#fff;font-size:12px;font-weight:800}.ff-direct-contact a:hover{border-color:var(--ff-burgundy);color:var(--ff-burgundy)}
.ff-next-steps{padding:66px 0;background:#f5f0e9;border-top:1px solid #e0d7ce}

.ff-local-combo{padding:72px 0;background:#0e1418;color:#fff}.ff-local-combo-grid{display:grid;grid-template-columns:1fr .9fr;gap:84px;align-items:center}.ff-local-combo h2{font-size:clamp(40px,4vw,58px);line-height:1;letter-spacing:-.045em;margin-bottom:18px}.ff-local-combo p{font-size:16px;line-height:1.65;color:rgba(255,255,255,.7);max-width:650px;margin-bottom:24px}.ff-local-stack{display:grid;gap:10px}.ff-local-stack span,.ff-local-stack strong{display:block;padding:17px 20px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.035);font-size:15px}.ff-local-stack strong{border-color:rgba(201,154,112,.5);color:var(--ff-bronze-soft)}.ff-local-stack i{font-style:normal;text-align:center;color:rgba(255,255,255,.45);font-weight:900}
.ff-service-area{padding:70px 0;background:#f8f4ee;border-top:1px solid #e2dad1}.ff-service-area-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:84px}.ff-service-area h2{font-size:clamp(38px,3.8vw,54px);line-height:1;letter-spacing:-.04em;margin:0}.ff-service-area-grid>div:last-child p{font-size:16px;line-height:1.7;color:#5e5852}
.ff-local-proof{padding:72px 0;background:#fff}.ff-local-proof-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.ff-local-proof-grid h2{font-size:48px;letter-spacing:-.04em;margin-bottom:12px}.ff-local-proof-grid>div:last-child>p:not(.ff-kicker){font-size:16px;line-height:1.65;color:#5f5952;margin-bottom:24px}

.ff-footer-promise{margin-top:14px!important;color:var(--ff-bronze-soft)!important;font-weight:700;font-size:12px!important}

@media(max-width:1260px){
  .ff-nav-list{gap:24px}
  .ff-path-grid-wide{grid-template-columns:30% 70%;gap:26px}
  .ff-path-cards-five{grid-template-columns:repeat(3,1fr)}
  .ff-path-cards-five .ff-path-card:nth-child(n+4){min-height:270px}
  .ff-ladder-grid,.ff-price-grid-4{grid-template-columns:repeat(2,1fr)!important}
}
@media(max-width:980px){
  .ff-founder-grid,.ff-experience-head,.ff-local-combo-grid,.ff-service-area-grid,.ff-local-proof-grid{grid-template-columns:1fr;gap:36px}
  .ff-ladder-grid{grid-template-columns:repeat(2,1fr)}
  .ff-path-grid-wide{grid-template-columns:1fr;gap:32px}
  .ff-path-cards-five{grid-template-columns:repeat(3,1fr)}
  .ff-offer-table article{grid-template-columns:1fr 130px 70px}
}
@media(max-width:700px){
  .ff-path-cards-five{display:flex!important;overflow-x:auto;gap:12px;padding:2px 16px 18px 0;scroll-snap-type:x mandatory}
  .ff-path-cards-five .ff-path-card{min-width:82vw;min-height:300px}
  .ff-founder-difference,.ff-experience-band,.ff-offer-ladder,.ff-local-combo,.ff-service-area,.ff-local-proof,.ff-pricing-addons-standalone,.ff-offer-sections{padding:50px 0}
  .ff-founder-grid h2,.ff-experience-head h2,.ff-local-combo h2,.ff-service-area h2{font-size:38px}
  .ff-founder-points article{grid-template-columns:34px 1fr;gap:12px}
  .ff-ladder-grid,.ff-price-grid-4,.ff-experience-story{grid-template-columns:1fr!important}
  .ff-ladder-grid article{min-height:0}
  .ff-brand-rail{gap:7px}.ff-brand-rail span{font-size:9px;padding:8px 10px}
  .ff-offer-table article{grid-template-columns:1fr;gap:10px;padding:20px 0}.ff-offer-table>article>strong,.ff-offer-table>article>a{text-align:left}
  .ff-local-proof-grid h2{font-size:38px}
  .ff-pricing-addons-standalone h2{font-size:36px}
}

/* Standalone ongoing-support block uses light styling instead of the dark add-on treatment. */
.ff-pricing-addons.ff-pricing-addons-standalone{display:block;margin:0;border-top:0;background:#fff;color:var(--ff-ink)}
.ff-pricing-addons-standalone .ff-addon-grid{grid-template-columns:repeat(4,1fr);gap:14px}
.ff-pricing-addons-standalone .ff-addon-grid article{padding:22px;border:1px solid #ddd4ca;border-radius:10px;background:#f8f4ee;color:var(--ff-ink)}
.ff-pricing-addons-standalone .ff-addon-grid h3{font-size:16px;color:var(--ff-ink)}
.ff-pricing-addons-standalone .ff-addon-grid strong{color:var(--ff-burgundy);font-size:13px}
.ff-pricing-addons-standalone .ff-addon-grid p{color:#625c56;font-size:12px;line-height:1.55}
@media(max-width:980px){.ff-pricing-addons-standalone .ff-addon-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.ff-pricing-addons-standalone .ff-addon-grid{grid-template-columns:1fr}}

/* =========================================================
   v3.4 — MOCKUP-LOCKED UX / UI REFINEMENT
   Progressive disclosure, stronger visual hierarchy, concise copy
   ========================================================= */

/* Shared structure */
.ff-section-split-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:64px;align-items:end;margin-bottom:28px}
.ff-section-split-head h2{font-size:clamp(42px,4.3vw,64px);line-height:.98;letter-spacing:-.048em;margin:0;max-width:760px}
.ff-section-split-head>p{font-size:15px;line-height:1.65;color:#5d5852;margin:0;max-width:620px}
.ff-section-split-head-dark h2{color:#fff}.ff-section-split-head-dark>p{color:rgba(255,255,255,.67)}

/* Reveal motion: enhancement only */
[data-ff-reveal]{opacity:1;transform:none}
html.ff-js [data-ff-reveal]{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}
html.ff-js [data-ff-reveal].is-visible{opacity:1;transform:none}

/* Hero refinement */
.ff-hero-v34{min-height:auto}
.ff-hero-v34 .ff-hero-grid{min-height:530px;grid-template-columns:43% 57%}
.ff-hero-v34 .ff-hero-copy{padding-top:74px;padding-bottom:64px}
.ff-hero-v34 .ff-hero-copy h1{font-size:clamp(58px,5.4vw,88px);max-width:690px}
.ff-hero-v34 .ff-hero-media-wrap{min-height:530px}
.ff-hero-v34 .ff-hero-media{max-width:850px;align-self:flex-end}
.ff-hero-microproof{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:rgba(255,255,255,.62);font-size:11px}
.ff-hero-microproof span{display:inline-flex;gap:5px;align-items:center}.ff-hero-microproof strong{color:#fff;font-size:12px}
.ff-hero-ui-chip{position:absolute;z-index:4;padding:11px 13px;border:1px solid rgba(231,199,170,.28);border-radius:10px;background:rgba(9,14,18,.78);backdrop-filter:blur(12px);box-shadow:0 18px 34px rgba(0,0,0,.22)}
.ff-hero-ui-chip small,.ff-hero-ui-chip strong{display:block}.ff-hero-ui-chip small{text-transform:uppercase;letter-spacing:.14em;font-size:8px;color:var(--ff-bronze-soft);margin-bottom:3px}.ff-hero-ui-chip strong{font-size:11px}
.ff-hero-ui-chip-a{right:10%;top:82px}.ff-hero-ui-chip-b{right:3%;bottom:78px}

/* Home route cards */
.ff-path-v34{padding:62px 0 70px}
.ff-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ff-route-card{position:relative;min-height:355px;overflow:hidden;border-radius:14px;background:#12181c;color:#fff;border:1px solid rgba(13,18,22,.08);box-shadow:0 18px 44px rgba(30,23,18,.12);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.ff-route-card:hover{transform:translateY(-5px);box-shadow:0 28px 54px rgba(30,23,18,.17);border-color:rgba(201,154,112,.3)}
.ff-route-card img,.ff-route-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ff-route-card img{filter:saturate(.78) contrast(1.02);transform:scale(1.025);transition:transform .45s ease}.ff-route-card:hover img{transform:scale(1.055)}
.ff-route-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,15,.05) 0%,rgba(8,12,15,.28) 38%,rgba(8,12,15,.95) 100%)}
.ff-route-num{position:absolute;z-index:3;top:16px;left:16px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(10,14,18,.86);border:1px solid rgba(255,255,255,.22);font-size:10px}
.ff-route-copy{position:absolute;z-index:3;left:20px;right:20px;bottom:18px}.ff-route-copy small{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:var(--ff-bronze-soft);margin-bottom:9px}.ff-route-copy h3{font-size:25px;line-height:1.02;letter-spacing:-.035em;margin:0 42px 9px 0}.ff-route-copy p{font-size:12px;line-height:1.45;color:rgba(255,255,255,.68);margin:0 36px 13px 0;min-height:52px}.ff-route-copy>strong{font-size:11px;color:#fff}.ff-route-copy .ff-round-arrow{position:absolute;right:0;bottom:0}
.ff-route-art-local{background:radial-gradient(circle at 73% 24%,rgba(201,154,112,.28),transparent 22%),linear-gradient(145deg,#182128,#0b1014)}
.ff-route-art-local:before{content:"";position:absolute;left:10%;right:10%;top:24%;height:43%;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px;border:1px solid rgba(255,255,255,.07);transform:perspective(700px) rotateX(58deg) rotateZ(-9deg)}
.ff-route-map-pin{position:absolute;left:50%;top:31%;transform:translate(-50%,-50%);font-size:52px;color:var(--ff-bronze-soft);text-shadow:0 0 24px rgba(201,154,112,.4)}
.ff-route-search-line{position:absolute;right:11%;width:37%;height:8px;border-radius:999px;background:rgba(255,255,255,.08)}.ff-route-search-line:nth-of-type(2){top:25%}.ff-route-search-line:nth-of-type(3){top:32%;width:29%}.ff-route-search-line:nth-of-type(4){top:39%;width:34%}

/* Difference stage */
.ff-difference-stage{position:relative;overflow:hidden;background:linear-gradient(120deg,#0a0f13,#12191e);color:#fff;padding:72px 0}
.ff-difference-stage:after{content:"";position:absolute;right:-150px;top:-180px;width:560px;height:560px;border:1px solid rgba(201,154,112,.16);transform:rotate(45deg)}
.ff-difference-stage-grid{position:relative;z-index:2;display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}
.ff-difference-stage-copy h2{font-size:clamp(44px,4.4vw,64px);line-height:.98;letter-spacing:-.045em;margin-bottom:18px}.ff-difference-stage-copy>p:not(.ff-kicker){color:rgba(255,255,255,.7);font-size:16px;line-height:1.62;max-width:530px;margin-bottom:24px}
.ff-difference-tiles{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid rgba(255,255,255,.11);border-left:1px solid rgba(255,255,255,.11)}
.ff-difference-tiles article{min-height:170px;padding:24px;border-right:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.028),transparent);transition:background .2s ease,border-color .2s ease}
.ff-difference-tiles article:hover{background:rgba(255,255,255,.045);border-color:rgba(201,154,112,.3)}
.ff-difference-tiles span{display:block;color:var(--ff-bronze-soft);font-size:10px;font-weight:900;letter-spacing:.15em;margin-bottom:28px}.ff-difference-tiles h3{font-size:18px;margin-bottom:8px}.ff-difference-tiles p{font-size:13px;line-height:1.5;color:rgba(255,255,255,.64);margin:0}

/* Experience */
.ff-experience-band-v34{padding:58px 0}
.ff-brand-rail-scroll{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.ff-brand-rail-scroll::-webkit-scrollbar{display:none}.ff-brand-rail-scroll span{flex:0 0 auto}

/* Tabs and service explorer */
.ff-services-v34{padding:66px 0}.ff-services-v34-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}
.ff-services-v34 .ff-services-copy h2{font-size:clamp(45px,4.6vw,66px)}
.ff-service-explorer,.ff-service-switcher{min-width:0}
.ff-tab-list{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.ff-tab-list button{appearance:none;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.025);color:rgba(255,255,255,.68);border-radius:999px;padding:11px 15px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:.2s ease}
.ff-tab-list button:hover,.ff-tab-list button.is-active{color:#fff;border-color:rgba(201,154,112,.5);background:rgba(201,154,112,.10)}
.ff-tab-list-light button{border-color:#d8cfc6;background:#fff;color:#514b45}.ff-tab-list-light button:hover,.ff-tab-list-light button.is-active{background:#10161a;color:#fff;border-color:#10161a}
.ff-tab-panel{display:none}.ff-tab-panel.is-active{display:grid;animation:ffPanelIn .28s ease both}@keyframes ffPanelIn{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}
.ff-service-explorer .ff-tab-panel{grid-template-columns:58px 1fr;gap:22px;min-height:230px;padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));box-shadow:0 24px 52px rgba(0,0,0,.12)}
.ff-service-explorer .ff-tab-panel>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(201,154,112,.4);color:var(--ff-bronze-soft);font-size:11px;font-weight:900}.ff-service-explorer .ff-tab-panel h3{font-size:28px;line-height:1.05;margin:2px 0 12px}.ff-service-explorer .ff-tab-panel p{font-size:14px;line-height:1.6;color:rgba(255,255,255,.66);max-width:700px}.ff-service-explorer .ff-tab-panel a{color:var(--ff-bronze-soft);font-size:12px;font-weight:800}.ff-inline-links{display:flex;flex-wrap:wrap;gap:14px}

/* Price teaser */
.ff-price-teaser{padding:68px 0 76px;background:#f5f0e9;border-top:1px solid #e3dad1;border-bottom:1px solid #e3dad1}
.ff-price-teaser-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ff-price-teaser-grid article{min-height:285px;padding:26px;border:1px solid #ded5cc;border-radius:14px;background:#fff;display:flex;flex-direction:column;box-shadow:0 14px 36px rgba(42,31,22,.045);transition:.22s ease}.ff-price-teaser-grid article:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(42,31,22,.09)}
.ff-price-teaser-grid article.is-featured{background:#10161a;color:#fff;border-color:#10161a;box-shadow:0 22px 50px rgba(13,18,22,.18)}
.ff-price-teaser-grid small{font-size:9px;text-transform:uppercase;letter-spacing:.17em;color:var(--ff-burgundy);font-weight:900}.ff-price-teaser-grid .is-featured small{color:var(--ff-bronze-soft)}
.ff-price-teaser-grid h3{font-size:23px;margin:18px 0 8px}.ff-price-teaser-grid>article>strong{font-size:36px;line-height:1;letter-spacing:-.04em;margin-bottom:18px}.ff-price-teaser-grid strong span{font-size:14px;letter-spacing:0;color:#7d756e;font-weight:600}.ff-price-teaser-grid .is-featured strong span{color:rgba(255,255,255,.55)}
.ff-price-teaser-grid p{font-size:13px;line-height:1.58;color:#635d56}.ff-price-teaser-grid .is-featured p{color:rgba(255,255,255,.68)}
.ff-price-teaser-grid a{margin-top:auto;color:var(--ff-burgundy);font-size:12px;font-weight:900}.ff-price-teaser-grid .is-featured a{color:var(--ff-bronze-soft)}
.ff-price-teaser-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px}.ff-price-teaser-foot>span{font-size:11px;color:#766f67}
.ff-case-grid-v34{grid-template-columns:repeat(4,1fr)}

/* Inner hero system */
.ff-inner-hero-v34{padding:145px 0 64px;background:linear-gradient(118deg,#090e12 0%,#11181d 60%,#171c20 100%)}
.ff-inner-hero-v34:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 26%,rgba(201,154,112,.13),transparent 28%),linear-gradient(135deg,transparent 62%,rgba(155,31,42,.13) 62% 70%,transparent 70%);pointer-events:none}
.ff-inner-hero-grid-v34{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:78px;align-items:center}
.ff-inner-hero-v34 h1{font-size:clamp(52px,5.7vw,82px);line-height:.96;letter-spacing:-.052em;max-width:940px}
.ff-inner-hero-v34 .ff-inner-lede{max-width:720px;font-size:17px;margin-bottom:24px}
.ff-inner-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.ff-hero-console,.ff-browser-demo,.ff-local-search-demo,.ff-brand-board-demo,.ff-founder-console,.ff-work-dashboard,.ff-insight-console,.ff-contact-promise{position:relative;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 32px 80px rgba(0,0,0,.28);overflow:hidden;backdrop-filter:blur(12px)}
.ff-console-top{height:43px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:7px;padding:0 14px}.ff-console-top>span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.25)}.ff-console-top small{margin-left:7px;font-size:9px;letter-spacing:.15em;color:rgba(255,255,255,.44)}
.ff-hero-console{padding-bottom:20px}.ff-console-body{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.07)}.ff-console-body>div{padding:24px;background:#11171b}.ff-console-body small,.ff-console-body strong{display:block}.ff-console-body small{color:var(--ff-bronze-soft);font-size:9px;margin-bottom:7px}.ff-console-body strong{font-size:17px}.ff-hero-console>p{margin:18px 20px 0;color:rgba(255,255,255,.56);font-size:11px}

/* Services switcher */
.ff-service-switcher-section,.ff-consultancy-switcher,.ff-branding-story,.ff-web-value,.ff-about-principles,.ff-insight-topics-v34{padding:72px 0;background:#fbf8f3}
.ff-switcher-stage{border:1px solid #ddd4ca;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 22px 58px rgba(42,31,22,.07)}
.ff-switcher-stage .ff-tab-panel{grid-template-columns:70px minmax(0,1fr) 280px;gap:32px;padding:38px;align-items:center;min-height:340px}
.ff-switcher-number{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#11171b;color:var(--ff-bronze-soft);font-size:11px;font-weight:900}
.ff-switcher-stage small{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:var(--ff-burgundy);font-weight:900;margin-bottom:10px}.ff-switcher-stage h3{font-size:clamp(30px,3.1vw,46px);line-height:1.02;letter-spacing:-.04em;margin-bottom:14px}.ff-switcher-stage p{font-size:15px;line-height:1.62;color:#5f5952;max-width:710px}.ff-switcher-stage ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:20px 0}.ff-switcher-stage li{padding:8px 10px;border:1px solid #ddd4ca;border-radius:999px;font-size:10px;font-weight:700;color:#544f49}
.ff-switcher-visual{position:relative;min-height:230px;border-radius:14px;background:#11171b;color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border:1px solid rgba(201,154,112,.18)}
.ff-switcher-visual:before,.ff-switcher-visual:after{content:"";position:absolute}.ff-switcher-visual:before{width:190px;height:190px;border:1px solid rgba(201,154,112,.28);right:-58px;top:-60px;transform:rotate(28deg)}.ff-switcher-visual:after{left:0;right:0;top:42%;height:1px;background:rgba(255,255,255,.08);box-shadow:0 38px 0 rgba(255,255,255,.06),0 76px 0 rgba(255,255,255,.05)}
.ff-switcher-visual span,.ff-switcher-visual strong,.ff-switcher-visual em{position:relative;z-index:2;display:block}.ff-switcher-visual span{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--ff-bronze-soft)}.ff-switcher-visual strong{font-size:34px;letter-spacing:-.04em;margin:7px 0}.ff-switcher-visual em{font-style:normal;font-size:10px;color:rgba(255,255,255,.56)}
.ff-switcher-visual-local{background:linear-gradient(145deg,#1a2228,#0b1014)}.ff-switcher-visual-commerce{background:linear-gradient(145deg,#121a1f,#151013)}.ff-switcher-visual-brand{background:linear-gradient(145deg,#191612,#0d1114)}
.ff-principle-strip{background:#10161a;color:#fff;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.ff-principle-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.ff-principle-strip-grid>div{padding:22px 24px;border-right:1px solid rgba(255,255,255,.08)}.ff-principle-strip-grid>div:first-child{padding-left:0}.ff-principle-strip-grid>div:last-child{border-right:0}.ff-principle-strip strong,.ff-principle-strip span{display:block}.ff-principle-strip strong{font-size:12px}.ff-principle-strip span{font-size:10px;color:rgba(255,255,255,.52);margin-top:4px}

/* Pricing */
.ff-price-console{padding-bottom:18px}.ff-price-console-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.08)}.ff-price-console-grid div{padding:22px;background:#11171b}.ff-price-console-grid small,.ff-price-console-grid strong{display:block}.ff-price-console-grid small{font-size:9px;color:rgba(255,255,255,.48);margin-bottom:5px}.ff-price-console-grid strong{font-size:23px;color:#fff}.ff-price-console>p{padding:0 18px;color:rgba(255,255,255,.56);font-size:10px;margin:16px 0 0}
.ff-pricing-switcher{padding:72px 0 80px;background:#f7f2eb}.ff-pricing-tabs{margin-bottom:22px}.ff-pricing-panels{min-height:390px}
.ff-pricing-cards-v34{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ff-pricing-cards-v34.ff-pricing-cards-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1050px}.ff-pricing-cards-v34.ff-pricing-cards-3{grid-template-columns:repeat(3,1fr)}
.ff-pricing-cards-v34 article{min-height:370px;padding:28px;border:1px solid #ded5cc;border-radius:14px;background:#fff;display:flex;flex-direction:column;box-shadow:0 14px 36px rgba(42,31,22,.045)}.ff-pricing-cards-v34 article.is-featured{background:#10161a;color:#fff;border-color:#10161a;box-shadow:0 22px 50px rgba(13,18,22,.17)}
.ff-pricing-cards-v34 article>small{font-size:9px;text-transform:uppercase;letter-spacing:.17em;color:var(--ff-burgundy);font-weight:900}.ff-pricing-cards-v34 .is-featured>small{color:var(--ff-bronze-soft)}
.ff-pricing-cards-v34 h3{font-size:24px;margin:18px 0 8px}.ff-pricing-cards-v34 article>strong{font-size:34px;letter-spacing:-.04em;line-height:1;margin-bottom:18px}.ff-pricing-cards-v34 article>strong span{font-size:13px;color:#7b736b;letter-spacing:0}.ff-pricing-cards-v34 .is-featured>strong span{color:rgba(255,255,255,.5)}
.ff-pricing-cards-v34 article>p{font-size:13px;line-height:1.58;color:#635d56}.ff-pricing-cards-v34 .is-featured>p{color:rgba(255,255,255,.68)}
.ff-pricing-cards-v34 details{margin:8px 0 16px;border-top:1px solid #e6ded6;border-bottom:1px solid #e6ded6}.ff-pricing-cards-v34 .is-featured details{border-color:rgba(255,255,255,.1)}
.ff-pricing-cards-v34 summary{cursor:pointer;padding:12px 0;font-size:11px;font-weight:900;list-style:none;display:flex;justify-content:space-between;gap:10px}.ff-pricing-cards-v34 summary::-webkit-details-marker{display:none}.ff-pricing-cards-v34 summary:after{content:"+";color:var(--ff-burgundy)}.ff-pricing-cards-v34 .is-featured summary:after{color:var(--ff-bronze-soft)}.ff-pricing-cards-v34 details[open] summary:after{content:"−"}
.ff-pricing-cards-v34 details p,.ff-pricing-cards-v34 details ul{font-size:11px;line-height:1.58;color:#625c55;margin:0 0 12px;padding-left:18px}.ff-pricing-cards-v34 .is-featured details p,.ff-pricing-cards-v34 .is-featured details ul{color:rgba(255,255,255,.63)}
.ff-pricing-cards-v34 article>a{margin-top:auto;color:var(--ff-burgundy);font-size:12px;font-weight:900}.ff-pricing-cards-v34 .is-featured>a{color:var(--ff-bronze-soft)}
.ff-ownership-band{padding:64px 0;background:#10161a;color:#fff}.ff-ownership-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.ff-ownership-grid h2{font-size:clamp(42px,4.2vw,60px);line-height:1;letter-spacing:-.045em;margin-bottom:16px}.ff-ownership-grid>div:first-child>p:not(.ff-kicker){font-size:15px;line-height:1.65;color:rgba(255,255,255,.68)}.ff-ownership-steps{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1)}.ff-ownership-steps span{display:flex;gap:12px;align-items:center;min-height:86px;padding:20px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);font-size:10px;color:var(--ff-bronze-soft)}.ff-ownership-steps strong{color:#fff;font-size:13px}

/* Consultancy */
.ff-consult-radar{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.08)}.ff-consult-radar>div{padding:23px;background:#11171b}.ff-consult-radar strong,.ff-consult-radar small{display:block}.ff-consult-radar strong{font-size:17px}.ff-consult-radar small{font-size:9px;color:rgba(255,255,255,.47);margin-top:5px}
.ff-consult-stage{border:1px solid #ddd4ca;border-radius:15px;background:#fff;box-shadow:0 20px 54px rgba(42,31,22,.06);overflow:hidden}.ff-consult-stage .ff-tab-panel{grid-template-columns:1fr .65fr;gap:46px;padding:38px;align-items:center;min-height:280px}.ff-consult-stage small{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:9px;color:var(--ff-burgundy);font-weight:900;margin-bottom:10px}.ff-consult-stage h3{font-size:clamp(32px,3.2vw,46px);line-height:1.03;letter-spacing:-.04em;margin-bottom:12px}.ff-consult-stage p{font-size:15px;line-height:1.62;color:#5f5952;margin:0}.ff-consult-stage ul{list-style:none;padding:0;margin:0;border-top:1px solid #ddd4ca}.ff-consult-stage li{padding:13px 0;border-bottom:1px solid #ddd4ca;font-size:12px;font-weight:800}

/* Local visibility */
.ff-local-search-demo{padding:16px;background:#11171b}.ff-search-bar{height:44px;border-radius:9px;background:#fff;color:#222;display:flex;align-items:center;gap:10px;padding:0 14px;font-size:11px}.ff-search-bar span{font-size:19px}.ff-local-result{margin-top:12px;border-radius:11px;background:#fff;color:#222;padding:15px}.ff-local-result-top{display:flex;gap:12px;align-items:center}.ff-local-result-logo{width:44px;height:44px;border-radius:10px;background:#11171b;color:var(--ff-bronze-soft);display:grid;place-items:center;font-weight:900;font-size:20px}.ff-local-result-top strong,.ff-local-result-top span,.ff-local-result-top small{display:block}.ff-local-result-top strong{font-size:13px}.ff-local-result-top span{font-size:10px;color:#b26f12;margin:3px 0}.ff-local-result-top small{font-size:9px;color:#777}.ff-local-result-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:12px}.ff-local-result-actions span{padding:8px;border-radius:7px;background:#f3f0eb;text-align:center;font-size:9px;font-weight:800}.ff-local-map{position:relative;height:115px;margin-top:12px;border-radius:11px;overflow:hidden;background:linear-gradient(135deg,#d9d6cf,#eee9e2)}.ff-local-map:before{content:"";position:absolute;inset:0;background:linear-gradient(35deg,transparent 45%,rgba(255,255,255,.8) 45% 50%,transparent 50%),linear-gradient(118deg,transparent 38%,rgba(255,255,255,.72) 38% 43%,transparent 43%)}.ff-local-map i{position:absolute;border-radius:50%;background:#c4d4bb}.ff-local-map i:nth-child(1){width:70px;height:44px;left:9%;top:16%}.ff-local-map i:nth-child(2){width:95px;height:60px;right:8%;bottom:6%}.ff-local-map i:nth-child(3){width:40px;height:32px;left:43%;bottom:10%}.ff-local-map b{position:absolute;left:54%;top:42%;font-size:32px;color:var(--ff-burgundy);filter:drop-shadow(0 4px 7px rgba(0,0,0,.18))}
.ff-local-story{padding:70px 0;background:#fbf8f3}.ff-local-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px}.ff-local-flow article{padding:22px;border:1px solid #ddd4ca;border-radius:12px;background:#fff;min-height:128px}.ff-local-flow article span{display:block;color:var(--ff-burgundy);font-size:9px;font-weight:900;margin-bottom:18px}.ff-local-flow article strong,.ff-local-flow article small{display:block}.ff-local-flow article strong{font-size:20px}.ff-local-flow article small{font-size:10px;color:#7a736c;margin-top:6px}.ff-local-flow>i{font-style:normal;color:#a89f96;font-weight:900}

/* Browser / SEO / web page */
.ff-browser-demo{background:#0d1216}.ff-browser-demo-stage{min-height:300px;padding:26px;background:linear-gradient(135deg,#f5efe8 0 58%,#e7ded4 58%);color:#111}.ff-demo-nav{display:flex;align-items:center;gap:10px;padding-bottom:24px}.ff-demo-nav b{font-size:11px;margin-right:auto}.ff-demo-nav i{width:36px;height:5px;border-radius:99px;background:#d2c8be}.ff-demo-hero{max-width:76%;padding:24px;border-radius:12px;background:#11171b;color:#fff;box-shadow:0 14px 30px rgba(0,0,0,.14)}.ff-demo-hero small,.ff-demo-hero strong,.ff-demo-hero span{display:block}.ff-demo-hero small{font-size:9px;color:var(--ff-bronze-soft);text-transform:uppercase;letter-spacing:.13em}.ff-demo-hero strong{font-size:27px;line-height:1.02;margin:9px 0 16px}.ff-demo-hero span{font-size:10px;color:#fff}.ff-demo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.ff-demo-cards i{height:62px;border-radius:9px;background:#fff;border:1px solid #ded5cc}.ff-browser-demo-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.08)}.ff-browser-demo-foot span{padding:14px;background:#11171b;text-align:center;font-size:9px;color:rgba(255,255,255,.58)}
.ff-value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d8cfc6;border-left:1px solid #d8cfc6}.ff-value-grid article{min-height:190px;padding:25px;border-right:1px solid #d8cfc6;border-bottom:1px solid #d8cfc6;background:#fff}.ff-value-grid span{display:block;color:var(--ff-burgundy);font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:25px}.ff-value-grid h3{font-size:19px;line-height:1.15;margin-bottom:9px}.ff-value-grid p{font-size:12px;line-height:1.55;color:#625c55;margin:0}
.ff-seo-visual{padding:68px 0;background:#10161a;color:#fff}.ff-seo-visual-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px;align-items:center}.ff-seo-visual h2{font-size:clamp(42px,4.3vw,62px);line-height:1;letter-spacing:-.045em;margin-bottom:16px}.ff-seo-visual p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.68);margin-bottom:24px}.ff-seo-console{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.025);padding:28px;box-shadow:0 22px 54px rgba(0,0,0,.18)}.ff-seo-score{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:20px;margin-bottom:10px}.ff-seo-score span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--ff-bronze-soft)}.ff-seo-score strong{font-size:26px}.ff-seo-console ul{list-style:none;padding:0;margin:0}.ff-seo-console li{display:flex;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px;color:rgba(255,255,255,.72)}.ff-seo-console i{font-style:normal;color:var(--ff-bronze-soft)}

/* Branding */
.ff-brand-board-demo{padding:18px;background:#10161a}.ff-brand-board-logo{height:130px;border-radius:10px;background:#f1e8df;display:flex;align-items:center;justify-content:center;gap:13px;color:#12171a}.ff-brand-board-logo span{width:58px;height:58px;border-radius:12px;display:grid;place-items:center;background:#12171a;color:var(--ff-bronze-soft);font-size:31px;font-weight:900}.ff-brand-board-logo strong{letter-spacing:.2em;font-size:14px}.ff-brand-board-colours{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:11px 0}.ff-brand-board-colours i{height:46px;border-radius:8px}.ff-brand-board-colours i:nth-child(1){background:#0d1216}.ff-brand-board-colours i:nth-child(2){background:#c99a70}.ff-brand-board-colours i:nth-child(3){background:#9b1f2a}.ff-brand-board-colours i:nth-child(4){background:#f4f0e9}.ff-brand-board-type{display:flex;align-items:center;gap:14px;padding:13px;background:rgba(255,255,255,.05);border-radius:9px}.ff-brand-board-type strong{font-size:29px}.ff-brand-board-type span{font-size:10px;color:rgba(255,255,255,.56)}.ff-brand-board-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:8px}.ff-brand-board-grid b{font-size:8px;letter-spacing:.12em;text-align:center;color:rgba(255,255,255,.5);padding:9px;border:1px solid rgba(255,255,255,.08);border-radius:7px}
.ff-brand-application{padding:70px 0;background:#10161a;color:#fff}.ff-brand-application-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:74px;align-items:center}.ff-brand-application h2{font-size:clamp(42px,4vw,58px);line-height:1;letter-spacing:-.045em;margin-bottom:16px}.ff-brand-application p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.68)}.ff-brand-device-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ff-brand-device{min-height:120px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.025);padding:18px;display:flex;flex-direction:column;justify-content:space-between}.ff-brand-device span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.45)}.ff-brand-device strong{font-size:27px;color:var(--ff-bronze-soft)}.ff-brand-device-social{border-radius:30px}.ff-brand-device-doc strong{font-size:13px;letter-spacing:.16em;color:#fff}

/* About */
.ff-founder-console{padding-bottom:18px}.ff-founder-console-main{min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center}.ff-founder-console-main strong{font-size:58px;letter-spacing:-.05em;color:var(--ff-bronze-soft)}.ff-founder-console-main span{font-size:11px;color:rgba(255,255,255,.56)}.ff-founder-console-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.08)}.ff-founder-console-row span{padding:14px 8px;text-align:center;background:#11171b;font-size:9px;color:rgba(255,255,255,.6)}
.ff-about-story{padding:76px 0;background:#fbf8f3}.ff-about-story-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px}.ff-about-story h2{font-size:clamp(44px,4.2vw,62px);line-height:1;letter-spacing:-.045em}.ff-about-story-grid>div:last-child p{font-size:15px;line-height:1.7;color:#5f5952}.ff-about-lead{font-size:22px!important;line-height:1.5!important;letter-spacing:-.02em!important;color:#242321!important}
.ff-about-ladder{padding:70px 0;background:#10161a;color:#fff}.ff-about-ladder-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:center}.ff-about-ladder h2{font-size:clamp(42px,4.2vw,60px);line-height:1;letter-spacing:-.045em;margin-bottom:16px}.ff-about-ladder p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.66)}.ff-about-ladder-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ff-about-ladder-cards a{min-height:200px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.028);display:flex;flex-direction:column;transition:.2s}.ff-about-ladder-cards a:hover{border-color:rgba(201,154,112,.45);transform:translateY(-3px)}.ff-about-ladder-cards small,.ff-about-ladder-cards strong,.ff-about-ladder-cards span{display:block}.ff-about-ladder-cards small{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--ff-bronze-soft)}.ff-about-ladder-cards strong{font-size:21px;line-height:1.25;margin:28px 0 auto}.ff-about-ladder-cards span{font-size:11px;color:rgba(255,255,255,.62);margin-top:28px}

/* Contact */
.ff-contact-promise{padding:24px}.ff-contact-promise>span{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--ff-bronze-soft);font-size:9px;margin-bottom:16px}.ff-contact-promise>strong{display:block;padding:15px 0;border-top:1px solid rgba(255,255,255,.09);font-size:13px}.ff-contact-promise>strong:last-child{border-bottom:1px solid rgba(255,255,255,.09)}
.ff-contact-route{padding:66px 0;background:#f7f2eb}.ff-contact-route-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.ff-contact-route-grid button{appearance:none;border:1px solid #ddd4ca;border-radius:12px;background:#fff;padding:18px;text-align:left;cursor:pointer;transition:.2s}.ff-contact-route-grid button:hover,.ff-contact-route-grid button.is-active{transform:translateY(-2px);border-color:#10161a;box-shadow:0 14px 28px rgba(42,31,22,.07)}.ff-contact-route-grid span,.ff-contact-route-grid strong,.ff-contact-route-grid small{display:block}.ff-contact-route-grid span{font-size:9px;color:var(--ff-burgundy);font-weight:900;margin-bottom:20px}.ff-contact-route-grid strong{font-size:14px;margin-bottom:5px}.ff-contact-route-grid small{font-size:9px;color:#7a736c}
.ff-contact-main{padding:74px 0;background:#fbf8f3}.ff-contact-grid-v34{display:grid;grid-template-columns:.75fr 1.25fr;gap:72px;align-items:start}.ff-contact-grid-v34 h2{font-size:clamp(42px,4.2vw,60px);line-height:1;letter-spacing:-.045em;margin-bottom:16px}.ff-contact-grid-v34>div:first-child>p:not(.ff-kicker){font-size:15px;line-height:1.65;color:#5f5952}.ff-contact-mini-cards{display:grid;gap:8px;margin-top:24px}.ff-contact-mini-cards div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-top:1px solid #ddd4ca}.ff-contact-mini-cards strong{font-size:12px}.ff-contact-mini-cards span{font-size:11px;color:#777068;text-align:right}

/* Work */
.ff-work-dashboard{padding-bottom:18px}.ff-work-dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.08)}.ff-work-dashboard-grid>div{padding:22px;background:#11171b}.ff-work-dashboard-grid strong,.ff-work-dashboard-grid small{display:block}.ff-work-dashboard-grid strong{font-size:17px}.ff-work-dashboard-grid small{font-size:9px;color:rgba(255,255,255,.45);margin-top:4px}.ff-work-dashboard>p{padding:0 18px;margin:15px 0 0;color:rgba(255,255,255,.5);font-size:10px}
.ff-work-list-v34{padding:72px 0 80px;background:#fbf8f3}.ff-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.ff-filter-bar button{appearance:none;border:1px solid #d8cfc6;background:#fff;border-radius:999px;padding:10px 14px;font:inherit;font-size:10px;font-weight:900;cursor:pointer}.ff-filter-bar button.is-active,.ff-filter-bar button:hover{background:#10161a;color:#fff;border-color:#10161a}
.ff-work-grid-v34{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ff-work-card-v34{display:grid;grid-template-columns:.95fr 1.05fr;min-height:350px;border:1px solid #ddd4ca;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 18px 44px rgba(42,31,22,.06);transition:.25s}.ff-work-card-v34:hover{transform:translateY(-4px);box-shadow:0 26px 52px rgba(42,31,22,.10)}.ff-work-card-v34[hidden]{display:none!important}.ff-work-card-media{position:relative;min-height:100%;background:#11171b;overflow:hidden}.ff-work-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.ff-work-card-v34:hover img{transform:scale(1.035)}.ff-work-card-media>span{position:absolute;left:14px;top:14px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(11,15,18,.82);color:#fff;border:1px solid rgba(255,255,255,.22);font-size:9px}.ff-work-card-copy{padding:26px}.ff-work-card-copy>small{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--ff-burgundy);font-weight:900}.ff-work-card-copy h2{font-size:30px;line-height:1;margin:11px 0 7px}.ff-work-card-copy h3{font-size:17px;line-height:1.25;margin-bottom:12px}.ff-work-card-copy>p{font-size:12px;line-height:1.55;color:#625c55;margin-bottom:16px}
.ff-work-method{padding:66px 0;background:#10161a;color:#fff}.ff-work-method-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px}.ff-work-method h2{font-size:clamp(42px,4.2vw,60px);line-height:1;letter-spacing:-.045em}.ff-work-method-list{border-top:1px solid rgba(255,255,255,.11)}.ff-work-method-list article{display:grid;grid-template-columns:38px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.11)}.ff-work-method-list span{font-size:9px;color:var(--ff-bronze-soft);font-weight:900}.ff-work-method-list strong{font-size:14px}.ff-work-method-list p{font-size:11px;line-height:1.5;color:rgba(255,255,255,.57);margin:4px 0 0}

/* Insights */
.ff-insight-console{padding-bottom:18px}.ff-insight-console-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:18px}.ff-insight-console-grid span{padding:13px 8px;border:1px solid rgba(255,255,255,.1);border-radius:8px;text-align:center;font-size:10px;color:rgba(255,255,255,.72)}.ff-insight-console>p{padding:0 18px;color:rgba(255,255,255,.48);font-size:10px}.ff-topic-chips{display:flex;flex-wrap:wrap;gap:9px}.ff-topic-chips span{padding:12px 14px;border:1px solid #d8cfc6;border-radius:999px;background:#fff;font-size:11px;font-weight:800}.ff-post-grid-v34 .ff-post-card{transition:.22s}.ff-post-grid-v34 .ff-post-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(42,31,22,.08)}.ff-insight-empty-v34{display:grid;grid-template-columns:1fr .65fr;gap:50px;padding:40px;border:1px solid #ddd4ca;border-radius:15px;background:#fff}.ff-insight-empty-v34 small{display:block;color:var(--ff-burgundy);text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.16em}.ff-insight-empty-v34 h2{font-size:38px;line-height:1.04;margin:10px 0 12px}.ff-insight-empty-v34 p{font-size:14px;line-height:1.6;color:#625c55}.ff-insight-empty-links{display:grid;border-top:1px solid #ddd4ca}.ff-insight-empty-links a{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #ddd4ca;font-size:12px;font-weight:900;color:var(--ff-burgundy)}

/* FAQ refinement */
.ff-faq-v34{padding:68px 0;background:#f7f2eb}.ff-faq-v34 .ff-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.ff-faq-v34 details{border:1px solid #ddd4ca;border-radius:12px;background:#fff;padding:0 20px}.ff-faq-v34 summary{cursor:pointer;list-style:none;padding:18px 0;font-size:14px;font-weight:850;display:flex;justify-content:space-between;gap:16px}.ff-faq-v34 summary::-webkit-details-marker{display:none}.ff-faq-v34 summary:after{content:"+";color:var(--ff-burgundy);font-size:17px}.ff-faq-v34 details[open] summary:after{content:"−"}.ff-faq-v34 details p{margin:0 0 18px;color:#625c55;font-size:12px;line-height:1.6}

/* Better focus */
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(201,154,112,.8);outline-offset:3px}

@media(max-width:1180px){
  .ff-route-grid{grid-template-columns:repeat(2,1fr)}
  .ff-services-v34-grid,.ff-difference-stage-grid,.ff-work-method-grid{grid-template-columns:1fr;gap:40px}
  .ff-contact-route-grid{grid-template-columns:repeat(3,1fr)}
  .ff-work-grid-v34{grid-template-columns:1fr}
  .ff-work-card-v34{grid-template-columns:.85fr 1.15fr}
  .ff-value-grid{grid-template-columns:repeat(2,1fr)}
  .ff-inner-hero-grid-v34{grid-template-columns:1fr .8fr;gap:46px}
}

@media(max-width:900px){
  .ff-section-split-head,.ff-inner-hero-grid-v34,.ff-ownership-grid,.ff-seo-visual-grid,.ff-brand-application-grid,.ff-about-story-grid,.ff-about-ladder-grid,.ff-contact-grid-v34,.ff-consult-stage .ff-tab-panel,.ff-insight-empty-v34{grid-template-columns:1fr;gap:30px}
  .ff-inner-hero-v34{padding-top:125px}
  .ff-inner-hero-v34 aside{max-width:650px}
  .ff-switcher-stage .ff-tab-panel{grid-template-columns:56px 1fr;gap:22px}.ff-switcher-stage .ff-tab-panel .ff-switcher-visual{grid-column:1/-1;min-height:170px}
  .ff-pricing-cards-v34,.ff-pricing-cards-v34.ff-pricing-cards-2,.ff-pricing-cards-v34.ff-pricing-cards-3,.ff-price-teaser-grid{grid-template-columns:repeat(2,1fr)}
  .ff-about-ladder-cards{grid-template-columns:1fr}
  .ff-local-flow{grid-template-columns:repeat(4,1fr);gap:8px}.ff-local-flow>i{display:none}
  .ff-principle-strip-grid{grid-template-columns:repeat(2,1fr)}.ff-principle-strip-grid>div:nth-child(2){border-right:0}.ff-principle-strip-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
}

@media(max-width:700px){
  .ff-shell{width:min(100% - 32px,var(--ff-shell))}
  .ff-hero-v34 .ff-hero-grid{grid-template-columns:1fr;min-height:0}.ff-hero-v34 .ff-hero-copy{padding-top:54px;padding-bottom:26px}.ff-hero-v34 .ff-hero-copy h1{font-size:46px;line-height:.96}.ff-hero-v34 .ff-hero-lede{font-size:15px}.ff-hero-v34 .ff-hero-media-wrap{min-height:300px}.ff-hero-v34 .ff-hero-metric{width:86px;height:86px;left:8px;top:20px}.ff-hero-ui-chip{display:none}.ff-hero-microproof{gap:6px 12px}
  .ff-benefit-grid{grid-template-columns:repeat(2,1fr)}.ff-benefit{padding:14px 10px;border-bottom:1px solid rgba(255,255,255,.08)}.ff-benefit:nth-child(2){border-right:0}.ff-benefit:first-child{padding-left:0}.ff-benefit strong{font-size:11px}.ff-benefit small{font-size:9px}
  .ff-path-v34,.ff-service-switcher-section,.ff-consultancy-switcher,.ff-branding-story,.ff-web-value,.ff-about-principles,.ff-insight-topics-v34,.ff-pricing-switcher,.ff-work-list-v34,.ff-about-story,.ff-contact-main,.ff-contact-route,.ff-local-story{padding:50px 0}
  .ff-section-split-head{margin-bottom:22px}.ff-section-split-head h2{font-size:38px}.ff-section-split-head>p{font-size:13px}
  .ff-route-grid{display:flex;overflow-x:auto;gap:12px;padding:0 0 14px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.ff-route-card{min-width:82vw;min-height:330px;scroll-snap-align:start}
  .ff-difference-stage{padding:50px 0}.ff-difference-tiles{grid-template-columns:1fr}.ff-difference-tiles article{min-height:0}.ff-difference-stage-copy h2{font-size:40px}
  .ff-services-v34{padding:50px 0}.ff-tab-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.ff-tab-list::-webkit-scrollbar{display:none}.ff-tab-list button{flex:0 0 auto}
  .ff-service-explorer .ff-tab-panel{grid-template-columns:40px 1fr;padding:22px;min-height:0}.ff-service-explorer .ff-tab-panel>span{width:36px;height:36px}.ff-service-explorer .ff-tab-panel h3{font-size:23px}
  .ff-pricing-cards-v34,.ff-pricing-cards-v34.ff-pricing-cards-2,.ff-pricing-cards-v34.ff-pricing-cards-3,.ff-price-teaser-grid{grid-template-columns:1fr}.ff-pricing-cards-v34 article{min-height:0}.ff-price-teaser-grid article{min-height:0}.ff-price-teaser-foot{align-items:flex-start;flex-direction:column}
  .ff-case-grid-v34{display:flex;overflow-x:auto;gap:12px;padding-bottom:14px;scroll-snap-type:x mandatory}.ff-case-grid-v34 .ff-case-card{min-width:82vw;scroll-snap-align:start}
  .ff-inner-hero-v34{padding:112px 0 46px}.ff-inner-hero-v34 h1{font-size:45px}.ff-inner-hero-v34 .ff-inner-lede{font-size:15px}.ff-inner-hero-v34 aside{width:100%}
  .ff-switcher-stage .ff-tab-panel{grid-template-columns:1fr;padding:24px}.ff-switcher-number{width:42px;height:42px}.ff-switcher-stage h3{font-size:31px}.ff-switcher-stage .ff-tab-panel .ff-switcher-visual{grid-column:auto}
  .ff-principle-strip-grid{grid-template-columns:1fr}.ff-principle-strip-grid>div{padding:16px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .ff-ownership-steps{grid-template-columns:1fr}
  .ff-local-flow{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.ff-local-flow article{min-width:70vw;scroll-snap-align:start}
  .ff-value-grid{grid-template-columns:1fr}.ff-value-grid article{min-height:0}
  .ff-brand-device-grid{grid-template-columns:1fr 1fr}
  .ff-contact-route-grid{grid-template-columns:repeat(2,1fr)}
  .ff-work-card-v34{grid-template-columns:1fr}.ff-work-card-media{min-height:220px}.ff-work-card-copy h2{font-size:26px}
  .ff-faq-v34 .ff-faq-grid{grid-template-columns:1fr}
  .ff-about-ladder-cards{grid-template-columns:1fr}.ff-about-ladder-cards a{min-height:165px}
  .ff-post-grid-v34{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  html.ff-js [data-ff-reveal]{opacity:1;transform:none}
}
.ff-footer-v34{padding-top:42px}.ff-footer-v34-grid{display:grid;grid-template-columns:minmax(260px,1.35fr) .55fr .55fr .9fr;gap:54px;align-items:start}.ff-footer-column,.ff-footer-action{display:grid;gap:10px}.ff-footer-column>strong,.ff-footer-action>strong{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--ff-bronze-soft);margin-bottom:6px}.ff-footer-column a{font-size:12px;color:rgba(255,255,255,.62)}.ff-footer-column a:hover{color:#fff}.ff-footer-action p{font-size:12px;line-height:1.5;color:rgba(255,255,255,.55);margin:0 0 6px}.ff-footer-action .ff-btn{justify-self:start;min-height:42px;padding:0 18px;font-size:12px}.ff-footer-v34 .ff-footer-brand p{max-width:460px}
@media(max-width:900px){.ff-footer-v34-grid{grid-template-columns:1.3fr .7fr .7fr}.ff-footer-action{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);padding-top:22px}}
@media(max-width:700px){.ff-footer-v34-grid{grid-template-columns:1fr 1fr;gap:30px}.ff-footer-brand{grid-column:1/-1}.ff-footer-action{grid-column:1/-1}.ff-footer-bottom{align-items:flex-start;flex-direction:column}}

/* v3.4 QA hardening: hidden spam field + comfortable touch targets */
.ff-honeypot,.ff-hp{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.ff-pricing-cards-v34 summary{min-height:44px;align-items:center}
@media (max-width:700px){
  .ff-tab-list{scroll-snap-type:x proximity;overscroll-behavior-inline:contain}
  .ff-tab-list button{min-height:44px;padding:0 16px;scroll-snap-align:start}
  .ff-faq-v34 summary,.ff-faq summary{min-height:48px;align-items:center}
}
