:root {
    --ink: #171a16;
    --ink-soft: #32372f;
    --cream: #f5f0e7;
    --paper: #fffdf8;
    --accent: #e8a83d;
    --accent-dark: #b87513;
    --sage: #66735f;
    --line: #ddd6c8;
    --muted: #656960;
    --white: #fff;
    --radius: 18px;
    --shadow: 0 24px 70px rgba(23, 26, 22, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.skip-link:focus { position: fixed; z-index: 100; top: 12px; left: 12px; background: white; padding: 10px 14px; }

.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255, 253, 248, .94);
    border-bottom: 1px solid rgba(221, 214, 200, .8);
    backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.04em; font-size: 21px; }
.brand img { object-fit: contain; }
.brand small { display: block; margin-top: -3px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; gap: 24px; margin-left: auto; align-items: center; }
.site-nav > a:not(.button) { text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--accent-dark); }
.header-phone { text-decoration: none; font-weight: 800; font-size: 15px; line-height: 1.2; }
.header-phone span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 52px; padding: 13px 22px; border: 1px solid var(--accent);
    border-radius: 999px; background: var(--accent); color: var(--ink);
    text-decoration: none; font-weight: 800; cursor: pointer;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); background: #f0b755; box-shadow: 0 10px 26px rgba(184,117,19,.2); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(232,168,61,.45); outline-offset: 3px; }
.button-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.38); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 13px; }
.button-full { width: 100%; }
.button:disabled { cursor: wait; opacity: .72; transform: none; }

.eyebrow { margin: 0 0 15px; color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section { padding: 96px 0; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--ink); color: var(--white); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-head > div { max-width: 710px; }
.section h2, .page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.section h2 { font-size: clamp(36px, 5vw, 58px); }
.section-lede { color: var(--muted); max-width: 700px; font-size: 19px; }
.section-dark .section-lede { color: #c8cec4; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 690px; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 96px 70px 96px 0; }
.hero h1 { margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.05em; font-size: clamp(50px, 6vw, 78px); line-height: .98; }
.hero h1 span { color: var(--accent); }
.hero .lede { max-width: 620px; color: #d8ddd4; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.hero-note { color: #c8cec4; font-size: 14px; }
.hero-note strong { color: white; }
.hero-visual { position: relative; min-height: 560px; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 28%), linear-gradient(0deg, rgba(23,26,22,.24), transparent 40%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; }
.hero-badge {
    position: absolute; z-index: 2; right: 28px; bottom: 28px; width: 165px; padding: 18px;
    background: var(--paper); color: var(--ink); border-radius: 16px; box-shadow: var(--shadow);
}
.hero-badge strong { display: block; font-family: Georgia, serif; font-size: 28px; }
.hero-badge span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }

.trust-strip { position: relative; z-index: 3; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: Georgia, serif; font-size: 28px; line-height: 1; }
.trust-item span { color: var(--muted); font-size: 13px; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
    display: flex; flex-direction: column; min-height: 270px; padding: 28px;
    border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper);
    text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-4px); border-color: #c9a35c; box-shadow: 0 18px 42px rgba(23,26,22,.09); }
.service-card .number { color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin: auto 0 12px; font-family: Georgia, serif; font-size: 29px; line-height: 1.05; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }
.service-card .link { margin-top: 22px; font-weight: 800; font-size: 13px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-step { padding-top: 22px; border-top: 2px solid rgba(232,168,61,.55); }
.process-step span { color: var(--accent); font-weight: 900; }
.process-step h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 500; margin: 14px 0 8px; }
.process-step p { color: #c8cec4; margin: 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-card { position: relative; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.gallery-card:nth-child(1), .gallery-card:nth-child(4) { grid-column: span 7; }
.gallery-card:nth-child(2), .gallery-card:nth-child(3) { grid-column: span 5; }
.gallery-card:nth-child(n+5) { grid-column: span 6; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card span { position: absolute; left: 16px; bottom: 16px; padding: 7px 11px; border-radius: 999px; background: rgba(23,26,22,.86); color: white; font-size: 12px; font-weight: 700; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 30px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.stars { color: var(--accent-dark); letter-spacing: .12em; }
.review-card blockquote { margin: 22px 0 25px; font-family: Georgia, serif; font-size: 25px; line-height: 1.35; }
.review-card cite { color: var(--muted); font-style: normal; font-size: 13px; }
.proof-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; color: var(--muted); font-size: 14px; }

.quote-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy ul { padding: 0; list-style: none; }
.quote-copy li { position: relative; margin: 14px 0; padding-left: 28px; }
.quote-copy li:before { content: "✓"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 900; }
.quote-form { padding: 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field-label { font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea {
    width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cfc8bb;
    border-radius: 10px; background: #fff; color: var(--ink);
}
.field textarea { min-height: 130px; resize: vertical; }
.field small { color: var(--muted); }
.photo-drop { display: block; padding: 25px; border: 1.5px dashed #b8ad9b; border-radius: 12px; background: #fbf8f1; cursor: pointer; text-align: center; }
.photo-drop input { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.photo-drop strong { display: block; }
.photo-drop span { color: var(--muted); font-size: 13px; }
.error-list { margin: 0 0 20px; padding: 15px 20px 15px 38px; border-radius: 10px; background: #fff2ed; color: #87351f; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.page-hero { padding: 92px 0 70px; background: var(--ink); color: white; }
.page-hero h1 { max-width: 880px; font-size: clamp(46px, 7vw, 76px); }
.page-hero p:not(.eyebrow) { max-width: 730px; color: #c8cec4; font-size: 19px; }
.content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.content-grid img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--accent-dark); font-weight: 900; }
.notice { padding: 20px 22px; border-left: 4px solid var(--accent); background: var(--cream); border-radius: 0 12px 12px 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 22px 45px 22px 0; font-family: Georgia, serif; font-size: 24px; }
.faq-list p { color: var(--muted); padding: 0 0 22px; margin: 0; }
.cta-band { padding: 52px 0; background: var(--accent); }
.cta-band .shell { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.cta-band h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 50px); line-height: 1; font-weight: 500; }
.cta-band .button { background: var(--ink); color: white; border-color: var(--ink); }

.site-footer { padding: 65px 0 100px; background: #10130f; color: #dce2d8; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.brand-footer { color: white; }
.footer-grid h2 { margin: 5px 0 16px; color: white; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.footer-grid p { max-width: 410px; color: #9ca597; }
.footer-grid a:not(.brand) { display: block; width: fit-content; margin: 9px 0; color: #c8cec4; text-decoration: none; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 20px; border-top: 1px solid #30352e; color: #858e81; font-size: 12px; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
    body { padding-bottom: 66px; }
    .shell, .narrow { width: min(100% - 28px, 760px); }
    .site-header { position: sticky; }
    .nav-wrap { min-height: 68px; }
    .nav-toggle { display: block; margin-left: auto; }
    .site-nav {
        display: none; position: absolute; left: 14px; right: 14px; top: 66px; margin: 0;
        padding: 18px; flex-direction: column; align-items: stretch; gap: 0;
        border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow);
    }
    .site-nav.is-open { display: flex; }
    .site-nav > a:not(.button) { padding: 12px 8px; }
    .header-phone { display: none; }
    .hero-grid { grid-template-columns: 1fr; min-height: 0; }
    .hero-copy { padding: 70px 0 42px; }
    .hero-visual { min-height: 410px; margin-inline: -14px; }
    .hero-visual:after { background: linear-gradient(0deg, rgba(23,26,22,.5), transparent 45%); }
    .hero-badge { right: 20px; bottom: 20px; }
    .trust-strip { margin-top: 0; background: var(--paper); }
    .trust-grid { grid-template-columns: 1fr 1fr; border-radius: 0; border-inline: 0; box-shadow: none; }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .card-grid, .review-grid { grid-template-columns: 1fr 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .quote-wrap, .content-grid { grid-template-columns: 1fr; gap: 42px; }
    .quote-copy { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .mobile-actions {
        display: grid; grid-template-columns: 1fr 2fr; position: fixed; z-index: 60; left: 0; right: 0; bottom: 0;
        padding: 9px 12px; border-top: 1px solid var(--line); background: rgba(255,253,248,.97); backdrop-filter: blur(12px);
    }
    .mobile-actions a { display: grid; place-items: center; min-height: 48px; text-decoration: none; font-weight: 800; }
    .mobile-actions .primary { border-radius: 999px; background: var(--accent); }
}

@media (max-width: 640px) {
    body { font-size: 16px; }
    .section { padding: 72px 0; }
    .section-head { display: block; margin-bottom: 32px; }
    .section-head .button { margin-top: 20px; }
    .hero-copy { padding-top: 58px; }
    .hero h1 { font-size: clamp(44px, 14vw, 62px); }
    .hero .lede { font-size: 18px; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 360px; }
    .hero-visual img { object-position: 54% 35%; }
    .hero-badge { width: 150px; padding: 14px; }
    .trust-item { padding: 18px 14px; }
    .trust-item strong { font-size: 24px; }
    .card-grid, .review-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 230px; }
    .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 230px; }
    .gallery-card:nth-child(n) { grid-column: auto; }
    .quote-form { padding: 22px 17px; }
    .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .proof-note, .cta-band .shell, .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .page-hero { padding: 70px 0 55px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
