:root{
      --red:#cf0000;
      --red-dark:#a90000;
      --black:#080808;
      --white:#f8f8f6;
      --paper:#f3f3f1;
      --gray:#6f6f6b;
      --line:#cfcfcb;
      --container:1240px;
      --radius:999px;
      --ease:cubic-bezier(.2,.7,.2,1);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"Onest",Arial,Helvetica,sans-serif;
      color:var(--black);
      background:var(--red);
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    h1,h2,h3,.display-title,.hero-title,.stat strong,.process-row .number,.price-value,.proof-mark,.faq-button,.contact-panel h2{font-family:"Jost",Arial,Helvetica,sans-serif}
    h1,h2,h3,.display-title,.hero-title,.stat strong,.process-row .number,.price-value,.proof-mark,.faq-button,.contact-panel h2{font-weight:500!important}
    a{color:inherit;text-decoration:none}
    button,input,textarea{font-family:"Onest",Arial,Helvetica,sans-serif}
    img{display:block;max-width:100%}
    .page-shell{
      width:min(calc(100% - 42px), 1380px);
      margin:34px auto;
      background:var(--paper);
      min-height:100vh;
      overflow:hidden;
      box-shadow:0 24px 80px rgba(0,0,0,.18);
    }
    .container{width:min(calc(100% - 64px),var(--container));margin:0 auto}
    .section{padding:100px 0}
    .section--small{padding:70px 0}
    .topbar{
      display:grid;
      grid-template-columns:240px 1fr auto;
      gap:24px;
      align-items:center;
      min-height:92px;
      border-bottom:1px solid rgba(0,0,0,.08);
    }
    .logo{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
    .btb-logo{width:80px;height:40px;display:block;overflow:visible;flex:0 0 auto}
    .logo-meta{display:grid;gap:2px;color:var(--black)}
    .logo-meta strong{font-family:"Jost",Arial,sans-serif;font-size:16px;line-height:1;font-weight:600}
    .logo-meta small{font-size:10px;color:#77746f;font-weight:500}
    .nav{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
    .nav a{font-size:13px;font-weight:500;color:#4f4f4c;transition:color .2s ease}
    .nav a:hover{color:var(--red)}
    .menu-button{display:none}
    .button{
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:12px;
      min-height:54px;
      padding:0 24px;
      border:1px solid var(--black);
      border-radius:var(--radius);
      background:transparent;
      color:var(--black);
      font-size:14px;
      line-height:1;
      font-weight:500;
      cursor:pointer;
      overflow:hidden;
      transition:transform .3s var(--ease),background .3s var(--ease),color .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);
    }
    .button::after{
      content:"↗";
      width:28px;height:28px;border-radius:50%;
      display:flex;align-items:center;justify-content:center;
      background:rgba(0,0,0,.07);
      font-size:14px;line-height:1;
      transition:transform .3s var(--ease),background .3s var(--ease);
    }
    .button:hover{transform:translateY(-3px);background:var(--black);color:#fff;box-shadow:0 16px 36px rgba(0,0,0,.18)}
    .button:hover::after{transform:rotate(45deg);background:rgba(255,255,255,.18)}
    .button--dark{background:var(--black);color:#fff}
    .button--dark::after{background:rgba(255,255,255,.14)}
    .button--dark:hover{background:var(--red);border-color:var(--red)}
    .button--red{background:var(--red);color:#fff;border-color:var(--red)}
    .button--red::after{background:rgba(255,255,255,.16)}
    .button--red:hover{background:var(--red-dark);border-color:var(--red-dark)}
    .hero{padding:34px 0 64px}
    .hero-grid{
      display:grid;
      grid-template-columns:repeat(12,1fr);
      grid-template-rows:auto auto auto;
      gap:22px;
      align-items:stretch;
    }
    .hero-title{
      grid-column:1 / span 6;
      grid-row:1;
      position:relative;
      z-index:3;
      padding:42px 22px 8px 0;
      align-self:end;
    }
    .hero-title h1{
      margin:0;
      font-size:clamp(64px,7.2vw,112px);
      line-height:.84;
      letter-spacing:-.09em;
      text-transform:uppercase;
      font-weight:500;
    }
    .hero-title .red{color:var(--red)}
    .hero-title .price{
      display:block;
      margin-top:14px;
      font-size:clamp(34px,4vw,62px);
      letter-spacing:-.06em;
      font-weight:500;
    }
    .hero-media{
      grid-column:7 / -1;
      grid-row:1 / span 2;
      min-height:620px;
      position:relative;
      overflow:hidden;
      background:#dcdcdc;
    }
    .hero-media::before{
      content:"";
      position:absolute;inset:0;
      background:
        linear-gradient(90deg,rgba(243,243,241,.4),rgba(243,243,241,0) 36%),
        linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.06));
      z-index:2;
    }
    .architectural-scene{
      position:absolute;inset:0;
      background:
        linear-gradient(90deg,transparent 0 42%,rgba(255,255,255,.18) 42% 43%,transparent 43% 100%),
        linear-gradient(135deg,#ebebea 0 36%,#cfcfce 36% 63%,#e9e9e7 63% 100%);
    }
    .architectural-scene::before{
      content:"";
      position:absolute;
      left:13%;right:10%;bottom:0;height:78%;
      background:
        linear-gradient(90deg,#e0e0de 0 18%,#c8c8c7 18% 19%,#e8e8e6 19% 42%,#c2c2c1 42% 43%,#ececea 43% 72%,#cdcdcc 72% 73%,#e5e5e3 73% 100%);
      clip-path:polygon(0 18%,60% 0,100% 20%,100% 100%,0 100%);
      box-shadow:inset -20px 0 50px rgba(0,0,0,.08);
    }
    .architectural-scene::after{
      content:"";
      position:absolute;
      width:23px;height:68px;
      left:58%;bottom:16%;
      background:var(--red);
      border-radius:12px 12px 4px 4px;
      box-shadow:0 -20px 0 -4px #101010;
      z-index:3;
    }
    .hero-copy{
      grid-column:1 / span 6;
      grid-row:2;
      margin-top:0;
      padding:0 38px 34px 0;
      position:relative;
      z-index:5;
      display:grid;
      gap:24px;
      align-content:start;
    }
    .hero-copy p{margin:0;color:#646460;font-size:15px;line-height:1.65;max-width:390px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
    .hero-side{
      grid-column:7 / -1;
      grid-row:3;
      margin-top:0;
      position:relative;
      z-index:5;
      background:rgba(255,255,255,.48);
      padding:24px 28px;
      border-left:4px solid var(--red);
      display:grid;
      grid-template-columns:1fr auto;
      gap:24px;
      align-items:center;
    }
    .hero-side p{margin:0;font-size:14px;line-height:1.55;color:#333}
    .hero-side .button{width:max-content}
    .display-title{
      margin:0;
      font-size:clamp(46px,6vw,90px);
      line-height:.88;
      letter-spacing:-.085em;
      text-transform:uppercase;
      font-weight:800;
    }
    .display-title .light{font-weight:400;color:#aaa9a5}
    .display-title .red{color:var(--red)}
    .section-head{
      display:grid;
      grid-template-columns:1fr 2.1fr;
      gap:40px;
      align-items:end;
      margin-bottom:48px;
    }
    .section-lead{max-width:390px;color:#66645f;font-size:14px;line-height:1.65;margin:0}
    .stats-title{text-align:right;max-width:720px;margin-left:auto;margin-bottom:34px}
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .stat{border-top:3px solid var(--red);padding-top:14px}
    .stat strong{display:block;font-size:44px;line-height:1;font-weight:700;letter-spacing:-.06em;margin-bottom:10px}
    .stat span{font-size:12px;text-transform:uppercase;line-height:1.35;color:#4e4e4b}
    .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .feature-card{
      min-height:310px;
      border:1px solid var(--line);
      padding:28px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:rgba(255,255,255,.28);
      transition:transform .3s var(--ease),background .3s var(--ease),box-shadow .3s var(--ease);
    }
    .feature-card:hover{transform:translateY(-6px);background:#fff;box-shadow:0 20px 44px rgba(0,0,0,.09)}
    .feature-num{color:var(--red);font-size:18px;font-weight:600}
    .feature-card h3{font-size:30px;line-height:1;letter-spacing:-.05em;margin:30px 0 18px;font-weight:700}
    .feature-card p{margin:0;color:#6d6c68;font-size:14px;line-height:1.6}
    .process-list{border-top:1px solid var(--line)}
    .process-row{
      display:grid;
      grid-template-columns:110px 1.3fr 1fr;
      gap:26px;
      padding:28px 0;
      border-bottom:1px solid var(--line);
      align-items:center;
    }
    .process-row .number{font-size:48px;color:var(--red);font-weight:500;letter-spacing:-.06em}
    .process-row h3{margin:0;font-size:32px;line-height:1;letter-spacing:-.05em;font-weight:700}
    .process-row p{margin:0;color:#6c6b67;font-size:14px;line-height:1.6}
    .price-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}
    .price-main{background:var(--black);color:#fff;padding:42px;position:relative;overflow:hidden}
    .price-main::after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:var(--red);right:-90px;bottom:-110px}
    .price-kicker{font-size:13px;color:#b5b5b5;text-transform:uppercase;letter-spacing:.08em}
    .price-value{font-size:clamp(64px,8vw,116px);font-weight:800;letter-spacing:-.09em;line-height:.9;margin:26px 0 24px}
    .price-main p{max-width:570px;color:#d0d0d0;line-height:1.65;font-size:15px;position:relative;z-index:1}
    .price-list{margin:28px 0 34px;padding:0;list-style:none;position:relative;z-index:1}
    .price-list li{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:14px}
    .price-side{border:1px solid var(--line);padding:34px;background:rgba(255,255,255,.35)}
    .price-side h3{margin:0 0 18px;font-size:34px;line-height:1;letter-spacing:-.05em}
    .price-side p{font-size:14px;line-height:1.65;color:#66645f}
    .price-note{margin-top:20px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:#85827d;line-height:1.55}
    .works-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
    .work-card{display:block;border:1px solid var(--line);background:rgba(255,255,255,.38);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease)}
    .work-card:hover{transform:translateY(-7px);background:#fff;box-shadow:0 24px 54px rgba(0,0,0,.12)}
    .work-image{aspect-ratio:16/10;overflow:hidden;background:#d8d8d5}
    .work-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
    .work-card:hover .work-image img{transform:scale(1.035)}
    .work-info{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px}
    .work-index{display:block;margin-bottom:12px;color:var(--red);font-family:"Onest",Arial,sans-serif;font-size:13px;font-weight:600}
    .work-info h3{margin:0;font-family:"Jost",Arial,sans-serif;font-size:36px;line-height:.98;letter-spacing:-.045em;font-weight:600}
    .work-info p{margin:9px 0 0;color:#6d6c68;font-size:14px;line-height:1.45}
    .work-arrow{width:52px;height:52px;border:1px solid var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 52px;font-size:22px;transition:transform .35s var(--ease),background .35s var(--ease),color .35s var(--ease)}
    .work-card:hover .work-arrow{transform:rotate(45deg);background:var(--red);border-color:var(--red);color:#fff}
    .proof-box{
      display:grid;
      grid-template-columns:.7fr 1.3fr;
      gap:26px;
      align-items:center;
      border-top:3px solid var(--red);
      border-bottom:1px solid var(--line);
      padding:42px 0;
    }
    .proof-mark{font-size:120px;line-height:1;color:var(--red);font-weight:800;letter-spacing:-.1em}
    .proof-box h3{margin:0 0 16px;font-size:44px;line-height:.95;letter-spacing:-.06em;text-transform:uppercase}
    .proof-box p{margin:0;color:#66645f;font-size:15px;line-height:1.65;max-width:700px}
    .faq{border-top:1px solid var(--line)}
    .faq-item{border-bottom:1px solid var(--line)}
    .faq-button{
      width:100%;
      padding:24px 0;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:20px;
      border:0;
      background:transparent;
      cursor:pointer;
      text-align:left;
      font-size:25px;
      font-weight:600;
      letter-spacing:-.03em;
    }
    .faq-icon{width:42px;height:42px;border:1px solid var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 42px;font-size:24px;font-weight:400;transition:transform .3s var(--ease),background .3s var(--ease),color .3s var(--ease)}
    .faq-item.open .faq-icon{transform:rotate(45deg);background:var(--red);border-color:var(--red);color:#fff}
    .faq-answer{height:0;overflow:hidden;transition:height .4s var(--ease)}
    .faq-answer-inner{padding:0 70px 24px 0;color:#66645f;font-size:15px;line-height:1.65;max-width:880px}
    .contact-panel{background:var(--red);color:#fff;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:48px}
    .contact-panel h2{margin:0 0 22px;font-size:clamp(48px,6vw,86px);line-height:.88;letter-spacing:-.08em;text-transform:uppercase}
    .contact-panel p{margin:0;color:#ffd5d5;font-size:15px;line-height:1.65;max-width:500px}
    .form{display:grid;gap:14px}
    .field{display:grid;gap:8px}
    .field label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#ffd7d7}
    .field input,.field textarea{
      width:100%;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.08);color:#fff;border-radius:18px;padding:15px 18px;outline:none;transition:border-color .2s ease,background .2s ease;
    }
    .field input:focus,.field textarea:focus{border-color:#fff;background:rgba(255,255,255,.13)}
    .field textarea{min-height:112px;resize:vertical}
    .check{display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.5;color:#ffd7d7}
    .check input{margin-top:3px}
    .contact-panel .button{background:#fff;border-color:#fff;color:#111;width:max-content}
    .contact-panel .button:hover{background:#111;border-color:#111;color:#fff}
    .footer{padding:28px 0 36px;color:#75736f;font-size:12px}
    .footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:20px}
    [data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
    [data-reveal].is-visible{opacity:1;transform:none}
    @media(max-width:1050px){
      .topbar{grid-template-columns:1fr auto}.nav{display:none}
      .hero-title{grid-column:1 / span 6}.hero-media{grid-column:7 / -1}
      .hero-copy{grid-column:1 / span 6}.hero-side{grid-column:7 / -1}
      .feature-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:780px){
      .page-shell{width:100%;margin:0;box-shadow:none}
      .container{width:min(calc(100% - 32px),var(--container))}
      .section{padding:72px 0}
      .topbar{min-height:78px}
      .hero-grid{display:block}
      .hero-title{padding:18px 0 0;margin-bottom:24px}
      .hero-title h1{font-size:clamp(58px,18vw,90px)}
      .hero-media{min-height:420px}
      .hero-copy{margin-top:24px;padding-right:0}
      .hero-side{margin-top:22px;display:block}
      .hero-side .button{margin-top:18px;width:100%}
      .section-head{grid-template-columns:1fr;gap:18px}
      .stats-title{text-align:left;margin-left:0}
      .stats-grid{grid-template-columns:repeat(2,1fr)}
      .feature-grid{grid-template-columns:1fr}
      .works-grid{grid-template-columns:1fr}
      .process-row{grid-template-columns:70px 1fr}.process-row p{grid-column:2}
      .price-layout,.proof-box,.contact-panel{grid-template-columns:1fr}
      .proof-mark{font-size:80px}
      .contact-panel{padding:34px 24px}
    }
    @media(max-width:520px){
      .stats-grid{grid-template-columns:1fr}
      .hero-actions{flex-direction:column}.hero-actions .button{width:100%}
      .process-row{grid-template-columns:1fr;gap:10px}.process-row p{grid-column:1}
      .faq-button{font-size:20px}
      .faq-answer-inner{padding-right:0}
      .price-main{padding:30px 22px}.price-side{padding:28px 22px}
      .work-info{padding:20px}.work-info h3{font-size:30px}
    }
:root{
  --red:#E32024;
  --red-dark:#B52221;
  --black:#171717;
  --white:#ffffff;
  --paper:#ffffff;
  --soft:#f2f4f2;
  --soft-warm:#f7f5f2;
  --gray:#6e736f;
  --line:#d9ddd9;
  --container:1280px;
}
body{background:#f2f4f2;color:var(--black);letter-spacing:.005em}
.page-shell{width:100%;margin:0;background:#fff;box-shadow:none;overflow:hidden}
header{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:80;border-bottom:1px solid var(--line)}
.topbar{min-height:84px;border-bottom:0}
.logo-meta strong{font-weight:500}
.nav a{font-weight:500;color:#313532}
.nav a:hover{color:var(--red);background:#f5e9e9}
.header-phone strong{font-weight:500}
h1,h2,h3,.display-title,.hero-title,.stat strong,.process-row .number,.price-value,.proof-mark,.faq-button,.contact-panel h2{
  font-family:"Jost",Arial,Helvetica,sans-serif;
  font-weight:500!important;
  letter-spacing:.015em!important;
  text-align:left!important;
}
.display-title{line-height:.98;font-size:clamp(44px,5.4vw,82px);max-width:880px;margin:0}
.hero-title h1{line-height:.92;letter-spacing:.02em!important;font-size:clamp(62px,7vw,108px)}
.hero-title .price{letter-spacing:.02em;font-weight:500}
.feature-card h3,.process-row h3,.price-side h3,.proof-box h3{letter-spacing:.012em!important}
.stat strong,.price-value,.story-step__number{letter-spacing:.015em!important}
.section{padding:104px 0}
.section--small{padding:76px 0}
.section:nth-of-type(even){background:var(--soft)}
.section-head{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:72px;align-items:end;margin-bottom:50px}
.section-head .display-title{grid-column:1;grid-row:1}
.section-head .section-lead{grid-column:2;grid-row:1;justify-self:end;max-width:390px;margin:0;color:var(--gray);font-size:15px;line-height:1.65;text-align:left}
.stats-head{margin-bottom:36px}
.stats-title{margin:0;max-width:720px;text-align:left!important}
.button{border-radius:999px;padding:14px 26px;font-weight:500;letter-spacing:.01em;border-color:#bfc4c0;background:#fff}
.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,0,0,.10)}
.button--red{background:var(--red);border-color:var(--red);color:#fff}
.button--red:hover{background:var(--red-dark);border-color:var(--red-dark)}
.button--dark{background:var(--black);border-color:var(--black);color:#fff}
.red{color:var(--red)!important}
.hero{background:#fff;padding:72px 0 90px}
.hero-grid{grid-template-columns:repeat(12,1fr);gap:24px;align-items:stretch}
.hero-title{grid-column:1 / span 6;padding:30px 22px 10px 0}
.hero-copy{grid-column:1 / span 5;padding:0 20px 30px 0;align-content:start}
.hero-copy p{max-width:520px;color:var(--gray);font-size:16px}
.hero-media{grid-column:7 / -1;min-height:650px;border-radius:26px;background:#e4e7e4}
.hero-media::before{background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.08));z-index:2;pointer-events:none}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.002)}
.hero-photo-caption{position:absolute;left:24px;right:24px;bottom:24px;z-index:4;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);border-radius:18px;padding:16px 18px;font-size:13px;line-height:1.45;color:#2c302d;border:1px solid rgba(255,255,255,.7)}
.hero-side{background:var(--soft);border-left:4px solid var(--red);border-radius:0 18px 18px 0}
.stats-grid{gap:22px}
.stat{border-top:3px solid var(--red);padding-top:16px}
.stat strong{font-size:42px}
.feature-card{background:#fff;border-radius:22px;border:1px solid var(--line);min-height:300px}
.feature-card:hover{box-shadow:0 22px 44px rgba(24,30,25,.08)}
.story-process{display:grid;gap:28px}
.story-step{display:grid;grid-template-columns:86px minmax(280px,.8fr) minmax(420px,1.2fr);gap:28px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;min-height:380px}
.story-step__number{font-family:"Jost",sans-serif;color:var(--red);font-size:42px;font-weight:500;padding:18px 0 0 12px}
.story-step__copy{align-self:center;padding:28px 20px}
.story-step__copy h3{font-size:clamp(30px,3vw,48px);line-height:1.04;margin:0 0 18px}
.story-step__copy p{margin:0;color:var(--gray);font-size:15px;line-height:1.7}
.story-step__media{margin:0;border-radius:18px;overflow:hidden;min-height:340px}
.story-step__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.story-step--reverse .story-step__media{grid-column:2;grid-row:1}
.story-step--reverse .story-step__copy{grid-column:3;grid-row:1}
.story-step--reverse .story-step__number{grid-column:1;grid-row:1}
.experts-section{background:#fff!important}
.experts-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:stretch}
.experts-photo{margin:0;position:relative;border-radius:26px;overflow:hidden;min-height:590px}
.experts-photo img{width:100%;height:100%;object-fit:cover}
.experts-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.55))}
.experts-photo figcaption{position:absolute;left:24px;bottom:22px;z-index:2;color:#fff;font-size:13px;letter-spacing:.02em}
.experts-copy{background:var(--soft);border-radius:26px;padding:44px;display:flex;flex-direction:column;justify-content:center}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--red);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.09em}
.eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--red)}
.experts-copy h3,.discussion-copy h3{font-size:clamp(34px,3.5vw,54px);line-height:1.04;margin:24px 0 18px}
.experts-copy p,.discussion-copy p{color:var(--gray);font-size:15px;line-height:1.7;margin:0}
.experts-points{display:grid;gap:0;margin-top:34px;border-top:1px solid var(--line)}
.experts-points div{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}
.experts-points strong{color:var(--red);font-family:"Jost",sans-serif;font-weight:500}
.experts-points span{font-size:13px;color:#343936}
.works-grid{gap:22px}
.work-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--line)}
.work-image{background:#e6e9e6}
.work-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(24,30,25,.09)}
.studio-section{background:var(--black)!important;color:#fff}
.studio-section .section-lead{color:#b8bdb9}
.studio-section .display-title{color:#fff}
.office-collage{display:grid;grid-template-columns:1.2fr .8fr .55fr;grid-template-rows:340px 280px;gap:18px}
.office-card{margin:0;position:relative;overflow:hidden;border-radius:22px;background:#2b2d2c}
.office-card img{width:100%;height:100%;object-fit:cover}
.office-card--main{grid-column:1 / span 2;grid-row:1}
.office-card--wide{grid-column:1;grid-row:2}
.office-card--vertical{grid-column:3;grid-row:1 / span 2}
.office-card figcaption{position:absolute;left:18px;bottom:16px;background:rgba(255,255,255,.9);color:#151515;padding:10px 14px;border-radius:999px;font-size:12px}
.office-facts{grid-column:2;grid-row:2;display:grid;gap:0;border:1px solid #3a3d3a;border-radius:22px;padding:10px 24px;background:#202221}
.office-facts div{display:grid;grid-template-columns:130px 1fr;gap:12px;align-items:center;border-bottom:1px solid #363936;padding:16px 0}
.office-facts div:last-child{border-bottom:0}
.office-facts strong{font-family:"Jost",sans-serif;color:var(--red);font-size:28px;font-weight:500;letter-spacing:.02em}
.office-facts span{font-size:12px;line-height:1.4;color:#c3c8c4}
.discussion-section{background:#fff!important}
.discussion-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:stretch}
.discussion-photo{margin:0;border-radius:24px;overflow:hidden;min-height:470px}
.discussion-photo img{width:100%;height:100%;object-fit:cover}
.discussion-copy{background:var(--soft-warm);border-radius:24px;padding:42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.discussion-copy .button{margin-top:28px}
.price-main{background:var(--black);border-radius:24px}
.price-main::after{background:var(--red)}
.price-side{background:#fff;border-radius:24px;border:1px solid var(--line)}
.price-value{font-size:clamp(62px,7vw,104px);letter-spacing:.02em!important}
.proof-box{border-radius:24px;background:var(--soft)}
.contact-panel{background:var(--black);padding:18px;border-radius:28px;display:grid;grid-template-columns:1.08fr .92fr;gap:18px;color:#fff}
.contact-showcase{position:relative;min-height:680px;border-radius:20px;overflow:hidden;background:#2a2a2a}
.contact-main-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.contact-showcase::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 35%,rgba(0,0,0,.82) 100%)}
.contact-inset-photo{position:absolute;z-index:3;right:22px;top:22px;width:180px;height:235px;object-fit:cover;border-radius:16px;border:7px solid rgba(255,255,255,.93);box-shadow:0 18px 40px rgba(0,0,0,.24)}
.contact-intro{position:absolute;z-index:4;left:30px;right:30px;bottom:30px}
.contact-intro .eyebrow{color:#fff}.contact-intro .eyebrow::before{background:var(--red)}
.contact-intro h2{font-size:clamp(42px,5vw,72px);line-height:.98;margin:18px 0 16px;color:#fff}
.contact-intro p{color:#d4d8d4;max-width:620px;font-size:15px}
.contact-form{padding:34px;background:#242625;border-radius:20px;align-content:center}
.contact-form .field input,.contact-form .field textarea{background:#fff;color:#181818;border-color:#fff}
.contact-form .field label,.contact-form .check{color:#c8ccc8}
.contact-form .button{background:var(--red);border-color:var(--red);color:#fff}
.faq-button{letter-spacing:.012em!important}
footer{background:#fff}
@media (max-width:1020px){
  .section-head{grid-template-columns:1fr;gap:22px}
  .section-head .display-title,.section-head .section-lead{grid-column:1;grid-row:auto;justify-self:start}
  .hero-title{grid-column:1 / span 6}
  .hero-media{grid-column:7 / -1;min-height:560px}
  .story-step{grid-template-columns:64px 1fr;min-height:0}
  .story-step__media{grid-column:1 / -1;grid-row:2;min-height:420px}
  .story-step__copy{grid-column:2;grid-row:1}
  .story-step--reverse .story-step__media{grid-column:1 / -1;grid-row:2}
  .story-step--reverse .story-step__copy{grid-column:2;grid-row:1}
  .experts-layout,.discussion-layout,.contact-panel{grid-template-columns:1fr}
  .office-collage{grid-template-columns:1fr 1fr;grid-template-rows:360px 300px 360px}
  .office-card--main{grid-column:1 / -1;grid-row:1}
  .office-card--wide{grid-column:1;grid-row:2}
  .office-facts{grid-column:2;grid-row:2}
  .office-card--vertical{grid-column:1 / -1;grid-row:3}
  .contact-showcase{min-height:620px}
}
@media (max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .section{padding:76px 0}.section--small{padding:58px 0}
  .hero{padding:38px 0 62px}
  .hero-grid{display:flex;flex-direction:column}
  .hero-title,.hero-copy,.hero-media,.hero-side{width:100%;padding-left:0;padding-right:0}
  .hero-title{order:1}.hero-copy{order:2}.hero-media{order:3;min-height:520px}.hero-side{order:4}
  .hero-title h1{font-size:clamp(52px,16vw,82px)}
  .display-title{font-size:clamp(38px,11vw,58px)}
  .story-step{grid-template-columns:1fr;padding:14px}
  .story-step__number,.story-step__copy,.story-step__media,.story-step--reverse .story-step__number,.story-step--reverse .story-step__copy,.story-step--reverse .story-step__media{grid-column:1;grid-row:auto}
  .story-step__number{padding:12px 14px 0}.story-step__copy{padding:12px 14px 20px}.story-step__media{min-height:330px}
  .experts-photo{min-height:430px}.experts-copy,.discussion-copy{padding:28px}
  .office-collage{display:grid;grid-template-columns:1fr;grid-template-rows:320px 260px 440px auto}
  .office-card--main,.office-card--wide,.office-card--vertical,.office-facts{grid-column:1;grid-row:auto}
  .office-facts div{grid-template-columns:110px 1fr}
  .discussion-photo{min-height:330px}
  .contact-showcase{min-height:600px}.contact-inset-photo{width:120px;height:165px}
  .contact-form{padding:24px}
}
:root{
  --red:#ff2027;
  --red-dark:#d30c12;
  --black:#101112;
  --paper:#f7f7f5;
  --soft:#eff1ef;
  --soft-warm:#f3f1ee;
  --line:#d9dcda;
}
body{background:#efefed}
.page-shell{
  width:min(100%,1440px);
  margin:0 auto;
  background:var(--paper);
  box-shadow:none;
}
.topbar{
  min-height:82px;
  background:rgba(247,247,245,.94);
  backdrop-filter:blur(16px);
}
.section{padding:84px 0}
.section--small{padding:62px 0}
.hero-title h1{
  font-size:clamp(54px,6.2vw,90px);
  line-height:.96;
  letter-spacing:.035em!important;
  text-align:left;
  white-space:nowrap;
}
.display-title{
  font-size:clamp(36px,4.25vw,62px);
  line-height:1.02;
  letter-spacing:.025em!important;
  max-width:none;
  text-align:left;
  white-space:nowrap;
  text-wrap:nowrap;
}
.section-head{
  grid-template-columns:minmax(0,1.32fr) minmax(260px,.68fr);
  gap:54px;
  align-items:end;
  margin-bottom:42px;
}
.section-head .display-title{justify-self:start}
.section-head .section-lead{
  justify-self:end;
  text-align:left;
  max-width:380px;
}
.feature-card h3,.work-info h3,.experts-copy h3,.discussion-copy h3,.price-side h3,.proof-box h3{
  letter-spacing:.018em!important;
}
.contact-intro h2{
  font-size:clamp(34px,4vw,56px);
  line-height:1.02;
  letter-spacing:.025em!important;
  white-space:nowrap;
}
#included,#price,#faq{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
#included::before,#price::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(255,32,39,.34);
  filter:blur(90px);
  pointer-events:none;
}
#included::before{right:-180px;bottom:-180px}
#price::before{right:-150px;top:80px}
.feature-card{
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 34px rgba(20,24,21,.035);
}
.work-card{
  background:#111213;
  color:#fff;
  border:0;
  border-radius:20px;
}
.work-card:hover{
  background:#111213;
  box-shadow:0 22px 48px rgba(0,0,0,.18);
}
.work-info p{color:#b9bdbc}
.work-arrow{border-color:#fff;color:#fff}
.work-index{color:var(--red)}
#process .story-process{
  display:grid;
  gap:0;
  padding:12px;
  border-radius:24px;
  background:#111213;
  overflow:hidden;
}
#process .story-step{
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:24px;
  align-items:center;
  min-height:0;
  padding:26px 30px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.13);
  border-radius:0;
  background:#111213;
  color:#fff;
}
#process .story-step:first-child{border-radius:15px 15px 0 0}
#process .story-step:nth-child(2){background:var(--red)}
#process .story-step:last-child{
  border-bottom:0;
  border-radius:0 0 15px 15px;
}
#process .story-step__number{
  padding:0;
  color:#fff;
  font-size:34px;
  letter-spacing:.04em!important;
}
#process .story-step__copy{
  padding:0;
  align-self:center;
}
#process .story-step__copy h3{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(27px,2.8vw,40px);
  line-height:1.06;
  letter-spacing:.018em!important;
}
#process .story-step__copy p{
  max-width:820px;
  color:#bfc3c1;
  font-size:14px;
  line-height:1.65;
}
#process .story-step:nth-child(2) .story-step__copy p{color:#fff}
.price-main{
  background:#fff;
  color:var(--black);
  border:1px solid var(--line);
  border-radius:20px;
}
.price-main::after{display:none}
.price-kicker{color:#777b78}
.price-main p{color:#646864}
.price-list li{border-bottom-color:var(--line)}
.price-side{border-radius:20px}
.proof-box,.discussion-copy,.experts-copy{border-radius:20px}
@media (max-width:1020px){
  .section-head{grid-template-columns:1fr;gap:18px}
  .section-head .section-lead{justify-self:start;max-width:600px}
  #process .story-step{grid-template-columns:70px 1fr}
}
@media (max-width:760px){
  .page-shell{width:100%}
  .section{padding:66px 0}
  .section--small{padding:50px 0}
  .hero-title h1{
    font-size:clamp(43px,13vw,66px);
    letter-spacing:.02em!important;
  }
  .display-title{
    font-size:clamp(24px,7.1vw,37px);
    letter-spacing:.018em!important;
  }
  .discussion-section .display-title{
    font-size:clamp(22px,6.4vw,32px);
  }
  .contact-intro h2{
    font-size:clamp(25px,7vw,36px);
    letter-spacing:.015em!important;
  }
  #process .story-process{padding:8px}
  #process .story-step{
    grid-template-columns:1fr;
    gap:10px;
    padding:22px 20px;
  }
  #process .story-step__number{font-size:25px}
  #process .story-step__copy h3{font-size:26px}
}
@media (max-width:420px){
  .display-title{font-size:23px}
  .discussion-section .display-title{font-size:20px}
  .hero-title h1{font-size:43px}
}
.cases-reference .work-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
html,body{background:#fff!important;overflow-x:hidden}
.page-shell{width:100%!important;max-width:none!important;margin:0!important;background:#fff!important}
.container{width:min(calc(100% - 64px),1440px)!important;margin-inline:auto!important}
.hero-reference{
  width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  min-height:calc(100vh - 84px)!important;
  background-size:cover!important;
  background-position:center center!important;
  align-items:stretch!important;
}
.hero-reference__inner{
  min-height:calc(100vh - 84px)!important;
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  column-gap:24px!important;
  align-items:end!important;
  padding-top:120px!important;
  padding-bottom:64px!important;
}
.hero-reference__content{grid-column:1 / span 6!important;max-width:none!important}
@media(max-width:900px){
  .container{width:min(calc(100% - 32px),1440px)!important}
  .hero-reference{min-height:calc(100vh - 76px)!important}
  .hero-reference__inner{min-height:calc(100vh - 76px)!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;padding-top:110px!important;padding-bottom:42px!important}
  .hero-reference__content{grid-column:1 / -1!important}
}
.process-reference__layout{display:block!important}
.process-reference__photo,.process-accordion,.process-reference__note{display:none!important}
.process-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.process-tile{position:relative;min-height:300px;padding:34px 34px 30px;border-radius:24px;background:#f7f7f5;border:1px solid #ececea;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:transform .45s ease,box-shadow .45s ease,background .45s ease}
.process-tile:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(18,22,20,.08);background:#fff}
.process-tile__ghost{position:absolute;right:20px;top:-16px;font-family:"Jost",sans-serif;font-size:150px;line-height:1;font-weight:500;color:#efefed;letter-spacing:-.08em;pointer-events:none}
.process-tile__top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.process-tile h3{margin:0;max-width:360px;font-size:clamp(30px,3vw,46px);line-height:1.02;font-weight:500;letter-spacing:.02em}
.process-tile__time{border:1px solid #c8cac7;border-radius:999px;padding:8px 12px;font-size:12px;white-space:nowrap;color:#656965}
.process-tile p{position:relative;z-index:1;margin:70px 0 0;max-width:520px;color:#6c716d;font-size:15px;line-height:1.65}
.process-tile--accent{background:#ff252f;color:#fff;border-color:#ff252f}
.process-tile--accent .process-tile__ghost{color:rgba(255,255,255,.15)}
.process-tile--accent p,.process-tile--accent .process-tile__time{color:#fff}.process-tile--accent .process-tile__time{border-color:rgba(255,255,255,.5)}
.office-collage{display:grid!important;grid-template-columns:1.45fr .75fr!important;grid-template-rows:520px!important;gap:18px!important}
.office-card--main{grid-column:1!important;grid-row:1!important}
.office-card--vertical{grid-column:2!important;grid-row:1!important}
.office-card--wide{display:none!important}
.office-facts{grid-column:1 / -1!important;grid-row:2!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;padding:8px 24px!important}
.office-facts div{grid-template-columns:110px 1fr!important;border-bottom:0!important;border-right:1px solid #363936!important;padding:18px!important}
.office-facts div:last-child{border-right:0!important}
@media(max-width:900px){.process-tiles{grid-template-columns:1fr}.office-collage{grid-template-columns:1fr!important;grid-template-rows:380px 420px auto!important}.office-card--main{grid-column:1!important;grid-row:1!important}.office-card--vertical{grid-column:1!important;grid-row:2!important}.office-facts{grid-column:1!important;grid-row:3!important;grid-template-columns:1fr!important}.office-facts div{border-right:0!important;border-bottom:1px solid #363936!important}}
@media(max-width:560px){.process-tile{min-height:260px;padding:26px}.process-tile p{margin-top:48px}.process-tile__ghost{font-size:110px}.office-collage{grid-template-rows:300px 360px auto!important}}
header{background:#fff!important;backdrop-filter:none!important;box-shadow:none!important}
header::before,header::after,.topbar::before,.topbar::after{display:none!important;content:none!important}
.header-cta .button,.header-cta .button--outline{background:#fff!important}
.header-cta .button span,.header-cta .button::after{background:transparent!important;box-shadow:none!important}
.process-tile{position:relative}
.process-tile__top{display:block!important}
.process-tile__time{display:inline-flex!important;position:relative!important;inset:auto!important;order:-1;margin:0 0 18px 0!important;align-items:center;justify-content:center;min-height:34px;padding:7px 14px;border:1px solid rgba(25,25,25,.28);border-radius:999px;font-size:13px;line-height:1;z-index:3}
.process-tile__top h3{margin:0!important}
.process-tile--accent .process-tile__time{border-color:rgba(255,255,255,.65);color:#fff}
.faq-button{align-items:center!important}
.faq-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;padding:0!important;text-align:center!important}
.contact-reference__file{display:flex!important;align-items:center!important;gap:10px!important}
.contact-reference__file svg{width:18px;height:18px;flex:0 0 18px;stroke:currentColor}
:root{--red:#ff1f2d;--red-dark:#df0818;--paper:#f6f5f3;--black:#222328;--line:#c8c7c4}
body{background:#dedede}
.page-shell{background:var(--paper);position:relative}
.page-shell::before,.page-shell::after{content:"";position:absolute;width:360px;height:160px;border-radius:50%;background:rgba(255,31,45,.30);filter:blur(55px);pointer-events:none;z-index:0}
.page-shell::before{top:760px;left:-170px}.page-shell::after{top:2500px;right:-190px}
main,.footer{position:relative;z-index:1}
.section,.section--small{position:relative}
.blur-spot::before{content:"";position:absolute;width:260px;height:90px;border-radius:50%;background:rgba(255,31,45,.25);filter:blur(44px);pointer-events:none;top:-28px;right:-100px;z-index:-1}
.display-title{font-size:clamp(38px,4.7vw,70px);line-height:.96;letter-spacing:.01em;text-transform:none;font-weight:500!important;max-width:820px;text-align:left}
.section-head{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:start;gap:54px;margin-bottom:38px}
.section-head .display-title{grid-column:1}.section-head .section-lead{grid-column:2;max-width:330px;font-size:15px;color:#5f6064}
.hero-reference{min-height:680px;padding:0;background-image:linear-gradient(90deg,rgba(0,0,0,.74) 0%,rgba(0,0,0,.54) 48%,rgba(0,0,0,.20) 100%),var(--hero-bg);background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff}
.hero-reference__inner{width:100%;padding-top:150px;padding-bottom:70px}
.hero-reference__content{max-width:720px}
.hero-reference h1{margin:0;font-size:clamp(60px,7.2vw,108px);line-height:.86;letter-spacing:.015em;text-transform:uppercase;font-weight:500!important;white-space:nowrap}
.hero-reference h1 span{color:var(--red)}
.hero-reference__price{font-family:"Jost",sans-serif;font-size:clamp(38px,4.6vw,66px);line-height:1;letter-spacing:.02em;margin:24px 0 28px;font-weight:500}
.hero-reference p{max-width:690px;font-size:20px;line-height:1.38;margin:0 0 36px;color:#fff}
.hero-reference .button{min-width:200px}
.stats-reference__layout{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:center}
.stats-reference__photo{border-radius:24px;overflow:hidden;min-height:390px}.stats-reference__photo img{width:100%;height:100%;object-fit:cover}
.stats-reference__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:42px 36px}
.stat-reference strong{font-family:"Jost",sans-serif;font-weight:500;font-size:clamp(50px,5vw,76px);line-height:.9;letter-spacing:.02em;display:block}
.stat-reference span{font-size:14px;color:#5d5e62;display:block;margin-top:8px}
.cases-reference .section-head{margin-bottom:26px}
.works-grid{gap:34px 22px}
.work-card{border:0;background:transparent;overflow:visible;box-shadow:none!important;transform:none!important}
.work-image{position:relative;border-radius:28px;aspect-ratio:16/9;background:#050505;overflow:hidden}
.work-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease),filter .4s ease}
.work-card:hover .work-image img{transform:scale(1.045);filter:brightness(.72)}
.work-hover-circle{position:absolute;left:50%;top:50%;width:126px;height:126px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-size:15px;font-weight:500;transform:translate(-50%,-50%) scale(.35);opacity:0;transition:opacity .32s var(--ease),transform .38s var(--ease);z-index:3}
.work-card:hover .work-hover-circle{opacity:1;transform:translate(-50%,-50%) scale(1)}
.work-corner-arrow{position:absolute;right:16px;top:16px;width:46px;height:46px;border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;font-size:20px;z-index:4;transition:transform .35s ease}
.work-card:hover .work-corner-arrow{transform:rotate(45deg)}
.work-info{display:block;padding:16px 0 0}.work-info h3{font-size:26px;line-height:1.05;letter-spacing:.01em;font-weight:500!important}.work-info p{font-size:14px;max-width:500px}
.work-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.work-tags span{border:1px solid #aaa;border-radius:999px;padding:6px 13px;font-size:11px;color:#727276}
.process-reference__head{margin-bottom:28px}
.process-reference__layout{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.process-reference__photo{border-radius:26px;overflow:hidden;min-height:600px}.process-reference__photo img{width:100%;height:100%;object-fit:cover}
.process-accordion{border-radius:26px;overflow:hidden;background:#eee}
.process-card{background:#252525;color:#fff;transition:background .35s ease,color .35s ease}
.process-card:nth-child(2){background:#606060}.process-card--red{background:var(--red)}.process-card:nth-child(4){background:#f0f0f0;color:#151515}
.process-card button{width:100%;border:0;background:transparent;color:inherit;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;text-align:left;padding:28px 30px;cursor:pointer;font-family:"Jost",sans-serif}
.process-card button span{font-size:32px;line-height:1;letter-spacing:.01em;font-weight:500}.process-card button em{font-family:"Onest",sans-serif;font-style:normal;border:1px solid currentColor;border-radius:999px;padding:7px 12px;font-size:12px;opacity:.55;white-space:nowrap}
.process-card__body{height:0;overflow:hidden;transition:height .55s var(--ease)}.process-card__body p{margin:0;padding:0 30px 28px;font-size:14px;line-height:1.55;max-width:520px;color:inherit;opacity:.72}
.process-card.is-open .process-card__body{height:auto}
.process-reference__note{margin:18px 0 0;font-size:12px;color:#777;text-align:right}
.contact-reference__panel{border:1px solid #8f8f8c;border-radius:26px;padding:54px;display:grid;grid-template-columns:.9fr 1.35fr;gap:60px;background:rgba(255,255,255,.2)}
.contact-reference__intro h2{font-family:"Jost",sans-serif;font-size:clamp(42px,4.2vw,64px);line-height:.98;letter-spacing:.01em;margin:0 0 18px;font-weight:500!important}.contact-reference__intro p{font-size:17px;color:#6f7074}
.contact-reference__form{display:grid;gap:12px}.contact-reference__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-reference__form input,.contact-reference__form textarea{border:0;background:#e9e8e6;border-radius:18px;padding:17px 18px;font-family:"Onest",sans-serif;font-size:14px;outline:none}.contact-reference__form textarea{min-height:112px;resize:vertical}
.contact-reference__file{font-size:13px;color:#45464a;display:flex;align-items:center;gap:10px;cursor:pointer;padding:4px 2px}.contact-reference__file span{font-size:20px}
.contact-reference__bottom{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-top:22px}.contact-reference__check{display:flex;gap:9px;font-size:11px;line-height:1.45;color:#777}.contact-reference__check a{color:var(--red)}.contact-reference__check input{margin-top:2px}.contact-reference__bottom .button{min-width:180px}
@media(max-width:900px){.hero-reference{min-height:620px}.hero-reference h1{white-space:normal}.stats-reference__layout,.process-reference__layout,.contact-reference__panel{grid-template-columns:1fr}.section-head{grid-template-columns:1fr}.section-head .display-title,.section-head .section-lead{grid-column:auto}.stats-reference__photo{min-height:330px}.process-reference__photo{min-height:420px}.contact-reference__panel{padding:34px}.contact-reference__row,.contact-reference__bottom{grid-template-columns:1fr}.contact-reference__bottom .button{width:100%}}
@media(max-width:560px){.hero-reference{min-height:580px}.hero-reference__inner{padding-top:120px;padding-bottom:44px}.hero-reference h1{font-size:54px}.hero-reference p{font-size:16px}.stats-reference__grid{grid-template-columns:1fr 1fr;gap:28px 18px}.process-card button{padding:22px}.process-card button span{font-size:25px}.work-hover-circle{width:100px;height:100px}.contact-reference__panel{padding:25px 20px}}
.cases-reference .work-card{color:var(--black)!important;background:transparent!important;box-shadow:none!important}
.cases-reference .work-card:hover{background:transparent!important;box-shadow:none!important;transform:none!important}
.cases-reference .work-image{background:#ececeb!important;border-radius:28px!important;aspect-ratio:16/9!important}
.cases-reference .work-image img{filter:none!important;transform:scale(1.001)!important}
.cases-reference .work-card:hover .work-image img{filter:brightness(.88)!important;transform:scale(1.025)!important}
.cases-reference .work-info{color:var(--black)!important;padding:16px 0 0!important;background:transparent!important}
.cases-reference .work-info h3{color:var(--black)!important;font-size:25px!important;line-height:1.08!important}
.cases-reference .work-info p{color:#666966!important}
.cases-reference .work-tags span{color:#6d706d!important;border-color:#a9aaa8!important;background:transparent!important}
.cases-reference .work-hover-circle{width:126px;height:126px;background:var(--red);color:#fff;opacity:0;transform:translate(-50%,-50%) scale(.45);transition:opacity .35s ease,transform .5s cubic-bezier(.2,.75,.25,1)}
.cases-reference .work-card:hover .work-hover-circle{opacity:1;transform:translate(-50%,-50%) scale(1)}
.discussion-copy h3,.experts-copy h3{font-size:clamp(30px,3.1vw,47px)!important;line-height:1.06!important;max-width:560px!important;text-wrap:balance}
.process-card__body{height:0;overflow:hidden;transition:height 1.15s cubic-bezier(.22,.72,.18,1)!important}
.process-card__body p{opacity:0;transform:translateY(-8px);transition:opacity .65s ease .28s,transform .65s ease .28s;color:inherit!important;line-height:1.62!important}
.process-card.is-open .process-card__body p{opacity:.9;transform:none}
.process-card button{transition:padding .75s ease,background .75s ease}
.process-card.is-open button{padding-bottom:18px}
.process-card:nth-child(4) .process-card__body p{color:#3d3d3d!important}
@media(max-width:760px){.discussion-copy h3,.experts-copy h3{font-size:30px!important}}
html, body, .page-shell, main, .footer,
.section, .section--small,
.section:nth-of-type(even){
  background:#fff !important;
}
.feature-card,
.hero-side,
.experts-copy,
.discussion-copy,
.proof-box,
.price-side,
.contact-reference__panel,
.cases-reference .work-image,
.process-tile:not(.process-tile--accent){
  background:#fff !important;
}
.process-tile:not(.process-tile--accent),
.feature-card,
.experts-copy,
.discussion-copy,
.proof-box,
.price-side,
.contact-reference__panel{
  border-color:#e1e1de !important;
}
.contact-reference__form input,
.contact-reference__form textarea{
  background:#fff !important;
  border:1px solid #dededb !important;
}
.page-shell::before,
.page-shell::after,
.blur-spot::before,
.price-main::after{
  content:none !important;
  display:none !important;
  background:none !important;
  filter:none !important;
}
header{
  background:#fff !important;
  border-bottom:0 !important;
  box-shadow:0 8px 28px rgba(20,22,21,.055) !important;
  backdrop-filter:none !important;
}
.topbar{
  background:#fff !important;
  border-bottom:0 !important;
}
header::before,
header::after,
.topbar::before,
.topbar::after{
  content:none !important;
  display:none !important;
}
.proof-box{
  background:#fff !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:0 20px 55px rgba(24,26,25,.11) !important;
  border-radius:24px !important;
  padding:42px 48px !important;
}
@media (max-width:760px){
  .proof-box{padding:30px 24px !important;}
}
.button::after{content:none!important;display:none!important;}
.work-corner-arrow{display:none!important;}
.button{gap:0!important;}
.menu-button{
  width:48px;height:48px;padding:0;border:0;border-radius:50%;
  background:#f2f2f0;align-items:center;justify-content:center;
  flex-direction:column;gap:5px;cursor:pointer;position:relative;z-index:3;
}
.menu-button span{
  display:block;width:20px;height:2px;background:#171717;border-radius:2px;
  transition:transform .28s ease,opacity .2s ease;transform-origin:center;
}
.mobile-menu{
  position:absolute;left:0;right:0;top:100%;background:#fff;
  border-top:1px solid #ececea;box-shadow:0 18px 40px rgba(18,20,19,.10);
  max-height:0;opacity:0;visibility:hidden;overflow:hidden;
  transition:max-height .38s ease,opacity .25s ease,visibility .25s ease;
}
.mobile-menu__inner{display:grid;padding-top:18px;padding-bottom:24px;}
.mobile-menu a{
  display:flex;align-items:center;min-height:50px;border-bottom:1px solid #ececea;
  font-size:17px;font-weight:500;color:#252725;
}
.mobile-menu__cta{color:var(--red)!important;border-bottom:0!important;margin-top:8px;}
header.mobile-menu-open .mobile-menu{max-height:520px;opacity:1;visibility:visible;}
header.mobile-menu-open .menu-button span:nth-child(1){transform:translateY(7px) rotate(45deg);}
header.mobile-menu-open .menu-button span:nth-child(2){opacity:0;}
header.mobile-menu-open .menu-button span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
body.mobile-menu-opened{overflow:hidden;}
@media (min-width:901px){
  .menu-button,.mobile-menu{display:none!important;}
}
@media (max-width:900px){
  header{position:sticky!important;top:0!important;}
  .topbar{grid-template-columns:1fr auto!important;gap:16px!important;min-height:76px!important;}
  .nav,.header-desktop-cta{display:none!important;}
  .menu-button{display:inline-flex!important;}
}
@media (max-width:430px){
  .logo{gap:9px;}
  .btb-logo{width:68px;height:34px;}
  .logo-meta strong{font-size:14px;}
  .logo-meta small{font-size:9px;}
}
.hero-reference{
  min-height:auto!important;
  padding:72px 0 90px!important;
  background:#fff!important;
  color:var(--dark)!important;
  background-image:none!important;
  align-items:stretch!important;
}
.hero-reference__inner{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:32px!important;
  align-items:center!important;
  padding-top:0!important;
  padding-bottom:0!important;
  min-height:auto!important;
}
.hero-reference__content{
  grid-column:1 / span 5!important;
  max-width:none!important;
  background:var(--soft)!important;
  border-radius:26px!important;
  padding:48px 44px!important;
  box-shadow:0 16px 50px rgba(20,27,22,.08)!important;
}
.hero-reference__media{
  grid-column:6 / -1!important;
  min-height:620px!important;
  border-radius:26px!important;
  overflow:hidden!important;
  position:relative!important;
  background:#e7ebe7!important;
  box-shadow:0 16px 50px rgba(20,27,22,.08)!important;
}
.hero-reference__photo{
  position:absolute!important;
  inset:0!important;
  background-image:var(--hero-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
.hero-reference h1{
  color:var(--dark)!important;
  white-space:normal!important;
  font-size:clamp(58px,6.6vw,102px)!important;
  line-height:.9!important;
  margin:0!important;
}
.hero-reference h1 span{color:var(--red)!important;}
.hero-reference__price{
  color:var(--dark)!important;
  margin:22px 0 24px!important;
}
.hero-reference p{
  max-width:540px!important;
  color:var(--gray)!important;
  font-size:18px!important;
  line-height:1.55!important;
  margin:0 0 32px!important;
}
.hero-reference .button{min-width:200px!important;}
@media (max-width: 1100px){
  .hero-reference__content{grid-column:1 / span 6!important;padding:42px 36px!important;}
  .hero-reference__media{grid-column:7 / -1!important;min-height:540px!important;}
}
@media (max-width: 900px){
  .hero-reference{padding:34px 0 58px!important;}
  .hero-reference__inner{grid-template-columns:1fr!important;gap:22px!important;}
  .hero-reference__content,.hero-reference__media{grid-column:auto!important;}
  .hero-reference__content{padding:32px 24px!important;}
  .hero-reference__media{min-height:420px!important;}
  .hero-reference h1{font-size:clamp(48px,14vw,72px)!important;}
  .hero-reference p{font-size:16px!important;}
}
.hero-reference{
  min-height:auto!important;
  padding:72px 0 90px!important;
  background:#fff!important;
  background-image:none!important;
  color:#222328!important;
  align-items:stretch!important;
}
.hero-reference__inner{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:28px!important;
  align-items:stretch!important;
  min-height:auto!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.hero-reference__content,
.hero-reference__media{
  min-width:0!important;
  min-height:620px!important;
  height:100%!important;
  border-radius:26px!important;
  overflow:hidden!important;
  box-shadow:0 16px 48px rgba(25,30,27,.08)!important;
}
.hero-reference__content{
  grid-column:1 / span 5!important;
  max-width:none!important;
  padding:clamp(34px,3.6vw,54px)!important;
  background:#f2f4f2!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
}
.hero-reference__media{
  grid-column:6 / -1!important;
  position:relative!important;
  background:#e8eae8!important;
}
.hero-reference__photo{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-image:var(--hero-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
.hero-reference h1{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  color:#222328!important;
  font-size:clamp(48px,4.55vw,72px)!important;
  line-height:.94!important;
  letter-spacing:.015em!important;
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  text-wrap:balance!important;
}
.hero-reference h1 span{color:#ff1f2d!important;}
.hero-reference__price{
  max-width:100%!important;
  margin:24px 0 26px!important;
  color:#222328!important;
  font-size:clamp(38px,3.6vw,56px)!important;
  line-height:1!important;
  white-space:normal!important;
}
.hero-reference p{
  max-width:100%!important;
  margin:0 0 34px!important;
  color:#656a66!important;
  font-size:17px!important;
  line-height:1.62!important;
}
.button,
.mobile-menu__cta{
  transition:background-color .28s ease,color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease!important;
}
.button:hover,
.button:focus-visible,
.mobile-menu__cta:hover,
.mobile-menu__cta:focus-visible,
.contact-reference__bottom .button:hover,
.contact-reference__bottom .button:focus-visible{
  background:#fff!important;
  color:#ff1f2d!important;
  border-color:#ff1f2d!important;
  box-shadow:0 12px 28px rgba(255,31,45,.14)!important;
  transform:translateY(-2px)!important;
}
.button::after{display:none!important;content:none!important;}
[data-reveal]{
  opacity:0;
  transform:translateY(38px) scale(.985);
  filter:blur(5px);
  transition:
    opacity .78s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms),
    transform .78s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms),
    filter .78s ease var(--reveal-delay,0ms)!important;
  will-change:opacity,transform,filter;
}
[data-reveal].is-visible{
  opacity:1;
  transform:none;
  filter:none;
}
.form-status{
  padding:14px 16px;
  border-radius:14px;
  font-size:14px;
  line-height:1.45;
}
.form-status--success{background:#edf8ef;color:#207535;border:1px solid #bfe1c6;}
.form-status--error{background:#fff0f0;color:#a51d25;border:1px solid #f0b8bc;}
@media(max-width:1100px){
  .hero-reference__content{grid-column:1 / span 6!important;padding:40px 34px!important;}
  .hero-reference__media{grid-column:7 / -1!important;}
  .hero-reference__content,.hero-reference__media{min-height:560px!important;}
  .hero-reference h1{font-size:clamp(46px,5.5vw,64px)!important;}
}
@media(max-width:900px){
  .hero-reference{padding:34px 0 60px!important;}
  .hero-reference__inner{grid-template-columns:1fr!important;gap:22px!important;}
  .hero-reference__content,.hero-reference__media{grid-column:1!important;min-height:0!important;height:auto!important;}
  .hero-reference__content{padding:32px 24px!important;}
  .hero-reference__media{min-height:430px!important;}
  .hero-reference h1{font-size:clamp(44px,13vw,68px)!important;}
  .hero-reference__price{font-size:clamp(34px,9vw,48px)!important;}
  .hero-reference p{font-size:16px!important;}
}
@media(max-width:520px){
  .hero-reference__media{min-height:330px!important;border-radius:22px!important;}
  .hero-reference__content{border-radius:22px!important;}
}
@media(prefers-reduced-motion:reduce){
  [data-reveal]{opacity:1!important;transform:none!important;filter:none!important;transition:none!important;}
  .button,.mobile-menu__cta{transition:none!important;}
}
.faq-icon{
  position:relative!important;
  display:inline-grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  font-size:0!important;
  line-height:0!important;
  box-sizing:border-box!important;
}
.faq-icon::before,
.faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:1.5px;
  border-radius:999px;
  background:currentColor;
  transform:translate(-50%,-50%);
  transform-origin:center;
}
.faq-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
#process .process-tile--accent:hover{
  transform:none!important;
  box-shadow:none!important;
  background:#ff252f!important;
  border-color:#ff252f!important;
  color:#fff!important;
}
#process .process-tile--accent:hover .process-tile__ghost{
  color:rgba(255,255,255,.15)!important;
}
#process .process-tile--accent:hover p,
#process .process-tile--accent:hover .process-tile__time,
#process .process-tile--accent:hover h3{
  color:#fff!important;
}
.topbar{padding-top:12px!important;padding-bottom:12px!important;}
.logo{display:inline-flex!important;align-items:center!important;gap:12px!important;min-width:0!important;max-width:230px!important;overflow:visible!important;}
.btb-logo{display:block!important;width:80px!important;height:40px!important;max-width:80px!important;max-height:40px!important;object-fit:contain!important;object-position:center!important;flex:0 0 80px!important;overflow:visible!important;}
.logo-meta{min-width:0!important;}
@media(max-width:900px){.topbar{min-height:76px!important;padding-top:10px!important;padding-bottom:10px!important;}.logo{max-width:190px!important;}.btb-logo{width:72px!important;height:36px!important;max-width:72px!important;max-height:36px!important;flex-basis:72px!important;}}
@media(max-width:430px){.logo{gap:8px!important;max-width:175px!important;}.btb-logo{width:64px!important;height:32px!important;max-width:64px!important;max-height:32px!important;flex-basis:64px!important;}.logo-meta strong{font-size:14px!important;}.logo-meta small{font-size:9px!important;}}
