@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

:root {
  --background: #f5f0e8; --foreground: #231c1a;
  --card: #fffaf3; --card-foreground: #231c1a;
  --primary: #602f35; --primary-foreground: #fffaf3;
  --secondary: #d6c6b8; --secondary-foreground: #231c1a;
  --muted: #e8ded3; --muted-foreground: #6f625d;
  --border: #d6c8bb; --input: #d6c8bb; --ring: #602f35; --radius: .4rem;
  --font-sans: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px;
  padding: 0 5vw; border-bottom: 1px solid color-mix(in srgb, var(--foreground) 14%, transparent);
  position: absolute; inset: 0 0 auto; z-index: 10; width: 100%;
}
.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; display: block; }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; line-height: 1.1; }
.brand-copy strong { font: 600 13px Georgia, serif; letter-spacing: .13em; }
.brand-copy small { margin-top: 5px; color: var(--muted-foreground); font-size: 9px; letter-spacing: .26em; }
nav { display: flex; gap: 38px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
nav a { position: relative; }
nav a::after { content: ''; position: absolute; height: 1px; inset: auto 100% -7px 0; background: var(--primary); transition: inset .25s ease; }
nav a:hover::after { inset-right: 0; }
.header-cta { padding-bottom: 7px; border-bottom: 1px solid var(--foreground); font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.social-links { display: flex; align-items: center; gap: 10px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--primary); transition: background .2s, color .2s; }
.social-links a:hover { background: var(--primary); color: var(--primary-foreground); }

.hero { min-height: 100svh; display: grid; grid-template-columns: 52% 48%; position: relative; overflow: hidden; }
.hero::before { content: 'L'; position: absolute; left: -2vw; bottom: -19vw; color: rgba(96,47,53,.035); font: 700 49vw Georgia, serif; pointer-events: none; }
.hero-copy { padding: clamp(145px, 18vh, 200px) 5vw 60px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 27px; color: var(--primary); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span { width: 36px; height: 1px; background: var(--primary); }
h1 { margin: 0; font: 400 clamp(62px, 7.6vw, 126px)/.82 Georgia, 'Times New Roman', serif; letter-spacing: -.065em; }
h1 em { color: var(--primary); font-weight: 400; font-style: normal; }
.hero-intro { max-width: 585px; margin: 34px 0 0; color: var(--muted-foreground); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.primary-cta { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; gap: 38px; background: var(--primary); color: var(--primary-foreground); text-transform: uppercase; font-size: 10px; letter-spacing: .18em; transition: transform .2s, background .2s; }
.primary-cta:hover { transform: translateY(-2px); background: #482227; }
.primary-cta span { font-size: 17px; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid var(--foreground); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.text-link span { margin-left: 10px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin-top: auto; padding-top: 46px; border-top: 1px solid var(--border); }
.trust-row div { display: flex; flex-direction: column; gap: 7px; }
.trust-row strong { font: 400 20px Georgia, serif; }
.trust-row span { color: var(--muted-foreground); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.hero-visual { min-height: 100svh; background: #c9b6a7; position: relative; }
.image-frame { position: absolute; inset: 0; overflow: hidden; }
.image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(50,31,27,.08), transparent 32%), linear-gradient(0deg, rgba(35,24,20,.26), transparent 28%); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 28%; filter: saturate(.78) contrast(.97); }
.floating-note { position: absolute; left: -58px; bottom: 13%; width: 275px; display: flex; gap: 16px; align-items: center; padding: 21px 24px; background: rgba(255,250,243,.94); box-shadow: 0 18px 48px rgba(38,22,20,.14); backdrop-filter: blur(10px); }
.note-star { color: var(--primary); font-size: 22px; }
.floating-note p { margin: 0; color: var(--muted-foreground); font-size: 11px; line-height: 1.6; }
.floating-note strong { color: var(--foreground); font: 400 15px Georgia, serif; }
.image-index { position: absolute; right: 28px; bottom: 25px; margin: 0; color: rgba(255,255,255,.86); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; padding: 0 22px; }
  nav { display: none; }
  .brand-copy { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 78px; }
  .hero-copy { min-height: 690px; padding: 84px 24px 44px; }
  h1 { font-size: clamp(61px, 18vw, 92px); }
  .hero-visual { min-height: 72svh; }
  .floating-note { left: 22px; bottom: 26px; }
}

@media (max-width: 560px) {
  .hero-copy { min-height: 640px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .trust-row { gap: 16px; }
  .trust-row strong { font-size: 16px; }
  .trust-row span { font-size: 8px; }
  .header-actions { gap: 14px; }
  .social-links { gap: 7px; }
  .social-links a { width: 30px; height: 30px; }
}

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

.section { padding: 130px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.05fr 1fr; align-items: end; gap: 4vw; margin-bottom: 72px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
h2 { margin: 0; font: 400 clamp(48px, 5.6vw, 86px)/.98 Georgia, serif; letter-spacing: -.045em; }
h2 em { color: var(--primary); font-weight: 400; font-style: normal; }
.section-heading > p:last-child { max-width: 460px; margin: 0 0 8px; color: var(--muted-foreground); line-height: 1.75; }

.services { background: #fffaf3; }
.service-list { border-top: 1px solid var(--border); }
.service-card { min-height: 160px; display: grid; grid-template-columns: 55px 1.05fr 1.25fr 130px 44px; gap: 28px; align-items: center; border-bottom: 1px solid var(--border); transition: padding .25s, background .25s; }
.service-card:hover { padding-inline: 18px; background: #f7efe6; }
.service-number { color: var(--muted-foreground); font: italic 15px Georgia, serif; }
.service-detail { margin: 0 0 8px; color: var(--primary); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.service-card h3 { margin: 0; font: 400 clamp(24px, 2.3vw, 34px) Georgia, serif; }
.service-copy { margin: 0; color: var(--muted-foreground); font-size: 13px; line-height: 1.75; }
.service-time { margin: 0; color: var(--muted-foreground); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.service-card > a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--primary); transition: color .2s, background .2s; }
.service-card > a:hover { background: var(--primary); color: var(--primary-foreground); }

.about { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; gap: clamp(60px, 9vw, 150px); align-items: center; background: #e4d8ca; }
.about-portrait { min-height: 680px; position: relative; overflow: hidden; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; filter: sepia(.08) saturate(.72); transform: scale(1.06); }
.about-portrait::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.5); margin: 18px; }
.portrait-caption { position: absolute; z-index: 1; left: 38px; bottom: 40px; color: white; font-size: 9px; text-transform: uppercase; letter-spacing: .19em; }
.about-copy { max-width: 650px; }
.about-copy blockquote { margin: 46px 0 32px; padding-left: 28px; border-left: 1px solid var(--primary); color: #4f3c38; font: italic 22px/1.55 Georgia, serif; }
.about-copy > p:last-of-type { margin: 0; color: var(--muted-foreground); line-height: 1.8; }
.about-copy strong { color: var(--foreground); }
.signature { margin-top: 42px; font: italic 38px/1 Georgia, serif; color: var(--primary); }
.signature span { margin-left: 15px; color: var(--muted-foreground); font: 9px var(--font-sans); text-transform: uppercase; letter-spacing: .15em; }

.process { background: var(--background); }
.section-heading.compact { grid-template-columns: 1fr; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); }
.steps article { min-height: 285px; padding: 30px 28px 30px 0; border-right: 1px solid var(--border); }
.steps article:not(:first-child) { padding-left: 28px; }
.steps article:last-child { border-right: 0; }
.steps span { color: var(--primary); font: italic 14px Georgia, serif; }
.steps h3 { margin: 74px 0 17px; font: 400 24px Georgia, serif; }
.steps p { margin: 0; color: var(--muted-foreground); font-size: 12px; line-height: 1.75; }

.care-banner { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 3vw; padding: 25px 5vw; background: #d4c3b3; flex-wrap: wrap; }
.care-banner p { margin: 0; font: 400 clamp(14px, 1.4vw, 19px) Georgia, serif; }
.care-banner span { color: var(--primary); }

.booking { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; background: var(--primary); color: var(--primary-foreground); }
.booking .eyebrow { color: #e5bebf; }
.booking .eyebrow span { background: #e5bebf; }
.booking h2 em { color: #e5bebf; }
.booking-copy > p:last-child { max-width: 520px; margin: 34px 0 0; color: rgba(255,250,243,.68); line-height: 1.8; }
.booking-card { padding: clamp(34px, 4vw, 58px); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.booking-kicker { margin: 0 0 33px; color: #e5bebf; font-size: 9px; text-transform: uppercase; letter-spacing: .19em; }
.booking-card h3 { margin: 0; font: 400 clamp(30px, 3vw, 44px) Georgia, serif; }
.booking-card > p:not(.booking-kicker) { color: rgba(255,250,243,.68); font-size: 13px; line-height: 1.7; }
.booking-button { min-height: 56px; margin-top: 30px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: var(--primary-foreground); color: var(--primary); text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.booking-button span { font-size: 19px; }
.booking-card small { display: block; margin-top: 17px; color: rgba(255,250,243,.48); font-size: 9px; }

footer { min-height: 120px; padding: 30px 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: #1e1817; color: #f6eee4; }

footer > p { margin: 0; color: #aa9b94; font: italic 14px Georgia, serif; }
.footer-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.footer-actions > a { font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.footer-social a { border-color: rgba(246,238,228,.28); color: #f6eee4; }
.footer-social a:hover { background: #e5bebf; color: #1e1817; }

@media (max-width: 900px) {
  .section { padding: 92px 24px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 48px; }
  .service-card { grid-template-columns: 40px 1fr 42px; gap: 16px; padding: 28px 0; }
  .service-copy, .service-time { grid-column: 2 / 4; }
  .service-card > a { grid-column: 3; grid-row: 1; }
  .about { grid-template-columns: 1fr; }
  .about-portrait { min-height: 580px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article { border-bottom: 1px solid var(--border); }
  .booking { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .service-card { grid-template-columns: 32px 1fr 40px; }
  .service-copy { font-size: 12px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { min-height: 220px; padding: 28px 0; border-right: 0; }
  .steps h3 { margin-top: 46px; }
  .care-banner { align-items: flex-start; flex-direction: column; }
  .care-banner span { display: none; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}
