:root {
  --bg: #11100f;
  --bg-soft: #181614;
  --paper: #f2ede5;
  --paper-2: #e8dfd3;
  --text: #f8f3ec;
  --muted: #bcb3a8;
  --ink: #1b1815;
  --accent: #ef6a32;
  --accent-2: #ffb36b;
  --line: rgba(255,255,255,.13);
  --radius: 24px;
  --container: 1180px;
  --shadow: 0 24px 80px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

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

.skip-link {
  position: fixed; left: 12px; top: -50px; z-index: 9999;
  padding: 10px 14px; background: var(--paper); color: var(--ink); border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  background: linear-gradient(to bottom, rgba(17,16,15,.96), rgba(17,16,15,.72), transparent);
  backdrop-filter: blur(8px);
}
.nav-wrap {
  min-height: 82px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  font-size: 12px; letter-spacing: .16em; font-weight: 700;
}
.brand-name { font-family: "Playfair Display", serif; font-size: 25px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.main-nav > a:not(.button) { color: var(--muted); }
.main-nav > a:not(.button):hover { color: var(--text); }
.lang-toggle {
  color: var(--text); background: transparent; border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 11px; font-size: 12px; font-weight: 700;
}
.menu-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  background: transparent; border-radius: 50%; padding: 11px;
}
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--text); margin: 4px 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 24px; border: 1px solid var(--accent); border-radius: 999px;
  background: var(--accent); color: #18100c; font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(239,106,50,.26); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-outline { background: transparent; color: var(--text); border-color: rgba(255,255,255,.35); }
.button-full { width: 100%; border: 0; }

.hero {
  position: relative; min-height: 100vh; padding: 145px 0 0; overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(239,106,50,.16), transparent 30%),
    linear-gradient(135deg, #11100f 0%, #171310 45%, #100f0e 100%);
}
.hero-grid {
  min-height: calc(100vh - 145px); display: grid; grid-template-columns: 1.15fr .85fr;
  align-items: center; gap: 80px; padding-bottom: 110px;
}
.eyebrow {
  margin: 0 0 18px; color: var(--accent-2); text-transform: uppercase;
  letter-spacing: .18em; font-size: 12px; font-weight: 700;
}
h1, h2 {
  margin: 0; font-family: "Playfair Display", serif; font-weight: 700; line-height: .98;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(58px, 8vw, 118px); }
h2 { font-size: clamp(42px, 5vw, 72px); }
h3 { margin-top: 0; }

.hero-text { max-width: 650px; margin: 28px 0 36px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.text-link:hover { color: var(--text); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 54px; }
.hero-proof div { border-top: 1px solid var(--line); padding-top: 16px; }
.hero-proof strong { display: block; font-size: 14px; }
.hero-proof span { color: var(--muted); font-size: 12px; }

.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero-card {
  position: relative; width: min(100%, 430px); aspect-ratio: .76;
  border: 1px solid rgba(255,255,255,.16); border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)),
    radial-gradient(circle at 50% 68%, rgba(239,106,50,.25), transparent 35%);
  box-shadow: var(--shadow); overflow: hidden;
}
.hero-card::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
}
.hero-card-top, .hero-card-bottom {
  position: absolute; z-index: 2; left: 24px; right: 24px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; letter-spacing: .14em;
}
.hero-card-top { top: 24px; color: var(--muted); }
.hero-card-bottom { bottom: 24px; }
.hero-card-bottom p { margin: 0; max-width: 220px; font-family: "Playfair Display", serif; font-size: 24px; line-height: 1.15; letter-spacing: -.02em; }
.round-icon {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid var(--line); font-size: 18px;
}
.flame-mark { position: absolute; inset: 15% 12% 16%; display: grid; place-items: center; }
.flame-mark svg { width: 66%; filter: drop-shadow(0 22px 30px rgba(239,106,50,.35)); }
.flame-mark path { fill: url(#x); }
.flame-mark svg path { fill: var(--accent); }
.ember { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 24px var(--accent); animation: drift 5s ease-in-out infinite; }
.ember-a { top: 15%; left: 8%; }
.ember-b { right: 6%; top: 36%; animation-delay: -1.7s; }
.ember-c { left: 14%; bottom: 16%; animation-delay: -3s; }
@keyframes drift { 50% { transform: translateY(-18px) scale(1.35); opacity: .55; } }

.scroll-strip {
  position: absolute; bottom: 0; left: 0; right: 0; height: 52px;
  display: flex; align-items: center; justify-content: space-around; gap: 40px;
  border-top: 1px solid var(--line); color: rgba(255,255,255,.38); font-size: 11px; letter-spacing: .22em;
}

.intro { background: var(--paper); color: var(--ink); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.split-heading .eyebrow { color: #b8491d; }
.split-heading > p { margin: 0; font-size: 22px; color: #60574e; }

.events { background: var(--paper); color: var(--ink); padding-top: 40px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { color: #b8491d; }
.section-heading h2 { max-width: 830px; }
.section-heading.narrow { display: block; max-width: 760px; }

.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.event-card {
  position: relative; display: grid; grid-template-columns: 74px 1fr; grid-template-rows: 300px auto;
  border: 1px solid rgba(27,24,21,.12); border-radius: var(--radius); overflow: hidden; background: #f8f4ee;
}
.event-number { grid-row: 1 / span 2; display: grid; place-items: start center; padding-top: 24px; border-right: 1px solid rgba(27,24,21,.1); color: #8e8277; font-size: 12px; }
.event-visual { position: relative; min-height: 300px; display: flex; align-items: end; padding: 22px; overflow: hidden; }
.event-visual::before, .gallery-item::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.48), transparent 58%);
}
.event-visual span, .gallery-item span { position: relative; z-index: 2; color: white; font-size: 11px; letter-spacing: .2em; }
.visual-wedding { background: radial-gradient(circle at 30% 25%, #d5bca4 0 7%, transparent 8%), linear-gradient(145deg, #6f4a3d, #c19674 48%, #34241f); }
.visual-corporate { background: radial-gradient(circle at 70% 20%, rgba(255,181,107,.85), transparent 12%), linear-gradient(125deg, #18201f, #4f5e54 47%, #111); }
.visual-team { background: radial-gradient(circle at 20% 70%, rgba(239,106,50,.85), transparent 15%), linear-gradient(135deg, #3a1f16, #a74f2b 45%, #18110e); }
.visual-party { background: radial-gradient(circle at 70% 30%, rgba(255,220,165,.8), transparent 9%), linear-gradient(140deg, #382531, #8d536a 45%, #1b1619); }
.event-content { padding: 24px 26px 28px; }
.event-content h3 { font-family: "Playfair Display", serif; font-size: 30px; margin-bottom: 8px; }
.event-content p { margin: 0; color: #6b625a; }

.why-us { background: var(--bg-soft); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.why-sticky { position: sticky; top: 120px; }
.why-sticky h2 { margin-bottom: 36px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article {
  display: grid; grid-template-columns: 70px 1fr; gap: 20px;
  padding: 30px 0; border-bottom: 1px solid var(--line);
}
.benefit-list article > span { color: var(--accent-2); font-size: 12px; }
.benefit-list h3 { margin-bottom: 8px; font-family: "Playfair Display", serif; font-size: 29px; }
.benefit-list p { margin: 0; color: var(--muted); }

.process { background: var(--paper-2); color: var(--ink); }
.process .eyebrow { color: #b8491d; }
.process-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { min-height: 280px; padding: 26px; border: 1px solid rgba(27,24,21,.12); border-radius: 22px; background: rgba(255,255,255,.32); }
.process-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; margin-bottom: 56px; }
.process-grid h3 { font-family: "Playfair Display", serif; font-size: 26px; margin-bottom: 10px; }
.process-grid p { margin: 0; color: #6b625a; }

.gallery { background: var(--paper); color: var(--ink); }
.gallery .eyebrow { color: #b8491d; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-auto-rows: 260px; gap: 16px; }
.gallery-item { position: relative; border-radius: 20px; overflow: hidden; display: flex; align-items: end; padding: 20px; }
.gallery-wide { grid-column: span 2; }
.art-fire { background: radial-gradient(circle at 35% 75%, #ffb36b 0 5%, transparent 16%), radial-gradient(circle at 60% 60%, #ef6a32 0 9%, transparent 23%), linear-gradient(135deg, #1c100a, #692e19 60%, #120d0a); }
.art-table { background: linear-gradient(145deg, #c6aa8b, #5d3e2f 60%, #251b17); }
.art-steak { background: radial-gradient(ellipse at center, #7f3b2a 0 28%, #2c1914 30% 38%, transparent 39%), linear-gradient(135deg, #c1926a, #4f3527); }
.art-wedding { background: radial-gradient(circle at 70% 20%, #f4e5cf 0 7%, transparent 8%), linear-gradient(145deg, #a48176, #5d3f46 55%, #241d20); }
.art-team { background: radial-gradient(circle at 20% 45%, #ef6a32 0 6%, transparent 14%), radial-gradient(circle at 60% 35%, #ffb36b 0 5%, transparent 13%), linear-gradient(135deg, #1a1c1d, #35423f 55%, #0e1010); }
.gallery-note { margin: 18px 0 0; color: #7c7167; font-size: 13px; }

.inquiry { background: var(--bg); }
.inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.inquiry-copy { position: sticky; top: 120px; }
.inquiry-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.contact-mini { margin-top: 42px; border-top: 1px solid var(--line); }
.contact-mini div { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-mini span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-mini p { margin: 0; }

.inquiry-form { background: #f7f2eb; color: var(--ink); border-radius: 28px; padding: 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: block; margin-bottom: 18px; }
.inquiry-form label > span { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; }
input, select, textarea {
  width: 100%; border: 1px solid rgba(27,24,21,.18); border-radius: 12px;
  background: white; color: var(--ink); padding: 13px 14px; outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(239,106,50,.13); }
textarea { resize: vertical; }
.checkbox { display: flex !important; gap: 10px; align-items: flex-start; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; }
.checkbox span { font-weight: 400 !important; color: #6b625a; }
.form-note { margin: 12px 0 0; color: #766d65; font-size: 12px; text-align: center; }

.final-cta {
  padding: 120px 0; text-align: center;
  background:
    radial-gradient(circle at center, rgba(239,106,50,.22), transparent 34%),
    linear-gradient(135deg, #17120f, #0e0d0c);
}
.final-cta h2 { max-width: 920px; margin: 0 auto 34px; }

.site-footer { background: #0a0908; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.footer-grid > div:first-child p { max-width: 380px; color: var(--muted); }
.footer-grid h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.footer-grid a, .footer-grid p { display: block; margin: 8px 0; }
.footer-brand { margin-bottom: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: #817970; font-size: 12px; }

@media (max-width: 980px) {
  .main-nav {
    position: fixed; inset: 82px 0 auto 0; min-height: calc(100vh - 82px);
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 24px 20px; background: rgba(17,16,15,.98);
  }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .lang-toggle { margin-bottom: 10px; padding: 14px; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; }
  .hero-grid, .split-heading, .why-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 20px; padding-bottom: 95px; }
  .hero-art { min-height: 500px; }
  .split-heading { gap: 28px; }
  .why-sticky, .inquiry-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-column: span 1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(54px, 18vw, 76px); }
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-art { min-height: 430px; }
  .hero-card { width: 90%; }
  .event-grid, .process-grid, .gallery-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 52px 1fr; grid-template-rows: 240px auto; }
  .event-visual { min-height: 240px; }
  .process-grid article { min-height: 0; }
  .process-grid article > span { margin-bottom: 30px; }
  .inquiry-form { padding: 22px; }
  .footer-bottom { flex-direction: column; }
  .scroll-strip { justify-content: flex-start; overflow: hidden; padding-left: 20px; }
}
