: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}}
