:root {
  --ink: #173f3b;
  --ink-2: #2c5b56;
  --coral: #e67563;
  --coral-dark: #cb5f50;
  --cream: #f7f1e7;
  --paper: #fffdf9;
  --sand: #eadfce;
  --mint: #d8e5dd;
  --muted: #6d7773;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(29, 62, 58, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.no-scroll { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.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; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: rgba(255, 253, 249, .89); border-bottom: 1px solid rgba(23, 63, 59, .08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.03em; }
.brand-logo { display: block; width: 50px; height: 50px; object-fit: contain; border-radius: 50%; }
.brand-name { color: var(--ink); font-size: 15px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; padding: 3px; border: 1px solid rgba(23,63,59,.13); border-radius: 999px; background: white; }
.language-button { border: 0; border-radius: 999px; background: transparent; padding: 6px 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.language-button.active { background: var(--ink); color: white; }
.menu-button { width: 40px; height: 40px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 1.5px; background: var(--ink); transition: transform .2s; }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.75px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 18px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--sand); box-shadow: 0 18px 30px rgba(23,63,59,.08); }
.mobile-nav.open { display: grid; gap: 6px; }
.mobile-nav a, .mobile-nav button { padding: 13px 10px; border: 0; background: transparent; text-align: left; font-weight: 600; cursor: pointer; }
.mobile-nav .nav-cta { margin-top: 8px; background: var(--coral); color: white; text-align: center; border-radius: 10px; }

.section-shell { padding: 92px 20px; }
.hero { min-height: 100svh; padding-top: 124px; overflow: hidden; background: radial-gradient(circle at 90% 10%, rgba(230,117,99,.12), transparent 28%), linear-gradient(180deg, var(--paper), #fbf7f0); }
.eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 680px; margin: 0; font-size: clamp(43px, 11.2vw, 76px); }
h2 { margin: 0; font-size: clamp(37px, 9vw, 58px); }
h1 em, h2 em { color: var(--coral); font-weight: 600; }
.hero-lead { max-width: 600px; margin: 25px 0 0; color: #52615d; font-size: 18px; }
.hero-actions { display: grid; gap: 10px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 20px; border-radius: 10px; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: white; box-shadow: 0 12px 28px rgba(230,117,99,.22); }
.button-primary:hover { background: var(--coral-dark); }
.button-secondary { background: transparent; border-color: rgba(23,63,59,.22); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 28px; color: #586661; font-size: 12px; }
.trust-row span { display: flex; gap: 6px; align-items: center; }
.trust-row i { width: 18px; height: 18px; display: grid; place-items: center; background: var(--mint); color: var(--ink); border-radius: 50%; font-size: 10px; font-style: normal; }
.trust-row b { font-weight: 600; }

.hero-visual { position: relative; min-height: 420px; margin: 55px -20px -35px; }
.orbit { position: absolute; border: 1px solid rgba(23,63,59,.12); border-radius: 50%; }
.orbit-one { width: 350px; height: 350px; left: calc(50% - 175px); top: 30px; }
.orbit-two { width: 270px; height: 270px; left: calc(50% - 135px); top: 70px; border-color: rgba(230,117,99,.2); }
.founder-portrait { position: absolute; left: calc(50% - 135px); top: 18px; width: 270px; height: 350px; margin: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.85); border-radius: 140px 140px 28px 28px; background: var(--mint); box-shadow: var(--shadow); }
.founder-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.founder-portrait figcaption { position: absolute; inset: auto 12px 12px; padding: 9px 11px; border-radius: 9px; background: rgba(23,63,59,.88); color: white; text-align: center; font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; width: 190px; padding: 12px 14px; background: rgba(255,255,255,.92); border: 1px solid rgba(23,63,59,.08); border-radius: 12px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card small { display: block; color: var(--coral-dark); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.floating-card strong { display: block; margin-top: 2px; font-size: 11px; line-height: 1.3; }
.card-icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--coral-dark); font-weight: 700; }
.card-a { left: 3px; top: 230px; }
.card-b { right: -3px; top: 115px; }

.services { background: white; }
.section-intro { max-width: 640px; }
.section-intro > p:last-child { margin: 22px 0 0; max-width: 520px; color: var(--muted); }
.service-grid { display: grid; gap: 12px; margin-top: 38px; }
.service-card { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 23px; overflow: hidden; border: 1px solid #e9e5dd; border-radius: 16px; background: var(--paper); cursor: pointer; transition: transform .2s, border .2s, box-shadow .2s; }
.service-card:hover, .service-card:focus-within { transform: translateY(-3px); border-color: rgba(230,117,99,.5); box-shadow: 0 16px 35px rgba(23,63,59,.08); }
.service-card:before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; right: -35px; top: -45px; background: var(--service-tint, var(--cream)); opacity: .7; }
.service-top { position: relative; display: flex; justify-content: space-between; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: white; border: 1px solid rgba(23,63,59,.08); color: var(--coral-dark); font-size: 20px; }
.service-arrow { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(23,63,59,.13); border-radius: 50%; }
.service-card h3 { margin: 24px 0 5px; font-family: var(--serif); font-size: 23px; line-height: 1.1; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.service-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 26px; padding: 16px; border-radius: 12px; background: #f3f6f3; color: #53635e; font-size: 13px; }
.service-note span { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-family: var(--serif); font-weight: 700; }
.service-note p { margin: 0; }
.case-stories { display: grid; gap: 28px; margin-top: 70px; padding-top: 58px; border-top: 1px solid #ece6dc; }
.case-intro > p:last-child { max-width: 460px; margin: 18px 0 0; color: var(--muted); }
.case-grid { display: grid; grid-auto-flow: column; grid-auto-columns: min(82vw, 330px); gap: 14px; padding: 3px 2px 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.case-card { position: relative; min-height: 430px; overflow: hidden; border-radius: 18px; background: var(--ink); color: white; box-shadow: 0 14px 35px rgba(23,63,59,.12); scroll-snap-align: start; }
.case-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.case-card:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(10,35,32,.88)); }
.case-card > div { position: absolute; z-index: 1; inset: auto 18px 18px; display: grid; }
.case-card small { color: #f2ae9e; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.case-card strong { margin-top: 4px; font-family: var(--serif); font-size: 23px; }

.guide-section { padding-bottom: 30px; background: var(--cream); }
.guide-card { overflow: hidden; padding: 34px 24px 0; border-radius: 22px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.eyebrow.light { color: #f2ae9e; }
.guide-copy h2 em { color: #f2ae9e; }
.guide-copy > p:not(.eyebrow):not(.privacy-line) { color: rgba(255,255,255,.72); }
.button-light { width: 100%; margin-top: 18px; background: white; color: var(--ink); }
.privacy-line { display: flex; align-items: center; gap: 7px; margin: 15px 0 30px; color: rgba(255,255,255,.55); font-size: 11px; }
.guide-preview { margin: 10px -4px -28px; padding: 24px 18px 40px; border-radius: 18px 18px 0 0; background: var(--paper); color: var(--ink); transform: rotate(-1deg); box-shadow: 0 -12px 30px rgba(0,0,0,.15); }
.preview-top { display: flex; gap: 6px; align-items: center; }
.preview-top span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-weight: 700; font-size: 12px; }
.preview-top i { flex: 1; height: 4px; background: #e9e5dd; border-radius: 999px; }
.guide-preview > p { margin: 24px 0 12px; font-family: var(--serif); font-size: 22px; }
.preview-option { display: grid; grid-template-columns: 31px 1fr 20px; gap: 10px; align-items: center; margin: 8px 0; padding: 12px; border: 1px solid #e8e2d9; border-radius: 10px; font-size: 12px; }
.preview-option.active { border-color: var(--coral); background: #fff7f4; }
.preview-option b { font-weight: 600; }
.reviews-block { margin-top: 76px; }
.reviews-heading { display: grid; gap: 20px; align-items: end; }
.reviews-link { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid rgba(23,63,59,.28); font-size: 13px; font-weight: 700; }
.reviews-link:hover { color: var(--coral-dark); border-color: var(--coral-dark); }
.reviews-grid { display: grid; grid-auto-flow: column; grid-auto-columns: min(84vw, 340px); gap: 13px; margin-top: 28px; padding: 2px 2px 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
.review-card { min-height: 255px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid #e6ddcf; border-radius: 16px; background: rgba(255,255,255,.72); scroll-snap-align: start; }
.quote-mark { color: var(--coral); font-family: var(--serif); font-size: 58px; line-height: .65; }
.review-card blockquote { margin: 22px 0 26px; color: #334e4a; font-family: var(--serif); font-size: 18px; line-height: 1.45; }
.review-card p { display: grid; gap: 2px; margin: 0; font-size: 11px; }
.review-card p strong { color: var(--ink); font-size: 13px; }
.review-card p span { color: var(--muted); }
.site-footer { display: grid; gap: 25px; justify-items: start; padding: 48px 2px 10px; color: #6a7470; font-size: 12px; }
.footer-brand { color: var(--ink); }
.footer-brand .brand-logo { width: 64px; height: 64px; }
.footer-brand .brand-name { font-size: 17px; }
.site-footer p { margin: 0; }
.footer-identity { display: grid; gap: 10px; }
.footer-contacts { display: grid; gap: 7px; }
.footer-contacts a { width: fit-content; }
.footer-contacts a:hover { color: var(--coral-dark); }
.footer-booking { margin-top: 4px; color: var(--ink); font-weight: 700; }
.footer-legal { display: grid; gap: 5px; }
.footer-legal a { width: fit-content; color: var(--ink); font-weight: 700; }
.footer-legal a:hover { color: var(--coral-dark); }

.privacy-page { min-height: 100svh; background: linear-gradient(180deg, var(--paper), var(--cream)); }
.privacy-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 20px; border-bottom: 1px solid rgba(23,63,59,.1); background: rgba(255,253,249,.92); backdrop-filter: blur(14px); }
.privacy-back { font-size: 12px; font-weight: 700; }
.privacy-main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 90px; }
.privacy-main > .eyebrow { margin-bottom: 18px; }
.privacy-main > h1 { font-size: clamp(42px, 9vw, 68px); }
.privacy-summary { margin: 25px 0 38px; padding: 19px; border-radius: 14px; background: var(--ink); color: rgba(255,255,255,.82); }
.privacy-summary strong { color: white; }
.privacy-article { display: grid; gap: 28px; }
.privacy-article[hidden] { display: none; }
.privacy-section { padding-bottom: 27px; border-bottom: 1px solid #ded7cb; }
.privacy-section h2 { margin-bottom: 12px; font-family: var(--serif); font-size: 27px; }
.privacy-section h3 { margin: 18px 0 7px; font-size: 15px; }
.privacy-section p, .privacy-section li { color: #53615d; font-size: 14px; }
.privacy-section p { margin: 8px 0; }
.privacy-section ul { margin: 10px 0 0; padding-left: 20px; }
.privacy-section a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-version { color: var(--muted); font-size: 12px; }
.privacy-disclaimer { padding: 18px; border: 1px solid #ded7cb; border-radius: 13px; background: rgba(255,255,255,.7); }

.drawer-backdrop { position: fixed; z-index: 100; inset: 0; background: rgba(12, 37, 34, .56); backdrop-filter: blur(3px); }
.drawer { position: fixed; z-index: 101; inset: auto 0 0; max-height: 92svh; display: grid; grid-template-rows: auto auto 1fr auto; padding: 24px 20px 18px; background: var(--paper); border-radius: 24px 24px 0 0; box-shadow: 0 -24px 70px rgba(12,37,34,.22); transform: translateY(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.drawer.open { transform: translateY(0); }
.drawer-header { display: flex; justify-content: space-between; gap: 15px; }
.drawer-header h2 { max-width: 440px; font-family: var(--serif); font-size: 31px; }
.icon-button { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid #e1ddd5; background: white; border-radius: 50%; font-size: 25px; line-height: 1; cursor: pointer; }
.progress { display: flex; gap: 6px; margin: 22px 0 18px; }
.progress i { flex: 1; height: 5px; border-radius: 999px; background: #e4e2dc; transition: background .2s; }
.progress i.done { background: var(--coral); }
.drawer-content { overflow: auto; padding: 2px 2px 14px; }
.question-title { margin: 0 0 14px; font-size: 17px; font-weight: 600; }
.option-list { display: grid; gap: 9px; }
.wizard-option { width: 100%; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 10px; padding: 13px; border: 1px solid #dedbd4; border-radius: 12px; background: white; text-align: left; cursor: pointer; }
.wizard-option:hover { border-color: var(--coral); background: #fff8f5; }
.wizard-option > span:first-child { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--cream); color: var(--coral-dark); }
.wizard-option b { display: block; font-size: 14px; }
.wizard-option small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.result-box { padding: 20px; border-radius: 16px; background: #eff4f1; }
.result-pill { display: inline-flex; padding: 5px 9px; background: var(--mint); border-radius: 999px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.result-box h3 { margin: 12px 0 8px; font-family: var(--serif); font-size: 26px; line-height: 1.1; }
.result-box > p { margin: 0; color: var(--muted); font-size: 13px; }
.checklist { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; }
.checklist li:before { content: "✓"; width: 19px; height: 19px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--coral-dark); font-size: 10px; font-weight: 700; }
.result-actions { display: grid; gap: 8px; margin-top: 16px; }
.result-actions .button-secondary { background: white; }
.drawer-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid #e7e2d9; color: var(--muted); font-size: 12px; }
.text-button { border: 0; background: transparent; padding: 8px 0; font-weight: 700; cursor: pointer; }
.text-button:disabled { opacity: 0; pointer-events: none; }

.call-dialog { width: min(92vw, 480px); padding: 30px; border: 0; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.call-dialog::backdrop { background: rgba(12,37,34,.58); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 18px; top: 18px; }
.dialog-symbol { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--cream); color: var(--coral-dark); font-family: var(--serif); font-size: 26px; }
.call-dialog h2 { margin: 0 25px 14px 0; font-size: 34px; }
.call-dialog > p:not(.eyebrow):not(.dialog-note) { color: var(--muted); }
.dialog-actions { display: grid; gap: 8px; margin-top: 14px; }
.call-dialog .button { width: 100%; }
.dialog-contacts { display: grid; justify-items: center; gap: 4px; margin-top: 18px; font-size: 12px; }
.dialog-contacts a:hover { color: var(--coral-dark); }
.dialog-note { margin: 10px 0 0; text-align: center; color: var(--muted); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 720px) {
  .site-header { height: 82px; padding: 0 6vw; }
  .menu-button { display: none; }
  .mobile-nav { position: static; display: flex; align-items: center; gap: 8px; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .mobile-nav a, .mobile-nav button { padding: 10px 14px; font-size: 13px; }
  .mobile-nav .nav-cta { margin: 0 0 0 8px; padding: 11px 16px; }
  .header-actions { order: 3; margin-left: 12px; }
  .section-shell { padding: 120px 7vw; }
  .hero { min-height: 850px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 3vw; padding-top: 130px; }
  .hero-actions { display: flex; }
  .hero-actions .button { min-width: 200px; }
  .hero-visual { min-height: 580px; margin: 0 -2vw 0 0; }
  .orbit-one { width: 500px; height: 500px; left: calc(50% - 250px); top: 40px; }
  .orbit-two { width: 390px; height: 390px; left: calc(50% - 195px); top: 95px; }
  .founder-portrait { width: 360px; height: 480px; left: calc(50% - 180px); top: 25px; border-width: 10px; border-radius: 190px 190px 34px 34px; }
  .floating-card { width: 215px; padding: 15px; }
  .floating-card strong { font-size: 12px; }
  .card-a { left: 0; top: 350px; }
  .card-b { right: 0; top: 170px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .service-card { min-height: 220px; }
  .case-stories { grid-template-columns: .78fr 1.22fr; align-items: center; gap: 50px; }
  .case-grid { grid-auto-flow: initial; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .case-card { min-height: 470px; }
  .guide-card { display: grid; grid-template-columns: 1fr minmax(300px, .8fr); gap: 50px; align-items: center; padding: 60px 60px 0; }
  .button-light { width: auto; min-width: 210px; }
  .guide-preview { margin: 0 0 -30px; }
  .reviews-heading { grid-template-columns: 1fr auto; }
  .reviews-grid { grid-auto-flow: initial; grid-template-columns: repeat(3, 1fr); overflow: visible; }
  .site-footer { grid-template-columns: 1.2fr 1fr auto; align-items: start; gap: 36px; }
  .footer-legal { text-align: right; }
  .drawer { inset: 0 0 0 auto; width: min(540px, 92vw); max-height: none; padding: 34px; border-radius: 24px 0 0 24px; transform: translateX(105%); }
  .drawer.open { transform: translateX(0); }
}

@media (min-width: 1080px) {
  .site-header { padding-inline: max(5vw, calc((100vw - 1220px)/2)); }
  .section-shell { padding-inline: max(6vw, calc((100vw - 1220px)/2)); }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .section-intro { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 70px; max-width: none; align-items: end; }
  .section-intro .eyebrow { grid-column: 1 / -1; }
  .section-intro > p:last-child { margin: 0 0 7px; }
}

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