/* Hallmark · macrostructure: Quiet Service Index · tone: wellness salon, grounded · anchor hue: camellia green */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --paper: #F4EFE5;
  --paper-2: #E5DAC8;
  --ink: #2C2822;
  --muted: #766D61;
  --green: #61735A;
  --green-dark: #34402F;
  --rose: #BE8E7B;
  --line: #D2C5B2;
  --white: #FFFDF7;
  --display: 'Fraunces', Georgia, serif;
  --body: 'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
}

html { scroll-behavior: smooth; overflow-x: clip; overscroll-behavior-y: none; background: var(--paper); }
body {
  min-width: 0;
  overflow-x: clip;
  overscroll-behavior-y: none;
  background: linear-gradient(180deg, var(--paper), #EFE5D7 62%, var(--paper));
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(16px, 5vw, 78px);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.brand span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-dark); color: var(--paper); font-family: var(--display); }
.nav { display: flex; gap: clamp(14px, 3vw, 32px); color: var(--muted); font-size: 14px; font-weight: 700; }
.nav a { transition: color .18s var(--ease); }
.nav a:hover { color: var(--green-dark); }

.hero {
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(320px,1.08fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  padding: clamp(54px, 7vw, 112px) clamp(16px, 5vw, 88px) clamp(58px, 8vw, 120px);
}
.kicker { color: var(--green); font-size: 13px; font-weight: 800; line-height: 1.35; }
h1,h2,h3 { font-family: var(--display); font-style: normal; font-weight: 650; letter-spacing: -.025em; line-height: 1; text-wrap: balance; overflow-wrap: anywhere; }
h1 { margin-top: 18px; max-width: 760px; font-size: clamp(44px, 7vw, 92px); }
.hero-copy > p:not(.kicker) { margin-top: 24px; max-width: 590px; color: var(--muted); font-size: clamp(16px,1.45vw,19px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 8px; font-size: 14px; font-weight: 800; transition: transform .24s var(--ease), background .24s var(--ease), border-color .24s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.primary { color: var(--paper); background: var(--green-dark); }
.secondary { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.secondary:hover { border-color: var(--green); }

.hero-visual { position: relative; min-height: 570px; }
.visual-main,.visual-small,.soft-card { position: absolute; overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); box-shadow: 0 22px 70px rgba(44,40,34,.12); }
.visual-main { inset: 0 8% 12% 0; border-radius: 36px; }
.visual-small { right: 0; bottom: 0; width: 38%; aspect-ratio: 4/5; border-radius: 24px; }
.visual-main img,.visual-small img { width: 100%; height: 100%; object-fit: cover; }
.soft-card { left: 4%; bottom: 5%; width: min(315px, 54%); padding: 22px; border-radius: 20px; background: color-mix(in srgb, var(--white) 90%, transparent); backdrop-filter: blur(12px); }
.soft-card span { display: block; color: var(--muted); font-size: 13px; }
.soft-card strong { display: block; margin-top: 8px; color: var(--green-dark); font-family: var(--display); font-size: clamp(30px,4vw,48px); line-height: 1; }
.soft-card small { display: block; margin-top: 8px; color: var(--muted); }

.services,.split,.booking,.contact { padding: clamp(58px,7vw,112px) clamp(16px,5vw,88px); }
.services { background: var(--paper-2); border-block: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .34fr 1fr; gap: 32px; align-items: start; }
.section-head h2,.split h2,.booking h2,.contact h2 { font-size: clamp(36px,5.5vw,78px); max-width: 980px; }
.service-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.service-grid article { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.service-grid span { color: var(--green-dark); font-family: var(--display); font-size: clamp(30px,3vw,44px); line-height: 1; }
.service-grid p { color: var(--muted); font-size: 14px; }

.split { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(32px,6vw,88px); align-items: center; }
.split figure { aspect-ratio: 4/5; overflow: hidden; border-radius: 30px; border: 1px solid var(--line); background: var(--paper-2); }
.split figure img { width: 100%; height: 100%; object-fit: cover; }
.split-copy p:not(.kicker) { margin-top: 24px; color: var(--muted); max-width: 640px; font-size: 17px; }

.booking { background: var(--green-dark); color: var(--paper); }
.booking .kicker { color: color-mix(in srgb, var(--paper) 76%, transparent); }
.booking h2 { margin-top: 14px; }
.booking-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.booking-grid a { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(244,239,229,.18); border-radius: 20px; background: rgba(244,239,229,.07); transition: transform .24s var(--ease), background .24s var(--ease); }
.booking-grid a:hover { transform: translateY(-3px); background: rgba(244,239,229,.11); }
.booking-grid span { color: color-mix(in srgb, var(--paper) 68%, transparent); font-size: 14px; }
.booking-grid strong { font-family: var(--display); font-size: clamp(26px,3vw,40px); line-height: 1; }

.contact { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: 24px; background: var(--paper-2); }
.contact-card,.map-wrap { border: 1px solid var(--line); border-radius: 28px; background: var(--paper); }
.contact-card { padding: clamp(24px,4vw,48px); }
dl { margin-top: 30px; display: grid; gap: 22px; }
dt { font-weight: 800; margin-bottom: 5px; }
dd { color: var(--muted); }
dd a { color: var(--green-dark); border-bottom: 1px solid color-mix(in srgb, var(--green) 45%, transparent); }
.map-wrap { overflow: hidden; min-height: 430px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 430px; border: 0; filter: grayscale(.15) contrast(.96); }
.footer { padding: 24px clamp(16px,5vw,88px); color: color-mix(in srgb, var(--paper) 78%, transparent); background: var(--green-dark); font-size: 14px; }
.footer a { color: var(--paper); border-bottom: 1px solid color-mix(in srgb, var(--paper) 35%, transparent); }

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: 120ms !important; animation-duration: 120ms !important; }
}
@media (max-width: 980px) {
  .hero,.split,.contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 500px; }
  .section-head { grid-template-columns: 1fr; gap: 14px; }
  .service-grid,.booking-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .topbar { position: static; flex-direction: column; align-items: flex-start; padding: 16px; }
  .nav { width: 100%; justify-content: space-between; font-size: 13px; }
  .hero,.services,.split,.booking,.contact { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: clamp(42px,13vw,64px); }
  .actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-visual { min-height: 385px; }
  .visual-main { inset: 0 0 16% 0; border-radius: 24px; }
  .visual-small { width: 43%; }
  .soft-card { width: 64%; left: 0; padding: 16px; }
  .soft-card strong { font-size: 28px; }
  .service-grid,.booking-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 190px; }
  .split figure { aspect-ratio: 5/4; }
  .map-wrap,.map-wrap iframe { min-height: 340px; }
  .footer { font-size: 13px; }
}
