:root {
  --espresso: #2d1f18;
  --coffee: #5f3f2d;
  --caramel: #b9824b;
  --cream: #f4ede4;
  --latte: #e3cfb4;
  --paper: #f6f0e8;
  --ink: #1f1a17;
  --muted: #6c5f56;
  --line: rgba(45, 31, 24, 0.10);
  --shadow: 0 22px 60px rgba(45, 31, 24, 0.13);
  --header-bg: rgba(58, 40, 30, 0.88);
  --header-text: #f7efe6;
  --footer-bg: #241914;
  --footer-accent: rgba(185, 130, 75, 0.26);
  --section-warm-1: #f1e7da;
  --section-warm-2: #eadcc9;
  --section-warm-3: #e4d2be;
  --card-bg: #fcf8f2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f7f1e8 0%, #f1e8dc 100%);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: linear-gradient(180deg, rgba(74, 52, 39, 0.96) 0%, rgba(58, 40, 30, 0.92) 100%);
  color: var(--header-text);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(231, 213, 189, 0.16);
  box-shadow: 0 10px 30px rgba(25, 16, 12, 0.18);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Cormorant Garamond", serif; font-size: 1.45rem; font-weight: 700; color: var(--header-text); }
.brand img { width: 48px; height: 48px; border-radius: 50%; }
.main-nav { display: flex; gap: 30px; font-size: .95rem; font-weight: 600; color: var(--header-text); }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #d4a16a; transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.main-nav a:hover { color: white; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--header-text); }

.hero {
  min-height: 820px;
  padding: 155px 0 90px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(185,130,75,.25), transparent 32%),
    linear-gradient(125deg, #2a1b14 0%, #4a3022 52%, #7a5134 100%);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: repeating-linear-gradient(45deg, transparent 0 18px, rgba(255,255,255,.08) 18px 19px);
}
.hero-overlay { position: absolute; inset: auto -10% -40% auto; width: 640px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.025), 0 0 0 210px rgba(255,255,255,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .22em; font-size: .76rem; font-weight: 700; color: var(--caramel); }
.hero h1, h2, h3 { font-family: "Cormorant Garamond", serif; line-height: 1.05; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.6rem, 7vw, 6.6rem); font-weight: 600; letter-spacing: -.03em; }
.hero-text { max-width: 670px; margin: 28px 0 34px; font-size: 1.12rem; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--caramel); color: white; }
.btn-primary:hover { background: #c58d54; }
.btn-ghost { border-color: rgba(255,255,255,.45); color: white; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.hero-logo-card { justify-self: end; width: min(370px, 100%); padding: 34px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); border-radius: 32px; box-shadow: var(--shadow); }
.hero-logo-card img { width: 100%; border-radius: 50%; box-shadow: 0 24px 50px rgba(0,0,0,.28); }
.hero-logo-card div { text-align: center; margin-top: 22px; }
.logo-small { display: block; text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; color: rgba(255,255,255,.62); }
.hero-logo-card strong { font-family: "Cormorant Garamond", serif; font-size: 2rem; }

.intro { background: linear-gradient(180deg, #f5eee6 0%, var(--section-warm-1) 100%); }
.intro-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .95fr); gap: 72px; align-items: center; }
.intro-content { display: grid; gap: 24px; }
.intro-visual { margin: 0; }
.intro-visual img { width: 100%; border-radius: 28px; border: 1px solid rgba(95,63,45,.12); box-shadow: 0 18px 46px rgba(45,31,24,.12); object-fit: cover; background: #d8cab8; }
h2 { font-size: clamp(2.7rem, 5vw, 4.4rem); margin: 0; color: var(--espresso); }
.intro-copy { font-size: 1.08rem; color: var(--muted); }
.intro-copy p:first-child { margin-top: 4px; }
.intro-copy p:last-child { margin-bottom: 0; }

.offer { background: linear-gradient(180deg, var(--section-warm-1) 0%, var(--section-warm-2) 100%); border-top: 1px solid rgba(255,255,255,.38); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.intro, .offer, .contact, .legal { position: relative; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--card-bg); border: 1px solid rgba(95,63,45,.10); border-radius: 22px; padding: 34px; box-shadow: 0 15px 40px rgba(45,31,24,.06); }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: var(--latte); font-size: 1.7rem; }
.card h3 { font-size: 2rem; margin: 22px 0 10px; color: var(--espresso); }
.card p { margin: 0; color: var(--muted); }
.event-strip { margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 30px; border-radius: 18px; background: var(--espresso); color: white; }
.event-strip span { display: block; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .18em; font-size: .69rem; }
.event-strip strong { font-weight: 600; }
.event-strip a { color: var(--latte); font-weight: 700; white-space: nowrap; }

.contact { background: linear-gradient(180deg, var(--section-warm-2) 0%, #efe4d6 100%); border-top: 1px solid rgba(255,255,255,.32); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.section-kicker) { color: var(--muted); max-width: 540px; }
.contact-details { margin-top: 32px; display: grid; gap: 8px; font-weight: 600; }
.contact-details span { color: var(--muted); font-weight: 400; }
.contact-form { padding: 36px; background: #f8f1e7; border-radius: 24px; border: 1px solid rgba(95,63,45,.10); display: grid; gap: 18px; box-shadow: 0 14px 34px rgba(45,31,24,.05); }
.contact-form label { display: grid; gap: 8px; font-size: .9rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(45,31,24,.18); background: white; border-radius: 12px; padding: 13px 14px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--caramel); box-shadow: 0 0 0 3px rgba(185,130,75,.14); }
.contact-form textarea { resize: vertical; }
.contact-form .btn { justify-self: start; border: 0; }
.contact-form small { color: var(--muted); }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-status { margin: 0; min-height: 1.4em; font-size: .95rem; font-weight: 600; opacity: 0; transition: opacity .2s ease; }
.form-status.is-visible { opacity: 1; }
.form-status.is-success { color: #1c6b3b; }
.form-status.is-error { color: #8a1f1f; }

.legal { background: linear-gradient(180deg, #e9dbc9 0%, var(--section-warm-3) 100%); border-top: 1px solid rgba(255,255,255,.28); }
.legal-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.legal-content { columns: 2; column-gap: 50px; color: var(--muted); }
.legal-content p { break-inside: avoid; margin-top: 0; margin-bottom: 26px; }
.legal-note {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  columns: all;
  font-style: italic;
  color: var(--muted);
}

.site-footer { background: linear-gradient(180deg, #35241b 0%, var(--footer-bg) 100%); color: rgba(255,255,255,.76); padding: 28px 0; border-top: 1px solid var(--footer-accent); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .88rem; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: white; font-family: "Cormorant Garamond", serif; font-size: 1.2rem; font-weight: 700; }
.footer-brand img { width: 38px; height: 38px; border-radius: 50%; }
.site-footer a { color: #f1ddc4; }

@media (max-width: 900px) {
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; gap: 0; background: #3a281e; border: 1px solid rgba(231, 213, 189, 0.16); border-radius: 16px; padding: 12px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .intro-layout, .contact-grid, .legal-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-visual { max-width: 720px; width: 100%; justify-self: center; }
  .hero-logo-card { justify-self: start; width: 260px; padding: 24px; }
  .cards { grid-template-columns: 1fr; }
  .event-strip { align-items: flex-start; flex-direction: column; }
  .legal-content { columns: 1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .brand span { font-size: 1.25rem; }
  .brand img { width: 42px; height: 42px; }
  .hero { padding: 118px 0 72px; }
  .hero-grid { gap: 0; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-logo-card { display: none; }
  .hero-copy { max-width: 100%; }
  .intro-layout { gap: 32px; }
  .intro-content { gap: 18px; }
  .intro-visual { max-width: 420px; }
  .intro-visual img { border-radius: 22px; }
  .hero-text { margin-bottom: 28px; }
  h2 { font-size: 2.7rem; }
  .card, .contact-form { padding: 25px; }
  .event-strip { padding: 22px; }
  .footer-wrap { flex-direction: column; text-align: center; }
}
