﻿:root {
  --ink: #24312f;
  --muted: #66726d;
  --paper: #fbfaf5;
  --sage: #dce8df;
  --sage-dark: #8fae9a;
  --clay: #d98f73;
  --line: #dce2dc;
  --white: #fffefb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { background: var(--ink); color: #edf3ed; font-size: 12px; letter-spacing: .02em; }
.announcement-inner { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 35px; }
.announcement a { margin-left: 12px; color: #c5ddcb; font-weight: 700; }
.announcement-dot { width: 6px; height: 6px; border-radius: 50%; background: #d6a182; }

.site-header { position: relative; z-index: 10; background: var(--paper); border-bottom: 1px solid rgba(36,49,47,.08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.05em; font-size: 17px; }
.brand i { color: var(--sage-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.06em; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; color: var(--paper); background: var(--ink); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-style: normal; }
.main-nav { display: flex; align-items: center; gap: 31px; color: #52605b; font-size: 13px; font-weight: 600; }
.main-nav a:not(.nav-cta) { transition: color .2s ease; }
.main-nav a:not(.nav-cta):hover { color: var(--clay); }
.nav-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 5px; color: var(--ink); transition: background .2s ease, color .2s ease; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; background: transparent; border: 0; }

.hero { overflow: hidden; padding-top: 82px; padding-bottom: 105px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--clay); font-size: 11px; letter-spacing: .14em; font-weight: 700; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 28px; height: 1px; background: var(--clay); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.065em; line-height: 1.04; }
h1 { margin-bottom: 25px; font-size: clamp(48px, 6.3vw, 78px); }
h2 { margin-bottom: 22px; font-size: clamp(39px, 4.3vw, 56px); }
h1 em, h2 em { color: var(--sage-dark); font-style: normal; }
.hero-lead { max-width: 465px; margin-bottom: 31px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 49px; padding: 0 21px; border: 1px solid transparent; border-radius: 5px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper); background: var(--clay); box-shadow: 0 7px 16px rgba(148, 90, 64, .15); }
.button-primary:hover { background: #c37d64; }
.button-dark { width: 100%; color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #354844; }
.text-link { color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--clay); transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 52px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.hero-note strong { color: var(--ink); font-size: 12px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; place-items: center; width: 31px; height: 31px; margin-left: -8px; border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); background: #b9d0bf; font-size: 10px; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #e4bb9d; }
.avatar-stack span:nth-child(3) { background: #d1d8b2; }
.hero-visual { position: relative; padding: 21px 17px 24px 0; }
.image-frame { position: relative; z-index: 1; overflow: hidden; height: 543px; border-radius: 2px 2px 68px 2px; background: var(--sage); }
.image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(30,44,39,0) 48%, rgba(30,44,39,.23)); pointer-events: none; }
.image-frame img { height: 100%; object-fit: cover; object-position: center; }
.image-caption { position: absolute; z-index: 2; right: 22px; bottom: 19px; display: flex; align-items: center; gap: 9px; color: #f8faf4; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: .96; }
.image-caption strong { font-size: 22px; }
.caption-icon { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; color: var(--ink); background: #e3eddd; font-family: sans-serif; font-size: 15px; }
.hero-stamp { position: absolute; z-index: 2; top: -2px; left: -47px; display: grid; place-items: center; width: 101px; height: 101px; padding-top: 9px; border-radius: 50%; color: var(--ink); background: #e7c6ad; font-size: 10px; font-weight: 700; line-height: 1.2; text-align: center; transform: rotate(-13deg); }
.hero-stamp span { display: block; }
.hero-stamp b { margin-top: -17px; color: var(--clay); font-size: 19px; }
.visual-scribble { position: absolute; right: -18px; bottom: -17px; width: 157px; height: 94px; border-right: 1px solid var(--clay); border-bottom: 1px solid var(--clay); border-radius: 0 0 64px 0; transform: rotate(-6deg); }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f3f5ef; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; flex-direction: column; gap: 5px; padding: 23px 25px; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 0; padding-left: 0; }
.proof-grid strong { color: var(--clay); font-family: Georgia, "Times New Roman", serif; font-size: 28px; letter-spacing: -.04em; }
.proof-grid span { max-width: 130px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.services { background: var(--paper); }
.split-intro { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 57px; }
.split-intro > p { max-width: 300px; margin-bottom: 6px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 280px; padding: 28px 28px 26px; border-left: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-card:first-child { border-left: 0; }
.service-card:hover { background: #f3f5ef; transform: translateY(-3px); }
.featured-card { background: var(--sage); }
.service-number { color: var(--clay); font-size: 11px; font-weight: 700; }
.service-icon { margin-top: 30px; color: var(--clay); font-size: 28px; }
.service-card h3 { max-width: 200px; margin: 14px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; letter-spacing: -.04em; line-height: 1.08; }
.service-card p { max-width: 245px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.service-arrow { position: absolute; right: 27px; bottom: 25px; color: var(--clay); font-size: 19px; }
.services-footnote { margin: 17px 0 0; color: #87918c; font-size: 11px; }

.about { background: #f1f5ef; }
.about-grid { display: grid; grid-template-columns: .83fr 1fr; gap: 98px; align-items: center; }
.about-photo { position: relative; padding: 0 17px 17px 0; }
.about-photo::after { position: absolute; right: 0; bottom: 0; width: 79%; height: 79%; content: ""; border: 1px solid var(--sage-dark); border-radius: 0 0 76px 0; }
.about-photo img { position: relative; z-index: 1; height: 422px; object-fit: cover; border-radius: 2px 52px 2px 2px; }
.photo-tag { position: absolute; z-index: 2; right: -18px; bottom: 19px; display: block; padding: 15px 17px; color: var(--ink); background: #e6c6ab; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.05; transform: rotate(3deg); }
.photo-tag em { color: #7a5d4c; font-size: 13px; }
.about-lead { max-width: 460px; margin-bottom: 32px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.trust-points { border-top: 1px solid #d7e0d8; }
.trust-point { display: flex; gap: 14px; padding: 17px 0; border-bottom: 1px solid #d7e0d8; }
.check { display: grid; flex: 0 0 auto; place-items: center; width: 22px; height: 22px; border: 1px solid var(--sage-dark); border-radius: 50%; color: var(--sage-dark); font-size: 12px; }
.trust-point strong { display: block; margin-bottom: 3px; font-size: 13px; }
.trust-point p { margin: 0; color: var(--muted); font-size: 12px; }

.testimonials { background: var(--paper); }
.testimonial-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.testimonial-heading .eyebrow { margin-bottom: 0; }
.rating { color: var(--clay); letter-spacing: 3px; font-size: 14px; }
.rating small { margin-left: 9px; color: var(--muted); letter-spacing: 0; font-size: 11px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.testimonial { margin: 0; padding: 31px; border: 1px solid var(--line); background: #f4f5ef; }
.testimonial:nth-child(2) { background: #f5e8dc; }
.testimonial blockquote { max-width: 465px; min-height: 96px; margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: 21px; letter-spacing: -.035em; line-height: 1.28; }
.testimonial figcaption { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.testimonial figcaption strong, .testimonial figcaption small { display: block; }
.testimonial figcaption small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.quote-avatar { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--ink); background: #b9d0bf; font-weight: 700; }
.quote-avatar.clay { background: #dfae8b; }

.contact { padding-top: 86px; padding-bottom: 105px; background: var(--paper); }
.contact-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; padding: 62px 72px; border-radius: 2px 58px 2px 2px; background: var(--sage); }
.contact-copy > p:not(.eyebrow) { max-width: 355px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.direct-contact { display: flex; flex-direction: column; gap: 5px; margin-top: 31px; color: var(--ink); font-size: 13px; font-weight: 700; }
.direct-contact a { width: max-content; border-bottom: 1px solid rgba(36,49,47,.25); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; row-gap: 8px; align-content: center; }
.contact-form label { color: var(--ink); font-size: 11px; font-weight: 700; }
.contact-form label span { color: var(--clay); }
.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 10px; padding: 12px 13px; outline: none; border: 1px solid #c2d2c6; border-radius: 3px; color: var(--ink); background: rgba(255,254,251,.68); font-size: 12px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 2px rgba(217,143,115,.12); }
.contact-form label:nth-of-type(3), .contact-form textarea, .contact-form button, .privacy-note, .form-success { grid-column: 1 / -1; }
.contact-form button { margin-top: 3px; }
.privacy-note, .form-success { margin: 2px 0 0; color: #75817a; font-size: 10px; }
.form-success { color: #597d63; font-weight: 700; }

.site-footer { color: #d7e2d8; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-top: 45px; padding-bottom: 43px; }
.footer-brand { color: var(--paper); }
.footer-brand .brand-mark { color: var(--ink); background: var(--sage); }
.footer-brand i { color: #9cba9e; }
.footer-main > p { margin: 3px 0 0; color: #aabbb0; font-size: 12px; line-height: 1.55; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; color: #d7e2d8; font-size: 12px; }
.footer-links a:hover, .footer-bottom a:hover { color: #edb294; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 19px; border-top: 1px solid rgba(215,226,216,.16); color: #8fa097; font-size: 10px; }

@media (max-width: 800px) {
  .container { width: min(100% - 36px, 600px); }
  .section-pad { padding: 76px 0; }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px 0 8px 15px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 21px; height: 1px; background: var(--ink); }
  .main-nav { position: absolute; top: 69px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 24px rgba(36,49,47,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { padding-top: 66px; padding-bottom: 78px; }
  .hero-grid, .about-grid, .contact-card { grid-template-columns: 1fr; gap: 45px; }
  .hero-grid { gap: 58px; }
  .hero-visual { width: calc(100% - 13px); margin-left: 13px; }
  .image-frame { height: 435px; }
  .hero-stamp { left: -30px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { padding: 19px 16px; border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(odd) { border-left: 0; }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-bottom: 0; }
  .proof-grid > div:first-child { padding-left: 16px; }
  .split-intro { display: block; margin-bottom: 39px; }
  .split-intro > p { max-width: 470px; margin-top: 22px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child { min-height: 225px; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-icon { margin-top: 20px; }
  .about-grid { gap: 46px; }
  .about-photo img { height: 350px; }
  .contact-card { gap: 34px; padding: 43px 25px; }
  .contact { padding-bottom: 76px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 38px; padding-bottom: 34px; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-links { align-items: flex-end; }
  .footer-bottom { flex-wrap: wrap; gap: 11px 20px; }
}

@media (max-width: 450px) {
  .container { width: calc(100% - 30px); }
  .announcement-inner { justify-content: flex-start; padding: 8px 0; font-size: 10px; }
  .announcement a { margin-left: auto; }
  h1 { font-size: 48px; }
  h2 { font-size: 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-note { margin-top: 35px; }
  .hero-visual { width: calc(100% - 8px); margin-left: 8px; }
  .image-frame { height: 390px; border-radius: 2px 2px 46px 2px; }
  .hero-stamp { top: 1px; left: -14px; width: 84px; height: 84px; font-size: 9px; }
  .hero-stamp b { margin-top: -13px; }
  .visual-scribble { right: 0; width: 140px; }
  .photo-tag { right: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial { padding: 25px 22px; }
  .testimonial blockquote { min-height: auto; font-size: 19px; }
  .testimonial-heading { display: block; }
  .rating { display: block; margin-top: 18px; }
  .contact-form { display: block; }
  .contact-form label, .contact-form input, .contact-form textarea { display: block; }
  .contact-form input, .contact-form textarea { margin-bottom: 12px; }
  .contact-form button { margin-top: 10px; }
  .privacy-note { margin-top: 9px; }
  .footer-main { display: block; }
  .footer-main > p { margin: 22px 0; }
  .footer-links { align-items: flex-start; }
  .footer-bottom { display: grid; }
}



