
:root {
  --ink: #261b14;
  --muted: #6e6259;
  --paper: #fffaf0;
  --surface: #ffffff;
  --accent: #b96a17;
  --accent-dark: #7d3f09;
  --gold: #f0b33b;
  --line: #eadfce;
  --success: #256a45;
  --danger: #9a2f2f;
  --shadow: 0 18px 45px rgba(47, 31, 17, .12);
  --radius: 22px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--accent-dark); text-underline-offset: .2em; }
a:hover { color: var(--accent); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -8rem; z-index: 1000; padding: .8rem 1rem; background: #fff; color: #000; border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: rgba(31, 20, 12, .95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: #fff; text-decoration: none; font-weight: 850; letter-spacing: -.03em; font-size: 1.25rem; }
.brand img { width: 38px; height: 38px; }
.site-nav ul { display: flex; align-items: center; gap: .2rem; list-style: none; padding: 0; margin: 0; }
.site-nav a { display: block; color: #fff; text-decoration: none; padding: .7rem .78rem; border-radius: 999px; font-weight: 650; font-size: .95rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: rgba(255,255,255,.13); }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; border-radius: 12px; padding: .55rem .7rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; }
.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #1f150e; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,14,8,.91) 0%, rgba(22,14,8,.66) 48%, rgba(22,14,8,.25) 100%), url('../images/hero.webp') center/cover no-repeat; }
.hero .container { position: relative; padding-block: 6rem; }
.hero-copy { max-width: 730px; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: #ffe0a0; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.035em; }
h1 { margin: 0 0 1rem; font-size: clamp(2.7rem, 7vw, 5.8rem); max-width: 900px; }
.hero-title { margin: 0 0 1rem; font-size: clamp(2.7rem, 7vw, 5.8rem); max-width: 900px; }
.hero p { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 690px; color: #f7eadb; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.15rem; border: 2px solid transparent; border-radius: 999px; background: var(--accent); color: #fff; text-decoration: none; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover { color: #fff; background: var(--accent-dark); transform: translateY(-2px); }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.65); }
.button.secondary:hover { background: #fff; color: var(--ink); }
.button.ghost { color: var(--ink); background: transparent; border-color: var(--line); }
.button.ghost:hover { background: #f8ecd9; color: var(--ink); }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section.tight { padding-block: 3rem; }
.section.alt { background: #f5ead8; }
.section.dark { color: #fff; background: #261a12; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-head > div { max-width: 760px; }
.section h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0 0 .8rem; }
.section-lead { color: var(--muted); font-size: 1.08rem; margin: 0; }
.dark .section-lead { color: #ded0c1; }
.grid { display: grid; gap: 1.3rem; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.55rem; box-shadow: 0 8px 30px rgba(47,31,17,.06); }
.card h3 { margin: .2rem 0 .5rem; font-size: 1.35rem; }
.card p:last-child { margin-bottom: 0; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: #fff0ce; font-size: 1.45rem; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.split.reverse { grid-template-columns: .95fr 1.05fr; }
.media-card { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #ddd; }
.media-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fact-list { display: grid; gap: .85rem; list-style: none; padding: 0; margin: 1.4rem 0 0; }
.fact-list li { display: grid; grid-template-columns: 28px 1fr; gap: .6rem; }
.fact-list li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #e6f4ea; color: var(--success); font-weight: 900; }
.page-hero { padding: 5.5rem 0 4rem; color: #fff; background: linear-gradient(120deg, rgba(28,17,9,.94), rgba(74,39,12,.88)), url('../images/hero.webp') center/cover; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); margin-bottom: .7rem; }
.page-hero p { max-width: 760px; color: #f6e9da; font-size: 1.15rem; }
.badge { display: inline-flex; border-radius: 999px; padding: .3rem .7rem; background: #fff0ce; color: #7c4509; font-weight: 800; font-size: .85rem; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.gallery figure:nth-child(1), .gallery figure:nth-child(4) { grid-column: span 7; }
.gallery figure:nth-child(2), .gallery figure:nth-child(3), .gallery figure:nth-child(5), .gallery figure:nth-child(6) { grid-column: span 5; }
.gallery img { width: 100%; height: 320px; object-fit: cover; transition: transform .25s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { padding: .8rem 1rem 1rem; color: var(--muted); }
.notice { border-left: 5px solid var(--gold); background: #fff4d8; padding: 1rem 1.15rem; border-radius: 12px; }
.notice.warning { border-color: var(--danger); background: #fff0f0; }
.notice strong { display: block; margin-bottom: .25rem; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.contact-card { padding: 1.25rem; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.contact-card small { display: block; color: var(--muted); }
.form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
label { display: block; font-weight: 750; margin-bottom: .35rem; }
input, textarea, select { width: 100%; border: 1px solid #cdbfae; background: #fff; color: var(--ink); border-radius: 12px; padding: .8rem .9rem; }
textarea { min-height: 150px; resize: vertical; }
.help { color: var(--muted); font-size: .9rem; }
.planner { display: grid; gap: 1rem; }
.planner-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem; }
.date-option { display: flex; align-items: center; gap: .7rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.date-option input { width: auto; }
.output { white-space: pre-wrap; min-height: 120px; padding: 1rem; border-radius: 14px; background: #20160f; color: #fff4df; }
.status { min-height: 1.5em; color: var(--success); font-weight: 700; }
.legal { max-width: 820px; }
.legal h2 { font-size: 1.7rem; margin-top: 2.2rem; }
.legal h3 { margin-top: 1.6rem; }
.placeholder { display: inline-block; padding: .08rem .35rem; background: #ffd7d7; color: #7d1e1e; border-radius: 4px; font-weight: 800; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 1rem 1.15rem; }
.faq details + details { margin-top: .7rem; }
.faq summary { cursor: pointer; font-weight: 800; }
.cta { padding: clamp(2rem, 5vw, 3.8rem); border-radius: 28px; background: linear-gradient(135deg, #3a2515, #7f430d); color: #fff; box-shadow: var(--shadow); }
.cta h2 { margin-top: 0; }
.site-footer { padding: 3.5rem 0 1.5rem; background: #19110c; color: #e8dbcc; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.1rem; }
.site-footer a { color: #f4d99d; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: .4rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.mt-md { margin-top: 1.5rem; }
.align-end { align-self: end; }
.fieldset-reset { border: 0; padding: 0; margin: 0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; inset: 74px 0 auto; background: #21150e; border-top: 1px solid rgba(255,255,255,.1); display: none; }
  .site-nav.open { display: block; }
  .site-nav ul { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: .8rem 0 1.1rem; display: grid; }
  .site-nav a { border-radius: 10px; }
  .split, .split.reverse, .grid.three, .contact-cards { grid-template-columns: 1fr; }
  .grid.two { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .hero { min-height: 560px; }
  .hero::before { background: linear-gradient(rgba(22,14,8,.82), rgba(22,14,8,.82)), url('../images/hero.webp') center/cover no-repeat; }
  .section-head { align-items: start; flex-direction: column; }
  .form-row, .planner-list { grid-template-columns: 1fr; }
  .gallery figure { grid-column: 1 / -1 !important; }
  .gallery img { height: 260px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}


.hero-carousel .container { display: grid; align-content: center; min-height: inherit; }
.hero-slides { min-height: 410px; display: grid; align-items: center; }
.hero-slide { grid-area: 1 / 1; animation: hero-in .45s ease both; }
.hero-slide[hidden] { display: none; }
.hero-controls { display: inline-flex; align-items: center; gap: .7rem; width: fit-content; margin-top: 1.2rem; }
.hero-controls > button, .hero-dots button {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  background: rgba(20,13,8,.38);
}
.hero-controls > button { width: 42px; height: 42px; border-radius: 50%; font-weight: 900; }
.hero-controls > button:hover { background: rgba(255,255,255,.18); }
.hero-dots { display: flex; align-items: center; gap: .45rem; }
.hero-dots button { width: 10px; height: 10px; padding: 0; border-radius: 50%; }
.hero-dots button.active { width: 28px; border-radius: 999px; background: var(--gold); border-color: var(--gold); }
@keyframes hero-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 640px) { .hero-slides { min-height: 500px; } }
@media (prefers-reduced-motion: reduce) { .hero-slide { animation: none; } }
