:root {
  --ink: #20201f;
  --muted: #6f6b65;
  --paper: #f8f6f1;
  --white: #ffffff;
  --line: #ded9cf;
  --champagne: #b99b68;
  --champagne-dark: #8a6c3f;
  --soft: #eee9df;
  --shadow: 0 22px 60px rgba(32, 32, 31, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { color: var(--champagne-dark); font-size: .78rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.1; }
h1 { font-size: clamp(2.8rem, 7vw, 6.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
p { margin: 0; color: var(--muted); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(222,217,207,.85); background: rgba(248,246,241,.92); backdrop-filter: blur(16px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.brand-logo { display: block; width: 185px; height: 64px; object-fit: contain; object-position: left center; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--champagne); border-radius: 50%; color: var(--champagne-dark); font-family: Georgia, serif; }
.brand small { display: block; color: var(--muted); font-size: .57rem; font-weight: 600; letter-spacing: .14em; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .9rem; }
.nav-links a { color: #4c4945; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); background: var(--ink); color: white; font-weight: 700; font-size: .9rem; transition: .2s ease; }
.nav-cta:hover, .button:hover { background: var(--champagne-dark); border-color: var(--champagne-dark); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { color: white; background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.6rem; }
.hero { padding: 72px 0 82px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 7vw, 96px); align-items: center; }
.hero-copy { display: grid; gap: 25px; }
.hero-copy p { max-width: 650px; font-size: 1.12rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: var(--soft); box-shadow: var(--shadow); }
.hero-visual img { height: 650px; object-fit: cover; }
.hero-note { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px; background: rgba(248,246,241,.94); backdrop-filter: blur(10px); }
.hero-note strong { display: block; font-family: Georgia, serif; font-size: 1.12rem; }
.hero-note span { color: var(--muted); font-size: .86rem; }
.trust-bar { border-block: 1px solid var(--line); background: var(--white); }
.trust-items { min-height: 98px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-item { padding: 10px 28px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-family: Georgia, serif; font-size: 1.1rem; }
.trust-item span { color: var(--muted); font-size: .86rem; }
.section { padding: 110px 0; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: end; margin-bottom: 52px; }
.section-head p { max-width: 650px; justify-self: end; }
.service-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); box-shadow: var(--shadow); }
.service-card img { height: 100%; min-height: 550px; object-fit: cover; }
.service-copy { padding: clamp(34px, 6vw, 78px); display: grid; align-content: center; gap: 22px; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; color: #4b4945; }
.checklist li::before { content: "—"; color: var(--champagne-dark); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { min-height: 265px; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.step-number { display: block; margin-bottom: 50px; color: var(--champagne-dark); font-family: Georgia, serif; font-size: 1.1rem; }
.step h3 { margin-bottom: 12px; }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; background: var(--soft); }
.gallery img { height: 480px; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery figcaption { position: absolute; inset: auto 14px 14px; padding: 12px 14px; background: rgba(32,32,31,.85); color: white; font-size: .82rem; }
.cta-band { padding: 72px 0; color: white; background: var(--ink); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-band p { color: #c8c3ba; margin-top: 12px; }
.cta-band .button { border-color: white; background: white; color: var(--ink); }
.page-hero { padding: 88px 0 75px; border-bottom: 1px solid var(--line); }
.page-hero .wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.page-hero p { max-width: 550px; font-size: 1.08rem; }
.content-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.content-grid .aside { color: var(--champagne-dark); font-family: Georgia, serif; font-size: 1.35rem; }
.prose { display: grid; gap: 24px; }
.prose h2 { font-size: clamp(1.9rem, 3vw, 3rem); margin-top: 20px; }
.faq { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
details { background: var(--paper); padding: 24px 26px; }
summary { cursor: pointer; font-weight: 700; }
details p { padding-top: 14px; max-width: 800px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-details { display: grid; align-content: start; gap: 26px; }
.contact-method { padding-top: 18px; border-top: 1px solid var(--line); }
.contact-method strong { display: block; margin-bottom: 4px; }
.contact-method a { color: var(--champagne-dark); overflow-wrap: anywhere; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: clamp(26px, 5vw, 52px); background: var(--white); box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .86rem; font-weight: 700; }
input, textarea, select { width: 100%; padding: 14px 15px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 0; }
textarea { min-height: 145px; resize: vertical; }
.form-note { grid-column: 1 / -1; font-size: .78rem; }
.form-status { grid-column: 1 / -1; min-height: 24px; color: var(--champagne-dark); }
.legal { max-width: 850px; }
.legal h2 { margin-top: 46px; font-size: 1.7rem; }
.legal p, .legal li { color: var(--muted); }
.site-footer { padding: 62px 0 30px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(2, .7fr); gap: 50px; }
.footer-grid h3 { margin-bottom: 16px; font-size: 1rem; font-family: inherit; font-weight: 760; }
.footer-links { display: grid; gap: 9px; color: var(--muted); font-size: .9rem; }
.footer-note { max-width: 480px; margin-top: 16px; font-size: .86rem; }
.copyright { margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 76px; padding: 20px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links .nav-cta { width: 100%; }
  .hero-grid, .service-card, .page-hero .wrap, .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 50px; }
  .hero-visual, .hero-visual img { min-height: 500px; height: 500px; }
  .section-head { grid-template-columns: 1fr; }
  .section-head p { justify-self: start; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery figure:first-child { grid-column: 1 / -1; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; }
  .step-number { margin-bottom: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .brand { font-size: .8rem; }
  .brand-logo { width: 148px; height: 56px; }
  .section { padding: 78px 0; }
  .hero-visual, .hero-visual img { min-height: 420px; height: 420px; }
  .trust-items { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-item { padding: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure:first-child { grid-column: auto; }
  .gallery img { height: 390px; }
  .cta-band .wrap, .copyright { align-items: flex-start; flex-direction: column; }
  .form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
