:root {
  --bg: #141014;
  --bg-elev: #1c1720;
  --bg-soft: #24202a;
  --line: #33303a;
  --text: #f0e6dc;
  --text-muted: #c6b8a8;
  --text-dim: #8e8377;
  --accent: #d4a373;
  --accent-strong: #b8824a;
  --accent-soft: #3a2a1d;
  --warn: #e2b56a;
  --ok: #8fbf8f;
  --err: #d88a8a;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  --shadow-soft: 0 4px 14px rgba(0, 0, 0, 0.2);
  --font-sys: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-serif: Georgia, "Times New Roman", "Noto Serif", serif;
  --maxw: 1140px;
  --gap: 1.25rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sys);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(1200px 600px at 15% -10%, rgba(212, 163, 115, 0.08), transparent 60%),
    radial-gradient(900px 500px at 100% 20%, rgba(184, 130, 74, 0.06), transparent 65%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  z-index: -1;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover, a:focus-visible {
  color: var(--accent-strong);
  text-decoration: none;
}

main p a:not(.btn),
main li a:not(.btn),
main dd a:not(.btn),
main dt a:not(.btn),
main .crumbs a:not(.btn),
main .consent a:not(.btn),
footer.site-footer a:not(.btn) {
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 2px;
  transition: background-size 0.3s ease, color 0.2s ease;
}
main p a:not(.btn):hover, main p a:not(.btn):focus-visible,
main li a:not(.btn):hover, main li a:not(.btn):focus-visible,
main dd a:not(.btn):hover, main dd a:not(.btn):focus-visible,
main dt a:not(.btn):hover, main dt a:not(.btn):focus-visible,
main .crumbs a:not(.btn):hover, main .crumbs a:not(.btn):focus-visible,
main .consent a:not(.btn):hover, main .consent a:not(.btn):focus-visible,
footer.site-footer a:not(.btn):hover, footer.site-footer a:not(.btn):focus-visible {
  background-size: 100% 1px;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  color: var(--text);
  margin: 0 0 0.6em;
  letter-spacing: 0.01em;
  font-weight: 600;
}

h1 { font-size: clamp(1.9rem, 2.4vw + 1rem, 3rem); line-height: 1.2; }
h2 { font-size: clamp(1.45rem, 1vw + 1rem, 2rem); margin-top: 1.5em; }
h3 { font-size: 1.18rem; margin-top: 1.2em; }

p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
li { margin-bottom: 0.4em; }
small { color: var(--text-dim); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--accent);
  color: #1a1318;
  padding: 10px 14px;
  font-weight: 600;
  border-radius: 0 0 var(--radius-sm) 0;
  z-index: 999;
}
.skip-link:focus { left: 0; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.25rem;
}

header.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(20, 16, 20, 0.88);
  backdrop-filter: saturate(130%) blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.1rem;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--text);
  letter-spacing: 0.01em;
  line-height: 1;
  flex: 0 0 auto;
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1);
  will-change: transform;
}
.brand::before {
  content: "";
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><defs><radialGradient id='g' cx='0.4' cy='0.32' r='0.7'><stop offset='0' stop-color='%23f5d9a8'/><stop offset='0.5' stop-color='%23d4a373'/><stop offset='1' stop-color='%238a5126'/></radialGradient><linearGradient id='t' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%231a0e06'/><stop offset='1' stop-color='%234a2815' stop-opacity='0'/></linearGradient></defs><circle cx='20' cy='20' r='18.5' fill='url(%23g)' stroke='%23b8824a' stroke-width='0.6'/><path d='M4 13 Q20 6 36 13 Q20 19 4 13 Z' fill='url(%23t)' opacity='0.85'/><text x='20' y='29' font-family='Georgia, Times New Roman, serif' font-size='18' font-weight='700' text-anchor='middle' fill='%23201008'>Y</text></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
  transition: transform 0.5s cubic-bezier(.34,1.56,.64,1), filter 0.3s ease;
}
.brand strong {
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  background-image: linear-gradient(90deg, var(--accent), #f3cf97);
  background-clip: text;
  -webkit-background-clip: text;
}
.brand:hover {
  transform: translateY(-1px);
}
.brand:hover::before {
  transform: rotate(-18deg) scale(1.1);
  filter: drop-shadow(0 6px 16px rgba(212, 163, 115, 0.55));
}
.brand:hover strong {
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(212, 163, 115, 0.35);
}

nav.primary {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  background: linear-gradient(180deg, rgba(36, 32, 42, 0.55), rgba(20, 16, 22, 0.55));
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.3rem;
  backdrop-filter: blur(6px);
}
nav.primary a {
  color: var(--text-muted);
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
nav.primary a:hover, nav.primary a:focus-visible {
  color: var(--text);
  background: rgba(212, 163, 115, 0.08);
  text-decoration: none;
}
nav.primary a[aria-current="page"],
nav.primary a.active {
  color: #1a1318;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 2px 10px rgba(212, 163, 115, 0.35);
}

.nav-toggle {
  display: none;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.35rem 0.55rem;
  width: 42px;
  height: 38px;
  font: inherit;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav-toggle-bars {
  position: relative;
  width: 20px;
  height: 14px;
  display: inline-block;
}
.nav-toggle-bars span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}
.nav-toggle-bars span:nth-child(1) { top: 0; }
.nav-toggle-bars span:nth-child(2) { top: 6px; }
.nav-toggle-bars span:nth-child(3) { top: 12px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  header.site-header .container { padding-inline: 1.5rem; }
  .nav-row {
    padding-block: 1.35rem;
    padding-inline: 1.5rem;
    gap: 1rem;
    position: relative;
  }
  nav.primary {
    display: none;
    position: absolute;
    top: calc(100% - 0.2rem);
    left: 0.9rem;
    right: 0.9rem;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.7rem;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(36, 32, 42, 0.96), rgba(20, 16, 22, 0.96));
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
    margin-top: 0;
    animation: nav-panel-in 0.28s cubic-bezier(.2,.7,.2,1) both;
    z-index: 40;
  }
  nav.primary.open { display: flex; }
  nav.primary a {
    border-radius: var(--radius-sm);
    padding: 0.95rem 1.05rem;
    text-align: left;
    font-size: 1rem;
  }
  .brand { font-size: 1.25rem; gap: 0.65rem; }
  .brand::before { width: 38px; height: 38px; }
  .nav-toggle { width: 44px; height: 40px; }
}

@media (max-width: 480px) {
  header.site-header .container { padding-inline: 1.15rem; }
  .nav-row { padding-block: 1.15rem; padding-inline: 1.15rem; }
  .brand { font-size: 1.2rem; gap: 0.6rem; }
  .brand::before { width: 36px; height: 36px; }
  .nav-toggle { width: 42px; height: 38px; }
}

@keyframes nav-panel-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero {
  padding: clamp(2.4rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3.5rem);
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.2rem;
  align-items: center;
}

.hero-copy p.lead {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 52ch;
}

.hero-kicker {
  display: inline-block;
  color: var(--accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.9rem;
  border: 1px solid var(--accent-soft);
  padding: 0.3rem 0.65rem;
  border-radius: 100px;
  background: rgba(212, 163, 115, 0.06);
}

.hero-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  border: 1px solid transparent;
  font: inherit;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s cubic-bezier(.34,1.56,.64,1),
              box-shadow 0.3s ease,
              background-color 0.3s ease,
              border-color 0.3s ease,
              color 0.3s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.2) 50%, transparent 80%);
  transform: translateX(-110%);
  transition: transform 0.7s cubic-bezier(.22,1,.36,1);
  z-index: -1;
}
.btn:hover::before { transform: translateX(110%); }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn:active { transform: translateY(0); transition-duration: 0.1s; }

.btn-primary {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #1a1318;
  box-shadow: 0 4px 14px rgba(212, 163, 115, 0.25), inset 0 1px 0 rgba(255, 240, 210, 0.35);
}
.btn-primary:hover, .btn-primary:focus-visible {
  box-shadow: 0 8px 22px rgba(212, 163, 115, 0.4), inset 0 1px 0 rgba(255, 240, 210, 0.35);
  color: #1a1318;
}

.btn-ghost {
  background: rgba(212, 163, 115, 0.04);
  color: var(--text);
  border-color: var(--line);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(212, 163, 115, 0.08);
  box-shadow: 0 4px 16px rgba(212, 163, 115, 0.15);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.6rem 0 1.8rem;
}
.btn-row .btn { margin: 0; }

.hero-figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-elev);
  box-shadow: var(--shadow);
  position: relative;
}
.hero-figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.hero-figure figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.45);
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
}

.inline-figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-elev);
  max-width: 460px;
}
.inline-figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.inline-figure figcaption {
  padding: 0.55rem 0.8rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  border-top: 1px solid var(--line);
}

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { max-width: 520px; margin: 0 auto; }
  .inline-figure { max-width: 100%; }
}

section {
  padding: clamp(2.2rem, 4vw, 3.6rem) 0;
  border-top: 1px solid var(--line);
}

.section-head {
  max-width: 780px;
  margin-bottom: 1.5rem;
}
.section-head .eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  display: block;
}

.grid {
  display: grid;
  gap: 1.2rem;
}
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 880px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}

.card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1),
              border-color 0.3s ease,
              box-shadow 0.35s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 163, 115, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(212, 163, 115, 0.08);
}
.card h3 { margin-top: 0; color: var(--text); }
.card p { color: var(--text-muted); margin-bottom: 0; }

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  scrollbar-color: var(--accent-strong) var(--bg-soft);
}
.table-scroll .price-table {
  border: 0;
  border-radius: 0;
  min-width: 520px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.price-table th, .price-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.price-table th {
  background: var(--bg-soft);
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--accent);
}
.price-table tr:last-child td { border-bottom: none; }
.price-note { color: var(--text-dim); font-size: 0.88rem; margin-top: 0.6rem; }

.planner {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
}
.planner-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 620px) {
  .planner-row { grid-template-columns: 1fr; }
}

.planner label { display: block; font-size: 0.9rem; color: var(--text-muted); margin-bottom: 0.35rem; }
.planner .seg {
  display: inline-flex;
  background: var(--bg-soft);
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
}
.planner .seg button {
  background: transparent;
  color: var(--text-muted);
  border: 0;
  padding: 0.55rem 0.9rem;
  font: inherit;
  cursor: pointer;
}
.planner .seg button.active {
  background: var(--accent-soft);
  color: var(--accent);
}
.planner input[type="range"] {
  width: 100%;
  accent-color: var(--accent);
}
.planner .summary {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px dashed var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.2rem;
  font-size: 0.95rem;
}
.planner .summary strong { color: var(--text); }
.planner .summary .val { color: var(--accent); font-family: var(--font-serif); font-size: 1.15rem; }

details {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  margin-bottom: 0.7rem;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
details[open] {
  background: var(--bg-soft);
  border-color: rgba(212, 163, 115, 0.25);
}
details summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1.1rem;
  -webkit-tap-highlight-color: transparent;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.3s cubic-bezier(.3,.8,.3,1.1);
  flex: 0 0 auto;
}
details[open] summary::after {
  transform: rotate(-135deg) translate(-2px, -2px);
}
details .details-body {
  overflow: hidden;
  height: 0;
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: height;
  display: block;
}
details:not([open]) > .details-body { display: block; }
details.is-animating,
details[open] .details-body {
  /* height set inline by JS while animating; auto after */
}
details .details-body-inner {
  padding: 0 1.1rem 1rem;
}
details p {
  margin: 0.3rem 0 0;
  color: var(--text-muted);
}

footer.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.2rem 0 1.6rem;
  color: var(--text-muted);
  background: #100c10;
  margin-top: 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
}
.footer-grid h4 {
  font-family: var(--font-serif);
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.footer-grid a { color: var(--text-muted); }
.footer-grid a:hover { color: var(--accent); }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 0.35rem; }
.footer-meta {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-dim);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
}

.form {
  background: linear-gradient(180deg, var(--bg-elev) 0%, var(--bg-soft) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 200px at 50% -10%, rgba(212, 163, 115, 0.08), transparent 60%);
  pointer-events: none;
}
.form > * { position: relative; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }
.form label {
  display: block;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.form label .req { color: var(--warn); margin-left: 0.2rem; }
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  width: 100%;
  background: rgba(20, 16, 22, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  color: var(--text);
  font: inherit;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.form input::placeholder,
.form textarea::placeholder { color: var(--text-dim); }
.form input:hover,
.form textarea:hover {
  border-color: rgba(212, 163, 115, 0.4);
}
.form input:focus, .form textarea:focus {
  border-color: var(--accent);
  background: rgba(20, 16, 22, 0.85);
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 163, 115, 0.15);
}
.form textarea { min-height: 160px; resize: vertical; }
.form .hint { font-size: 0.82rem; color: var(--text-dim); margin-top: 0.3rem; }
.form .consent {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 1rem 0 1.1rem;
  padding: 0.8rem 0.95rem;
  background: rgba(20, 16, 22, 0.4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color 0.25s ease;
}
.form .consent:hover { border-color: rgba(212, 163, 115, 0.3); }
.form .consent input {
  margin-top: 0.25rem;
  accent-color: var(--accent);
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.form .hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}
.form button[type="submit"] {
  width: auto;
  min-width: 200px;
}
.form .status {
  margin-top: 1rem;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-soft);
  display: none;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.form .status.ok,
.form .status.err {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.form .status.ok { border-color: rgba(143, 191, 143, 0.45); color: var(--ok); background: rgba(143, 191, 143, 0.08); }
.form .status.err { border-color: rgba(216, 138, 138, 0.45); color: var(--err); background: rgba(216, 138, 138, 0.08); }

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.6rem;
  align-items: start;
}
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: linear-gradient(180deg, var(--bg-elev) 0%, rgba(20, 16, 22, 0.7) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.5rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent) 40%, var(--accent-strong) 60%, transparent);
  opacity: 0.6;
}
.contact-card dl { margin: 0; display: grid; gap: 0; }
.contact-card dt {
  color: var(--accent);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.contact-card dt::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(212, 163, 115, 0.12);
  border: 1px solid rgba(212, 163, 115, 0.35);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.contact-card dt:nth-of-type(1)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23d4a373' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='3.5' width='12' height='9' rx='1.5'/><path d='M2.5 4.5l5.5 4 5.5-4'/></svg>");
}
.contact-card dt:nth-of-type(2)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23d4a373' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M3 3.2c0-.5.4-.9.9-.9h1.8c.4 0 .7.2.9.6l.9 2.1c.1.4 0 .8-.3 1L6 6.8c.8 1.7 2.1 3 3.8 3.8l.8-1.2c.2-.3.6-.4 1-.3l2.1.9c.4.2.6.5.6.9v1.8c0 .5-.4.9-.9.9C7.6 13.5 2.5 8.4 3 3.2z'/></svg>");
}
.contact-card dt:nth-of-type(3)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23d4a373' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M8 14s5-4.3 5-8.5C13 3 10.8 1 8 1S3 3 3 5.5C3 9.7 8 14 8 14z'/><circle cx='8' cy='5.5' r='1.8'/></svg>");
}
.contact-card dt:nth-of-type(4)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23d4a373' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><circle cx='8' cy='8' r='6'/><path d='M8 4.5V8l2.2 1.4'/></svg>");
}
.contact-card dt:nth-of-type(5)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23d4a373' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M8.7 1.8L3 9h3.5L6.5 14.2 12 7h-3.5z' stroke-linejoin='round'/></svg>");
}
.contact-card dd {
  margin: 0.4rem 0 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 2.1rem;
  color: var(--text);
  border-bottom: 1px dashed var(--line);
  transition: padding-left 0.25s ease;
}
.contact-card dd:last-of-type { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.contact-card dd a { color: var(--accent); }
.contact-card dd:hover { padding-left: 2.4rem; }

.legal h2 { color: var(--accent); }
.legal p, .legal li { color: var(--text-muted); }

.cookie-banner {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow);
  display: none;
  z-index: 200;
}
.cookie-banner.open { display: block; }
.cookie-banner p { margin-bottom: 0.9rem; color: var(--text-muted); font-size: 0.92rem; }
.cookie-banner .cookie-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.cookie-banner .cookie-actions button {
  position: relative;
  flex: 1 1 auto;
  padding: 0.75rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--bg-soft);
  color: var(--text);
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s cubic-bezier(.34,1.56,.64,1),
              box-shadow 0.3s ease,
              background-color 0.3s ease,
              border-color 0.3s ease,
              color 0.3s ease;
}
.cookie-banner .cookie-actions button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.16) 50%, transparent 80%);
  transform: translateX(-110%);
  transition: transform 0.7s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}
.cookie-banner .cookie-actions button:hover::before { transform: translateX(110%); }
.cookie-banner .cookie-actions button:hover,
.cookie-banner .cookie-actions button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  border-color: rgba(212, 163, 115, 0.4);
}
.cookie-banner .cookie-actions button:active {
  transform: translateY(0);
  transition-duration: 0.1s;
}
.cookie-banner .cookie-actions .accept {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #1a1318;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(212, 163, 115, 0.25), inset 0 1px 0 rgba(255, 240, 210, 0.3);
}
.cookie-banner .cookie-actions .accept:hover,
.cookie-banner .cookie-actions .accept:focus-visible {
  box-shadow: 0 10px 24px rgba(212, 163, 115, 0.4), inset 0 1px 0 rgba(255, 240, 210, 0.3);
  border-color: transparent;
  color: #1a1318;
}
.cookie-banner .cookie-actions .reject {
  border-color: var(--line);
  background: rgba(20, 16, 22, 0.65);
  color: var(--text);
}
.cookie-banner .cookie-actions .reject:hover,
.cookie-banner .cookie-actions .reject:focus-visible {
  border-color: var(--err);
  color: var(--err);
}
.cookie-banner .cookie-actions .settings {
  background: transparent;
}
.cookie-banner .cookie-actions .settings:hover,
.cookie-banner .cookie-actions .settings:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(8, 6, 8, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 300;
}
.cookie-modal.open { display: flex; }
.cookie-modal .box {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  max-width: 560px;
  width: 100%;
}
.cookie-modal h3 { margin-top: 0; }
.cookie-modal .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
}
.cookie-modal .row:first-of-type { border-top: 0; }
.cookie-modal .row p { margin: 0; font-size: 0.88rem; color: var(--text-muted); max-width: 70%; }
.cookie-modal .row strong { color: var(--text); display: block; margin-bottom: 0.15rem; }
.cookie-modal .row input[type="checkbox"] { transform: scale(1.2); accent-color: var(--accent); }
.cookie-modal .actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.page-hero {
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(1.6rem, 3vw, 2.4rem);
  border-top: 0;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 280px at 85% -20%, rgba(212, 163, 115, 0.12), transparent 70%),
    radial-gradient(700px 320px at -10% 110%, rgba(184, 130, 74, 0.08), transparent 70%);
  pointer-events: none;
}
.page-hero .container { position: relative; }
.page-hero h1 {
  background: linear-gradient(90deg, var(--text) 0%, var(--accent) 60%, var(--text) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: sheen 14s linear infinite;
}
.page-hero-lead {
  color: var(--text-muted);
  max-width: 64ch;
  font-size: 1.05rem;
}
.page-hero-chips {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(212, 163, 115, 0.08);
  border: 1px solid rgba(212, 163, 115, 0.25);
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(212, 163, 115, 0.6);
}
.chip:hover {
  transform: translateY(-1px);
  background: rgba(212, 163, 115, 0.14);
  border-color: rgba(212, 163, 115, 0.4);
}

@keyframes sheen {
  to { background-position: 200% center; }
}

.contact-note {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.6;
}

.form-section {
  position: relative;
}
.form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 400px at 50% 0%, rgba(212, 163, 115, 0.06), transparent 70%);
  pointer-events: none;
}
.form-section .container { position: relative; }
.form-section-lead {
  color: var(--text-muted);
  max-width: 58ch;
  margin-top: -0.2rem;
  margin-bottom: 1.2rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s cubic-bezier(.2,.7,.2,1), transform 0.6s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(.2,.8,.2,1);
}
.cookie-banner.open {
  transform: translateY(0);
  opacity: 1;
}
.cookie-modal {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.cookie-modal.open { opacity: 1; }
.cookie-modal .box {
  transform: translateY(14px) scale(0.98);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(.2,.8,.2,1);
}
.cookie-modal.open .box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

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

.section-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 820px) { .section-split { grid-template-columns: 1fr; } }

.note {
  border-left: 3px solid var(--accent);
  padding: 0.6rem 0 0.6rem 1rem;
  color: var(--text-muted);
  background: rgba(212, 163, 115, 0.05);
  margin: 1rem 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.crumbs {
  color: var(--text-dim);
  font-size: 0.85rem;
  margin: 1rem 0 0.4rem;
}
.crumbs a { color: var(--text-muted); }
.crumbs a:hover { color: var(--accent); }
.crumbs span { margin: 0 0.35rem; color: var(--text-dim); }

.tag {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(212, 163, 115, 0.25);
  padding: 0.15rem 0.5rem;
  border-radius: 100px;
  letter-spacing: 0.05em;
  margin-right: 0.3rem;
}
