/* Shared tokens and base elements */
:root {
  --paper: #f7f5ef;
  --white: #fffefa;
  --ink: #282c27;
  --muted: #64675d;
  --accent: #b94729;
  --accent-hover: #94371f;
  --line: #ddded4;
  --sage: #e9ece2;
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'DM Sans', 'Avenir Next', sans-serif;
  --radius: 8px;
  --section-space: clamp(64px, 7.5vw, 108px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #e4c5ad; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; border-radius: 3px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-weight: 550; letter-spacing: -.055em; }
h2 { font-size: clamp(36px, 3.8vw, 52px); line-height: 1.12; }
h3 { font-size: 20px; font-weight: 550; line-height: 1.35; letter-spacing: -.025em; }
em { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
ul, ol { padding: 0; margin: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.eyebrow, .tiny-label { font-size: 11px; font-weight: 650; letter-spacing: .115em; text-transform: uppercase; }
.eyebrow { color: var(--muted); margin-bottom: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 14px 23px; border: 1px solid transparent; border-radius: var(--radius); background: var(--accent); color: #fff; font-size: 15px; font-weight: 600; line-height: 1.4; transition: background .2s, transform .2s; }
.button:hover { background: var(--accent-hover); transform: translateY(-2px); }
.button > span { font-size: 22px; line-height: 1; font-weight: 400; }
.button-small { min-height: 43px; padding: 10px 17px; gap: 24px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 14px; font-weight: 550; font-size: 14px; text-decoration: underline; text-decoration-color: #bcbeb2; text-underline-offset: 6px; }
.text-link:hover, .inline-link:hover { color: var(--accent); }
.text-link > span { font-size: 20px; }
.inline-link { text-decoration: underline; text-underline-offset: 4px; }
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.22,.75,.2,1) var(--reveal-delay, 0ms), transform .75s cubic-bezier(.22,.75,.2,1) var(--reveal-delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js .hero-showcase[data-reveal] { transform: translateY(28px) rotate(1.2deg); }
.js .hero-showcase[data-reveal].is-visible { transform: rotate(0deg); }
.js .improvements[data-reveal] .improvement { opacity: 0; transform: translateX(20px); transition: opacity .6s ease calc(var(--reveal-delay, 0ms) + 130ms), transform .6s ease calc(var(--reveal-delay, 0ms) + 130ms); }
.js .improvements[data-reveal].is-visible .improvement { opacity: 1; transform: none; }
.js .improvements[data-reveal].is-visible .improvement:nth-child(2) { transition-delay: calc(var(--reveal-delay, 0ms) + 210ms); }
.js .improvements[data-reveal].is-visible .improvement:nth-child(3) { transition-delay: calc(var(--reveal-delay, 0ms) + 290ms); }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; transform: translateY(-160%); padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }

/* Navigation remains available at every viewport without JavaScript. */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; font-size: 25px; font-weight: 700; letter-spacing: -.06em; line-height: 1; min-height: 44px; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-right: 10px; background: var(--accent); color: white; border-radius: 9px; font-size: 30px; letter-spacing: -.11em; padding: 0 3px 4px 0; }
.brand-mark > span { font-size: 24px; }
.brand-domain { color: var(--muted); font-weight: 450; }
.main-nav { display: flex; align-items: center; gap: 33px; }
.main-nav a { display: flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--muted); transition: color .2s; }
.main-nav a:hover { color: var(--accent); }

/* First-screen story and real proposal imagery */
.hero { position: relative; display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 48px; padding-block: 72px 78px; }
.hero::before { content: ''; position: absolute; z-index: -1; width: 520px; height: 520px; left: -190px; top: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(185,71,41,.13), rgba(185,71,41,0) 68%); pointer-events: none; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; }
.status-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; }
h1 { font-size: clamp(48px, 5.6vw, 78px); line-height: 1.015; }
h1 em { color: var(--accent); font-size: 1.12em; }
.hero-description { margin-top: 27px; max-width: 43ch; color: var(--muted); line-height: 1.75; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 29px; }
.hero-reassurance { font-size: 12px; color: var(--muted); margin-top: 17px; }
.hero-showcase { position: relative; background: #ebece3; border: 1px solid #e1e2d7; border-radius: 14px; padding: 23px 27px 18px; }
.showcase-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.tiny-label { color: #666b5d; font-size: 9px; }
.showcase-star { font-size: 34px; color: var(--accent); line-height: 1; }
.phone-pair { display: flex; align-items: center; justify-content: center; gap: 17px; min-height: 355px; padding: 18px 4px 7px; }
.preview { min-width: 0; }
.preview-before { width: 42%; transform: rotate(-7deg) translateY(10px); }
.preview-after { width: 50%; transform: rotate(4deg); }
.preview-label { display: flex; align-items: center; justify-content: space-between; color: #626657; font-size: 11px; font-weight: 550; margin-bottom: 8px; padding-inline: 5px; }
.preview-after .preview-label { color: #384936; }
.mini-check { background: #d4dfc8; border-radius: 50%; width: 18px; height: 18px; text-align: center; font-size: 12px; }
.phone-frame { padding: 5px; border: 1px solid #d1d3c7; border-radius: 17px; background: var(--white); box-shadow: 0 12px 23px -12px #343e3840; overflow: hidden; }
.phone-frame img { border-radius: 11px; width: 100%; }
.showcase-note { position: relative; display: flex; align-items: center; gap: 10px; width: fit-content; max-width: 100%; margin: 10px auto 0; background: var(--white); border: 1px solid #e3e3d7; padding: 12px 16px; border-radius: 7px; box-shadow: 0 5px 16px #343e3806; font-size: 11px; font-weight: 600; }
.note-check { display: grid; place-items: center; flex: none; height: 27px; width: 27px; border-radius: 50%; color: #476341; background: #eaf0e4; }
.showcase-note div > span { display: block; font-size: 10px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.hero-showcase figcaption { text-align: center; font-size: 9px; color: var(--muted); margin-top: 19px; }
.hero-showcase figcaption > span { margin-inline: 5px; }
.promise-strip { border-block: 1px solid var(--line); }
.promise-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.promise-inner > p:first-child { font-size: 12px; line-height: 1.6; color: var(--muted); }
.promise-inner strong { font-weight: 550; color: var(--ink); }
.promise-inner > span { font-family: var(--serif); font-size: 24px; }
.device-note { display: flex; align-items: center; gap: 12px; border-left: 1px solid var(--line); padding-left: 25px; font-size: 11px; color: var(--muted); line-height: 1.5; }

/* Give the first frame its own entrance before scroll reveals begin. */
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes hero-card-in { from { opacity: 0; transform: translateY(28px) rotate(2deg) scale(.965); } to { opacity: 1; transform: none; } }
@keyframes hero-line-in { from { transform: scaleX(0); transform-origin: left; } to { transform: scaleX(1); transform-origin: left; } }
.js .hero-copy { animation: hero-copy-in .85s cubic-bezier(.2,.8,.2,1) both; }
.js .hero-copy .eyebrow::after { content: ''; width: 34px; height: 1px; margin-left: 3px; background: var(--accent); animation: hero-line-in .7s .28s ease both; }
.js .hero-showcase { animation: hero-card-in 1s .15s cubic-bezier(.2,.8,.2,1) both; }
.js .hero-showcase .showcase-note { animation: hero-copy-in .65s .72s cubic-bezier(.2,.8,.2,1) both; }

/* Evidence and review scope */
.work-section { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.section-heading > p:not(.eyebrow):not(.small-note) { margin-top: 23px; max-width: 37ch; color: var(--muted); font-size: 16px; }
.section-heading .text-link { margin-top: 23px; }
.section-heading > .small-note { font-size: 11px; line-height: 1.7; max-width: 42ch; margin-top: 15px; color: var(--muted); }
.improvement { display: flex; gap: 22px; padding-block: 23px; border-bottom: 1px solid var(--line); }
.improvement:first-child { padding-top: 0; }
.item-number { color: var(--accent); font-family: var(--serif); font-size: 24px; line-height: 1.2; }
.improvement h3 { font-size: 18px; }
.improvement p { color: var(--muted); font-size: 16px; line-height: 1.7; margin-top: 10px; }
.change-label { display: inline-block; margin-top: 12px; color: #48603f; font-size: 10px; background: #e8ecdf; padding: 3px 9px; border-radius: 4px; }
.audit-section { background: var(--sage); padding-block: 65px; }
.audit-section > .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; align-items: center; }
.audit-heading h2 { font-size: clamp(32px, 3vw, 44px); }
.audit-heading > p:last-child { color: var(--muted); margin-top: 22px; font-size: 15px; max-width: 37ch; }
.audit-list li { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; padding-block: 16px; border-bottom: 1px solid #d1d7c8; }
.audit-list li:first-child { border-top: 1px solid #d1d7c8; }
.audit-list li > span:first-child { color: #59704e; font-size: 23px; line-height: 1; }
.audit-list h3 { font-size: 14px; font-weight: 500; letter-spacing: -.015em; text-wrap: pretty; }
.device-tag { color: #5e6857; font-size: 9px; border: 1px solid #c6cebc; border-radius: 4px; padding: 2px 6px; }

/* Process and offer */
.section-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-topline > p { color: var(--muted); font-size: 14px; padding-bottom: 4px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 49px; }
.step-top { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #bfc3b5; padding-block: 18px 27px; }
.step-top span:first-child { font-family: var(--serif); color: var(--accent); font-size: 32px; }
.step-top span:last-child { color: #7d8673; font-size: 21px; }
.steps p { color: var(--muted); font-size: 16px; line-height: 1.8; margin-top: 14px; }
.pricing-section { padding-block: 78px; background: #292f27; color: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.pricing-copy .eyebrow { color: #b8c1ae; }
.pricing-copy h2 { font-size: clamp(46px, 4.8vw, 66px); }
.pricing-copy h2 em { color: #d5ddc6; }
.pricing-copy > p:not(.eyebrow) { font-size: 15px; color: #bec4b9; line-height: 1.8; margin-top: 24px; }
.price-promise { position: relative; font-family: var(--serif); font-style: italic; font-size: 24px; color: #dbe2cc; margin: 31px 0 0 42px; line-height: 1.25; }
.price-promise > span { position: absolute; left: -42px; top: -7px; font-family: var(--sans); font-style: normal; font-size: 35px; }
.price-card { background: var(--paper); color: var(--ink); padding: 32px 35px 23px; border-radius: 12px; }
.price-card-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 10px; letter-spacing: .1em; font-weight: 600; }
.price-card-heading span:last-child { letter-spacing: 0; font-size: 10px; font-weight: 500; background: #e4e8da; border-radius: 4px; padding: 3px 8px; }
.price-amount { display: flex; align-items: baseline; gap: 11px; margin-top: 23px; font-size: 78px; font-weight: 500; line-height: 1.1; letter-spacing: -.065em; }
.price-amount > span { font-size: 13px; letter-spacing: 0; font-weight: 400; color: var(--muted); }
.price-caption { font-size: 13px; color: var(--muted); margin-top: 10px; }
.included-list { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 23px; display: grid; gap: 12px; }
.included-list li { display: flex; align-items: baseline; gap: 11px; font-size: 15px; }
.included-list li::before { content: '✓'; color: #586b45; }
.price-card .button { display: flex; justify-content: space-between; width: 100%; margin-top: 29px; }
.price-footnote { text-align: center; color: var(--muted); font-size: 11px; margin-top: 13px; }

/* Personal introduction, native accordions and closing action */
.about-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: center; }
.portrait { max-width: 300px; margin: 0 auto; transform: rotate(-3deg); padding: 13px 13px 0; background: #eeece3; border: 1px solid #e0ddd1; }
.portrait img { aspect-ratio: 1; object-fit: cover; filter: saturate(.72); }
.portrait-caption { display: block; padding: 14px 6px; font-family: var(--serif); font-style: italic; font-size: 19px; text-align: center; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; margin-top: 21px; max-width: 50ch; }
.about-copy .text-link { margin-top: 22px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; border-top: 1px solid var(--line); }
.faq-section > div:first-child > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 23px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; cursor: pointer; padding: 23px 0; font-size: 15px; font-weight: 550; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--accent); }
.faq-list summary > span { position: relative; flex: none; width: 15px; height: 15px; }
.faq-list summary > span::before, .faq-list summary > span::after { content: ''; position: absolute; background: currentColor; top: 7px; left: 1px; width: 13px; height: 1px; }
.faq-list summary > span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary > span::after { transform: rotate(0); }
.faq-list details > p { color: var(--muted); font-size: 16px; padding: 0 28px 23px 0; line-height: 1.8; }
.contact-section { position: relative; background: #edeee4; border-block: 1px solid #e0e3d5; padding-block: 76px; }
.contact-inner { text-align: center; }
.contact-inner h2 { font-size: clamp(36px, 4.5vw, 62px); }
.contact-inner h2 em { color: var(--accent); }
.contact-inner .button { margin-top: 31px; gap: 52px; }
.contact-inner > p:last-child { color: var(--muted); font-size: 12px; margin-top: 19px; }
.site-footer { min-height: 110px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.site-footer .brand { font-size: 21px; }
.site-footer .brand-mark { width: 29px; height: 29px; font-size: 25px; border-radius: 7px; }
.site-footer > p { color: var(--muted); font-size: 12px; }
.site-footer > a:last-child { display: flex; align-items: center; gap: 20px; font-size: 13px; min-height: 44px; }
.site-footer > a:last-child:hover { color: var(--accent); }

/* Responsive layouts */
@media (min-width: 1500px) { .hero { padding-block: 88px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 32px; padding-block: 56px; }
  .hero-actions { gap: 13px; }
  .hero-actions .button { padding-inline: 17px; gap: 14px; }
  .hero-actions .text-link { font-size: 12px; gap: 7px; }
  .hero-showcase { padding-inline: 18px; }
  .phone-pair { min-height: 310px; gap: 12px; }
  .work-section, .audit-section > .container, .pricing-grid { gap: 54px; }
  .about-section { gap: 64px; }
  .desktop-break { display: none; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 16px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 12px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 30px; height: 30px; font-size: 27px; }
  .button-small { padding-inline: 13px; gap: 13px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 49px; }
  .hero-copy { max-width: 560px; }
  h1 { font-size: clamp(56px, 9vw, 76px); }
  .hero-description { font-size: 17px; max-width: 44ch; }
  .hero-actions { gap: 24px; }
  .hero-actions .button { padding-inline: 23px; gap: 25px; }
  .hero-actions .text-link { font-size: 14px; gap: 12px; }
  .hero-showcase { width: min(100%, 520px); justify-self: center; padding: 23px 28px 18px; }
  .phone-pair { min-height: 0; padding-block: 21px 10px; gap: 23px; }
  .preview-before { width: 40%; }
  .preview-after { width: 46%; }
  .promise-inner { flex-wrap: wrap; justify-content: center; gap: 20px 32px; padding-block: 23px; }
  .promise-inner > p:first-child { flex-basis: 100%; text-align: center; }
  .promise-inner > p:first-child br { display: none; }
  .promise-inner > span { font-size: 23px; }
  .device-note { padding-left: 20px; }
  .work-section, .audit-section > .container { grid-template-columns: 1fr; gap: 36px; }
  .section-heading > p:not(.eyebrow), .audit-heading > p:last-child { max-width: 50ch; }
  .section-heading > .small-note { max-width: 60ch; }
  .audit-section { padding-block: 53px; }
  .steps { gap: 25px; }
  .steps h3 { font-size: 18px; }
  .section-topline { display: block; }
  .section-topline > p { margin-top: 22px; }
  .pricing-grid { gap: 32px; }
  .price-card { padding-inline: 23px; }
  .price-card .button { font-size: 13px; padding-inline: 16px; gap: 16px; }
  .pricing-copy h2 { font-size: 48px; }
  .price-promise { font-size: 21px; }
  .about-section { gap: 43px; grid-template-columns: .8fr 1.2fr; }
  .portrait-caption { font-size: 15px; }
  .faq-section { grid-template-columns: 1fr; gap: 33px; }
  .site-footer > p { display: none; }
}
@media (max-width: 580px) {
  html { scroll-padding-top: 132px; }
  .header-inner { flex-wrap: wrap; column-gap: 16px; row-gap: 0; padding-top: 12px; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 10px; }
  .main-nav a { min-height: 43px; font-size: 12px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .095em; margin-bottom: 22px; }
  h1 { font-size: clamp(49px, 12.8vw, 70px); }
  .hero-description { margin-top: 23px; font-size: 16px; }
  .hero-actions { gap: 14px; }
  .hero-actions .button { font-size: 13px; padding-inline: 15px; gap: 13px; }
  .hero-actions .text-link { font-size: 12px; gap: 6px; }
  .hero-reassurance { font-size: 11px; }
  .hero-showcase { padding: 18px 18px 16px; }
  .tiny-label { font-size: 8px; }
  .showcase-star { font-size: 28px; }
  .phone-pair { gap: 15px; padding-inline: 0; }
  .preview-before { width: 43%; }
  .preview-after { width: 49%; }
  .phone-frame { padding: 3px; border-radius: 12px; }
  .phone-frame img { border-radius: 8px; }
  .showcase-note { padding: 10px; gap: 8px; font-size: 9px; margin-top: 12px; }
  .showcase-note div > span { font-size: 9px; }
  .hero-showcase figcaption { font-size: 8px; }
  .promise-inner { gap: 13px 24px; }
  .promise-inner > span { font-size: 20px; }
  .device-note { flex-basis: 100%; justify-content: center; border: 0; padding: 7px 0 0; font-size: 10px; }
  .device-note br { display: none; }
  .device-note svg { width: 25px; height: 20px; }
  h2 { font-size: 38px; }
  .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .improvement { gap: 18px; }
  .improvement h3 { font-size: 18px; }
  .audit-list li { gap: 10px; grid-template-columns: 21px 1fr auto; }
  .audit-list h3 { font-size: 13px; }
  .device-tag { font-size: 8px; padding-inline: 4px; }
  .steps { grid-template-columns: 1fr; margin-top: 32px; gap: 29px; }
  .step-top { padding-block: 11px 13px; }
  .steps h3 { font-size: 20px; }
  .steps p { margin-top: 10px; }
  .pricing-section { padding-block: 57px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 38px; }
  .pricing-copy h2 { font-size: 54px; }
  .price-card { padding: 25px 23px 21px; }
  .price-card .button { font-size: 14px; }
  .about-section { grid-template-columns: 1fr; gap: 39px; }
  .portrait { width: 225px; margin-inline: 11px auto; }
  .portrait-caption { font-size: 17px; }
  .about-copy > p:not(.eyebrow) { font-size: 15px; }
  .faq-list summary { font-size: 14px; padding-block: 20px; }
  .contact-section { padding-block: 58px; }
  .contact-inner h2 { font-size: clamp(32px, 8.7vw, 44px); }
  .contact-inner .eyebrow { font-size: 9px; }
  .contact-inner > p:last-child { font-size: 11px; }
  .site-footer { min-height: 118px; flex-wrap: wrap; justify-content: center; column-gap: 28px; row-gap: 0; padding-block: 18px; }
  .site-footer .brand { font-size: 20px; }
  .site-footer > a:last-child { font-size: 12px; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .button:hover { transform: none; }
  .js .hero-copy, .js .hero-showcase, .js .hero-showcase .showcase-note { animation: none; }
  .js [data-reveal], .js .improvements[data-reveal] .improvement { opacity: 1; transform: none; }
}
