@layer reset, base, components, responsive;

@layer reset{
  *,*::before,*::after{box-sizing:border-box}
  html{scroll-behavior:smooth;scroll-padding-top:105px}
  body,h1,h2,h3,p,ul,ol,figure{margin:0}
  img{display:block;max-width:100%;height:auto}
  button,input,textarea{font:inherit}
  button,a{-webkit-tap-highlight-color:transparent}
  button{cursor:pointer;color:inherit}
  a{color:inherit;text-decoration:none}
  [hidden]{display:none!important}
}
@layer base{
  :root{--ink:#191a1d;--soft-ink:#303238;--muted:#61636b;--accent:#f65c32;--accent-ink:#c74424;--line:#dcdde2;--surface:#f3f4f6;--paper:#fff;--green:#276044;--green-bg:#e9f5ed;--amber:#895a28;--amber-bg:#fbf1e2;--font:"Helvetica Neue",Arial,sans-serif}
  body{font-family:var(--font);font-size:1rem;line-height:1.65;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-wrap:break-word}
  ::selection{background:#ffd5c6;color:var(--ink)}
  :focus-visible{outline:3px solid var(--accent-ink);outline-offset:5px}
  h1,h2,h3{font-weight:600;text-wrap:pretty}
  h1{font-size:clamp(3.8rem,7.2vw,6.8rem);line-height:1.015;letter-spacing:-.065em}
  h2{font-size:clamp(2.5rem,4.5vw,4.25rem);line-height:1.075;letter-spacing:-.055em}
  h3{font-size:1.25rem;line-height:1.35;letter-spacing:-.025em}
  p{color:var(--muted)}
  strong{font-weight:600}
  .container{width:min(1320px,calc(100% - 112px));margin-inline:auto}
  .container>*{min-width:0}
  .section{padding:110px 0}
  .icon{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
  .icon-definitions{position:absolute;width:0;height:0;overflow:hidden}
  .eyebrow,.small-caps{font-size:.75rem;font-weight:600;line-height:1.6;letter-spacing:.12em;text-transform:uppercase}
  .eyebrow{color:var(--accent-ink);margin-bottom:22px}
  .muted{color:var(--muted)}
  .button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:56px;padding:16px 24px;border:1px solid var(--ink);border-radius:100px;background:var(--ink);color:#fff;font-size:.9375rem;line-height:1.4;font-weight:600;transition:background .18s,box-shadow .18s,transform .18s}
  .button:hover{background:#34363c;transform:translateY(-2px);box-shadow:0 6px 12px #191a1d12}
  .button .arrow{width:19px;height:19px;margin-left:8px}
  .button-small{min-height:46px;padding:11px 17px;font-size:.875rem}
  .button-small .icon{width:18px;height:18px}
  .text-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:6px 0;border:0;background:none;color:var(--ink);font-size:.9375rem;line-height:1.5;font-weight:500;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px}
  .text-link:hover{text-decoration-color:var(--accent);text-decoration-thickness:2px}
  .skip-link{position:fixed;top:-90px;left:20px;z-index:1000;padding:15px 20px;background:var(--ink);color:#fff;border-radius:8px}
  .skip-link:focus{top:12px}
  .section-intro{max-width:800px;margin-bottom:50px}
  .section-intro>p:last-child:not(.eyebrow){max-width:670px;font-size:1.0625rem;line-height:1.75;margin-top:24px}
  .split-intro{display:grid;grid-template-columns:1fr .9fr;gap:110px;max-width:none}
  .split-intro>div:last-child{padding-top:7px}
}
@layer components{
  /* Compact navigation and an oversized, typographic opening. */
  .site-header{position:sticky;top:0;z-index:30;background:#fffffff5;border-bottom:1px solid #e5e6ea;backdrop-filter:blur(16px)}
  .header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:32px}
  .brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;font-size:.9375rem;font-weight:600;letter-spacing:-.025em;line-height:1.2}
  .brand img{width:38px;height:38px}
  .brand-second{display:block;font-weight:400;font-size:.8125rem;letter-spacing:.015em;margin-top:3px;color:var(--muted)}
  .desktop-nav{display:flex;align-items:center;gap:30px;font-size:.875rem;margin-left:auto;color:#565860}
  .desktop-nav a{display:flex;align-items:center;min-height:44px}
  .desktop-nav a:hover{color:var(--accent-ink)}
  .menu-toggle,.mobile-nav{display:none}
  .hero{padding-top:55px}
  .hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:52px 80px;align-items:stretch}
  .hero-copy{display:block;align-self:center;padding-top:8px}
  .hero-copy>.eyebrow{display:flex;gap:10px;align-items:center;margin-bottom:25px;letter-spacing:.06em}
  .eyebrow-line{width:7px;height:7px;background:var(--accent);border-radius:1px;flex-shrink:0}
  .hero h1{max-width:690px;font-size:clamp(3.8rem,6.7vw,6.3rem)}
  .blue-word{display:block;color:var(--accent-ink)}
  .hero-offer{display:flex;flex-direction:column;align-items:flex-start;padding-top:0;margin-top:28px;max-width:540px}
  .hero-lead{order:1;font-size:1.0625rem;line-height:1.7;max-width:520px}
  .hero-actions{order:2;display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:25px}
  .hero-actions .button{background:var(--accent);color:var(--ink);border-color:var(--accent)}
  .hero-actions .button:hover{background:#ff754d;box-shadow:0 6px 14px #f65c3224}
  .hero-actions .button .arrow{display:none}
  .hero-price{order:3;display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:.8125rem;line-height:1.6;margin-top:13px}
  .hero-price strong{color:var(--ink)}
  .hero-cost{order:3;width:100%;margin-top:15px;padding:12px 15px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:.8125rem;line-height:1.6;color:var(--muted)}
  .hero-cost>strong{color:var(--ink);font-size:1rem;letter-spacing:-.02em;white-space:nowrap;font-variant-numeric:tabular-nums;margin-right:4px}
  .hero-cost>a{color:var(--ink);font-weight:500;white-space:nowrap;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
  .hero-cost>a:hover{text-decoration-color:var(--accent);text-decoration-thickness:2px}
  .hero-inclusions{order:4;list-style:none;padding:21px 0 0;margin-top:22px;border-top:1px solid var(--line);display:grid;gap:9px;width:100%;font-size:.875rem;line-height:1.5}
  .hero-inclusions li{display:flex;align-items:flex-start;gap:9px}
  .hero-inclusions .icon{width:17px;height:17px;margin-top:2px;color:var(--accent-ink)}

  /* The apartment anchors the hero; both repair examples share the panel below. */
  .hero-photo{position:relative;min-height:640px;background:#d8d8d6;border-radius:24px;overflow:hidden}
  .hero-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:55% center}
  .hero-artifact{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);gap:0 40px;align-items:center;position:relative;min-width:0;padding:34px 38px 28px;background:var(--ink);border:1px solid #303238;border-radius:24px}
  .artifact-caption{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px;padding-bottom:23px;border-bottom:1px solid #4a4d55}
  .artifact-caption .small-caps{font-size:.875rem;letter-spacing:.04em;color:#ffac94}
  .example-label{font-size:.75rem;line-height:1.5;border:1px solid #666973;border-radius:100px;padding:3px 10px;color:#d1d4dd}
  .example-view-switch{display:none;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:#353840;border-radius:100px;margin-bottom:19px}
  .example-view-switch>button{font-size:.875rem;line-height:1.45;padding:11px 9px;border:0;background:transparent;color:#d6d8df;border-radius:100px;min-height:44px;transition:background .18s,color .18s,box-shadow .18s}
  .example-view-switch>button[aria-pressed="true"]{background:white;color:var(--ink);font-weight:600;box-shadow:0 2px 5px #191a1d14}
  .record-card{grid-column:1;min-width:0;background:#fff;border:1px solid #dcdee5;border-radius:14px;overflow:hidden;box-shadow:0 5px 20px #2325300a;color:var(--ink)}
  .record-heading{padding:22px 22px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:13px}
  .record-label{font-size:.75rem;letter-spacing:.085em;font-weight:600;color:#676d7a;margin-bottom:7px}
  .record-heading h2{font-size:1.5rem;font-weight:600;letter-spacing:-.03em;line-height:1.4}
  .record-heading h2 span{font-size:.9375rem;font-weight:400;white-space:nowrap;color:#686a74}
  .record-date{font-size:.75rem;line-height:1.5;margin-top:6px}
  .record-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border:1px solid #e4e5ea;border-radius:10px;color:#6d707b;flex-shrink:0}
  .record-icon .icon{width:20px;height:20px}
  .record-progress{padding:8px 22px 21px;border-bottom:1px solid #e5e6eb}
  .record-progress>div{display:flex;align-items:baseline;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-bottom:13px}
  .record-progress strong{font-size:1.2rem;line-height:1.5;letter-spacing:-.03em}
  .record-progress strong span{font-size:.875rem;font-weight:400;letter-spacing:0;display:block;color:#536853}
  .record-progress>div>span{font-size:.875rem;line-height:1.5;color:var(--amber)}
  progress{display:block;width:100%;height:7px;border:0;border-radius:10px;overflow:hidden;appearance:none;background:#e8ece9;color:var(--green)}
  progress::-webkit-progress-bar{background:#e8ece9;border-radius:10px}
  progress::-webkit-progress-value{background:#388461;border-radius:10px}
  progress::-moz-progress-bar{background:#388461;border-radius:10px}
  .defect-row{display:grid;grid-template-columns:21px minmax(0,1fr) 122px;gap:9px;align-items:center;padding:14px 21px;border-bottom:1px solid #eaebef;min-height:77px}
  .defect-row.highlighted{background:#f3f8f4}
  .defect-number{font-size:.75rem;color:#6e7481;font-variant-numeric:tabular-nums}
  .defect-detail{min-width:0}
  .defect-detail strong{font-size:1rem;line-height:1.4;display:block}
  .defect-detail>span{display:block;font-size:1rem;line-height:1.5;margin-top:2px;color:#696c73}
  .defect-detail .buyer-mark{font-size:.8125rem;line-height:1.5;color:#357350;padding-top:4px;overflow-wrap:anywhere}
  .status{font-size:.875rem;line-height:1.35;padding:5px 7px;border-radius:6px;max-width:122px;justify-self:end;text-align:center}
  .status.proof{color:var(--green);background:var(--green-bg)}
  .status.pending{color:var(--amber);background:var(--amber-bg)}
  .record-bottom{padding:13px 21px;display:flex;justify-content:space-between;gap:9px;flex-wrap:wrap;font-size:.75rem;line-height:1.5;color:#69707e}
  .record-bottom>span:last-child{display:flex;align-items:center;gap:5px}
  .record-bottom .icon{width:14px;height:14px}
  .whatsapp-card{grid-column:2;min-width:0;background:#edf1ed;border:1px solid #d8dfd7;border-radius:14px;overflow:hidden;box-shadow:0 7px 20px #191a1d08;max-width:100%}
  .whatsapp-top{display:flex;align-items:center;gap:11px;padding:16px 19px;border-bottom:1px solid #d9e1d8;background:#fff}
  .wa-avatar{width:35px;height:35px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
  .wa-avatar img{width:33px;height:33px}
  .whatsapp-top>div{flex:1;min-width:0}
  .whatsapp-top strong{font-size:.9375rem;font-weight:600;line-height:1.4;display:block}
  .whatsapp-top>div>span{font-size:.75rem;display:block;color:#6b756a;line-height:1.5;margin-top:2px}
  .whatsapp-top>.icon{width:20px;height:20px;color:#397b53}
  .whatsapp-body{padding:15px 16px 13px}
  .chat-bubble{background:#fff;border-radius:0 11px 11px 11px;overflow:hidden;box-shadow:0 1px 2px #24312712}
  .repair-image{height:210px;position:relative;overflow:hidden}
  .repair-image img{width:100%;height:100%;object-fit:cover;object-position:50% 70%}
  .repair-image>span{position:absolute;left:11px;bottom:9px;font-size:.75rem;line-height:1.6;padding:2px 8px;border-radius:4px;background:#fffffff0;color:#596252}
  .chat-copy{padding:13px 16px 11px}
  .chat-copy p{font-size:1rem;line-height:1.6;margin-top:5px;color:#39473b}
  .chat-copy p:first-child{margin:0}
  .chat-copy .chat-count{font-size:.875rem;color:#667762;margin-top:10px}
  .chat-time{font-size:.75rem;color:#636f60;display:block;text-align:right;line-height:1.4;margin-top:4px}
  .chat-actions{display:flex;border-top:1px solid #e0e7dd}
  .chat-actions>button{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;background:#fff;border:0;min-height:46px;padding:10px 8px;font-size:.875rem;line-height:1.4;color:#286842}
  .chat-actions>button+button{border-left:1px solid #e0e7dd}
  .chat-actions>button:hover,.chat-actions>button:disabled{background:#eaf5eb}
  .chat-actions>button:disabled{cursor:default;color:#466b3e}
  .chat-actions .icon{width:17px;height:17px}
  .demo-feedback{font-size:.75rem;line-height:1.6;margin-top:10px;color:#65715f}
  .artifact-note{grid-column:1/-1;font-size:.8125rem;line-height:1.75;color:#bec2cd;margin-top:25px}
  .process-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--line);padding-block:24px;gap:16px}
  .process-strip>span{display:flex;align-items:center;gap:12px;font-size:.875rem;line-height:1.5}
  .process-strip b{font-size:.75rem;line-height:1.5;color:var(--accent-ink);font-weight:600;border:1px solid #f0d2c8;border-radius:50%;width:29px;height:29px;display:flex;align-items:center;justify-content:center;flex-shrink:0}

  /* A strong editorial pause for the real-world case. */
  .problem-section .split-intro{margin-bottom:52px}
  .stakes-copy p{line-height:1.8}
  .stakes-copy p+p{margin-top:18px}
  .stakes-copy strong{color:var(--ink)}
  /* The same list priced as the buyer's bill: the estimate they'd be getting instead. */
  .cost-block{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px 90px;align-items:start;margin-bottom:52px;padding-bottom:52px;border-bottom:1px solid var(--line)}
  .cost-copy{position:sticky;top:120px}
  .cost-copy>.eyebrow{margin-bottom:19px}
  .cost-copy h3{font-size:clamp(1.9rem,3.1vw,3rem);line-height:1.18;letter-spacing:-.045em;font-weight:500}
  .cost-copy>p:not(.eyebrow){font-size:1rem;line-height:1.8;margin-top:20px;max-width:440px}
  .estimate-card{background:#fff;border:1px solid #dcdee5;border-radius:16px;overflow:hidden;box-shadow:0 5px 20px #2325300a;color:var(--ink)}
  .estimate-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:13px;padding:24px 26px 18px;border-bottom:1px solid #e5e6eb}
  .estimate-title{font-size:1.5rem;font-weight:600;letter-spacing:-.03em;line-height:1.4;color:var(--ink)}
  .estimate-title span{font-size:.9375rem;font-weight:400;white-space:nowrap;color:#686a74}
  .estimate-meta{font-size:.75rem;line-height:1.5;margin-top:6px}
  .estimate-list{list-style:none;padding:0;margin:0}
  .estimate-list>li{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:12px;align-items:start;padding:15px 26px;border-bottom:1px solid #eaebef}
  .estimate-number{font-size:.75rem;line-height:1.5;color:#6e7481;font-variant-numeric:tabular-nums;padding-top:3px}
  .estimate-list li>div{min-width:0}
  .estimate-list li>div>strong{display:block;font-size:1rem;line-height:1.4}
  .estimate-list li>div>span{display:block;font-size:1rem;line-height:1.5;margin-top:2px;color:#696c73}
  .estimate-list li>div>em{display:block;font-style:normal;font-size:.8125rem;line-height:1.55;margin-top:5px;color:#858a96}
  .estimate-cost{font-size:1rem;font-weight:500;line-height:1.4;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}
  .estimate-rest{background:#f8f8f9}
  .estimate-total{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:12px 20px;padding:21px 26px;border-top:2px solid var(--ink)}
  .estimate-total>span{font-size:.9375rem;font-weight:500}
  .estimate-total>strong{font-size:1.85rem;line-height:1.2;letter-spacing:-.04em;white-space:nowrap;font-variant-numeric:tabular-nums}
  .estimate-compare{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 20px;padding:17px 26px;background:#fff3ee;color:#3d332f;border-top:1px solid #f1d3c6}
  .estimate-compare strong{display:block;font-size:.9375rem;line-height:1.5;color:#562b1d}
  .estimate-compare span{display:block;font-size:.8125rem;line-height:1.5;margin-top:2px;color:#7a5a4b}
  .estimate-compare>b{font-size:1.4rem;font-weight:600;letter-spacing:-.03em;white-space:nowrap;color:#562b1d;font-variant-numeric:tabular-nums}
  .estimate-note{padding:14px 26px 18px;font-size:.75rem;line-height:1.7;color:#69707e;border-top:1px solid #eaebef}
  .news-case{display:grid;grid-template-columns:1.35fr .7fr;gap:30px 90px;padding:47px 48px 29px;border-radius:22px;background:#222429;color:#fff;align-items:start}
  .case-copy>.eyebrow{font-size:.75rem;letter-spacing:.075em;color:#ff9878;margin-bottom:22px}
  .case-copy h3{font-size:clamp(1.9rem,3.1vw,3rem);line-height:1.18;letter-spacing:-.045em;font-weight:500}
  .case-dates{display:grid;grid-template-columns:1fr 1fr;gap:30px;border-block:1px solid #51545d;margin:28px 0;padding:22px 0}
  .case-dates>div+div{border-left:1px solid #51545d;padding-left:30px}
  .case-dates span{font-size:3rem;line-height:1.15;letter-spacing:-.065em;font-weight:500;color:#ff9878}
  .case-dates p{font-size:.8125rem;margin-top:6px;color:#c0c2c9}
  .case-copy>p:not(.eyebrow){font-size:1rem;line-height:1.75;color:#c3c5cd}
  .case-copy>p+p{margin-top:16px}
  .case-source{font-size:.875rem;color:#ffac94;margin-top:18px;line-height:1.6}
  .case-copy .case-published{font-size:.75rem;color:#aaadb8;margin-top:9px}
  .case-clipping{background:#fff;padding:10px 10px 0;border-radius:8px;box-shadow:8px 8px 0 #ffffff14;margin-top:8px}
  .case-clipping>a{display:block}
  .case-clipping img{width:100%;height:395px;object-fit:cover;object-position:top;border-bottom:1px solid #e0e1e5}
  .case-clipping a>span{display:flex;justify-content:space-between;gap:13px;font-size:.8125rem;line-height:1.6;padding:13px 5px;color:var(--ink)}
  .case-clipping figcaption{font-size:.75rem;line-height:1.5;padding:0 5px 13px;color:#666f7d}
  .case-scope{grid-column:1/-1;border-top:1px solid #4b4e58;padding-top:20px;font-size:.8125rem;line-height:1.7;color:#b4b7c1}
  .advocate-note{display:grid;grid-template-columns:52px minmax(0,1fr);gap:22px;border-bottom:1px solid var(--line);padding:43px 0;margin-bottom:44px}
  .advocate-note>.icon{width:32px;height:32px;color:var(--accent-ink);stroke-width:1.5;margin-top:4px}
  .advocate-note>div{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:start}
  .advocate-note h3{font-size:1.55rem;line-height:1.35;letter-spacing:-.04em;font-weight:500}
  .advocate-note p{font-size:1rem;line-height:1.75}
  .comparison-intro{display:flex;justify-content:space-between;gap:75px;align-items:flex-end;margin-bottom:30px}
  .comparison-intro h3{font-size:1.8rem;line-height:1.3;letter-spacing:-.04em;font-weight:500}
  .comparison-intro p{max-width:310px;font-size:1rem;line-height:1.75}
  .comparison-wrap{border:1px solid var(--line);border-radius:16px;overflow:hidden}
  .comparison{width:100%;table-layout:fixed;border-collapse:collapse;font-size:1rem;text-align:left}
  .comparison th,.comparison td{padding:23px 28px;vertical-align:top;line-height:1.65;border-bottom:1px solid var(--line)}
  .comparison tbody tr:last-child th,.comparison tbody tr:last-child td{border-bottom:0}
  .comparison thead th{font-size:.875rem;font-weight:500;background:#f5f5f7;color:#636b79}
  .comparison thead th:first-child{width:27%}
  .comparison tbody th{font-weight:500;font-size:.9375rem;letter-spacing:-.015em}
  .comparison td{color:#636b79}
  .comparison td:last-child{background:#fff3ee;color:#3d332f}
  .comparison thead th:last-child{background:#ffe1d5;color:#562b1d}
  .table-brand{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-weight:600}
  .table-brand img{width:26px;height:26px}
  .mobile-compare-label{display:none}

  /* An open five-step sequence, with the closing record as its result. */
  .how-section{background:var(--surface)}
  .how-section .section-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:16px 85px;max-width:none;margin-bottom:47px}
  .how-section .section-intro>.eyebrow{grid-column:1/-1;margin-bottom:0}
  .how-section .section-intro>h2{grid-column:1}
  .how-section .section-intro>p:last-child{grid-column:2;margin:7px 0 0;font-size:1rem;line-height:1.75}
  .how-grid{display:block}
  .steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px 38px}
  .steps>li{grid-column:span 2;padding:25px 0;border-top:1px solid #c8cbd2;display:block}
  .steps>li:nth-child(n+4){grid-column:span 3}
  .step-number{display:block;font-size:2.6rem;line-height:1.2;font-weight:500;letter-spacing:-.065em;color:var(--accent-ink);margin-bottom:23px}
  .steps h3{font-size:1.2rem;line-height:1.4;font-weight:500;max-width:420px}
  .steps p{font-size:1rem;line-height:1.8;margin-top:13px;max-width:550px}
  .trail-column{display:grid;grid-template-columns:1.3fr .8fr;gap:68px;margin-top:30px;padding-top:40px;border-top:1px solid #c8cbd2;align-items:center}
  .closing-record-card{border:1px solid #d7dbe2;border-radius:18px;padding:34px;background:#fff;box-shadow:0 6px 24px #191a1d04}
  .closing-record-card>.eyebrow{font-size:.75rem;margin-bottom:16px}
  .closing-record-card h3{font-size:1.65rem;line-height:1.35;font-weight:500;letter-spacing:-.035em}
  .closing-record-example{padding:23px;border-radius:11px;background:#eff7f1;margin:24px 0;border:1px solid #d2e4d5}
  .closing-record-example>span{display:block;font-size:.75rem;color:#5a705a;margin-bottom:8px}
  .closing-record-example>strong{font-size:1.6rem;line-height:1.3;font-weight:500;letter-spacing:-.03em;color:#214d31;display:block}
  .closing-record-example>p{font-size:.875rem;color:#507055;margin-top:9px}
  .closing-record-card>p:not(.eyebrow){font-size:1rem;line-height:1.75}
  .closing-record-card .record-meaning{font-size:.8125rem!important;line-height:1.7;margin-top:18px;padding-top:17px;border-top:1px solid #e0e4e9;color:#717681}
  .record-download{display:block;font-size:1rem;line-height:1.8;max-width:410px}
  .record-download>.icon{display:block;width:29px;height:29px;margin-bottom:20px;color:var(--accent-ink)}
  .record-download strong{display:block;color:var(--ink);font-size:1.25rem;line-height:1.4;letter-spacing:-.025em;font-weight:500;margin-bottom:16px}
  .section-action{display:flex;align-items:center;gap:25px;margin-top:37px}
  .section-action>span{font-size:.875rem;line-height:1.65;color:#686b74}

  /* A close-up of the work anchors a readable checklist. */
  .checklist-section .split-intro{grid-template-columns:1fr 1fr;gap:100px;margin-bottom:44px}
  .checklist-section .split-intro>div:last-child>p:first-child{font-size:1.0625rem;line-height:1.8}
  .checklist-version{display:flex;align-items:flex-start;gap:11px;font-size:.8125rem;line-height:1.65;margin-top:21px;color:#626b7a}
  .checklist-version .icon{width:18px;height:18px;margin-top:3px}
  .checklist-body{display:grid;grid-template-columns:.7fr 1.3fr;gap:56px;align-items:stretch}
  .inspection-photo{position:relative;min-height:590px;border-radius:18px;overflow:hidden;background:#dde0df}
  .inspection-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:48% center}
  .checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px}
  .check-item{border-top:1px solid var(--line);padding:0}
  .check-item:nth-last-child(-n+2){border-bottom:1px solid var(--line)}
  .check-item>summary{display:flex;align-items:center;gap:16px;min-height:65px;padding:19px 0;list-style:none;font-size:1rem;font-weight:500;line-height:1.5;cursor:pointer}
  .check-item>summary::-webkit-details-marker{display:none}
  .check-item>summary>.icon:first-child{color:var(--accent-ink);width:24px;height:24px;stroke-width:1.5}
  .check-item>summary>span{flex:1}
  .check-item>summary>.disclosure-icon{width:19px;height:19px;color:#888b95;transition:transform .18s}
  .check-item[open]>summary>.disclosure-icon{transform:rotate(45deg)}
  .check-item>p{font-size:1rem;line-height:1.75;padding:0 30px 21px 40px;color:#696d76}
  .checklist-note{font-size:.8125rem;line-height:1.75;margin-top:25px;color:#626c7c;max-width:870px}

  /* Four flat sizes belong to one connected price sheet. */
  .pricing-section{background:#202125;color:#fff}
  .pricing-section .section-intro{display:grid;grid-template-columns:1fr 1fr;gap:18px 100px;max-width:none;margin-bottom:48px}
  .pricing-section .section-intro>.eyebrow{grid-column:1/-1;margin-bottom:0;color:#ff9472}
  .pricing-section .section-intro>h2{grid-column:1}
  .pricing-section .section-intro>p:last-child{grid-column:2;font-size:1rem;line-height:1.8;color:#babcc7;margin-top:7px}
  .pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #4b4e57;border-radius:20px;overflow:hidden;background:#282a30}
  .price-card{padding:30px 25px;position:relative;display:flex;flex-direction:column;align-items:flex-start}
  .price-card+.price-card{border-left:1px solid #4b4e57}
  .price-home h3{font-size:1.3rem;line-height:1.4;font-weight:500;letter-spacing:-.025em}
  .price-home>span{display:block;font-size:.8125rem;line-height:1.5;color:#aeb1bd;margin-top:3px}
  .price{font-size:2.75rem;line-height:1.2;letter-spacing:-.06em;color:#fff;margin-top:28px;white-space:nowrap;font-weight:500}
  .price-detail{font-size:.8125rem;color:#aeb1bd;line-height:1.6;margin-top:9px}
  .price-button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:47px;border:1px solid #747783;border-radius:100px;background:transparent;color:#fff;padding:12px 15px;font-size:.875rem;line-height:1.4;margin-top:25px;transition:background .18s,color .18s,border-color .18s}
  .price-button:hover{background:#fff;color:var(--ink);border-color:#fff}
  .price-button>.icon{width:17px;height:17px}
  .booking-short{display:none}
  .final-addon{display:grid;grid-template-columns:1.05fr 1.1fr .7fr;gap:36px;align-items:start;padding:33px 34px;margin-top:25px;border:1px solid #5d4a42;border-radius:18px;background:#322b28}
  .addon-title{display:flex;gap:13px;align-items:flex-start}
  .addon-icon{width:25px;flex-shrink:0;margin-top:2px;color:#ff9878}
  .addon-icon>.icon{width:25px;height:25px;stroke-width:1.4}
  .addon-title .small-caps{font-size:.75rem;line-height:1.7;letter-spacing:.035em;color:#ffad92;margin-bottom:12px}
  .addon-title h3{font-size:1.25rem;line-height:1.4;letter-spacing:-.02em;font-weight:500}
  .addon-description p{font-size:1rem;line-height:1.75;color:#d1c0b9}
  .addon-price{display:flex;flex-direction:column;align-items:flex-start}
  .addon-price>strong{font-size:2.25rem;line-height:1.2;letter-spacing:-.04em;font-weight:500;white-space:nowrap}
  .addon-price>span{font-size:.8125rem;line-height:1.6;color:#c4b4ac;margin-top:7px}
  .addon-price>.text-link{color:#ffad92;font-size:.875rem;line-height:1.6;margin-top:13px;text-align:left}
  .return-example{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start;padding-top:45px;margin-top:43px;border-top:1px solid #4b4e57}
  .return-example>div>.eyebrow{font-size:.75rem;color:#ff9472;margin-bottom:19px}
  .return-example>div>h3{font-size:1.9rem;line-height:1.25;letter-spacing:-.04em;font-weight:500}
  .return-example>div>p:last-child{font-size:1rem;line-height:1.8;color:#b7bac6;margin-top:20px}
  .trail-disclosure{background:#fff;color:var(--ink);border-radius:15px;overflow:hidden;border:1px solid #d8dce2}
  .trail-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;padding:22px 25px;font-size:1rem;line-height:1.6;cursor:pointer;font-weight:500}
  .trail-disclosure>summary::-webkit-details-marker{display:none}
  .trail-disclosure>summary>.icon{width:19px;height:19px;color:#717681}
  .trail-disclosure[open]>summary>.icon{transform:rotate(45deg)}
  .trail-card{padding:26px 25px;border-top:1px solid #e2e5eb}
  .trail-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:21px}
  .trail-top .eyebrow{font-size:.75rem;margin:0;letter-spacing:.065em}
  .outline-chip{font-size:.75rem;line-height:1.6;border:1px solid #c6ccd6;color:#717886;border-radius:100px;padding:2px 9px}
  .trail-card>h3{font-size:1.25rem;line-height:1.4;letter-spacing:-.025em;font-weight:500}
  .trail-subtitle{font-size:.8125rem;line-height:1.5;margin-top:6px}
  .trail{list-style:none;padding:0;margin:28px 0}
  .trail>li{position:relative;display:grid;grid-template-columns:14px 83px minmax(0,1fr);gap:12px;padding-bottom:25px;line-height:1.5}
  .trail>li:last-child{padding-bottom:0}
  .trail>li:not(:last-child)::after{content:"";position:absolute;left:5px;top:13px;bottom:0;width:1px;background:#d0d6df}
  .trail-dot{width:11px;height:11px;border:1.5px solid #9aa4b3;background:#fff;border-radius:50%;position:relative;z-index:1;margin-top:5px}
  .trail-dot .icon{position:absolute;top:0;left:0;width:12px;height:12px;vertical-align:top}
  .trail li time,.trail-date{font-size:.75rem;color:#646d7d;line-height:1.5;margin-top:2px}
  .trail li strong{display:block;font-size:.875rem;line-height:1.5;font-weight:500}
  .trail li>div>span{display:block;font-size:.875rem;line-height:1.65;margin-top:4px;color:#626d7f}
  .trail-complete .trail-dot{width:16px;height:16px;margin-left:-2px;background:#317b52;border-color:#317b52;color:white}
  .trail-complete strong{color:#286241}
  .trail-summary{display:flex;align-items:center;gap:10px;padding:15px 17px;border:1px solid #d6e7db;border-radius:9px;background:#edf7ef;font-size:.875rem;line-height:1.5;flex-wrap:wrap;color:#2a643f}
  .trail-summary>.icon{width:17px;height:17px}
  .trail-summary>span{font-size:.8125rem;margin-left:auto;color:#4d7057}
  .trail-footnote{font-size:.75rem;line-height:1.7;margin-top:13px;color:#626d7f}
  .price-assurance{display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap;border-top:1px solid #4b4e57;padding-top:25px;margin-top:40px;font-size:.875rem;color:#c0c3cf}
  .price-assurance>span{display:flex;gap:10px;align-items:center}
  .price-assurance .icon{width:17px;height:17px;color:#ff9e80}

  .faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}
  .faq-heading{position:sticky;top:120px}
  .faq-heading h2{font-size:clamp(2.5rem,3.8vw,3.6rem);line-height:1.15;letter-spacing:-.05em}
  .faq-heading>p:last-child{font-size:1rem;line-height:1.8;margin-top:24px;max-width:365px}
  .faq-list{border-top:1px solid var(--line)}
  .faq-list details{border-bottom:1px solid var(--line)}
  .faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:22px;list-style:none;font-size:1rem;line-height:1.55;font-weight:500;padding:24px 0;cursor:pointer}
  .faq-list summary::-webkit-details-marker{display:none}
  .faq-list summary>.icon{width:19px;height:19px;color:#888d98;transition:transform .18s}
  .faq-list details[open] summary>.icon{transform:rotate(45deg);color:var(--accent-ink)}
  .faq-list details>p{font-size:1rem;line-height:1.85;color:#696e79;padding:0 30px 26px 0}
  .closing-section{padding:73px 0 80px;background:var(--ink);color:#fff}
  .closing-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:50px 100px;align-items:end}
  .closing-section .eyebrow{color:#ffac94;letter-spacing:.095em}
  .closing-section h2{font-size:clamp(3.3rem,6vw,5.8rem);line-height:1.05;letter-spacing:-.065em;font-weight:500}
  .closing-section p:not(.eyebrow){font-size:1rem;line-height:1.75;color:#c3c5cd;margin-top:24px}
  .closing-section .button{justify-self:end;align-self:end;margin-bottom:7px;min-width:235px;background:var(--accent);color:var(--ink);border-color:var(--accent)}
  .closing-section .button:hover{background:#ff754d}
  .closing-section :focus-visible{outline-color:#ffad92}
  .developer-band{background:#f4f4f6;padding:37px 0}
  .developer-inner{display:grid;grid-template-columns:.8fr 1.15fr auto;gap:45px;align-items:center}
  .developer-band .eyebrow{font-size:.75rem;margin-bottom:9px;color:#656d7a}
  .developer-band h2{font-size:1.25rem;line-height:1.35;letter-spacing:-.02em;font-weight:500}
  .developer-band p:not(.eyebrow){font-size:.9375rem;line-height:1.8;color:#626d7d}
  .developer-band .text-link{font-size:.875rem;text-decoration:none}
  footer{padding:28px 0 35px;border-top:1px solid var(--line)}
  .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
  .footer-brand{font-size:.875rem}
  .footer-brand>img{width:31px;height:31px}
  .footer-inner>p{font-size:.75rem;line-height:1.65;color:#646e7f}
  .footer-inner>a:last-child{font-size:.8125rem;color:#646b79;padding:10px 0}
  .mobile-booking-bar{display:none}

  body.modal-open{overflow:hidden}
  dialog{width:min(535px,calc(100% - 32px));max-height:calc(100dvh - 48px);overflow:auto;margin:auto;padding:36px;background:#fff;border:1px solid #dde0e5;border-radius:20px;box-shadow:0 30px 85px #11131840;color:var(--ink)}
  dialog::backdrop{background:#151720b8;backdrop-filter:blur(5px)}
  dialog h2{font-size:2.3rem;line-height:1.15;letter-spacing:-.05em;padding-right:22px;margin-bottom:19px}
  dialog .eyebrow{font-size:.75rem;margin-bottom:17px}
  dialog p{font-size:1rem;line-height:1.75}
  .dialog-close{position:absolute;top:10px;right:10px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:50%}
  .dialog-close:hover{background:#f1f2f5}
  dialog label{font-size:1rem;font-weight:500;display:block;margin:24px 0 9px}
  dialog textarea{font-size:1rem;line-height:1.65;display:block;width:100%;min-height:115px;padding:13px;border:1px solid #bbc1cc;border-radius:9px;background:#fafbfc;color:var(--ink);resize:vertical}
  dialog .button{width:100%;margin-top:20px}
  .dialog-note,.copy-status{font-size:.8125rem!important;line-height:1.7;margin-top:14px}
  @keyframes cover-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
  .hero-copy{animation:cover-in .55s ease-out both}
  .hero-photo{animation:cover-in .65s .08s ease-out both}
}

@layer responsive{
  @media(min-width:1500px){.hero-grid{column-gap:95px}.hero h1{font-size:6.5rem}.hero-offer{padding-top:0}.hero-photo{min-height:700px}}
  @media(max-width:1150px){
    .container{width:calc(100% - 72px)}.header-inner{gap:23px}.desktop-nav{gap:19px}.header-book{font-size:.8125rem;padding-inline:16px}
    .hero-grid{gap:42px 48px}.hero h1{font-size:5rem}.hero-lead{font-size:1rem}.hero-offer{padding-top:0;margin-top:25px}.hero-actions{gap:16px}.hero-actions .button{padding:15px 19px}.hero-actions .text-link{font-size:.875rem}.hero-artifact{padding:28px;column-gap:30px}.hero-photo{min-height:650px}.record-heading,.record-progress{padding-inline:18px}.defect-row{padding-inline:17px;grid-template-columns:18px minmax(0,1fr) 114px;gap:8px}.status{max-width:114px}.record-bottom{padding-inline:17px}.whatsapp-body{padding-inline:14px}.whatsapp-top{padding-inline:16px}
    .split-intro{gap:65px}.news-case{padding:38px 35px 28px;column-gap:55px}.case-clipping img{height:390px}.advocate-note>div{gap:38px}.comparison-intro{gap:45px}.comparison th,.comparison td{padding:21px 23px}
    .how-section .section-intro{gap:16px 60px}.steps{column-gap:29px}.steps h3{font-size:1.15rem}.trail-column{gap:45px}.closing-record-card{padding:29px}.closing-record-example>strong{font-size:1.45rem}
    .checklist-section .split-intro{gap:65px}.checklist-body{gap:38px;grid-template-columns:.7fr 1.3fr}.checklist-grid{column-gap:22px}.check-item>summary{gap:12px;font-size:.9375rem}.check-item>p{padding-left:36px;padding-right:7px;font-size:1rem}
    .pricing-section .section-intro{gap:18px 70px}.price-card{padding:27px 19px}.price{font-size:2.45rem}.price-button{padding-inline:12px;gap:7px;font-size:.8125rem}.final-addon{gap:25px;padding:29px}.addon-icon{display:none}.addon-title h3{font-size:1.2rem}.addon-price>strong{font-size:2.1rem}.return-example{gap:60px}.trail-card,.trail-disclosure>summary{padding-inline:22px}
    .faq-grid{gap:65px}.closing-inner{gap:60px}.closing-section h2{font-size:4.5rem}.developer-inner{gap:30px}.footer-inner{gap:22px}
    .cost-block{gap:35px 55px}.cost-copy h3{font-size:2.4rem}.estimate-heading,.estimate-list>li,.estimate-total,.estimate-compare,.estimate-note{padding-inline:22px}
  }
  @media(max-width:980px){
    .desktop-nav{display:none}.header-inner{min-height:80px}.header-book{margin-left:auto}
    .menu-toggle{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px solid #d9dbe1;background:#fff;border-radius:50%;width:44px;height:44px;flex-shrink:0}
    .menu-toggle>span{width:18px;height:1.5px;background:var(--ink);transition:transform .18s}
    .menu-toggle[aria-expanded="true"]>span:first-child{transform:translateY(4.25px) rotate(45deg)}.menu-toggle[aria-expanded="true"]>span:last-child{transform:translateY(-4.25px) rotate(-45deg)}
    .mobile-nav{display:flex;position:absolute;top:100%;inset-inline:0;flex-direction:column;background:#fff;padding:12px 36px 26px;border-bottom:1px solid var(--line);box-shadow:0 15px 25px #191a1d0a}.mobile-nav>a{display:flex;align-items:center;min-height:49px;font-size:1rem;border-bottom:1px solid #eceef2}.mobile-nav>.button{margin-top:19px;align-self:flex-start}
    .hero{padding-top:39px}.hero-grid{gap:36px 32px}.hero h1{font-size:clamp(3.35rem,6.5vw,4.25rem)}.hero-copy>.eyebrow{font-size:.75rem;letter-spacing:.04em}.hero-lead{font-size:1rem;line-height:1.75}.hero-actions{margin-top:20px;gap:13px}.hero-actions .button{font-size:.875rem;padding:14px 17px;min-height:52px}.hero-price{font-size:.75rem}.hero-inclusions{font-size:.8125rem;gap:9px;margin-top:20px;padding-top:19px}.hero-artifact{padding:25px;column-gap:25px}.artifact-caption .small-caps{font-size:.75rem;letter-spacing:.02em}.hero-photo{min-height:620px}.example-view-switch>button{font-size:.8125rem}.record-heading h2{font-size:1.15rem}.record-heading h2 span{font-size:.875rem}.record-icon{display:none}.defect-detail strong,.defect-detail>span{font-size:.875rem}.chat-copy p{font-size:.875rem}.defect-row{grid-template-columns:17px minmax(0,1fr) 112px;gap:7px}.status{max-width:112px;font-size:.875rem}.record-bottom{font-size:.75rem}.whatsapp-top{gap:9px;padding:14px}.whatsapp-top>.icon{display:none}.whatsapp-top strong{font-size:.875rem}.repair-image{height:175px}.chat-copy{padding-inline:14px}.artifact-note{font-size:.8125rem}.process-strip{gap:12px}.process-strip>span{gap:8px;font-size:.8125rem}.process-strip b{width:26px;height:26px}
    .section{padding:85px 0}.split-intro{gap:45px}.news-case{grid-template-columns:1.25fr .75fr;gap:28px 32px;padding:31px 29px 25px}.case-copy h3{font-size:2rem}.case-dates{gap:18px}.case-dates>div+div{padding-left:18px}.case-dates span{font-size:2.65rem}.case-clipping img{height:350px}.advocate-note>div{display:block}.advocate-note p{margin-top:17px}.advocate-note h3{font-size:1.55rem}.comparison-intro{gap:35px}.comparison-intro h3{font-size:1.55rem}.comparison-intro p{max-width:245px}.comparison th,.comparison td{padding:18px 17px;font-size:.9375rem}
    .how-section .section-intro{gap:15px 45px}.how-section .section-intro h2{font-size:2.8rem}.steps{gap:22px 26px}.steps>li{padding-block:23px}.steps h3{font-size:1.1rem}.step-number{font-size:2.3rem;margin-bottom:20px}.trail-column{grid-template-columns:1.25fr .85fr;gap:34px}.closing-record-card{padding:25px}.closing-record-card h3{font-size:1.45rem}.closing-record-example{padding:19px}.closing-record-example>strong{font-size:1.25rem}.record-download strong{font-size:1.15rem}
    .checklist-section .split-intro{gap:45px}.checklist-body{gap:30px;grid-template-columns:.6fr 1.1fr}.checklist-grid{display:block;border-top:1px solid var(--line)}.check-item{border-top:0;border-bottom:1px solid var(--line)}.check-item>summary{font-size:1rem;gap:14px;padding-block:17px}.check-item>p{padding-left:38px;padding-right:20px}.inspection-photo{min-height:620px;max-height:100%;border-radius:14px}
    .pricing-section .section-intro{gap:18px 50px}.price-card{padding:25px 15px}.price{font-size:2.05rem}.price-home h3{font-size:1.15rem}.price-detail{font-size:.75rem}.price-button{padding:11px 12px;min-height:45px}.price-button .icon{width:16px}.booking-long{display:none}.booking-short{display:inline}.final-addon{grid-template-columns:1.25fr .7fr;gap:22px 32px}.addon-title{grid-column:1}.addon-description{grid-column:1}.addon-price{grid-column:2;grid-row:1/3}.addon-title h3{font-size:1.3rem}.addon-price>strong{font-size:2.5rem}.return-example{gap:39px;grid-template-columns:.8fr 1.2fr}.return-example>div>h3{font-size:1.65rem}.trail-card,.trail-disclosure>summary{padding-inline:20px}.trail>li{grid-template-columns:13px 70px minmax(0,1fr);gap:9px}.trail-summary{padding:14px 13px}.trail-summary>span{margin-left:27px;width:100%}
    .cost-block{grid-template-columns:1fr;gap:30px;margin-bottom:44px;padding-bottom:44px}.cost-copy{position:static}.cost-copy h3{font-size:2rem}.cost-copy>p:not(.eyebrow){max-width:600px}.estimate-title{font-size:1.25rem}.estimate-list li>div>strong,.estimate-list li>div>span,.estimate-cost{font-size:.9375rem}
    .faq-grid{gap:45px}.faq-heading h2{font-size:2.75rem}.closing-inner{gap:35px;grid-template-columns:1.3fr .8fr}.closing-section h2{font-size:3.6rem}.closing-section .button{min-width:0;padding-inline:19px;font-size:.875rem}.closing-section .button .arrow{display:none}.developer-inner{grid-template-columns:.8fr 1.2fr;gap:15px 35px}.developer-inner>.text-link{grid-column:2}.footer-inner{flex-wrap:wrap}.footer-inner>p{order:3;width:100%}
  }
  @media(max-width:720px){
    html{scroll-padding-top:86px}body{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.container{width:calc(100% - 40px)}.section{padding:62px 0}
    h2{font-size:clamp(2.2rem,9.5vw,3.3rem);line-height:1.12;letter-spacing:-.05em}.eyebrow{font-size:.75rem;letter-spacing:.065em;margin-bottom:18px}
    .button{min-height:54px;font-size:.9375rem;padding:16px 21px}.text-link{font-size:.9375rem}
    .header-inner{min-height:74px;gap:20px}.brand{font-size:.875rem;gap:10px}.brand img{width:35px;height:35px}.brand-second{font-size:.8125rem;margin-top:2px}.header-book{display:none}.menu-toggle{margin-left:auto}.mobile-nav{padding:9px 20px 23px}.mobile-nav>.button{width:100%;align-self:stretch}
    .hero{padding-top:30px}.hero-grid{display:block}.hero-copy{display:block;padding-top:0}.hero-copy>.eyebrow{font-size:.75rem;letter-spacing:.03em;line-height:1.6;gap:8px;margin-bottom:19px}.eyebrow-line{width:6px;height:6px}
    .hero h1{font-size:clamp(2.9rem,11.5vw,4.2rem);line-height:1.045;letter-spacing:-.058em;max-width:595px}.blue-word{color:var(--accent-ink)}
    .hero-offer{padding:0;margin-top:22px;width:100%}.hero-lead{font-size:1rem;line-height:1.75;max-width:580px}.hero-actions{gap:20px;margin-top:23px;width:100%;flex-wrap:wrap}.hero-actions .button{font-size:.9375rem;min-height:54px;padding:15px 21px;gap:10px}.hero-actions .text-link{font-size:.875rem}.hero-price{font-size:.8125rem;line-height:1.6;gap:6px;margin-top:12px}.hero-inclusions{font-size:.875rem;line-height:1.5;padding-top:20px;margin-top:20px;gap:9px;max-width:none}.hero-inclusions .icon{width:17px;height:17px}.hero-photo{height:275px;min-height:0;max-height:none;overflow:hidden;margin-top:30px;border-radius:19px}.hero-photo>img{height:100%;width:100%;object-position:50% 60%}.hero-artifact{display:block;padding:22px 15px 18px;background:var(--ink);position:relative;margin-top:28px;border-radius:19px}.artifact-caption{gap:9px;margin-bottom:18px;padding-bottom:18px}.artifact-caption .small-caps{font-size:.75rem;letter-spacing:.02em}.example-label{font-size:.75rem;padding:2px 9px}.example-view-switch{display:grid;margin-bottom:17px;padding:4px;gap:3px}
    .hero-artifact[data-view="whatsapp"] .record-card{display:none}
    .hero-artifact[data-view="record"] .whatsapp-card{display:none}.example-view-switch>button{min-height:43px;padding:10px 6px;font-size:.875rem;line-height:1.45}
    .record-card{border-radius:11px;box-shadow:none}.record-heading{padding:19px 15px 13px;gap:9px}.record-heading h2{font-size:1.15rem;line-height:1.45}.record-heading h2 span{font-size:.875rem}.record-label{font-size:.75rem;margin-bottom:6px}.record-date{font-size:.75rem;margin-top:6px}.record-icon{display:flex;width:29px;height:32px;border-radius:8px}.record-icon>.icon{width:17px;height:17px}.record-progress{padding:9px 15px 19px}.record-progress>div{gap:9px;margin-bottom:12px}.record-progress strong{font-size:1.2rem}.record-progress strong span{font-size:.875rem}.record-progress>div>span{font-size:.875rem}
    .defect-row{grid-template-columns:17px minmax(0,1fr) 112px;padding:14px 14px;gap:7px;min-height:78px}.defect-detail strong,.defect-detail>span{font-size:.875rem;line-height:1.5}.defect-detail .buyer-mark{font-size:.8125rem}.status{font-size:.875rem;line-height:1.35;padding:5px 6px;max-width:112px}.record-bottom{padding:12px 14px;font-size:.75rem;gap:7px;flex-wrap:wrap}
    .whatsapp-card{border-radius:11px;box-shadow:none}.whatsapp-top{padding:13px 12px;gap:9px}.whatsapp-top strong{font-size:.9375rem}.whatsapp-top>div>span{font-size:.75rem}.whatsapp-top>.icon{display:block;width:18px;height:18px}.wa-avatar{width:31px;height:31px}.wa-avatar img{width:30px;height:30px}.whatsapp-body{padding:12px 10px}.repair-image{height:151px}.repair-image>span{font-size:.75rem;left:9px;bottom:8px}.chat-copy{padding:12px 13px 10px}.chat-copy p,.chat-copy .chat-count{font-size:.875rem;line-height:1.6}.chat-copy .chat-count{margin-top:9px}.chat-actions>button{min-height:47px;font-size:.875rem;gap:7px;padding:10px 7px}.demo-feedback{font-size:.75rem;line-height:1.6;margin-top:9px}.artifact-note{font-size:.8125rem;line-height:1.7;margin-top:15px;color:#696f7b}
    .process-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 9px;padding-block:22px}.process-strip>span{font-size:.8125rem;line-height:1.5;align-items:center;gap:7px}.process-strip b{width:23px;height:23px;font-size:.75rem;border:0;background:#fff0e9}
    .section-intro{margin-bottom:31px}.section-intro>p:last-child:not(.eyebrow){font-size:1rem;line-height:1.8;margin-top:22px}.split-intro{display:block}.split-intro>div:last-child{padding:0;margin-top:23px}.problem-section .split-intro{margin-bottom:31px}.stakes-copy p{font-size:1rem;line-height:1.8}.stakes-copy p+p{margin-top:17px}
    .news-case{display:flex;flex-direction:column;gap:25px;padding:28px 22px 24px;border-radius:17px}.case-copy>.eyebrow{font-size:.75rem;letter-spacing:.035em;margin-bottom:18px}.case-copy h3{font-size:1.95rem;line-height:1.2;letter-spacing:-.045em}.case-dates{gap:19px;padding:20px 0;margin:23px 0}.case-dates>div+div{padding-left:19px}.case-dates span{font-size:2.65rem;line-height:1.15}.case-dates p{font-size:.8125rem;line-height:1.6}.case-copy>p:not(.eyebrow){font-size:1rem;line-height:1.8}.case-copy>p+p{margin-top:14px}.case-source{font-size:.875rem;margin-top:14px;line-height:1.65}.case-copy .case-published{font-size:.75rem;line-height:1.6;margin-top:8px}.case-clipping{width:100%;max-width:400px;padding:9px 9px 0;margin:0;box-shadow:none}.case-clipping img{height:162px;object-position:top}.case-clipping a>span{font-size:.8125rem;padding:12px 3px}.case-clipping figcaption{font-size:.75rem;padding:0 3px 12px}.case-scope{font-size:.8125rem;line-height:1.75;padding-top:20px}
    .advocate-note{grid-template-columns:1fr;gap:17px;padding:33px 0;margin-bottom:33px}.advocate-note>.icon{width:29px;height:29px;margin:0}.advocate-note>div{display:block}.advocate-note h3{font-size:1.5rem;line-height:1.35;letter-spacing:-.03em}.advocate-note p{font-size:1rem;line-height:1.8;margin-top:16px}.comparison-intro{display:block;margin-bottom:23px}.comparison-intro h3{font-size:1.55rem;line-height:1.3}.comparison-intro p{font-size:1rem;max-width:none;line-height:1.8;margin-top:17px}
    .comparison-wrap{border:0;border-radius:0;overflow:visible}.comparison{display:block;width:100%;table-layout:auto}.comparison thead{display:none}.comparison tbody{display:block}.comparison tr{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:18px}.comparison tr:last-child{margin-bottom:0}.comparison tbody th{grid-column:1/-1;background:#f4f5f7;font-size:1rem;line-height:1.5;padding:16px;border-bottom:1px solid var(--line)!important}.comparison td{display:block;padding:18px 15px;font-size:.9375rem;line-height:1.7;border:0}.comparison td:last-child{background:#fff2ec}.mobile-compare-label{display:block;font-size:.8125rem;line-height:1.5;font-weight:600;margin-bottom:10px;color:#626a7a}.comparison td:last-child .mobile-compare-label{color:#a83e23}
    .how-section .section-intro{display:block;margin-bottom:34px}.how-section .section-intro>.eyebrow{margin-bottom:18px}.how-section .section-intro h2{font-size:clamp(2.2rem,9.5vw,3.3rem);line-height:1.12}.how-section .section-intro>p:last-child{font-size:1rem;line-height:1.8;margin-top:22px}.steps{display:block}.steps>li{display:grid;grid-template-columns:33px minmax(0,1fr);gap:18px;padding:25px 0}.step-number{font-size:1.8rem;line-height:1.35;letter-spacing:-.06em;margin:0}.steps h3{font-size:1.125rem;line-height:1.5}.steps p{font-size:1rem;line-height:1.8;margin-top:10px}.trail-column{display:block;padding-top:29px;margin-top:9px;border-top:1px solid #c8cbd2}.closing-record-card{padding:26px 22px;border-radius:14px;box-shadow:none}.closing-record-card>.eyebrow{font-size:.75rem;margin-bottom:16px}.closing-record-card h3{font-size:1.5rem;line-height:1.35}.closing-record-example{padding:19px 17px;border-radius:10px;margin:23px 0}.closing-record-example>strong{font-size:1.3rem;line-height:1.35}.closing-record-example>p{font-size:.875rem;line-height:1.65}.closing-record-card>p:not(.eyebrow){font-size:1rem;line-height:1.8}.closing-record-card .record-meaning{font-size:.8125rem!important;line-height:1.75;margin-top:17px;padding-top:16px}.record-download{font-size:1rem;line-height:1.8;margin-top:29px;max-width:none}.record-download>.icon{width:26px;height:26px;margin-bottom:17px}.record-download strong{font-size:1.15rem;line-height:1.5;margin-bottom:12px}.section-action{display:block;margin-top:28px}.section-action .button{width:100%}.section-action>span{display:block;font-size:.875rem;line-height:1.75;margin-top:13px}
    .checklist-section .split-intro{display:block;margin-bottom:29px}.checklist-section .split-intro>div:last-child>p:first-child{font-size:1rem;line-height:1.8}.checklist-version{font-size:.8125rem;line-height:1.7;gap:10px;margin-top:20px}.checklist-body{display:block}.inspection-photo{height:235px;min-height:0;margin-bottom:25px;border-radius:14px;overflow:hidden}.inspection-photo img{object-position:50% 46%}.checklist-grid{display:block;border-top:1px solid var(--line)}.check-item{border-top:0;border-bottom:1px solid var(--line)}.check-item>summary{font-size:1rem;line-height:1.5;min-height:68px;padding:20px 0;gap:14px}.check-item>summary>.icon:first-child{width:23px;height:23px}.check-item>summary>.disclosure-icon{width:18px;height:18px}.check-item>p{font-size:1rem;line-height:1.8;padding:0 20px 22px 37px}.checklist-note{font-size:.8125rem;line-height:1.8;margin-top:21px}
    .pricing-section .section-intro{display:block;margin-bottom:31px}.pricing-section .section-intro>.eyebrow{margin-bottom:18px}.pricing-section .section-intro>p:last-child{font-size:1rem;line-height:1.8;margin-top:22px}.pricing-grid{grid-template-columns:1fr 1fr;border-radius:15px}.price-card{padding:23px 18px}.price-card+.price-card{border-left:0}.price-card:nth-child(2n){border-left:1px solid #4b4e57}.price-card:nth-child(n+3){border-top:1px solid #4b4e57}.price-home h3{font-size:1.25rem;line-height:1.45}.price-home>span{font-size:.8125rem;margin-top:2px}.price{font-size:clamp(1.7rem,7.6vw,2.55rem);line-height:1.2;margin-top:23px;letter-spacing:-.065em}.price-detail{font-size:.75rem;line-height:1.6;margin-top:8px}.price-button{font-size:.875rem;min-height:45px;padding:11px 13px;margin-top:20px}.price-button .icon{width:18px;height:18px}.booking-long{display:none}.booking-short{display:inline}
    .final-addon{display:flex;flex-direction:column;gap:22px;padding:26px 22px;border-radius:15px;margin-top:22px}.addon-title{display:flex;gap:13px}.addon-icon{display:block;width:23px}.addon-icon>.icon{width:23px;height:23px}.addon-title .small-caps{font-size:.75rem;line-height:1.7;letter-spacing:.02em;margin-bottom:10px}.addon-title h3{font-size:1.25rem;line-height:1.45}.addon-description p{font-size:1rem;line-height:1.8}.addon-price{display:grid;grid-template-columns:1fr auto;gap:6px 17px;width:100%;padding-top:21px;border-top:1px solid #6c5146}.addon-price>strong{grid-column:1;grid-row:1;font-size:2.1rem;line-height:1.3}.addon-price>span{grid-column:1;grid-row:2;font-size:.8125rem;line-height:1.7;margin:0}.addon-price>.text-link{grid-column:2;grid-row:1/3;align-self:center;font-size:.875rem;line-height:1.65;max-width:133px;gap:8px;margin:0}
    .return-example{display:block;padding-top:31px;margin-top:34px}.return-example>div>.eyebrow{font-size:.75rem;margin-bottom:16px}.return-example>div>h3{font-size:1.65rem;line-height:1.3}.return-example>div>p:last-child{font-size:1rem;line-height:1.8;margin-top:18px}.trail-disclosure{margin-top:23px;border-radius:12px}.trail-disclosure>summary{font-size:1rem;line-height:1.65;gap:17px;padding:19px 18px}.trail-card{padding:23px 18px}.trail-top{gap:12px;margin-bottom:19px}.trail-top .eyebrow,.outline-chip{font-size:.75rem}.trail-card>h3{font-size:1.15rem;line-height:1.5}.trail-subtitle{font-size:.8125rem}.trail{margin:25px 0}.trail>li{grid-template-columns:12px 65px minmax(0,1fr);gap:8px;padding-bottom:23px}.trail>li:last-child{padding-bottom:0}.trail li time,.trail-date{font-size:.75rem;line-height:1.6}.trail li strong,.trail li>div>span{font-size:.875rem;line-height:1.6}.trail-summary{font-size:.875rem;gap:9px;padding:14px 12px}.trail-summary>span{font-size:.8125rem;margin-left:26px;width:100%}.trail-footnote{font-size:.75rem;line-height:1.75}.price-assurance{display:grid;grid-template-columns:1fr;gap:13px;font-size:.875rem;padding-top:22px;margin-top:30px}
    .faq-grid{display:block}.faq-heading{position:static;margin-bottom:30px}.faq-heading h2{font-size:clamp(2.2rem,9.5vw,3.3rem);line-height:1.15}.faq-heading>p:last-child{font-size:1rem;line-height:1.8;margin-top:22px;max-width:none}.faq-list summary{font-size:1rem;line-height:1.55;padding:22px 0;gap:19px}.faq-list details>p{font-size:1rem;line-height:1.85;padding:0 18px 24px 0}
    .closing-section{padding:55px 0 59px}.closing-inner{display:block}.closing-section .eyebrow{font-size:.75rem;letter-spacing:.05em}.closing-section h2{font-size:clamp(2.8rem,11.7vw,4rem);line-height:1.07;letter-spacing:-.06em}.closing-section p:not(.eyebrow){font-size:1rem;line-height:1.8;margin-top:22px}.closing-section .button{width:100%;font-size:.9375rem;margin:26px 0 0;min-height:54px}.closing-section .button .arrow{display:block}
    .developer-band{padding:31px 0}.developer-inner{display:block}.developer-band .eyebrow{font-size:.75rem;margin-bottom:9px}.developer-band h2{font-size:1.25rem;line-height:1.4}.developer-band p:not(.eyebrow){font-size:.9375rem;line-height:1.8;margin-top:17px}.developer-band .text-link{font-size:.875rem;margin-top:12px}
    footer{padding:23px 0 28px}.footer-inner{display:flex;flex-wrap:wrap;gap:18px}.footer-brand{font-size:.8125rem;gap:9px}.footer-brand>img{width:28px;height:28px}.footer-inner>p{order:3;width:100%;font-size:.75rem;line-height:1.7}.footer-inner>a:last-child{font-size:.8125rem;margin-left:auto}
    .mobile-booking-bar{display:flex;position:fixed;bottom:0;inset-inline:0;z-index:40;align-items:center;justify-content:space-between;gap:13px;background:#fffffff7;color:var(--ink);padding:13px 20px calc(13px + env(safe-area-inset-bottom));border-top:1px solid #dfe2e8;box-shadow:0 -7px 20px #191a1d08;backdrop-filter:blur(15px)}.mobile-booking-bar>div{min-width:0}.mobile-booking-bar>div>span{font-size:.75rem;line-height:1.5;display:block;color:#697181}.mobile-booking-bar>div>strong{display:block;font-size:1rem;line-height:1.5;font-weight:600;margin-top:2px}.mobile-booking-bar>.button{min-height:49px;padding:13px 17px;font-size:.875rem;gap:8px;flex-shrink:0;background:var(--accent);border-color:var(--accent);color:var(--ink)}.mobile-booking-bar .icon{width:18px;height:18px}
    .hero-cost{font-size:.8125rem;line-height:1.65;padding:12px 14px;margin-top:14px}.hero-cost>strong{font-size:.9375rem}.cost-block{display:block;margin-bottom:31px;padding-bottom:31px}.cost-copy h3{font-size:1.95rem;line-height:1.2;letter-spacing:-.045em}.cost-copy>p:not(.eyebrow){margin-top:18px}.estimate-card{border-radius:12px;box-shadow:none;margin-top:26px}.estimate-heading{padding:19px 15px 13px;gap:9px}.estimate-title{font-size:1.15rem;line-height:1.45}.estimate-title span{font-size:.875rem}.estimate-list>li{grid-template-columns:17px minmax(0,1fr) auto;gap:8px;padding:14px 15px}.estimate-list li>div>strong,.estimate-list li>div>span,.estimate-cost{font-size:.875rem}.estimate-list li>div>em{font-size:.75rem}.estimate-total{padding:18px 15px}.estimate-total>span{font-size:.875rem}.estimate-total>strong{font-size:1.45rem}.estimate-compare{padding:15px}.estimate-compare>b{font-size:1.25rem}.estimate-note{padding:13px 15px 16px}
    dialog{width:calc(100% - 28px);padding:30px 23px;max-height:calc(100dvh - 30px);border-radius:16px}.dialog-close{top:6px;right:6px}dialog h2{font-size:2rem;line-height:1.2;letter-spacing:-.045em;margin-bottom:17px;padding-right:20px}dialog .eyebrow{font-size:.75rem}dialog p,dialog textarea,dialog label{font-size:1rem}dialog textarea{scroll-margin-bottom:30px}dialog .button{font-size:.9375rem}
  }
  @media(max-width:380px){
    .container{width:calc(100% - 32px)}.hero-copy>.eyebrow{font-size:.75rem;letter-spacing:0;gap:7px}.hero h1{font-size:2.75rem;line-height:1.055}.hero-actions{gap:16px}.hero-actions .button{font-size:.875rem;padding:15px 18px}.hero-actions .text-link{font-size:.875rem}.hero-price{font-size:.75rem;gap:5px}.hero-photo{height:235px;border-radius:15px}.hero-artifact{padding:20px 12px;border-radius:15px}.artifact-caption{gap:7px}.artifact-caption .small-caps{font-size:.75rem;letter-spacing:0}.example-label{padding-inline:7px}.example-view-switch>button{font-size:.8125rem;padding-inline:4px}.record-heading{padding-inline:12px}.record-heading h2{font-size:1.05rem}.record-heading h2 span{font-size:.875rem}.record-icon{display:none}.record-progress{padding-inline:12px}.record-progress>div{gap:8px}.defect-row{grid-template-columns:15px minmax(0,1fr);gap:5px 7px;padding-inline:12px}.status{grid-column:2;justify-self:start;max-width:none;text-align:left;padding:3px 7px}.record-bottom{padding-inline:12px}.whatsapp-top{padding-inline:11px;gap:8px}.whatsapp-top strong{font-size:.875rem}.whatsapp-top>.icon{display:none}.whatsapp-body{padding-inline:8px}.repair-image{height:132px}.chat-copy{padding-inline:12px}.process-strip{gap:13px 5px}.process-strip>span{font-size:.75rem;gap:5px}.process-strip b{width:20px;height:20px;font-size:.75rem}.news-case{padding:25px 18px 23px}.case-copy h3{font-size:1.8rem}.case-dates{gap:14px}.case-dates>div+div{padding-left:14px}.case-dates span{font-size:2.4rem}.comparison td{padding:16px 12px;font-size:.875rem}.steps>li{grid-template-columns:29px minmax(0,1fr);gap:15px}.step-number{font-size:1.65rem}.closing-record-card{padding:23px 19px}.closing-record-card h3{font-size:1.4rem}.closing-record-example{padding:17px 14px}.closing-record-example>strong{font-size:1.2rem}.price-card{padding:22px 14px}.price{font-size:1.75rem}.price-home h3{font-size:1.15rem}.price-button{padding-inline:11px}.final-addon{padding:24px 19px}.addon-icon{display:none}.addon-price{gap:6px 13px}.addon-price>strong{font-size:1.9rem}.addon-price>.text-link{max-width:119px;font-size:.875rem}.trail-card{padding-inline:14px}.trail>li{grid-template-columns:11px 60px minmax(0,1fr);gap:7px}.trail li strong,.trail li>div>span{font-size:.875rem}.mobile-booking-bar{padding-inline:16px;gap:10px}.mobile-booking-bar>div>span{font-size:.75rem;max-width:115px}.mobile-booking-bar>.button{font-size:.8125rem;padding:13px 13px;gap:7px}.mobile-booking-bar .icon{width:17px;height:17px}.footer-inner{gap:13px}
    .estimate-heading,.estimate-list>li,.estimate-total,.estimate-compare,.estimate-note{padding-inline:12px}.estimate-list>li{grid-template-columns:15px minmax(0,1fr);gap:4px 7px}.estimate-cost{grid-column:2;text-align:left}.estimate-total>strong{font-size:1.3rem}
  }
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
  @media print{
    .site-header,.hero-actions,.section-action,.price-button,.closing-section,.menu-toggle,dialog,.chat-actions,.mobile-booking-bar,.example-view-switch{display:none!important}
    body{padding:0;background:#fff;color:#191a1d}.container{width:100%}.section{padding:30px 0}.hero{padding:0}.hero-grid{display:block}.hero-copy{display:block;animation:none}.hero h1{font-size:3rem}.hero-offer{margin-top:20px}.hero-photo{height:200px;min-height:0}.hero-artifact{display:block;padding:20px;background:#fff;border-color:#cbd0d8;margin-top:25px}.hero-artifact .artifact-note,.hero-artifact .small-caps,.hero-artifact .example-label{color:#454b58}.artifact-caption{border-color:#cbd0d8}.hero-artifact .record-card,.hero-artifact .whatsapp-card{display:block!important;max-width:600px;margin-bottom:25px;box-shadow:none}.process-strip{grid-template-columns:repeat(5,1fr)}.news-case,.pricing-section{background:#fff;color:#191a1d;border:1px solid #cbd0d8}.news-case p,.news-case .eyebrow,.news-case .text-link,.pricing-section p,.pricing-section .eyebrow{color:#454b58!important}.case-dates span{color:#191a1d}.news-case{break-inside:avoid}.how-section .section-intro,.trail-column,.checklist-body,.faq-grid,.pricing-section .section-intro{display:block}.steps{display:block}.steps>li{break-inside:avoid}.closing-record-card{margin-top:25px}.inspection-photo{height:220px;min-height:0;margin-bottom:25px}.checklist-grid{display:block}.check-item>p{display:block!important}.pricing-grid{background:#fff;color:#191a1d;grid-template-columns:repeat(4,1fr)}.price-card{break-inside:avoid}.price{color:#191a1d}.final-addon{background:#f2f2f4;color:#191a1d}.addon-price>.text-link{color:#191a1d}.return-example{display:block}.trail-disclosure{margin-top:25px}.price-assurance{color:#454b58}.faq-heading{position:static;margin-bottom:25px}.faq-list details>p{display:block!important}.developer-band{background:#fff}.cost-block{display:block}.cost-copy{position:static}.estimate-card{break-inside:avoid;margin-top:25px;box-shadow:none}
  }
}
