@font-face{font-family:Britti;src:url('assets/britti-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Inter Display';src:url('assets/inter-display-regular-latin.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Inter Display';src:url('assets/inter-display-medium-latin.woff2') format('woff2');font-weight:500 700;font-style:normal;font-display:swap}

:root{--olive:#2f2f23;--cream:#f6f6ee;--muted:#686860;--line:#deded8;--white:#fff;--radius:12px;--gutter:40px;--section-gap:120px;color-scheme:light}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body{margin:0;color:var(--olive);background:var(--white);font-family:'Inter Display',Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit;color:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--olive);outline-offset:5px}
summary:focus-visible{outline-offset:-2px}
.menu-toggle:focus-visible{outline-offset:0}
img{display:block;max-width:100%;height:auto}
figure,p,h1,h2,h3,blockquote{margin:0}
h1,h2,.closing h3{font-family:Britti,'Inter Display',sans-serif;font-weight:400;letter-spacing:-.045em;text-wrap:balance}
h1{font-size:63px;line-height:1.08}
h2,.closing h3{font-size:47px;line-height:1.1}
[hidden]{display:none!important}
.container{width:calc(100% - var(--gutter)*2);max-width:1360px;margin-inline:auto}
.section{margin-top:var(--section-gap)}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:center}
.section-copy{max-width:445px;justify-self:center}
.section-copy h2{margin-top:22px;margin-bottom:24px}
.section-copy>p{max-width:420px;color:var(--muted);font-size:18px;line-height:1.5}
.section-copy>p+p{margin-top:18px}
.icon{width:21px;height:21px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}
.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:12px 24px;border:1px solid transparent;border-radius:27px;background:var(--olive);color:var(--white);line-height:20px;transition:background .18s ease,transform .18s ease}
.button:hover{background:#494939;transform:translateY(-1px)}
.button .icon{transition:transform .18s ease}
.button:hover .icon{transform:translateX(3px)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:5px 12px;background:var(--cream);border-radius:30px;font-size:12px;line-height:16px;letter-spacing:.015em}
.dot:before{content:'';width:7px;height:7px;background:currentColor;border-radius:50%;flex-shrink:0}
.microcopy{font-size:12px;line-height:1.5;color:var(--muted);margin-top:12px}
.microcopy span{padding-inline:3px}

/* Existing Wrappie header and full-screen mobile menu. */
.site-header{height:48px;padding:0 var(--gutter);max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;z-index:20}
.brand{display:inline-flex;align-items:center;min-height:44px}
.brand img{width:98px;height:auto}
.site-nav{display:flex;align-items:center;gap:30px}
.site-nav a{font-size:14px;line-height:1;font-weight:500;display:flex;align-items:center;min-height:44px}
.site-nav a:hover{opacity:.65}
.menu-toggle{display:none;border:0;background:none;padding:0;min-height:44px;font-size:14px;font-weight:500}
.skip-link{position:fixed;z-index:60;top:12px;left:12px;padding:12px 18px;background:var(--olive);color:white;border-radius:8px;transform:translateY(-160%)}
.skip-link:focus{transform:none}

/* Hero: the action precedes the project photo, including on mobile. */
.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:center;padding-top:64px}
.hero-copy{max-width:500px;justify-self:center}
.hero h1{margin:23px 0 25px}
.hero-intro{font-size:20px;line-height:1.45;max-width:435px;margin-bottom:28px;color:var(--muted)}
.hero-figure{width:100%;max-width:570px;justify-self:end}
.hero-image{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 53%;border-radius:var(--radius);background:var(--cream)}

/* Two honest photos, not a perspective-matched wipe. */
.transformation .section-copy{grid-column:2;grid-row:1}
.comparison-media{position:relative;min-width:0;width:100%;max-width:560px;grid-column:1;grid-row:1;justify-self:center}
.comparison-frame{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;background:var(--cream)}
.comparison-frame img{width:100%;height:100%;object-fit:cover}
.comparison-toggle{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;padding:3px;border-radius:40px;background:rgba(47,47,35,.85);backdrop-filter:blur(14px)}
.comparison-toggle button{min-height:44px;min-width:72px;padding:8px 20px;font-size:12px;line-height:18px;letter-spacing:.03em;border:0;border-radius:30px;color:white;background:transparent}
.comparison-toggle button[aria-pressed=true]{background:rgba(255,255,255,.22)}
.comparison-toggle button:hover{background:rgba(255,255,255,.14)}
.comparison-toggle button:focus-visible{outline-color:white;outline-offset:1px}

/* One substantial, attributed review beside its own kitchen. */
.review{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center;background:var(--cream);border-radius:var(--radius);padding:48px}
.review-copy{max-width:490px;margin-inline:auto}
.review-copy .eyebrow{background:var(--white)}
.review-quote blockquote{font-family:Britti,'Inter Display',sans-serif;font-size:40px;line-height:1.16;letter-spacing:-.035em;margin:26px 0 30px;text-wrap:pretty}
.review-quote figcaption{font-size:14px}
.review-name{display:block;font-weight:500}
.review-quote figcaption a{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:var(--muted);text-decoration:underline;text-underline-offset:4px}
.review-quote figcaption .icon{width:16px;height:16px}
.review-project{width:100%;max-width:560px;justify-self:end}
.review-project img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius)}
.review-project figcaption{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.5}

/* Real installation photography, with the hands and logo in frame. */
.craftsmanship .section-copy{grid-column:2;grid-row:1}
.craft-figure{grid-column:1;grid-row:1;width:100%;max-width:560px;justify-self:center}
.craft-figure img{width:100%;aspect-ratio:7/8;object-fit:cover;object-position:50% 47%;border-radius:var(--radius);background:var(--cream)}

/* The three objections and closing action belong to a single section. */
.reassurance{padding:80px 0 88px;background:var(--cream)}
.faq{max-width:1120px;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}
.faq h2{padding-top:17px}
.accordion-list{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line)}
summary{display:flex;align-items:center;position:relative;list-style:none;cursor:pointer;min-height:76px;padding:22px 32px 22px 0;font-size:18px;line-height:1.4;letter-spacing:-.02em}
summary::-webkit-details-marker{display:none}
summary:after{content:'+';position:absolute;right:1px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:400}
details[open] summary:after{content:'−'}
.detail-body{padding:0 32px 24px 0;color:var(--muted);font-size:16px;line-height:1.55}
.closing{text-align:center;max-width:740px;margin-top:88px}
.closing h3{max-width:690px;margin-inline:auto}
.closing>p:not(.microcopy){max-width:440px;margin:23px auto 26px;font-size:18px;line-height:1.5;color:var(--muted)}

.footer{background:var(--white);color:var(--olive)}
.footer-top{padding-top:60px;padding-bottom:46px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:36px;font-size:14px}
.footer-top>div:first-child p{color:var(--muted);margin-top:18px}
.footer-links,.footer-contact{display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.footer-links a,.footer-contact a{min-height:28px;display:flex;align-items:center}
.footer a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-contact p{color:var(--muted);margin-top:8px}
.footer-bottom{border-top:1px solid var(--line);padding-top:22px;padding-bottom:28px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}
.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;border:0;white-space:nowrap}
html:not(.js-ready) .comparison-toggle{display:none}

@media(max-width:1100px){
  :root{--gutter:32px;--section-gap:92px}
  h1{font-size:55px}
  h2,.closing h3{font-size:40px}
  .hero,.split{gap:40px}
  .site-nav{gap:22px}
  .hero{padding-top:52px}
  .hero-intro{font-size:18px}
  .review{gap:36px;padding:32px}
  .review-quote blockquote{font-size:34px}
  .faq{gap:40px}
}
@media(max-width:767px){
  :root{--gutter:20px;--section-gap:76px}
  html{scroll-padding-top:20px}
  h1{font-size:46px;line-height:1.08;letter-spacing:-.048em}
  h2,.closing h3{font-size:34px;line-height:1.1;letter-spacing:-.045em}
  .site-header{height:48px}
  .brand img{width:88px}
  .menu-toggle{display:block;z-index:22}
  .brand{z-index:22}
  .site-nav{display:none}
  .menu-open .site-nav{display:flex;position:fixed;inset:0;background:var(--white);padding:180px 20px 44px;overflow-y:auto;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:0;z-index:21}
  .menu-open .site-nav a{font-size:30px;font-weight:500;line-height:1.1;letter-spacing:-.05em;min-height:45px}
  .menu-open{overflow:hidden}
  .hero{grid-template-columns:minmax(0,1fr);gap:32px;padding-top:42px}
  .hero-copy{text-align:center;max-width:440px;justify-self:center}
  .hero h1{margin:18px 0 20px}
  .hero-intro{font-size:18px;line-height:1.4;margin-bottom:24px;max-width:395px}
  .hero .microcopy{max-width:340px;margin:12px auto 0;font-size:12px}
  .hero-figure{max-width:none}
  .hero-image{aspect-ratio:4/5}
  .split{grid-template-columns:minmax(0,1fr);gap:28px}
  .section-copy{max-width:none;width:100%}
  .section-copy h2{max-width:370px;margin-top:18px;margin-bottom:18px}
  .section-copy>p{font-size:16px;line-height:1.5;max-width:440px}
  .section-copy>p+p{margin-top:16px}
  .transformation .section-copy,.craftsmanship .section-copy{grid-column:1;grid-row:1}
  .comparison-media,.craft-figure{grid-column:1;grid-row:2;max-width:none}
  .comparison-toggle{bottom:16px}
  .review{grid-template-columns:minmax(0,1fr);gap:26px;padding:32px 20px 20px;width:100%;border-radius:0}
  .review-copy{max-width:480px;margin-inline:0}
  .review-quote blockquote{font-size:32px;line-height:1.16;margin:22px 0}
  .review-quote figcaption{font-size:14px}
  .review-project{max-width:none}
  .review-project figcaption{margin-top:10px}
  .craft-figure img{aspect-ratio:5/6}
  .reassurance{padding:42px 0 52px}
  .faq{grid-template-columns:minmax(0,1fr);gap:28px}
  .faq h2{padding:0}
  summary{min-height:74px;font-size:17px;letter-spacing:-.02em}
  .detail-body{font-size:15px;padding-right:22px}
  .closing{margin-top:64px;text-align:left}
  .closing h3{max-width:400px;margin-inline:0}
  .closing>p:not(.microcopy){font-size:16px;margin:20px 0 24px;max-width:390px}
  .closing .button{width:100%}
  .closing .microcopy{text-align:center}
  .footer-top{padding-top:40px;padding-bottom:34px;grid-template-columns:1fr 1fr;gap:30px 18px}
  .footer-top>div:first-child{grid-column:1/-1}
  .footer-top img{width:120px}
  .footer-contact p{font-size:12px}
  .footer-contact a{font-size:13px}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:10px;padding-top:22px;padding-bottom:25px}
  html:not(.js-ready) .site-nav{display:flex;flex-wrap:wrap;gap:8px 16px;position:static;padding:12px 0}
  html:not(.js-ready) .site-header{height:auto;flex-wrap:wrap}
  html:not(.js-ready) .menu-toggle{display:none}
}
@media(max-width:360px){
  h1{font-size:41px}
  h2,.closing h3{font-size:31px}
  .hero-intro{font-size:17px}
  .hero .microcopy{max-width:260px;font-size:12px}
  .review-quote blockquote{font-size:29px}
  .footer-top{grid-template-columns:1fr}
  .footer-contact a{font-size:14px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
