:root {
  --site-primary: #355844;
  --site-bg: #f7f4ed;
  --site-accent: #d9e2d6;
  --ink: #1e2d26;
  --muted: #667169;
  --line: #ded9cb;
  --paper: #fffdf8;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgb(46 60 50 / 8%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--site-bg); color: var(--ink); font: 16px/1.65 var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 20; width: min(1180px, calc(100% - 40px)); height: 84px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 1rem var(--serif); letter-spacing: -.02em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; overflow: hidden; border: 1px solid #9cab9d; border-radius: 50%; color: var(--site-primary); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .84rem; color: #48554e; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--site-primary); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; padding: 11px 19px; border-radius: 999px; background: var(--site-primary); color: #fff; font-size: .84rem; font-weight: 700; box-shadow: 0 8px 20px rgb(53 88 68 / 12%); }
.menu-button { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); }
.menu-close { display: none; }
.hero { width: min(1180px, calc(100% - 40px)); min-height: 610px; margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; border: 1px solid #e8e2d5; border-radius: 30px; background: #fbf8f1; box-shadow: var(--shadow); }
.hero-copy { padding: clamp(52px, 7vw, 92px); padding-right: 36px; align-self: center; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: #6a7f6d; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.hero h1 { font-size: clamp(3.2rem, 6vw, 5.4rem); }
h1 em, h2 em { color: #607863; font-weight: 400; }
.hero-lede { max-width: 600px; margin: 28px 0 0; color: #55615a; font-size: 1.02rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 750; font-size: .9rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--site-primary); color: white; box-shadow: 0 10px 24px rgb(42 71 53 / 14%); }
.button-ghost { border: 1px solid #9fa99f; background: #fffdf9; }
.button-light { background: #fffaf0; color: var(--site-primary); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #6d7972; font-size: .78rem; }
.trust-row span, .text-link, .service-card > a, .article-body a { display: inline-flex; align-items: center; gap: 7px; }
.hero-visual { position: relative; min-height: 610px; overflow: hidden; background: #d7dfd4; }
.hero-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgb(34 50 40 / 20%)); pointer-events: none; }
.visual-note { position: absolute; z-index: 2; right: 30px; bottom: 54px; width: min(300px, 78%); padding: 30px; border-radius: 24px 8px 24px 24px; background: rgb(255 253 247 / 90%); box-shadow: 0 18px 55px rgb(46 66 53 / 16%); backdrop-filter: blur(9px); }
.visual-note span { display: block; width: 34px; height: 1px; margin-bottom: 18px; background: #788d79; }
.visual-note p { margin: 0; color: #405448; font: italic 1.45rem/1.35 var(--serif); }
.handwritten { position: absolute; z-index: 2; left: 34px; bottom: 16px; margin: 0; transform: rotate(-5deg); color: #425d4b; font: .86rem cursive; }
.topic-strip { position: relative; z-index: 3; width: min(1080px, calc(100% - 56px)); margin: -34px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.topic-card { min-height: 104px; display: flex; align-items: center; gap: 14px; padding: 20px; border: 1px solid #ebe5d8; border-radius: 18px; background: rgb(255 253 248 / 96%); box-shadow: 0 14px 35px rgb(48 61 52 / 7%); }
.topic-card > span { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #e8eee6; color: #42604c; }
.topic-card div { display: flex; flex-direction: column; }
.topic-card strong { font-size: .86rem; }
.topic-card small { margin-top: 3px; color: #78817c; font-size: .72rem; line-height: 1.35; }
.section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.section h2, .process-band h2, .booking-section h2, .closing-cta h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.about-section { display: block; }
.about-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(54px, 9vw, 120px); align-items: center; }
.portrait-frame { position: relative; min-height: 580px; overflow: hidden; border-radius: 200px 200px 28px 28px; background: #deded5; box-shadow: 0 24px 70px rgb(47 61 51 / 10%); }
.portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.portrait-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border-radius: 999px; background: rgb(255 253 248 / 90%); color: #496050; font-size: .82rem; font-weight: 700; backdrop-filter: blur(10px); }
.about-copy > p { margin: 0; color: #647069; font-size: 1.02rem; line-height: 1.85; }
.about-copy .profile-role { margin-bottom: 16px; color: var(--site-primary); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.credentials { display: flex; align-items: flex-start; gap: 10px; margin: 25px 0; padding: 16px 18px; border-left: 2px solid var(--site-primary); background: #eeece3; color: #536158; font-size: .85rem; }
.text-link { color: var(--site-primary); font-size: .88rem; font-weight: 750; }
.services-section { border-top: 1px solid var(--line); }
.section-heading { width: min(100%, 1060px); margin: 0 auto 54px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-heading > div { width: 100%; }
.section-heading h2 { max-width: 1060px; margin-inline: auto; font-size: clamp(2.45rem, 4.2vw, 3.85rem); line-height: 1.08; text-wrap: balance; }
.section-heading .section-kicker { margin-bottom: 15px; text-align: center; }
.section-heading > p { max-width: 720px; margin: 22px auto 0; color: #69756e; line-height: 1.8; text-align: center; }
.section-heading > .text-link { justify-content: center; margin-top: 22px; }
.services-grid, .articles-grid, .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 360px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fbf9f3; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgb(47 61 51 / 9%); }
.service-number { color: #89968e; font: .85rem var(--serif); }
.service-card h3 { margin: 36px 0 14px; font: 400 1.65rem var(--serif); }
.service-card p { margin: 0; color: #6b756f; font-size: .92rem; line-height: 1.7; }
.service-meta { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; color: #6d7771; font-size: .8rem; }
.service-meta strong { color: var(--site-primary); font-size: .9rem; }
.service-card > a { margin-top: 18px; font-size: .82rem; font-weight: 750; }
.process-band { width: min(1220px, calc(100% - 24px)); margin: 20px auto; padding: 90px max(24px, 5vw); border-radius: 32px; background: var(--site-primary); color: #f8f5ec; }
.process-band .section-kicker { color: #bdcabb; }
.process-band .section-heading > p { color: #cfd7cf; }
.steps-grid article { min-height: 220px; padding: 28px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 22px; background: rgb(255 255 255 / 6%); }
.steps-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #f4f0e5; color: var(--site-primary); font-family: var(--serif); }
.steps-grid h3 { margin: 36px 0 10px; font: 400 1.35rem var(--serif); }
.steps-grid p { margin: 0; color: #cbd3cc; font-size: .88rem; }
.articles-section { padding-bottom: 130px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fcfaf5; }
.article-visual { height: 190px; display: grid; place-items: center; color: #536d59; }
.article-visual-1 { background: linear-gradient(135deg, #d6ded2, #f0e8d9); }
.article-visual-2 { background: linear-gradient(135deg, #efe2d5, #d9e0d1); }
.article-visual-3 { background: linear-gradient(135deg, #dbe4e0, #ede7db); }
.article-body { padding: 26px; }
.article-meta { display: flex; justify-content: space-between; color: #7b8580; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.article-body h3, .article-body h2 { margin: 18px 0 12px; font: 400 1.4rem/1.25 var(--serif); letter-spacing: -.015em; }
.article-body p { color: #6e7772; font-size: .86rem; line-height: 1.65; }
.article-body a { margin-top: 12px; color: var(--site-primary); font-size: .8rem; font-weight: 750; }
.faq-section { display: block; border-top: 1px solid var(--line); }
.faq-list { width: min(100%, 900px); margin-inline: auto; }
.faq-list details { border-bottom: 1px solid #d8d4c8; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 4px; cursor: pointer; list-style: none; font: 400 1.1rem var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(90deg); }
.faq-list details p { margin: -2px 32px 22px 4px; color: #65716a; font-size: .9rem; line-height: 1.75; }
.booking-section { width: min(1180px, calc(100% - 24px)); margin: 10px auto 100px; padding: clamp(38px, 6vw, 76px); border-radius: 32px; background: #e4e1d6; }
.booking-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.booking-heading { margin-bottom: 48px; }
.booking-aside .emergency-note { margin: 0; padding: 15px 17px; border-left: 2px solid #a79268; background: rgb(255 253 248 / 58%); color: #706347; font-size: .8rem; line-height: 1.65; }
.contact-card { display: flex; flex-direction: column; gap: 18px; margin-top: 40px; padding-top: 28px; border-top: 1px solid #c9c6bb; }
.contact-card span { display: flex; flex-direction: column; color: #4e5c53; font-size: .85rem; }
.contact-card strong { color: #7a827d; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.booking-form { padding: 32px; border-radius: 24px; background: var(--paper); box-shadow: 0 18px 45px rgb(53 65 57 / 8%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: flex; flex-direction: column; gap: 7px; color: #556159; font-size: .78rem; font-weight: 700; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #d9d6ca; border-radius: 10px; outline: 0; background: #fffefa; color: var(--ink); font-size: .88rem; font-weight: 400; transition: border-color .2s ease, box-shadow .2s ease; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--site-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--site-primary) 16%, transparent); }
.booking-form textarea { min-height: 120px; resize: vertical; }
.booking-form > label { margin-top: 18px; }
.booking-form small { min-height: 16px; color: #a05a51; font-weight: 500; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 10px !important; color: #7b837e !important; font-weight: 500 !important; }
.consent input { width: 17px; min-height: 17px; margin-top: 2px; }
.consent a { color: var(--site-primary); text-decoration: underline; text-underline-offset: 2px; }
.submit-booking { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 18px; border: 0; border-radius: 999px; background: var(--site-primary); color: white; font-weight: 750; cursor: pointer; }
.submit-booking:disabled { opacity: .65; cursor: wait; }
.closing-cta { width: min(1180px, calc(100% - 24px)); margin: auto; padding: 90px 28px; text-align: center; border-radius: 32px 32px 0 0; background: var(--site-primary); color: #fffdf8; }
.closing-cta > p { margin: 18px 0 10px; color: #cbd5cc; font: italic 1rem var(--serif); }
.closing-cta h2 { max-width: 780px; margin: 0 auto 34px; }
.site-footer { width: min(1180px, calc(100% - 24px)); margin: auto; padding: 70px 54px 26px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; background: #22372c; color: #dbe2dc; }
.site-footer .brand-mark { color: #dbe2dc; border-color: #788a7e; }
.footer-brand p { max-width: 270px; color: #aebbb1; font-size: .82rem; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: #afbbb2; font-size: .78rem; }
.site-footer > div > strong { margin-bottom: 8px; color: #f5f2e9; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.copyright { grid-column: 1 / -1; margin: 36px 0 0; padding-top: 22px; border-top: 1px solid #3c4e43; color: #89988e; font-size: .72rem; }
.flash { position: fixed; z-index: 80; top: 96px; left: 50%; width: min(560px, calc(100% - 32px)); transform: translateX(-50%); padding: 14px 18px; border: 1px solid; border-radius: 12px; box-shadow: 0 14px 36px rgb(36 50 41 / 14%); font-size: .88rem; }
.flash-success { border-color: #a9c2ac; background: #eff8f0; color: #31583a; }
.flash-error { border-color: #ddb5ad; background: #fff1ef; color: #8b4037; }
.inner-hero { width: min(880px, calc(100% - 40px)); margin: auto; padding: 100px 0 70px; text-align: center; }
.inner-hero h1, .article-detail h1 { font-size: clamp(3rem, 7vw, 5.7rem); }
.inner-hero > p:last-child { max-width: 670px; margin: 28px auto 0; color: #68736c; }
.inner-grid { width: min(1120px, calc(100% - 40px)); margin: auto; padding-bottom: 110px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-detail { width: min(780px, calc(100% - 40px)); margin: auto; padding: 80px 0 120px; }
.back-link { color: #647068; font-size: .8rem; font-weight: 700; }
.article-detail-meta { display: flex; gap: 18px; margin: 58px 0 18px; color: #77817b; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.article-detail-meta span { display: inline-flex; align-items: center; gap: 5px; }
.article-lead { margin: 30px 0 60px; color: #5f6b64; font: 1.25rem/1.7 var(--serif); }
.article-prose { color: #47544c; font-size: 1.05rem; line-height: 1.95; }
.article-prose p { margin: 0 0 28px; }
.article-end { margin-top: 70px; padding: 34px; border-left: 3px solid var(--site-primary); background: #e9e7df; }
.article-end p { margin: 0 0 22px; font: 1.2rem var(--serif); }
.legal-page { width: min(820px, calc(100% - 40px)); margin: auto; padding: 90px 0 120px; }
.legal-page h1 { max-width: 700px; margin: 14px 0 26px; font-size: clamp(3rem, 7vw, 5.3rem); }
.legal-page > p:not(.section-kicker) { color: #69746e; }
.legal-content { margin-top: 54px; padding: clamp(24px, 5vw, 48px); border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
.legal-content p { margin: 0 0 1.35rem; color: #4d5a52; line-height: 1.9; }
.legal-content p:last-child { margin-bottom: 0; }
@media (max-width: 940px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .main-nav { display: none; }
  .menu-button { display: grid; }
  body.menu-open .main-nav { position: fixed; inset: 74px 12px auto; display: flex; flex-direction: column; align-items: stretch; gap: 2px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  body.menu-open .main-nav a { padding: 13px 12px; border-radius: 10px; font-size: 1rem; }
  body.menu-open .main-nav a:hover { background: #eff1ea; }
  body.menu-open .menu-open { display: none; }
  body.menu-open .menu-close { display: inline-flex; }
  .about-layout, .booking-layout { grid-template-columns: 1fr; }
  .about-layout { gap: 52px; }
  .portrait-frame { width: min(520px, 100%); min-height: 640px; margin: auto; }
  .services-grid, .articles-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .booking-section { padding: 50px 34px; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer > div:last-of-type { grid-column: 2; }
}
@media (max-width: 760px) {
  .nav-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; height: 74px; width: min(100% - 24px, 1180px); }
  .hero { grid-template-columns: 1fr; width: min(100% - 20px, 1180px); border-radius: 22px; }
  .hero-copy { padding: 54px 28px 48px; }
  .hero-visual { min-height: 410px; }
  .topic-strip { grid-template-columns: 1fr 1fr; margin-top: 16px; }
  .inner-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-lede { font-size: .96rem; }
  .hero-actions .button { width: 100%; }
  .topic-strip { width: min(100% - 28px, 1080px); grid-template-columns: 1fr; }
  .topic-card { min-height: 82px; }
  .section { padding: 86px 0; }
  .portrait-frame { min-height: 500px; }
  .services-grid, .articles-grid, .steps-grid, .form-grid, .inner-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .process-band { padding: 70px 24px; }
  .booking-section { padding: 40px 18px; }
  .booking-form { padding: 24px 18px; }
  .site-footer { padding: 58px 28px 24px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer > div:last-of-type { grid-column: auto; }
  .inner-hero { padding: 72px 0 52px; text-align: left; }
  .article-detail { padding-top: 54px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
