* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #17100b;
  --ink-soft: #21170f;
  --gold: #d9a05b;
  --gold-bright: #f0d9ae;
  --parchment: #f4ead7;
  --muted: #cdbb9b;
  --line: rgba(217,160,91,.28);
  --green: #a7d7a0;
}
html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--parchment); background: var(--ink); font-family: 'Cormorant Garamond', Georgia, serif; }
a { color: inherit; }

#topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 16px 32px;
  border-bottom: 1px solid rgba(240,217,174,.14);
  background: linear-gradient(180deg, rgba(14,9,6,.84), rgba(14,9,6,.24) 72%, transparent);
}
#topbar .brand { color: var(--gold-bright); font: 14px 'Cinzel', Georgia, serif; letter-spacing: 3px; }
#topbar nav { display: flex; align-items: center; gap: 20px; }
#topbar nav a { color: #dacbac; font: 11px 'Cinzel', Georgia, serif; letter-spacing: 1.8px; text-decoration: none; }
#topbar nav a:hover { color: #fff2d3; }

.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(920px, 100svh);
  place-items: center;
  padding: 118px 24px 72px;
  overflow: hidden;
  background: #24170f url('og-forum.jpg') center / cover no-repeat;
}
.home-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 76% 36%, transparent 0 18%, rgba(16,10,6,.16) 55%, rgba(16,10,6,.60) 100%),
    linear-gradient(90deg, rgba(12,8,5,.88) 0%, rgba(12,8,5,.68) 37%, rgba(12,8,5,.16) 72%, rgba(12,8,5,.25) 100%),
    linear-gradient(180deg, rgba(12,8,5,.30), transparent 32%, transparent 66%, #17100b 100%);
}
.home-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, var(--ink));
}

.identity-bar {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: clamp(26px, 4vw, 50px);
  border-block: 1px solid rgba(240,217,174,.26);
  background: linear-gradient(90deg, rgba(20,13,8,.88), rgba(20,13,8,.60) 62%, rgba(20,13,8,.22));
  box-shadow: 0 34px 100px rgba(0,0,0,.28);
  backdrop-filter: blur(5px);
}
.identity-portrait {
  position: relative;
  width: 180px;
  height: 220px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 0 72%, transparent 100%);
  mask-image: linear-gradient(#000 0 72%, transparent 100%);
}
.identity-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; filter: saturate(.84) sepia(.04) contrast(1.04); }
.identity-copy { min-width: 0; }
.identity-copy .kicker, .section-kicker { color: var(--green); font: 11px 'Cinzel', Georgia, serif; letter-spacing: 4px; text-transform: uppercase; }
.identity-copy h1 { max-width: 820px; margin: 14px 0 16px; color: #fff4df; font: 500 clamp(38px, 5.4vw, 70px)/1.06 'Cinzel', Georgia, serif; text-wrap: balance; text-shadow: 0 4px 30px rgba(0,0,0,.58); }
.identity-copy > p { max-width: 720px; color: #eee1c8; font-size: clamp(19px, 2.1vw, 24px); line-height: 1.52; }
.credentials { margin-top: 16px; color: #dbc9a6; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  background: rgba(23,16,11,.38);
  font: 11px 'Cinzel', Georgia, serif;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button.primary { color: #17100b; background: var(--green); border-color: var(--green); }
.button:hover { color: #17100b; background: var(--gold-bright); }

.home-section { padding: clamp(76px, 9vw, 126px) 24px; }
.section-inner { width: min(1180px, 100%); margin: auto; }
.home-section h2 { max-width: 820px; margin: 14px 0 20px; color: #fff2dc; font: 500 clamp(32px, 4vw, 54px)/1.15 'Cinzel', Georgia, serif; text-wrap: balance; }
.section-lead { max-width: 720px; color: #dccdb5; font-size: 22px; line-height: 1.65; }

.care-scene {
  background: linear-gradient(180deg, var(--ink), #132218 45%, var(--ink));
}
.care-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(36px, 7vw, 92px); }
.garden-image {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 10%, #000 84%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 10%, #000 84%, transparent 100%);
}
.garden-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: saturate(.90) contrast(1.03) brightness(.88); }
.care-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 32px; }
.care-point { padding: 22px 0; border-top: 1px solid rgba(167,215,160,.28); }
.care-point strong { display: block; color: #d9edcf; font: 15px 'Cinzel', Georgia, serif; }
.care-point span { display: block; margin-top: 8px; color: #c9bea9; font-size: 17px; line-height: 1.5; }

.forum-section { background: #1c130d; }
.forum-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 40px; }
.forum-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 360px;
  align-items: flex-end;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  background-position: center;
  background-size: cover;
  text-decoration: none;
}
.forum-card::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(10,7,5,.08), rgba(10,7,5,.30) 44%, rgba(10,7,5,.94) 100%); }
.forum-card::after { content: ''; position: absolute; z-index: -1; inset: 0; box-shadow: inset 0 0 100px rgba(0,0,0,.35); transition: box-shadow .25s; }
.forum-card:hover::after { box-shadow: inset 0 0 40px rgba(0,0,0,.08); }
.forum-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.forum-card:hover > img { transform: scale(1.025); }
.forum-card h3 { color: #fff2dc; font: 500 27px 'Cinzel', Georgia, serif; }
.forum-card p { margin-top: 8px; color: #dfd0b6; font-size: 18px; }

.appointment-band { position: relative; overflow: hidden; background: linear-gradient(135deg, #24170f, #102015); }
.appointment-art { position: absolute; inset: -34% 4% auto auto; width: 360px; height: auto; opacity: .20; object-fit: cover; -webkit-mask-image: linear-gradient(90deg, transparent, #000); mask-image: linear-gradient(90deg, transparent, #000); }
.appointment-content { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.appointment-content .copy { max-width: 760px; }
.appointment-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 12px; min-width: 230px; }

footer { padding: 32px 24px 96px; border-top: 1px solid var(--line); color: #a99575; background: #120c08; text-align: center; font: 11px 'Cinzel', Georgia, serif; letter-spacing: 2px; }
.mobile-booking { display: none; }

@media (max-width: 900px) {
  #topbar nav { display: none; }
  .identity-bar { grid-template-columns: 140px minmax(0, 1fr); gap: 24px; }
  .identity-portrait { width: 140px; height: 180px; }
  .care-layout { grid-template-columns: 1fr; }
  .garden-image { min-height: 620px; }
  .forum-grid { grid-template-columns: 1fr; }
  .appointment-content { align-items: flex-start; flex-direction: column; }
  .appointment-actions { width: min(100%, 360px); }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  #topbar { min-height: 68px; padding: 10px 16px; }
  #topbar .brand { max-width: calc(100% - 104px); font-size: 10px; line-height: 1.25; letter-spacing: 1.3px; }
  .home-hero { min-height: 920px; padding: 100px 18px 64px; background-position: 68% center; }
  .home-hero::before { background: linear-gradient(180deg, rgba(12,8,5,.34), rgba(12,8,5,.55) 36%, rgba(12,8,5,.90) 70%, #17100b 100%); }
  .identity-bar { grid-template-columns: 1fr; align-content: end; gap: 6px; padding: 24px 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .identity-portrait { width: 118px; height: 145px; }
  .identity-copy .kicker { letter-spacing: 2.2px; line-height: 1.6; }
  .identity-copy h1 { font-size: 34px; }
  .identity-copy > p { font-size: 19px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .home-section { padding: 74px 18px; }
  .care-layout { gap: 28px; }
  .garden-image { min-height: 600px; }
  .care-points { grid-template-columns: 1fr; }
  .forum-card { min-height: 310px; padding: 24px; }
  .appointment-band::before { opacity: .12; background-position: 120% 40%; }
  .mobile-booking { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 66px; border-top: 1px solid var(--gold); background: #17100b; }
  .mobile-booking a { display: flex; align-items: center; justify-content: center; padding: 7px; border-right: 1px solid var(--line); color: var(--parchment); font: 9px 'Cinzel', Georgia, serif; letter-spacing: 1px; text-align: center; text-decoration: none; }
  .mobile-booking a:last-child { border: 0; color: var(--ink); background: var(--green); }
}

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