:root {
  --ink: #1c2522;
  --ink-soft: #4d5a54;
  --cream: #f5f1ea;
  --paper: #fbfaf7;
  --sage: #9ba89a;
  --sage-dark: #64756b;
  --orange: #c7683e;
  --orange-light: #e2a27d;
  --line: rgba(28, 37, 34, .16);
  --display: 'Playfair Display', Georgia, serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--ink); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 104px; }
.brand { display: grid; grid-template-columns: 31px auto; grid-template-rows: auto auto; column-gap: 9px; align-items: center; line-height: 1; }
.brand-mark { position: relative; display: flex; align-items: flex-end; gap: 3px; grid-row: 1 / 3; width: 31px; height: 28px; }
.brand-mark i { display: block; width: 7px; border-radius: 7px 7px 1px 1px; background: var(--orange); transform: rotate(30deg); }
.brand-mark i:nth-child(1) { height: 15px; margin-bottom: 3px; opacity: .55; }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 17px; margin-bottom: 4px; opacity: .76; }
.brand-name { font: 600 22px/1 var(--display); letter-spacing: -.04em; }
.brand-subtitle { margin-top: 5px; color: var(--ink-soft); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 42px; color: #536058; font-size: 12px; }
.main-nav a, .footer-contact a { transition: color .2s ease; }
.main-nav a:hover, .footer-contact a:hover { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 600; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; font-weight: 400; }
.button-small { min-height: 43px; padding: 0 18px; font-size: 11px; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--orange); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 25px rgba(199, 104, 62, .18); }
.button-primary:hover { background: var(--ink); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: #fff; }
.button-light { background: #eee6da; color: var(--ink); }
.button-light:hover { background: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px 0 8px 8px; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { position: relative; min-height: 720px; overflow: hidden; background: var(--cream); }
.hero-grain { position: absolute; inset: 0; opacity: .25; pointer-events: none; background-image: radial-gradient(rgba(43, 58, 50, .14) .6px, transparent .7px); background-size: 6px 6px; mask-image: linear-gradient(90deg, black, transparent 76%); }
.hero-grid { display: grid; grid-template-columns: 50% 50%; min-height: 720px; align-items: center; padding-top: 65px; }
.hero-copy { position: relative; z-index: 2; padding: 30px 0 65px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 25px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.055em; }
h1 { max-width: 600px; margin-bottom: 27px; font-size: clamp(52px, 5.7vw, 78px); line-height: .98; }
h1 em, h2 em { color: var(--orange); font-style: italic; font-weight: 500; }
.hero-text { max-width: 390px; margin-bottom: 31px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 11px; font-weight: 700; }
.text-link span { color: var(--orange); font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 53px; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }
.hero-note strong { color: var(--ink); font-weight: 600; }
.note-check { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 12px; }
.hero-visual { position: relative; height: 550px; }
.hero-image-wrap { position: absolute; top: 26px; right: 8%; width: min(390px, 76%); height: 485px; overflow: hidden; border-radius: 210px 210px 0 0; background: #b8b9a5; }
.hero-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) sepia(.12); }
.hero-image-wrap::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 50%, rgba(27, 38, 32, .25)); }
.image-caption { position: absolute; right: 22px; bottom: 21px; z-index: 1; color: #fff; font: italic 14px var(--display); }
.caption-dot { display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--orange-light); vertical-align: middle; }
.floating-card { position: absolute; top: 111px; left: -3px; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 14px 17px; background: rgba(251, 250, 247, .94); box-shadow: 0 16px 35px rgba(39, 52, 45, .12); }
.card-symbol { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 15px; }
.floating-card strong { display: block; font: 500 15px/1.05 var(--display); }
.floating-card small { display: block; margin-top: 5px; color: var(--orange); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-circle { position: absolute; right: -52px; bottom: 12px; display: grid; place-items: center; width: 142px; height: 142px; border-radius: 50%; background: var(--orange); color: #fff; text-align: center; transform: rotate(10deg); }
.hero-circle span { font: italic 14px/1.26 var(--display); }
.scroll-cue { position: absolute; bottom: 30px; left: max(40px, calc((100% - 1160px) / 2)); display: flex; align-items: center; gap: 12px; color: var(--ink-soft); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue i { display: block; width: 37px; height: 1px; background: var(--orange); }

.trust-bar { padding: 26px 0; background: var(--ink); color: #f6f1e8; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.28fr; align-items: center; gap: 35px; }
.trust-item { display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-item strong { color: var(--orange-light); font: 500 26px var(--display); letter-spacing: -.04em; }
.trust-item span { color: #bfc5be; font-size: 10px; line-height: 1.35; }
.trust-phrase { justify-self: end; color: #d5d8d1; font: 500 17px/1.25 var(--display); }
.trust-phrase em { color: var(--orange-light); }

.section { padding: 125px 0; }
.split-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 63px; }
.section-heading h2, .specialties-intro h2, .about-copy h2, .faq-grid h2 { margin-bottom: 0; font-size: clamp(42px, 4.5vw, 61px); line-height: .98; }
.heading-description { width: 31%; margin: 0 7% 3px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.process-card { position: relative; min-height: 326px; padding: 32px 31px; border: 1px solid var(--line); background: #fbfaf7; transition: transform .25s ease, box-shadow .25s ease; }
.process-card:hover { transform: translateY(-5px); box-shadow: 0 17px 30px rgba(36, 49, 42, .08); }
.process-card-featured { background: var(--sage); color: #fff; border-color: var(--sage); }
.step-number { color: var(--orange); font-size: 10px; letter-spacing: .11em; }
.process-card-featured .step-number { color: #e9c0a8; }
.process-icon { height: 80px; margin-top: 25px; color: var(--orange); }
.icon-breathe { position: relative; width: 74px; }
.icon-breathe span { position: absolute; top: 20px; left: 0; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; }
.icon-breathe span:nth-child(2) { left: 18px; opacity: .55; }
.icon-breathe span:nth-child(3) { left: 36px; opacity: .24; }
.icon-light { font-size: 62px; line-height: .9; }
.icon-root { position: relative; width: 70px; }
.icon-root::before, .icon-root::after, .icon-root span { position: absolute; display: block; content: ''; background: var(--orange); }
.icon-root::before { top: 28px; left: 8px; width: 54px; height: 1px; }
.icon-root::after { top: 8px; left: 34px; width: 1px; height: 45px; }
.icon-root span { top: 13px; left: 20px; width: 28px; height: 28px; border: 1px solid var(--orange); border-radius: 50%; background: transparent; }
.process-card h3 { margin: 0 0 11px; font: 500 25px var(--display); }
.process-card p { max-width: 270px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.process-card-featured p { color: #edf0ea; }
.arrow-link { position: absolute; right: 27px; bottom: 24px; color: var(--orange); font-size: 22px; }
.process-card-featured .arrow-link { color: #fff; }

.specialties-section { background: var(--sage); color: #fff; }
.specialties-grid { display: grid; grid-template-columns: 40% 60%; gap: 7%; }
.specialties-intro .eyebrow { color: #eac0a5; }
.specialties-intro h2 { margin-bottom: 28px; }
.specialties-intro h2 em { color: #eac0a5; }
.specialties-intro > p:not(.eyebrow) { max-width: 300px; margin-bottom: 33px; color: #e8ede6; font-size: 13px; line-height: 1.7; }
.specialty-list { border-top: 1px solid rgba(255, 255, 255, .3); }
.specialty-row { display: grid; grid-template-columns: 48px 1fr 25px; align-items: center; min-height: 75px; border-bottom: 1px solid rgba(255, 255, 255, .3); }
.specialty-index { color: #d3dfd2; font-size: 10px; }
.specialty-row h3 { margin: 0; font: 500 25px var(--display); }
.specialty-arrow { color: #eac0a5; font-size: 22px; transition: transform .2s ease; }
.specialty-row:hover .specialty-arrow { transform: translate(3px, -3px); }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 47% 1fr; gap: 12%; align-items: center; }
.about-visual { position: relative; padding: 0 13% 11% 0; }
.about-image-frame { height: 500px; overflow: hidden; background: #c8c7b6; }
.about-image-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.58) sepia(.15); }
.about-stamp { position: absolute; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; gap: 8px; width: 150px; height: 150px; padding: 24px; border-radius: 50%; background: var(--orange); color: #fff; transform: rotate(-10deg); }
.about-stamp span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.about-stamp strong { font: 500 21px/1.05 var(--display); }
.about-copy .eyebrow { margin-bottom: 28px; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow) { max-width: 410px; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.about-copy .about-lead { color: var(--ink); font: 500 18px/1.45 var(--display); }
.signature { margin: 33px 0 25px; color: var(--orange); font: italic 21px var(--display); }
.signature span { display: block; margin-top: 3px; color: var(--ink-soft); font: 9px var(--body); letter-spacing: .09em; text-transform: uppercase; }
.dark-link { font-size: 11px; }

.testimonials-section { padding: 82px 0 105px; background: var(--orange); color: #fff; }
.testimonials-header { display: flex; justify-content: space-between; align-items: center; }
.testimonials-header .eyebrow { margin: 0; color: #f4d4c0; }
.testimonial-nav { display: flex; gap: 9px; }
.testimonial-nav button { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.testimonial-nav button:last-child { background: #f1d0ba; color: var(--orange); border-color: #f1d0ba; }
.testimonial-content { position: relative; padding-left: 19%; }
.quote-mark { position: absolute; left: 0; top: -14px; color: #efbf9f; font: 110px/.8 var(--display); }
blockquote { max-width: 760px; margin: 33px 0 31px; font: 500 clamp(28px, 3.35vw, 47px)/1.2 var(--display); letter-spacing: -.04em; }
.quote-author { display: flex; align-items: center; gap: 10px; color: #f7d8c5; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.author-line { display: inline-block; width: 30px; height: 1px; background: #f7d8c5; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 40% 1fr; gap: 10%; }
.faq-intro { max-width: 270px; margin-top: 29px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 21px 0; list-style: none; cursor: pointer; font: 500 18px var(--display); }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange); font: 400 24px var(--body); transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 610px; margin: -4px 30px 22px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }

.booking-section { position: relative; overflow: hidden; padding: 103px 0 110px; background: var(--ink); color: #fff; text-align: center; }
.booking-content { position: relative; z-index: 1; }
.eyebrow-light { justify-content: center; color: var(--orange-light); }
.booking-content h2 { margin: 0 0 23px; font-size: clamp(46px, 5vw, 66px); line-height: .98; }
.booking-content h2 em { color: var(--orange-light); }
.booking-content > p:not(.eyebrow) { max-width: 390px; margin: 0 auto 29px; color: #c9d0ca; font-size: 13px; line-height: 1.65; }
.booking-content small { display: block; margin-top: 18px; color: #89938c; font-size: 10px; }
.booking-orbit { position: absolute; border: 1px solid rgba(219, 157, 122, .24); border-radius: 50%; pointer-events: none; }
.orbit-one { top: -218px; left: calc(50% - 350px); width: 700px; height: 700px; }
.orbit-two { top: -110px; left: calc(50% - 240px); width: 480px; height: 480px; border-color: rgba(219, 157, 122, .14); }

.site-footer { padding: 42px 0 22px; background: #111a17; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: start; padding-bottom: 37px; }
.footer-brand .brand-subtitle { color: #8e9b93; }
.footer-address, .footer-contact { display: flex; flex-direction: column; gap: 7px; color: #96a19a; font-size: 11px; line-height: 1.3; }
.footer-address { padding-left: 20%; }
.footer-contact { justify-self: end; text-align: right; }
.footer-contact a:first-child { color: #e5e7e1; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #68756d; font-size: 9px; letter-spacing: .03em; }

@media (max-width: 900px) {
  .container { width: min(100% - 48px, 680px); }
  .main-nav { gap: 18px; margin-right: 20px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 53% 47%; }
  .hero-image-wrap { right: 0; width: 93%; }
  .hero-circle { right: -25px; width: 120px; height: 120px; }
  .hero-circle span { font-size: 12px; }
  .floating-card { left: -30px; }
  .trust-grid { gap: 15px; }
  .trust-item { gap: 8px; }
  .trust-phrase { font-size: 14px; }
  .about-grid { gap: 8%; }
  .about-image-frame { height: 430px; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 82px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 8px 20px; background: var(--paper); box-shadow: 0 12px 25px rgba(28,37,34,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
  .main-nav a:last-child { border: 0; }
  .hero { min-height: auto; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding-top: 130px; }
  .hero-copy { padding: 0 0 50px; }
  h1 { max-width: 440px; font-size: clamp(46px, 14vw, 65px); }
  .hero-text { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-note { margin-top: 36px; }
  .hero-visual { height: 405px; margin: 0 -20px; }
  .hero-image-wrap { top: 0; right: 7%; width: 68%; height: 375px; }
  .floating-card { top: 72px; left: 2%; }
  .hero-circle { right: 0; bottom: 5px; width: 110px; height: 110px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 20px 10px; }
  .trust-item { border: 0; }
  .trust-item:nth-child(2) { border-left: 1px solid rgba(255,255,255,.18); padding-left: 13px; }
  .trust-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.18); padding-top: 15px; }
  .trust-phrase { grid-column: 1 / -1; justify-self: start; padding-top: 7px; font-size: 16px; }
  .section { padding: 80px 0; }
  .split-heading { display: block; margin-bottom: 40px; }
  .heading-description { width: 100%; margin: 25px 0 0; }
  .process-grid { grid-template-columns: 1fr; gap: 10px; }
  .process-card { min-height: 250px; padding: 25px; }
  .process-icon { height: 55px; margin-top: 17px; }
  .process-card h3 { font-size: 22px; }
  .specialties-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .specialties-intro > p:not(.eyebrow) { margin-bottom: 26px; }
  .specialty-row { min-height: 68px; grid-template-columns: 37px 1fr 20px; }
  .specialty-row h3 { font-size: 20px; }
  .about-visual { padding-right: 12%; }
  .about-image-frame { height: 390px; }
  .about-stamp { width: 125px; height: 125px; padding: 20px; }
  .about-stamp strong { font-size: 18px; }
  .about-copy .about-lead { font-size: 17px; }
  .testimonials-section { padding: 65px 0 78px; }
  .testimonial-nav { display: none; }
  .testimonial-content { padding-left: 0; padding-top: 20px; }
  .quote-mark { position: static; height: 55px; font-size: 84px; }
  blockquote { margin: 10px 0 25px; font-size: 31px; }
  summary { gap: 15px; font-size: 16px; }
  .booking-section { padding: 80px 0 85px; }
  .booking-content h2 { font-size: 45px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 10px; }
  .footer-address { padding-left: 0; justify-self: end; text-align: right; }
  .footer-contact { grid-column: 1 / -1; justify-self: start; text-align: left; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

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