/* 21st.dev-inspired component refinement, adapted for architectural B2B sourcing. */
:root{
  --surface:#ffffff;
  --surface-soft:#f4f6f7;
  --surface-warm:#f0f1f1;
  --navy:#071525;
  --navy-soft:#102438;
  --blue:#0c7298;
  --blue-light:#83c3da;
  --hairline:rgba(10,25,47,.14);
  --premium-shadow:0 30px 80px rgba(7,21,37,.12);
}

body{background:var(--surface);color:#111a22}
.section{padding:104px 0}
.section-head{max-width:760px;margin-bottom:42px}
.section-head h2,.proof-top h2,.solution-intro h2,.contact-copy h2,.faq h2{font-weight:600;line-height:1.04;letter-spacing:-.045em}
.eyebrow{font-size:.66rem;letter-spacing:.2em}

/* Navigation */
.site-header{border-bottom:1px solid var(--hairline);box-shadow:0 10px 30px rgba(7,21,37,.035)}
.primary-nav a{font-weight:600;letter-spacing:.01em}
.primary-nav .nav-cta{border:1px solid var(--blue);box-shadow:0 8px 22px rgba(12,114,152,.18)}

/* Hero: editorial information panel beside a full-height project image. */
.hero{background:var(--surface-soft);border-bottom:1px solid var(--hairline)}
.hero .hero-grid{position:relative;background:var(--surface-soft)}
.hero-copy{
  position:relative;
  background:
    linear-gradient(rgba(10,25,47,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(10,25,47,.045) 1px,transparent 1px),
    var(--surface-soft);
  background-size:72px 72px;
}
.hero-copy:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background:var(--hairline)}
.hero .eyebrow{display:flex;align-items:center;gap:10px}
.hero .eyebrow:before{content:"";width:28px;height:2px;background:var(--blue)}
.hero h1{font-weight:600;letter-spacing:-.05em}
.hero-lead{color:#52616d}
.hero .button{border-radius:1px;transition:background-color .2s ease,border-color .2s ease,color .2s ease}
.hero .button-primary{box-shadow:0 12px 26px rgba(12,114,152,.2)}
.hero .button-ghost:hover{border-color:var(--navy);background:var(--navy);color:#fff}
.project-fit{padding:12px 14px;border:1px solid var(--hairline);border-left:3px solid var(--blue);background:rgba(255,255,255,.72)}
.hero .micro-proof{background:rgba(255,255,255,.7)}
.hero .micro-proof span{font-weight:650;text-transform:uppercase;letter-spacing:.045em}
.hero-visual{overflow:hidden}
.hero-visual img{filter:saturate(.88) contrast(1.03)}
.hero-visual figcaption{border:1px solid rgba(255,255,255,.24);border-left:3px solid var(--blue);box-shadow:0 20px 50px rgba(0,0,0,.22)}

/* Project types: restrained feature-card language, no catalogue styling. */
#buyers{background:#fff}
#buyers .section-head{display:grid;grid-template-columns:minmax(0,1fr);gap:0}
.buyer-grid{border:1px solid var(--hairline);background:var(--hairline);gap:1px}
.buyer-card,.buyer-card:nth-child(3n+1),.buyer-card:nth-child(odd){
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:245px;
  padding:30px;
  overflow:hidden;
  border:0;
  background:#fff;
  box-shadow:none;
  transform:none;
}
.buyer-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.buyer-card:after{content:"↗";position:absolute;right:26px;top:25px;color:#9aa6ae;font-size:1rem}
.buyer-card:hover{border:0;background:#f7f9fa;box-shadow:none;transform:none}
.buyer-card:hover:before{transform:scaleX(1)}
.buyer-card>span{color:var(--blue);font-size:.65rem;letter-spacing:.18em}
.buyer-card h3{max-width:210px;margin:40px 0 10px;font-size:1.4rem;line-height:1.12;letter-spacing:-.035em}
.buyer-card p{margin:0;color:#65727c;font-size:.8rem;line-height:1.62}
.buyer-card b{margin-top:auto;padding-top:22px;color:#1c2b36;font-size:.68rem;letter-spacing:.02em}

/* Dark sourcing scope */
.section-dark{background:var(--navy);position:relative;overflow:hidden}
.section-dark:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.9%,rgba(255,255,255,.035) 50%,transparent 50.1%);pointer-events:none}
.solution-list article{transition:background-color .2s ease,padding .2s ease}
.solution-list article:hover{padding-left:16px;background:rgba(255,255,255,.035)}

/* Consolidated capability layer: replaces the redundant standalone services screen. */
.capability-block{margin-top:74px;padding-top:56px;border-top:1px solid rgba(255,255,255,.18);scroll-margin-top:100px}
.capability-head{display:grid;gap:20px;margin-bottom:30px}
.capability-head h2{max-width:650px;margin:0;color:#fff;font-size:clamp(2rem,4vw,3.4rem);font-weight:600;line-height:1.04;letter-spacing:-.045em}
.capability-head>p{max-width:600px;margin:0;color:#b9c8d0;line-height:1.75}
.capability-head .eyebrow{color:var(--blue-light)}
.capability-grid{display:grid;gap:1px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.16)}
.capability-grid article{position:relative;min-height:250px;padding:28px;background:#0a1b2c}
.capability-grid article:after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:3px;background:var(--blue);transform:scaleX(.2);transform-origin:left;transition:transform .25s ease}
.capability-grid article:hover:after{transform:scaleX(1)}
.capability-grid span{color:var(--blue-light);font-size:.62rem;font-weight:700;letter-spacing:.18em}
.capability-grid h3{max-width:250px;margin:55px 0 12px;color:#fff;font-size:1.28rem;font-weight:600;line-height:1.18;letter-spacing:-.025em}
.capability-grid p{margin:0;color:#aebdc6;font-size:.8rem;line-height:1.65}

/* Services */
.services-section{background:#eef1f2}
.services-grid{background:var(--hairline);gap:1px;border:1px solid var(--hairline)}
.services-grid article{border:0;background:#f9fafb;box-shadow:none}
.services-grid article:hover{transform:none;background:#fff;box-shadow:none}
.services-grid article>span{font-variant-numeric:tabular-nums}

/* KPI proof component */
#proof{background:#fff}
.stats{position:relative;display:grid;background:var(--navy);border:1px solid var(--navy);box-shadow:var(--premium-shadow)}
.stats:before{content:"GEORGE GROUP · PROJECT CAPACITY";position:absolute;left:24px;top:18px;color:rgba(255,255,255,.42);font-size:.55rem;letter-spacing:.2em}
.stats article{position:relative;min-width:0;padding:58px 28px 30px;border-color:rgba(255,255,255,.14)}
.stats article:after{content:"";position:absolute;left:28px;bottom:20px;width:22px;height:2px;background:var(--blue-light)}
.stats strong{color:#fff;font-size:clamp(2rem,4vw,3.25rem);font-weight:500;letter-spacing:-.055em;font-variant-numeric:tabular-nums}
.stats strong small{color:var(--blue-light);font-size:.72rem;font-weight:700;letter-spacing:0}
.stats span{margin-top:12px;padding-bottom:18px;color:#aebbc5;font-size:.61rem;font-weight:650;letter-spacing:.09em}
.proof-gallery{gap:12px;margin-top:36px}
.proof-gallery figure{border:1px solid var(--hairline)}
.proof-gallery figcaption{background:rgba(7,21,37,.88)}
.virtual-showrooms{border:1px solid var(--hairline);border-top:3px solid var(--blue);background:#f4f6f7}
.virtual-showroom-grid>a{border:1px solid var(--hairline);box-shadow:0 12px 34px rgba(7,21,37,.05)}

/* Project gallery: image-led portfolio, never a product catalogue. */
.section-warm{background:#eef0f0}
.case-grid{display:grid;gap:12px}
.case-card{position:relative;min-height:360px;overflow:hidden;background:var(--navy);box-shadow:none}
.case-card:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(7,21,37,.88) 100%);pointer-events:none}
.case-card img{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;filter:saturate(.82);transition:transform .55s ease,filter .4s ease}
.case-card div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:26px;color:#fff;background:transparent}
.case-card p{color:var(--blue-light);font-size:.61rem;letter-spacing:.18em}
.case-card h3{max-width:330px;margin:7px 0 12px;color:#fff;font-size:1.35rem;letter-spacing:-.03em}
.case-card span{color:#d7e0e5;font-size:.67rem}
.case-card:hover{transform:none;box-shadow:none}
.case-card:hover img{transform:scale(1.025);filter:saturate(.96)}
.portfolio-note{letter-spacing:.04em}

/* Process timeline */
#process{background:#fff}
.process-list{position:relative;display:grid;border:0}
.process-list:before{content:"";position:absolute;left:0;right:0;top:53px;height:1px;background:var(--hairline)}
.process-list li{position:relative;padding:28px 22px 18px 0;border:0}
.process-list li:before{content:"";position:absolute;z-index:2;left:0;top:48px;width:10px;height:10px;background:#fff;border:2px solid var(--blue)}
.process-list li:not(:last-child):after{display:none}
.process-list li>span{position:static;display:block;margin:0 0 52px;color:var(--blue);font-size:.62rem;letter-spacing:.16em}
.process-list h3{font-size:1rem;letter-spacing:-.02em}
.process-list p{max-width:160px;line-height:1.55}

/* Conversion panel and FAQ accordion */
.contact-section{position:relative;background:var(--navy);overflow:hidden}
.contact-section:before{content:"";position:absolute;left:0;top:0;width:48%;height:100%;background:linear-gradient(rgba(7,21,37,.78),rgba(7,21,37,.92)),url("assets/images/editable-60-contact-background.webp") center/cover no-repeat;opacity:.42}
.contact-grid,.faq{position:relative;z-index:1}
.contact-copy h2{max-width:560px;font-size:clamp(2.25rem,4.2vw,4.4rem);line-height:.98}
.contact-copy>p{max-width:520px;color:#b6c2ca}
.contact-copy .button-light{border:1px solid #fff;box-shadow:0 14px 36px rgba(0,0,0,.18)}
.project-form{border-top:4px solid var(--blue);box-shadow:0 34px 90px rgba(0,0,0,.25)}
.project-form input,.project-form select,.project-form textarea{border-color:#cfd7dc;background:#f8fafb}
.faq{border-top:1px solid rgba(255,255,255,.18)}
.faq-list{border:1px solid rgba(255,255,255,.18)}
.faq-list details,.faq-list details:last-child{padding:0;border:0;border-bottom:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.025)}
.faq-list details:last-child{border-bottom:0}
.faq-list summary{padding:22px 54px 22px 22px;font-size:.96rem;font-weight:600;letter-spacing:-.01em}
.faq-list summary:after{right:20px;top:50%;width:26px;height:26px;margin-top:-13px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);color:var(--blue-light)}
.faq-list p{margin:0;padding:0 52px 22px 22px;color:#b9c5cc;line-height:1.7}

/* FAQ is now a dedicated seventh content screen. */
.faq-section{background:#f3f5f6}
.faq-section .faq{margin:0;padding:0;border:0}
.faq-section .eyebrow{color:var(--blue)}
.faq-section .faq h2{color:var(--ink)}
.faq-section .faq-intro{max-width:480px;margin:20px 0 0;color:#66747e;line-height:1.7}
.faq-section .faq-list{border:1px solid var(--hairline);background:var(--hairline)}
.faq-section .faq-list details,.faq-section .faq-list details:last-child{border:0;border-bottom:1px solid var(--hairline);background:#fff;color:var(--ink)}
.faq-section .faq-list details:last-child{border-bottom:0}
.faq-section .faq-list summary{color:var(--ink)}
.faq-section .faq-list summary:after{border-color:var(--hairline);color:var(--blue)}
.faq-section .faq-list p{color:#62717c}
.contact-section{padding-top:96px}

@media(min-width:700px){
  .buyer-grid{grid-template-columns:repeat(2,1fr)}
  .capability-grid{grid-template-columns:repeat(3,1fr)}
  .case-grid{grid-template-columns:repeat(2,1fr)}
  .case-card{min-height:420px}
}

@media(min-width:1024px){
  .hero,.hero .hero-grid{height:660px;min-height:660px}
  .hero-copy,.hero-visual{height:100%;min-height:0}
  .hero .hero-grid{grid-template-columns:42% 58%}
  .hero-copy{padding-top:66px;padding-bottom:64px;padding-right:50px}
  .hero h1{max-width:560px;font-size:2.8rem}
  .hero-lead{max-width:550px}
  .hero-visual{position:relative;min-width:0;margin:0}
  .hero-visual img{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center center}
  .buyer-grid{grid-template-columns:repeat(3,1fr)}
  .buyer-card{min-height:260px}
  .capability-head{grid-template-columns:1fr .8fr;gap:100px;align-items:end}
  .stats{grid-template-columns:repeat(4,1fr)}
  .case-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:260px}
  .case-card{min-height:0;grid-column:span 4;grid-row:span 1}
  .case-card:nth-child(1){grid-column:span 7;grid-row:span 2}
  .case-card:nth-child(2){grid-column:span 5;grid-row:span 2}
  .case-card:nth-child(3),.case-card:nth-child(4),.case-card:nth-child(5){grid-column:span 4;grid-row:span 1}
  .case-card:nth-child(-n+2) h3{font-size:1.7rem}
  .process-list{grid-template-columns:repeat(6,1fr)}
}

@media(max-width:699px){
  .section{padding:76px 0}
  .section-head{margin-bottom:30px}
  .hero-copy{background-size:52px 52px}
  .hero-visual{min-height:300px}
  .project-fit{padding:10px 12px}
  .buyer-card,.buyer-card:nth-child(3n+1),.buyer-card:nth-child(odd){min-height:215px;padding:24px}
  .buyer-card:after{right:22px;top:21px}
  .buyer-card h3{margin-top:30px}
  .capability-block{margin-top:58px;padding-top:44px}
  .capability-grid{grid-template-columns:1fr}
  .capability-grid article{min-height:220px;padding:24px}
  .capability-grid article:after{left:24px;right:24px}
  .capability-grid h3{margin-top:40px}
  .stats:before{left:18px;top:15px}
  .stats{grid-template-columns:1fr 1fr}
  .stats article{padding:48px 18px 24px}
  .stats article:after{left:18px;bottom:15px}
  .stats strong{font-size:1.85rem}
  .stats span{font-size:.55rem}
  .case-grid{gap:10px}
  .case-card{min-height:330px}
  .case-card div{padding:22px}
  .process-list{padding-left:27px}
  .process-list:before{left:4px;right:auto;top:10px;bottom:10px;width:1px;height:auto}
  .process-list li{padding:0 0 30px 18px}
  .process-list li:before{left:-27px;top:5px}
  .process-list li>span{margin:0 0 8px}
  .process-list p{max-width:none}
  .contact-section:before{width:100%;opacity:.2}
  .contact-copy h2{font-size:clamp(2.1rem,10vw,3rem)}
  .faq{margin-top:68px;padding-top:56px}
  .faq-section .faq{margin:0;padding:0}
  .faq-list summary{padding:20px 50px 20px 18px}
  .faq-list p{padding:0 46px 20px 18px}
}

@media(prefers-reduced-motion:reduce){
  .hero-visual img,.case-card img,.buyer-card:before{transition:none}
}

/* Combined project-type and verified-case section. */
.anchor-target{position:absolute;top:0}
.project-showcase{position:relative;background:#eef0f0}
.project-showcase .section-head{max-width:none}
.project-showcase .section-head>div{max-width:760px}
.project-showcase-grid{display:grid;gap:12px}
.project-showcase-card{position:relative;min-height:390px;overflow:hidden;background:var(--navy);color:#fff}
.project-showcase-card:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(7,21,37,.03) 24%,rgba(7,21,37,.94) 100%)}
.project-showcase-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.84);transition:transform .55s ease,filter .35s ease}
.project-showcase-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:25px}
.project-showcase-card .project-kind{margin:0 0 7px;color:var(--blue-light);font-size:.6rem;font-weight:750;letter-spacing:.16em}
.project-showcase-card h3{margin:0 0 9px;max-width:360px;font-size:1.35rem;font-weight:650;line-height:1.15;letter-spacing:-.035em}
.project-showcase-card .project-description{max-width:430px;margin:0 0 14px;color:#d2dbe0;font-size:.76rem;line-height:1.55}
.project-showcase-card span{color:#fff;font-size:.66rem;font-weight:700}
.project-showcase-card:hover img{transform:scale(1.025);filter:saturate(.98)}

/* Capabilities are a separate, lighter screen instead of extending the sourcing block. */
.capabilities-section{background:#f5f7f8;border-bottom:1px solid var(--hairline)}
.capabilities-section .capability-block{margin-top:0;padding-top:0;border-top:0}
.capabilities-section .capability-head h2{color:var(--ink)}
.capabilities-section .capability-head>p{color:#61717b}
.capabilities-section .capability-head .eyebrow{color:var(--blue)}
.capabilities-section .capability-grid{border-color:var(--hairline);background:var(--hairline)}
.capabilities-section .capability-grid article{background:#fff}
.capabilities-section .capability-grid span{color:var(--blue)}
.capabilities-section .capability-grid h3{color:var(--ink)}
.capabilities-section .capability-grid p{color:#64727c}

/* Real showroom image paired with digital-tour information. */
.virtual-showrooms-layout{display:grid;gap:28px;margin-bottom:28px}
.virtual-showrooms-visual{position:relative;margin:0;overflow:hidden;background:#dfe5e8}
.virtual-showrooms-visual img{width:100%;height:100%;min-height:260px;object-fit:cover}
.virtual-showrooms-visual figcaption{position:absolute;left:0;bottom:0;padding:10px 13px;background:rgba(7,21,37,.88);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.04em}
.virtual-showrooms-layout .virtual-showrooms-head{display:grid;grid-template-columns:1fr;align-content:center;gap:20px;margin:0}
.virtual-showrooms-layout .virtual-showrooms-head h3{font-size:clamp(1.7rem,2.8vw,2.55rem);line-height:1.06}

@media(min-width:700px){
  .project-showcase-grid{grid-template-columns:repeat(2,1fr)}
  .capabilities-section .capability-grid{grid-template-columns:repeat(3,1fr)}
}

@media(min-width:1024px){
  .project-showcase{padding-top:88px;padding-bottom:88px}
  .project-showcase-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:220px}
  .project-showcase-card{min-height:0;grid-column:span 4}
  .project-showcase-card--large{grid-row:span 2}
  .project-showcase-card--large:first-child{grid-column:span 7}
  .project-showcase-card--large:nth-child(2){grid-column:span 5}
  .project-showcase-card--large h3{font-size:1.75rem}
  .project-showcase-card>div{padding:28px}
  .virtual-showrooms-layout{grid-template-columns:1.12fr .88fr;gap:42px;align-items:stretch}
  .virtual-showrooms-visual{min-height:390px}
}

@media(max-width:699px){
  .hero-copy{width:100%;max-width:100%;overflow:hidden}
  .hero .eyebrow{max-width:100%;font-size:.58rem;letter-spacing:.13em;overflow-wrap:anywhere}
  .hero h1,.hero-lead{max-width:100%;overflow-wrap:anywhere}
  .hero .micro-proof{min-width:0}
  .hero .micro-proof span{min-width:0;padding-inline:7px;font-size:.56rem;letter-spacing:.025em;overflow-wrap:anywhere}
  .project-showcase-card{min-height:360px}
  .project-showcase-card>div{padding:22px}
  .project-showcase-card .project-description{font-size:.73rem}
  .capabilities-section .capability-grid article{min-height:210px}
  .virtual-showrooms{padding:20px 16px}
  .virtual-showrooms-visual img{min-height:220px}
}

/* Six peer project pathways: compact media cards inspired by 21st.dev card/feature hierarchy. */
.project-types-section{background:#fff}
.project-type-grid{display:grid;gap:1px;border:1px solid var(--hairline);background:var(--hairline)}
.project-type-card{position:relative;display:grid;grid-template-rows:160px 1fr;min-width:0;background:#fff;overflow:hidden}
.project-type-card img{width:100%;height:160px;object-fit:cover;filter:saturate(.82);transition:transform .45s ease,filter .3s ease}
.project-type-card>div{position:relative;display:flex;flex-direction:column;min-height:225px;padding:24px;background:#fff}
.project-type-card>div:before{content:"";position:absolute;left:24px;right:24px;top:0;height:2px;background:var(--blue);transform:scaleX(.18);transform-origin:left;transition:transform .3s ease}
.project-type-card span{color:var(--blue);font-size:.62rem;font-weight:750;letter-spacing:.18em}
.project-type-card h3{margin:24px 0 9px;color:var(--ink);font-size:1.28rem;font-weight:650;line-height:1.12;letter-spacing:-.035em}
.project-type-card p{margin:0;color:#65737d;font-size:.76rem;line-height:1.58}
.project-type-card b{margin-top:auto;padding-top:18px;color:#172631;font-size:.65rem;letter-spacing:.02em}
.project-type-card:hover img{transform:scale(1.025);filter:saturate(.96)}
.project-type-card:hover>div:before{transform:scaleX(1)}

@media(min-width:700px){
  .project-type-grid{grid-template-columns:repeat(2,1fr)}
}

@media(min-width:1024px){
  .project-type-grid{grid-template-columns:repeat(3,1fr)}
  .project-type-card{grid-template-rows:170px 1fr}
  .project-type-card img{height:170px}
  .project-type-card>div{min-height:220px;padding:26px}
  .project-type-card>div:before{left:26px;right:26px}
  .process-list{grid-template-columns:repeat(7,minmax(0,1fr))}
  .process-list li{padding-right:15px}
  .process-list h3{font-size:.9rem}
  .process-list p{font-size:.72rem}
}

@media(max-width:699px){
  .project-type-card{grid-template-rows:145px 1fr}
  .project-type-card img{height:145px}
  .project-type-card>div{min-height:205px;padding:22px}
  .project-type-card>div:before{left:22px;right:22px}
}

@media(prefers-reduced-motion:reduce){
  .project-type-card img,.project-type-card>div:before{transition:none}
}

/* User-selected editorial layouts: advantages, materials, showrooms, process and FAQ. */
.centered-section-head{max-width:760px;margin:0 auto 48px;text-align:center}
.centered-section-head .eyebrow{color:var(--blue)}
.centered-section-head h2{margin:0 0 16px;color:var(--ink);font-size:clamp(2rem,4vw,3.25rem);font-weight:600;line-height:1.04;letter-spacing:-.045em}
.centered-section-head>p{margin:0;color:#65737d;line-height:1.75}

.choose-section{position:relative;background:#fff}
.choose-grid{display:grid;gap:38px 28px}
.choose-grid article{min-width:0}
.choose-grid img{width:100%;height:210px;object-fit:cover;background:#e7eaec;filter:saturate(.86)}
.choose-grid h3{margin:18px 0 8px;color:var(--ink);font-size:1.15rem;font-weight:650;line-height:1.2;letter-spacing:-.025em}
.choose-grid p{margin:0;color:#64727c;font-size:.82rem;line-height:1.65}

.material-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:42px}
.material-grid a{position:relative;min-height:150px;overflow:hidden;background:var(--navy)}
.material-grid a:after{content:"";position:absolute;inset:0;background:rgba(7,21,37,.55);transition:background-color .25s ease}
.material-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.8);transition:transform .45s ease}
.material-grid h3{position:absolute;z-index:2;inset:0;display:grid;place-items:center;margin:0;padding:14px;color:#fff;text-align:center;font-size:.95rem;font-weight:550;letter-spacing:-.015em}
.material-grid span{position:absolute;z-index:2;right:12px;bottom:9px;color:rgba(255,255,255,.86);font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}
.material-grid a:hover:after,.material-grid a:focus-visible:after{background:rgba(7,21,37,.34)}
.material-grid a:hover img,.material-grid a:focus-visible img{transform:scale(1.025)}
.material-grid a:hover span,.material-grid a:focus-visible span{opacity:1;transform:none}

.showrooms-section{padding:104px 0 0;scroll-margin-top:96px}
.showroom-card-grid{display:grid;gap:24px}
.showroom-card-grid>a{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hairline);border-radius:18px;background:#fff;box-shadow:0 18px 44px rgba(7,21,37,.09);transition:transform .25s ease,box-shadow .25s ease}
.showroom-card-grid img{width:100%;height:230px;object-fit:cover}
.showroom-card-grid>a>div{display:flex;flex:1;flex-direction:column;padding:24px;text-align:center}
.showroom-card-grid span{color:#b47c27;font-size:.62rem;font-weight:750;letter-spacing:.16em}
.showroom-card-grid h3{margin:10px 0 6px;color:var(--ink);font-size:1.22rem;font-weight:650;letter-spacing:-.025em}
.showroom-card-grid p{margin:0;color:#687680;font-size:.76rem;line-height:1.5}
.showroom-card-grid b{margin-top:auto;padding-top:18px;color:var(--blue);font-size:.66rem}
.showroom-card-grid>a:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(7,21,37,.13)}

.service-process-section{background:#fff}
.service-process{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:56px 22px;margin:0;padding:0;list-style:none}
.service-process li{position:relative;grid-column:span 3;min-width:0;text-align:center}
.service-process li:nth-child(n+5){grid-column:span 4}
.service-process li>span{width:66px;height:66px;display:grid;place-items:center;margin:0 auto 18px;border:1px solid #e4b94e;border-radius:18px;color:#b47c27;font-size:.78rem;font-weight:750;letter-spacing:.08em;transform:rotate(45deg)}
.service-process li>span b{display:block;transform:rotate(-45deg)}
.service-process h3{margin:0 0 8px;color:var(--ink);font-size:.96rem;font-weight:650;line-height:1.25}
.service-process p{max-width:210px;margin:0 auto;color:#6c7881;font-size:.72rem;line-height:1.55}
.service-process li:not(:nth-child(4)):not(:last-child):after{content:"";position:absolute;right:-17px;top:25px;width:13px;height:13px;border-top:2px solid #c9c9c2;border-right:2px solid #c9c9c2;transform:rotate(45deg)}

.faq-section .faq{display:block;max-width:980px;margin:0 auto;padding:0}
.faq-title{max-width:760px;margin:0 auto 42px;text-align:center}
.faq-title .eyebrow{color:var(--blue)}
.faq-title h2{margin:0 0 16px;color:var(--ink);font-size:clamp(2rem,4vw,3.2rem)}
.faq-title .faq-intro{max-width:650px;margin:0 auto;color:#66747e}
.faq-section .faq-list{width:100%}

/* Real video and public client proof sections. */
.trust-video-section{background:#fff;border-bottom:1px solid var(--hairline)}
.trust-video-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:64px;align-items:center}
.trust-video-copy h2,.testimonial-head h2,.project-video-head h2{max-width:760px;margin:0 0 20px;color:var(--ink);font-size:clamp(2rem,4vw,3.45rem);font-weight:600;line-height:1.04;letter-spacing:-.045em}
.trust-video-copy>p{max-width:600px;margin:0;color:#62717c;line-height:1.75}
.video-key-points{display:grid;gap:0;margin:28px 0 0;padding:0;list-style:none;border-top:1px solid var(--hairline)}
.video-key-points li{position:relative;padding:13px 12px 13px 24px;border-bottom:1px solid var(--hairline);color:#263746;font-size:.84rem}
.video-key-points li:before{content:"";position:absolute;left:2px;top:20px;width:7px;height:7px;background:var(--blue)}
.video-shell{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--navy);isolation:isolate}
.video-shell img,.video-shell video{width:100%;height:100%;object-fit:cover}
.video-shell:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,21,37,.42));pointer-events:none}
.video-shell:has(video):after{display:none}
.video-play{position:absolute;z-index:2;left:28px;bottom:26px;display:flex;align-items:center;gap:14px;padding:10px 18px 10px 10px;border:1px solid rgba(255,255,255,.7);border-radius:0;background:rgba(7,21,37,.88);color:#fff;font-size:.74rem;font-weight:700;letter-spacing:.03em;cursor:pointer;backdrop-filter:blur(8px)}
.video-play svg{width:40px;height:40px;padding:10px;border-radius:50%;background:var(--blue);fill:#fff}
.video-play:hover,.video-play:focus-visible{background:#fff;color:var(--navy);outline:none}
.video-play:focus-visible{box-shadow:0 0 0 3px rgba(20,140,184,.35)}
.video-shell-main{box-shadow:0 24px 64px rgba(7,21,37,.16)}

.testimonials-section{background:var(--surface-soft);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}
.testimonial-head,.project-video-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.7fr);gap:80px;align-items:end;margin-bottom:40px}
.testimonial-head>p,.project-video-head>p{margin:0 0 7px;color:#62717c;line-height:1.7}
.interview-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);border:1px solid var(--hairline);background:#fff}
.interview-feature{min-width:0;border-right:1px solid var(--hairline)}
.interview-main-video{box-shadow:none}
.interview-feature-copy{padding:26px 30px 30px}
.interview-feature-copy h3{max-width:780px;margin:18px 0 12px;color:var(--ink);font-size:clamp(1.35rem,2.2vw,2rem);font-weight:600;line-height:1.2;letter-spacing:-.035em}
.interview-feature-copy>p{max-width:780px;margin:0;color:#62717c;font-size:.82rem;line-height:1.7}
.interview-selector{display:grid;align-content:start}
.interview-switch{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;align-items:center;width:100%;padding:18px;border:0;border-bottom:1px solid var(--hairline);background:#fff;color:var(--ink);text-align:left;cursor:pointer}
.interview-switch:last-child{border-bottom:0}
.interview-switch img{width:132px;aspect-ratio:16/9;object-fit:cover}
.interview-switch span{display:grid;gap:6px;min-width:0}
.interview-switch small{color:var(--blue);font-size:.58rem;font-style:normal;font-weight:750;letter-spacing:.1em;text-transform:uppercase}
.interview-switch strong{font-size:.86rem;line-height:1.3}
.interview-switch em{color:#74818a;font-size:.65rem;font-style:normal}
.interview-switch:hover,.interview-switch:focus-visible{background:#f3f7f9;outline:none}
.interview-switch:focus-visible{box-shadow:inset 0 0 0 2px var(--blue)}
.interview-switch.is-active{box-shadow:inset 4px 0 0 var(--blue);background:#f3f7f9}
.interview-switch.is-active strong:after{content:" · Playing selection";color:var(--blue);font-size:.62rem;font-weight:650}
.testimonial-meta{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;color:var(--blue);font-size:.63rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase}
.testimonial-source{margin:18px 0 0;color:#74818a;font-size:.7rem}

.project-videos-section{background:#fff}
.project-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.project-video-grid>article{min-width:0;border:1px solid var(--hairline);background:#fff}
.project-video-copy{padding:24px 24px 28px}
.project-video-copy>span{display:block;margin-bottom:12px;color:var(--blue);font-size:.63rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}
.project-video-copy h3{margin:0 0 13px;color:var(--ink);font-size:1.2rem;line-height:1.25;letter-spacing:-.025em}
.project-video-copy p{margin:0;color:#66747e;font-size:.82rem;line-height:1.68}
.project-video-copy ul{display:grid;gap:8px;margin:20px 0 0;padding:16px 0 0;list-style:none;border-top:1px solid var(--hairline)}
.project-video-copy li{position:relative;padding-left:16px;color:#344652;font-size:.7rem}
.project-video-copy li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;background:var(--blue)}
.video-play-compact{left:16px;bottom:16px;padding:7px 12px 7px 7px}
.video-play-compact svg{width:32px;height:32px;padding:8px}

@media(min-width:700px){
  .choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .material-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .showroom-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(min-width:1024px){
  .choose-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .choose-grid img{height:190px}
  .material-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .material-grid a{min-height:170px}
  .showroom-card-grid img{height:250px}
}

@media(max-width:699px){
  .centered-section-head{margin-bottom:34px;text-align:left}
  .choose-grid{gap:30px}
  .choose-grid img{height:200px}
  .material-grid{grid-template-columns:1fr 1fr;gap:5px}
  .material-grid a{min-height:125px}
  .material-grid h3{font-size:.78rem}
  .showrooms-section{padding-top:76px}
  .showrooms-section .centered-section-head{text-align:center}
  .showroom-card-grid{gap:18px}
  .showroom-card-grid img{height:210px}
  .service-process{grid-template-columns:1fr;gap:0}
  .service-process li,.service-process li:nth-child(n+5){grid-column:auto;padding:0 0 52px}
  .service-process li:not(:last-child):after{right:50%;top:auto;bottom:23px;margin-right:-7px;transform:rotate(135deg)}
  .service-process li:last-child{padding-bottom:0}
  .service-process-section .centered-section-head,.faq-title{text-align:center}
  .trust-video-grid,.testimonial-head,.project-video-head{grid-template-columns:1fr;gap:28px}
  .trust-video-copy h2,.testimonial-head h2,.project-video-head h2{font-size:clamp(2rem,9vw,2.75rem)}
  .trust-video-grid{display:flex;flex-direction:column}
  .trust-video-copy,.video-shell-main{width:100%}
  .video-shell-main{order:-1}
  .video-play{left:14px;bottom:14px;max-width:calc(100% - 28px);padding:7px 11px 7px 7px}
  .video-play svg{width:34px;height:34px;padding:8px;flex:0 0 auto}
  .interview-layout,.project-video-grid{grid-template-columns:1fr}
  .interview-feature{border-right:0;border-bottom:1px solid var(--hairline)}
  .interview-feature-copy{padding:22px 20px 24px}
  .interview-switch{grid-template-columns:112px minmax(0,1fr);gap:14px;padding:14px}
  .interview-switch img{width:112px}
  .project-video-grid{gap:16px}
}

@media(prefers-reduced-motion:reduce){
  .choose-grid img,.material-grid img,.showroom-card-grid>a{transition:none}
}
