:root {
  --font-ui: "Manrope", Arial, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --bg: #f7efe7;
  --surface: rgba(255,255,255,.72);
  --ink: #211714;
  --text: #66534d;
  --muted: #907b72;
  --line: rgba(45, 28, 22, .14);
  --accent: #bd6d58;
  --accent-ink: #fffaf4;
  --shadow: 0 30px 90px rgba(43, 28, 22, .14);
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.brand-essential {
  --bg:
    radial-gradient(circle at 14% 16%, rgba(218, 139, 120, .18), transparent 30%),
    linear-gradient(145deg, #fff8f0, #f0dacd);
  --surface: rgba(255,250,245,.76);
  --ink: #2b1612;
  --text: #6b554f;
  --muted: #92776e;
  --line: rgba(75, 37, 27, .14);
  --accent: #bc6c58;
}

.brand-signature {
  --bg:
    radial-gradient(circle at 80% 12%, rgba(86, 124, 82, .2), transparent 30%),
    linear-gradient(145deg, #f4f8ed, #dfeadb);
  --surface: rgba(252,255,248,.78);
  --ink: #172417;
  --text: #52634e;
  --muted: #72836e;
  --line: rgba(42, 76, 39, .14);
  --accent: #5d7e54;
}

.brand-atelier {
  --bg:
    radial-gradient(circle at 80% 10%, rgba(238, 221, 185, .2), transparent 26%),
    radial-gradient(circle at 18% 64%, rgba(208, 216, 218, .13), transparent 30%),
    linear-gradient(145deg, #070605, #17120f 55%, #080706);
  --surface: rgba(23,18,15,.78);
  --ink: #fff6e9;
  --text: #decec0;
  --muted: #b4a697;
  --line: rgba(255, 246, 233, .16);
  --accent: #d8b36f;
  --shadow: 0 36px 120px rgba(0,0,0,.38);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  backdrop-filter: blur(18px) saturate(132%);
}

.nav-shell {
  width: min(1220px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wordmark {
  display: inline-grid;
  gap: 1px;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: .94;
  letter-spacing: .03em;
}

.wordmark span {
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

.nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 11px;
}

.nav a[aria-current="page"] {
  border-color: var(--line);
  background: color-mix(in srgb, var(--surface) 64%, transparent);
  color: var(--ink);
}

.btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--accent) 52%, transparent);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--accent) 24%, transparent);
}

.btn-light {
  background: color-mix(in srgb, var(--surface) 70%, transparent);
  color: var(--ink);
  box-shadow: none;
}

.page {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 76px);
  padding: clamp(32px, 6vw, 84px) 0;
}

.hero-rose {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: 24px;
  align-items: stretch;
}

.hero-botanical {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, .9fr);
  gap: 24px;
  align-items: stretch;
}

.hero-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 24px;
  align-items: stretch;
}

.hero-card,
.visual-card,
.panel,
.procedure,
.story-card,
.footer-panel,
.mascot-panel,
.gallery-item {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 8%, color-mix(in srgb, #fff 28%, transparent), transparent 36%),
    var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(132%);
}

.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 34px;
  padding: clamp(30px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: var(--font-display); font-weight: 600; letter-spacing: 0; }

h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 116px);
  line-height: .84;
}

.hero-card p {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.62;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.visual-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 620px;
  border-radius: 34px;
  padding: 24px;
}

.rose-visual {
  background:
    linear-gradient(145deg, rgba(255,248,241,.18), rgba(188,108,88,.36)),
    radial-gradient(circle at 62% 32%, rgba(255,255,255,.66), transparent 22%),
    #efcdbf;
}

.rose-visual::after {
  content: "";
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  right: 8%;
  top: 13%;
  border: 1px solid rgba(117, 55, 43, .24);
  border-radius: 999px;
  box-shadow:
    -64px 72px 0 -18px rgba(255, 247, 241, .48),
    -116px 132px 0 -30px rgba(188, 108, 88, .16),
    inset 44px -42px 0 rgba(255, 247, 241, .18);
}

.botanical-visual {
  background:
    linear-gradient(145deg, rgba(244,248,237,.18), rgba(93,126,84,.38)),
    radial-gradient(circle at 58% 22%, rgba(255,255,255,.58), transparent 20%),
    #d6e5cf;
}

.botanical-visual::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 68%;
  right: 13%;
  top: 12%;
  border-left: 2px solid rgba(37, 72, 34, .28);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 26% 24%, rgba(93,126,84,.28) 0 12%, transparent 13%),
    radial-gradient(ellipse at 68% 38%, rgba(93,126,84,.22) 0 13%, transparent 14%),
    radial-gradient(ellipse at 32% 56%, rgba(93,126,84,.20) 0 12%, transparent 13%),
    radial-gradient(ellipse at 70% 70%, rgba(93,126,84,.24) 0 13%, transparent 14%);
}

.gallery-visual {
  background:
    linear-gradient(145deg, rgba(255,246,233,.05), rgba(216,179,111,.16)),
    #0d0a08;
}

.visual-card::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, transparent);
  border-radius: 28px;
}

.visual-caption {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
}

.visual-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 36px;
  line-height: .95;
}

.visual-caption span {
  display: block;
  margin-top: 8px;
  color: var(--text);
  line-height: 1.45;
}

.mascot-panel {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 34px;
  padding: 18px;
}

.mascot-panel img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  border-radius: 24px;
}

.section {
  padding: clamp(54px, 8vw, 96px) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(280px, .54fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .86;
}

.section-head p,
.panel p,
.procedure p,
.story-card p,
.footer-panel p,
.gallery-item p,
.request-form label,
.fine-print {
  color: var(--text);
  line-height: 1.6;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.panel,
.procedure,
.story-card,
.gallery-item {
  border-radius: 26px;
  padding: 24px;
}

.procedure {
  min-height: 270px;
}

.number {
  display: block;
  margin-bottom: 42px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.panel h3,
.procedure h3,
.story-card h3,
.gallery-item h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.08;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
  gap: 16px;
}

.footer-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 28px 28px 0 0;
  margin-top: 30px;
  padding: 24px;
}

.footer-panel strong {
  display: block;
  font-family: var(--font-display);
  font-size: 30px;
}

.request-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.request-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 13px;
  background: color-mix(in srgb, var(--surface) 70%, #fff 12%);
  color: var(--ink);
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.brand-atelier .request-form input,
.brand-atelier .request-form select,
.brand-atelier .request-form textarea {
  background: rgba(255, 246, 233, .08);
}

.request-form textarea {
  min-height: 96px;
  resize: vertical;
}

.request-form button {
  border: 0;
  cursor: pointer;
}

.fine-print {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .hero-rose,
  .hero-botanical,
  .hero-gallery,
  .section-head,
  .grid-3,
  .grid-2,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .page { width: min(100% - 24px, 1220px); }
  .nav-shell { min-height: 66px; }
  .nav { gap: 4px; font-size: 12px; }
  .nav a { padding: 7px 8px; }
  h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-card, .visual-card, .panel, .procedure, .story-card, .footer-panel, .mascot-panel, .gallery-item { border-radius: 22px; }
  .visual-card, .mascot-panel, .mascot-panel img { min-height: 500px; }
  .footer-panel { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-card,
  .visual-card,
  .panel,
  .procedure,
  .story-card,
  .footer-panel,
  .mascot-panel,
  .gallery-item {
    animation: rise .72s cubic-bezier(.16, 1, .3, 1) both;
  }
}

@keyframes rise {
  from { transform: translateY(18px); }
  to { transform: translateY(0); }
}
