:root {
  --ink: #f7eadf;
  --muted: #d6c0b4;
  --wine-950: #120307;
  --wine-900: #1a050a;
  --wine-850: #24060e;
  --wine-800: #310812;
  --wine-700: #4a0c1a;
  --gold: #d6a52a;
  --gold-light: #f0ca62;
  --gold-deep: #9d6512;
  --line: rgba(210, 147, 28, 0.3);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--wine-950); font-family: var(--serif); line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 78px 0; border-top: 1px solid rgba(166, 37, 53, .38); background: radial-gradient(circle at 70% 30%, rgba(91, 12, 29, .16), transparent 40%), linear-gradient(180deg, #21050c, #170308); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-140%); padding: 10px 16px; color: #1b0509; background: var(--gold-light); border-radius: 4px; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; height: 104px; display: flex; align-items: center; transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { position: fixed; height: 78px; background: rgba(20, 3, 8, .92); box-shadow: 0 8px 30px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.nav-wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.language-switcher { position: relative; display: block; font-family: var(--sans); }
.language-dropdown { position: relative; }
.language-dropdown summary { width: 118px; height: 35px; display: flex; align-items: center; gap: 8px; list-style: none; padding: 0 28px 0 11px; color: var(--gold-light); border: 1px solid rgba(214,165,42,.52); border-radius: 999px; background: rgba(29,4,9,.82); box-shadow: inset 0 0 14px rgba(214,165,42,.05); cursor: pointer; font: 600 11px/1 var(--sans); user-select: none; }
.language-dropdown summary::-webkit-details-marker { display: none; }
.language-dropdown summary::after { content: "⌄"; position: absolute; right: 10px; top: 50%; translate: 0 -56%; color: var(--gold-light); font-size: 12px; }
.language-dropdown[open] summary { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(214,165,42,.14); }
.language-dropdown summary:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 2px; }
.language-current { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.language-flag { width: 20px; height: 13px; flex: 0 0 20px; display: inline-block; border: 1px solid rgba(255,255,255,.35); border-radius: 2px; background-position: center; background-size: cover; box-shadow: 0 1px 3px rgba(0,0,0,.35); }
.flag-hu { background-image: url("assets/flags/hu.svg"); }
.flag-en { background-image: url("assets/flags/en.svg"); }
.flag-de { background-image: url("assets/flags/de.svg"); }
.flag-it { background-image: url("assets/flags/it.svg"); }
.language-menu { position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; width: 148px; display: grid; gap: 3px; padding: 7px; border: 1px solid rgba(214,165,42,.52); border-radius: 8px; background: rgba(31,5,11,.98); box-shadow: 0 15px 38px rgba(0,0,0,.48); }
.language-menu button { width: 100%; display: flex; align-items: center; gap: 9px; padding: 8px 9px; color: #e5d3c8; border: 0; border-radius: 5px; background: transparent; cursor: pointer; font: 600 11px/1 var(--sans); text-align: left; }
.language-menu button:hover, .language-menu button:focus-visible { color: var(--gold-light); background: rgba(214,165,42,.12); outline: none; }
.language-menu button.active { color: #1a0509; background: var(--gold-light); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 300px; color: var(--gold-light); perspective: 520px; }
.brand-logo { width: 76px; height: 76px; flex: 0 0 76px; object-fit: contain; filter: drop-shadow(0 5px 13px rgba(0,0,0,.35)); }
.logo-orbit { width: 76px; height: 76px; flex: 0 0 76px; position: relative; display: grid; place-items: center; transform-origin: center; transform-style: preserve-3d; will-change: transform, filter; animation: header-logo-coin 9s cubic-bezier(.55,.08,.35,1) infinite; }
.logo-orbit .brand-logo { width: 100%; height: 100%; flex: none; position: relative; z-index: 1; }
.logo-orbit::before, .hero-emblem::before { content: ""; position: absolute; top: 7.7%; right: 9.2%; bottom: 12.2%; left: 12.2%; border: 2px solid rgba(244,190,49,.62); border-radius: 50%; box-shadow: 0 0 11px rgba(239,195,76,.38), inset 0 0 8px rgba(239,195,76,.16); }
.logo-orbit::after, .hero-emblem::after { content: ""; position: absolute; z-index: 2; top: 7.7%; right: 9.2%; bottom: 12.2%; left: 12.2%; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 50%, rgba(169,101,18,.12) 56%, #bc7612 65%, #f2b92d 73%, #ffe27a 79%, #fff4b2 82%, #fff 83.5%, #fff9d9 85%, #edb62d 91%, rgba(185,108,13,.45) 96%, transparent 100%); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px)); mask: radial-gradient(farthest-side, transparent calc(100% - 6px), #000 calc(100% - 5px)); animation: logo-gold-orbit 8s linear infinite; filter: drop-shadow(0 0 4px #fff2a0) drop-shadow(0 0 10px rgba(244,181,44,.95)) drop-shadow(0 0 17px rgba(217,126,18,.72)); }
@keyframes logo-gold-orbit { 0% { transform: rotate(0deg); filter: drop-shadow(0 0 3px rgba(255,242,160,.9)) drop-shadow(0 0 8px rgba(244,181,44,.75)) drop-shadow(0 0 13px rgba(217,126,18,.5)); } 50% { filter: drop-shadow(0 0 5px rgba(255,248,201,.95)) drop-shadow(0 0 11px rgba(255,198,58,.85)) drop-shadow(0 0 18px rgba(217,126,18,.68)); } 100% { transform: rotate(360deg); filter: drop-shadow(0 0 3px rgba(255,242,160,.9)) drop-shadow(0 0 8px rgba(244,181,44,.75)) drop-shadow(0 0 13px rgba(217,126,18,.5)); } }
@keyframes logo-gold-orbit-soft { 0% { transform: rotate(0deg); filter: drop-shadow(0 0 2px rgba(255,242,160,.55)) drop-shadow(0 0 4px rgba(244,181,44,.38)); } 50% { filter: drop-shadow(0 0 3px rgba(255,248,201,.7)) drop-shadow(0 0 6px rgba(244,181,44,.5)); } 100% { transform: rotate(360deg); filter: drop-shadow(0 0 2px rgba(255,242,160,.55)) drop-shadow(0 0 4px rgba(244,181,44,.38)); } }
@keyframes hero-logo-gold-orbit-soft { 0% { transform: rotate(0deg); filter: drop-shadow(0 0 2px rgba(255,242,160,.52)) drop-shadow(0 0 6px rgba(244,181,44,.44)) drop-shadow(0 0 9px rgba(217,126,18,.28)); } 50% { filter: drop-shadow(0 0 3px rgba(255,248,201,.64)) drop-shadow(0 0 7px rgba(255,198,58,.52)) drop-shadow(0 0 11px rgba(217,126,18,.34)); } 100% { transform: rotate(360deg); filter: drop-shadow(0 0 2px rgba(255,242,160,.52)) drop-shadow(0 0 6px rgba(244,181,44,.44)) drop-shadow(0 0 9px rgba(217,126,18,.28)); } }
@keyframes header-logo-coin {
  0%, 58% { transform: rotateY(0deg) rotateZ(0deg); filter: drop-shadow(0 5px 9px rgba(0,0,0,.28)); }
  65% { transform: rotateY(58deg) rotateZ(-1deg) scale(1.025); filter: drop-shadow(-7px 6px 8px rgba(0,0,0,.34)) drop-shadow(4px 0 7px rgba(239,195,76,.22)); }
  74% { transform: rotateY(180deg) rotateZ(-1deg) scale(.97); filter: drop-shadow(0 6px 7px rgba(0,0,0,.38)) drop-shadow(0 0 9px rgba(244,181,44,.3)); }
  83% { transform: rotateY(302deg) rotateZ(1deg) scale(1.025); filter: drop-shadow(7px 6px 8px rgba(0,0,0,.34)) drop-shadow(-4px 0 7px rgba(239,195,76,.22)); }
  91%, 100% { transform: rotateY(360deg) rotateZ(0deg); filter: drop-shadow(0 5px 9px rgba(0,0,0,.28)); }
}
.orbit-rays { position: absolute; z-index: 3; top: 7.7%; right: 9.2%; bottom: 12.2%; left: 12.2%; border-radius: 50%; animation: logo-gold-orbit 8s linear infinite; }
.orbit-rays::before { content: ""; position: absolute; top: 0; left: 50%; width: 24px; height: 24px; transform: translate(-50%, -50%); background: radial-gradient(circle, #fff 0 8%, #fff7bd 9% 17%, transparent 30%), linear-gradient(90deg, transparent 46%, rgba(255,250,210,.95) 48% 52%, transparent 54%), linear-gradient(0deg, transparent 46%, rgba(255,250,210,.95) 48% 52%, transparent 54%), linear-gradient(45deg, transparent 48%, rgba(255,224,104,.78) 49% 51%, transparent 52%), linear-gradient(-45deg, transparent 48%, rgba(255,224,104,.78) 49% 51%, transparent 52%); filter: drop-shadow(0 0 4px #fff8cf) drop-shadow(0 0 9px #ffc43b); }
.logo-orbit::before { border-color: rgba(214,165,42,.36); box-shadow: 0 0 6px rgba(239,195,76,.2), inset 0 0 5px rgba(239,195,76,.1); }
.logo-orbit::after { -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px)); animation-name: logo-gold-orbit-soft; opacity: .72; }
.logo-orbit .orbit-rays { animation-name: logo-gold-orbit-soft; }
.logo-orbit .orbit-rays::before { width: 15px; height: 15px; opacity: .62; filter: drop-shadow(0 0 2px rgba(255,248,207,.7)) drop-shadow(0 0 4px rgba(255,196,59,.55)); }
.brand-mark { width: 72px; height: 72px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-content: center; text-align: center; position: relative; box-shadow: inset 0 0 0 4px rgba(199, 137, 25, .12); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px dashed rgba(231, 178, 55, .5); border-radius: 50%; }
.brand-mark::after { inset: 10px; border-style: dotted; }
.brand-mark span { font-size: 18px; line-height: 1; position: relative; z-index: 1; }
.brand-mark small { font-size: 9px; line-height: 1.4; position: relative; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy strong { font-size: 17px; font-weight: 500; white-space: nowrap; }
.brand-copy em { font-style: normal; font-size: 12px; text-align: center; margin-top: 4px; }
.brand-copy small { font-family: var(--sans); font-size: 8px; margin-top: 7px; color: var(--gold); letter-spacing: .14em; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 24px; }
.main-nav a { position: relative; padding: 10px 0; font-size: 14px; color: rgba(247,234,223,.84); transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 1px; height: 1px; background: var(--gold); transition: left .25s, right .25s; }
.main-nav a:hover, .main-nav a.active { color: var(--gold-light); }
.main-nav a:hover::after, .main-nav a.active::after { left: 0; right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--gold-light); margin: 5px; transition: .25s; }

.button { border: 1px solid var(--gold-deep); min-height: 44px; padding: 11px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-transform: uppercase; letter-spacing: .08em; font: 600 11px/1.2 var(--sans); cursor: pointer; border-radius: 3px; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(179, 112, 16, .2); }
.button svg { width: 18px; height: 18px; stroke-width: 2; }
.button-gold { color: #180507; border-color: #daa62d; background: linear-gradient(115deg, #a96512, #efc34c 52%, #bd7615); box-shadow: inset 0 1px rgba(255,255,255,.25); }
.button-gold:hover { background: linear-gradient(115deg, #c9831d, #f4d368 52%, #ce851f); }
.button-ghost { color: var(--gold-light); background: rgba(35, 4, 10, .4); }
.button-ghost:hover { border-color: var(--gold-light); background: rgba(188, 119, 15, .1); }
.header-cta { white-space: nowrap; }

.hero { min-height: 800px; display: grid; align-items: center; position: relative; background: #1c050a url("assets/hero-botanical.webp") center / cover no-repeat; overflow: hidden; }
.hero-emblem { position: absolute; z-index: 3; top: 96px; left: 50%; width: 280px; transform: translateX(-50%); pointer-events: none; filter: drop-shadow(0 10px 28px rgba(0,0,0,.42)); }
.hero-emblem img { width: 100%; height: auto; position: relative; z-index: 1; }
.hero-emblem::before { border-width: 3px; }
.hero-emblem::after { -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 9px), #000 calc(100% - 7px)); mask: radial-gradient(farthest-side, transparent calc(100% - 9px), #000 calc(100% - 7px)); animation-duration: 12s; }
.hero-emblem .orbit-rays { animation-duration: 12s; }
.hero-emblem::after { opacity: .68; animation-name: hero-logo-gold-orbit-soft; }
.hero-emblem .orbit-rays::before { width: 32px; height: 32px; opacity: .62; filter: drop-shadow(0 0 3px rgba(255,248,207,.62)) drop-shadow(0 0 6px rgba(255,196,59,.5)) drop-shadow(0 0 9px rgba(222,129,13,.32)); }
.leaf-lights { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.leaf-lights i { --leaf-delay: 0s; --leaf-rotate: -18deg; position: absolute; width: clamp(28px, 2.5vw, 46px); aspect-ratio: 1.5; border-radius: 50%; opacity: 0; transform: translate(-50%, -50%) rotate(var(--leaf-rotate)) scale(.62); background: radial-gradient(ellipse, rgba(255,255,224,.85) 0 10%, rgba(255,221,102,.62) 25%, rgba(234,164,35,.25) 48%, transparent 72%); filter: blur(4px) drop-shadow(0 0 8px rgba(255,196,57,.7)); animation: leaf-backlight 15s ease-in-out infinite; animation-delay: var(--leaf-delay); mix-blend-mode: screen; }
.leaf-lights i:nth-child(1) { left: 65.8%; top: 13.5%; --leaf-delay: 0s; }
.leaf-lights i:nth-child(2) { left: 69.4%; top: 18.6%; --leaf-delay: 1.5s; --leaf-rotate: 22deg; }
.leaf-lights i:nth-child(3) { left: 73.2%; top: 12.2%; --leaf-delay: 3s; }
.leaf-lights i:nth-child(4) { left: 76.8%; top: 21.5%; --leaf-delay: 4.5s; --leaf-rotate: 28deg; }
.leaf-lights i:nth-child(5) { left: 80.7%; top: 15.6%; --leaf-delay: 6s; }
.leaf-lights i:nth-child(6) { left: 84.1%; top: 25.8%; --leaf-delay: 7.5s; --leaf-rotate: 19deg; }
.leaf-lights i:nth-child(7) { left: 72.1%; top: 29.6%; --leaf-delay: 9s; --leaf-rotate: 25deg; }
.leaf-lights i:nth-child(8) { left: 77.4%; top: 34.2%; --leaf-delay: 10.5s; }
.leaf-lights i:nth-child(9) { left: 82.2%; top: 38.3%; --leaf-delay: 12s; --leaf-rotate: 24deg; }
.leaf-lights i:nth-child(10) { left: 87.1%; top: 32.4%; --leaf-delay: 13.5s; }
@keyframes leaf-backlight { 0%, 9%, 100% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--leaf-rotate)) scale(.62); filter: blur(5px) drop-shadow(0 0 3px rgba(255,196,57,.2)); } 4.5% { opacity: .95; transform: translate(-50%, -50%) rotate(var(--leaf-rotate)) scale(1); filter: blur(3px) drop-shadow(0 0 12px rgba(255,205,72,.85)); } }
@media (prefers-reduced-motion: reduce) { .logo-orbit, .logo-orbit::after, .hero-emblem::after, .orbit-rays { animation: none; } }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 26% 44%, rgba(111, 17, 30, .1), transparent 30%), linear-gradient(90deg, rgba(15, 2, 5, .2), transparent 65%); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 3, 7, .92) 0%, rgba(28, 4, 10, .72) 38%, rgba(23, 3, 7, .05) 70%); }
.hero-grid { padding-top: 108px; display: grid; grid-template-columns: 44% 56%; position: relative; z-index: 2; }
.hero-copy { max-width: 470px; padding: 80px 0 45px; }
.eyebrow { margin: 0 0 7px; color: var(--gold); text-transform: uppercase; font: 500 11px/1.3 var(--sans); letter-spacing: .24em; }
.hero h1 { margin: 0; font-weight: 400; font-size: clamp(44px, 5.5vw, 78px); line-height: 1.04; letter-spacing: -.03em; }
.hero h1 span { display: block; color: var(--gold-light); }
.hero h1 .hero-title-secondary { color: inherit; }
.flourish { display: flex; align-items: center; width: 260px; gap: 12px; color: var(--gold); margin: 26px 0 20px; }
.flourish span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold)); }
.flourish span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.flourish b { font-size: 14px; }
.lead { max-width: 540px; margin: 0; font-size: 17px; color: var(--muted); }
.hero-actions { display: flex; gap: 18px; margin-top: 32px; }
.scroll-cue { position: absolute; z-index: 4; bottom: 20px; left: 50%; width: 30px; height: 42px; transform: translateX(-50%); color: var(--gold); }
.scroll-cue::before, .scroll-cue::after, .scroll-cue span { content: ""; position: absolute; left: 50%; width: 10px; height: 10px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateX(-50%) rotate(45deg); animation: cue 1.7s infinite; }
.scroll-cue::before { top: 0; opacity: .25; }.scroll-cue span { top: 9px; animation-delay: .15s; }.scroll-cue::after { top: 18px; animation-delay: .3s; }
@keyframes cue { 0%,100% { transform: translate(-50%, -3px) rotate(45deg); opacity: .2; } 50% { transform: translate(-50%, 3px) rotate(45deg); opacity: 1; } }

.quick-contact { position: fixed; z-index: 30; right: 16px; top: 50%; transform: translateY(-30%); display: grid; gap: 12px; }
.quick-contact a { display: grid; place-items: center; gap: 3px; color: var(--gold-light); font-size: 9px; }
.quick-contact svg { width: 45px; height: 45px; padding: 11px; border: 1px solid var(--gold); background: rgba(36, 4, 11, .86); border-radius: 50%; transition: transform .2s, background .2s; }
.quick-contact a:hover svg { transform: scale(1.08); background: var(--wine-700); }

.about { padding: 66px 0; }
.about-grid { display: grid; grid-template-columns: 380px 1fr; gap: 74px; align-items: center; max-width: 1010px; }
.portrait-wrap { position: relative; width: 360px; margin-inline: auto; }
.portrait-ring { aspect-ratio: 1; border: 2px solid var(--gold); border-radius: 50%; overflow: hidden; padding: 6px; background: linear-gradient(145deg, #5d1621, #1b0408); box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.portrait-ring img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; border-radius: inherit; filter: saturate(.82) sepia(.05); }
.portrait-botanical { position: absolute; left: -28px; bottom: -28px; width: 190px; height: 190px; color: var(--gold); stroke-width: 1.2; filter: drop-shadow(0 4px 12px #140204); }
.about-copy { max-width: 650px; }
.about-copy h2 { font-size: 44px; font-weight: 400; line-height: 1.1; margin: 0; }
.title-mark { color: var(--gold); margin: 8px 0 18px; letter-spacing: .3em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); margin: 10px 0; }
.about-name { color: var(--gold-light); font-weight: 500; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: 26px; padding-top: 18px; }
.about-values > div { display: flex; gap: 13px; align-items: center; color: var(--gold-light); font-size: 15px; padding: 0 18px; border-right: 1px solid rgba(203,144,34,.18); }
.about-values > div:first-child { padding-left: 0; }.about-values > div:last-child { border: 0; }
.about-values svg { width: 48px; height: 48px; flex: 0 0 48px; }

.section-heading { display: grid; grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr); align-items: center; gap: 18px; max-width: 760px; margin: 0 auto 30px; }
.section-heading span { height: 1px; background: linear-gradient(90deg, transparent, var(--gold-deep)); }
.section-heading span:last-child { background: linear-gradient(90deg, var(--gold-deep), transparent); }
.section-heading h2 { margin: 0; text-transform: uppercase; color: var(--gold-light); font-size: 16px; font-weight: 500; letter-spacing: .2em; text-align: center; }
.section-heading.compact { margin-bottom: 34px; max-width: 590px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 255px; border: 1px solid rgba(198, 125, 20, .56); border-radius: 5px; text-align: center; padding: 26px 23px 20px; background: linear-gradient(160deg, rgba(74,12,26,.22), rgba(22,3,8,.7)); position: relative; overflow: hidden; transition: transform .25s, border-color .25s, background .25s; }
.service-card::before { content: ""; position: absolute; inset: -80% -20%; background: linear-gradient(105deg, transparent 43%, rgba(255,211,100,.08), transparent 57%); transform: translateX(-60%); transition: transform .65s; }
.service-card:hover { transform: translateY(-7px); border-color: var(--gold-light); background: linear-gradient(160deg, rgba(91,18,34,.38), rgba(22,3,8,.78)); }
.service-card:hover::before { transform: translateX(60%); }
.service-card > * { position: relative; }
.service-card > svg { width: 58px; height: 58px; color: var(--gold); stroke-width: 1.6; }
.service-card h3 { color: var(--gold-light); font-size: 18px; font-weight: 400; margin: 7px 0 5px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0 auto; max-width: 230px; }
.service-card a { display: inline-flex; gap: 8px; color: var(--gold); margin-top: 13px; font: 600 10px var(--sans); text-transform: uppercase; letter-spacing: .14em; }
.service-card a span { transition: transform .2s; }.service-card a:hover span { transform: translateX(5px); }
.treatments-heading { display: grid; grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr); align-items: center; gap: 16px; max-width: 650px; margin: 38px auto 20px; }
.treatments-heading span { height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.treatments-heading span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.treatments-heading h3 { margin: 0; color: var(--gold-light); font: 400 17px var(--serif); text-transform: uppercase; letter-spacing: .2em; }
.treatments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.treatment-item { min-height: 68px; padding: 0; border: 1px solid rgba(198,125,20,.42); border-radius: 5px; color: var(--gold-light); background: linear-gradient(145deg, rgba(74,12,26,.25), rgba(22,3,8,.72)); position: relative; font-size: 15px; line-height: 1.35; transition: border-color .2s, background .2s; }
.treatment-item:hover, .treatment-item[open] { border-color: var(--gold); background: linear-gradient(145deg, rgba(91,18,34,.4), rgba(22,3,8,.78)); }
.treatment-item summary { display: flex; align-items: center; min-height: 68px; padding: 14px 42px 14px 48px; cursor: pointer; list-style: none; position: relative; }
.treatment-item summary::-webkit-details-marker { display: none; }
.treatment-item summary::before { content: "✦"; position: absolute; left: 19px; color: var(--gold); font-size: 17px; }
.treatment-item summary::after { content: "+"; position: absolute; right: 17px; color: var(--gold); font: 400 21px var(--serif); transition: transform .2s; }
.treatment-item[open] summary::after { transform: rotate(45deg); }
.treatment-item p { margin: -3px 18px 17px 48px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.reasons { padding-top: 42px; padding-bottom: 52px; background: linear-gradient(180deg, #1b0409, #21050c); }
.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.reason { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 5px 25px; border-right: 1px solid rgba(198,125,20,.2); }
.reason:last-child { border: 0; }
.reason b { font-size: 29px; font-weight: 400; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--gold); opacity: .8; }
.reason h3 { margin: 0 0 4px; color: var(--gold-light); font-size: 15px; font-weight: 400; }
.reason p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.products { background: radial-gradient(circle at 50% 25%, rgba(107, 37, 23, .23), transparent 34%), #1a0409; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { position: relative; min-height: 320px; border: 1px solid rgba(207, 142, 27, .55); border-radius: 6px; overflow: hidden; background: #23080d; box-shadow: 0 15px 35px rgba(0,0,0,.2); }
.product-image { height: 190px; background-image: linear-gradient(180deg, transparent 55%, #23080d 100%), url("assets/products-strip.webp"); background-size: 400% auto, 400% auto; background-repeat: no-repeat; transition: transform .45s, filter .45s; }
.product-1 { background-position: 0 center, 0 center; }.product-2 { background-position: 33.333% center, 33.333% center; }.product-3 { background-position: 66.667% center, 66.667% center; }.product-4 { background-position: 100% center, 100% center; }
.product-card:hover .product-image { transform: scale(1.04); filter: brightness(1.12); }
.product-info { position: absolute; inset: auto 0 0; min-height: 145px; padding: 25px 18px 15px; background: linear-gradient(180deg, transparent, rgba(31,5,10,.96) 20%); text-align: center; }
.product-info h3 { margin: 0; color: var(--gold-light); font-size: 18px; font-weight: 400; }
.product-info p { min-height: 48px; margin: 5px 0 10px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.product-info button { border: 1px solid var(--gold-deep); background: rgba(22,3,8,.5); color: var(--gold-light); padding: 7px 17px; border-radius: 2px; text-transform: uppercase; letter-spacing: .12em; font: 600 9px var(--sans); cursor: pointer; }
.product-info button:hover { border-color: var(--gold-light); }
.section-action { text-align: center; margin-top: 20px; }

.testimonials { padding-bottom: 70px; }
.testimonial-slider { position: relative; padding: 0 45px 34px; }
.slider-window { overflow: hidden; }
.slider-track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.testimonial { flex: 0 0 calc(33.333% - 14px); margin: 0 7px; padding: 28px 25px 24px; min-height: 210px; text-align: center; border: 1px solid rgba(157,49,66,.55); border-radius: 5px; background: linear-gradient(160deg, rgba(58,8,19,.5), rgba(20,3,7,.3)); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.stars { color: var(--gold-light); letter-spacing: .18em; font-size: 17px; }
.testimonial p { color: var(--ink); font-size: 14px; line-height: 1.55; margin: 13px auto; }
.testimonial footer { color: var(--muted); font-size: 13px; }
.slider-arrow { position: absolute; top: 42%; transform: translateY(-50%); border: 0; background: transparent; color: var(--gold-light); font-size: 46px; font-weight: 200; cursor: pointer; z-index: 2; }
.slider-arrow:hover { color: white; }.slider-arrow.prev { left: 3px; }.slider-arrow.next { right: 3px; }
.slider-dots { position: absolute; inset: auto 0 0; display: flex; justify-content: center; gap: 9px; }
.slider-dots button { width: 8px; height: 8px; padding: 0; border: 1px solid var(--gold); border-radius: 50%; background: transparent; cursor: pointer; }
.slider-dots button.active { background: var(--gold); }

.contact { padding-bottom: 65px; background: radial-gradient(circle at 50% 60%, rgba(95,14,31,.22), transparent 42%), #160307; }
.contact-grid { display: grid; grid-template-columns: 280px 1fr 320px; gap: 30px; align-items: start; }
.contact-intro { color: var(--muted); margin-top: 0; }
.contact-details > a, .contact-details > p:not(.contact-intro) { display: flex; gap: 12px; align-items: flex-start; margin: 12px 0; font-size: 14px; }
.contact-details > a:hover { color: var(--gold-light); }
.contact-details span { color: var(--gold); min-width: 21px; text-align: center; }
.socials { display: flex; gap: 10px; margin-top: 22px; }
.socials a { display: grid; place-items: center; width: 36px; height: 36px; color: var(--gold-light); border: 1px solid var(--gold); border-radius: 50%; font-family: var(--sans); }
.socials a:hover { color: #1b0509; background: var(--gold-light); }
.qr-card { display: flex; align-items: center; gap: 13px; margin-top: 24px; padding: 10px; border: 1px solid rgba(214,165,42,.42); border-radius: 6px; background: rgba(18,3,7,.58); }
.qr-card img { width: 108px; height: 108px; flex: 0 0 108px; padding: 4px; border-radius: 4px; background: #fffaf0; }
.qr-card > div { display: grid; gap: 3px; line-height: 1.35; }
.qr-card strong { color: var(--gold-light); font-size: 14px; font-weight: 500; }
.qr-card span { color: var(--muted); font-size: 11px; }
.qr-card a { width: max-content; margin-top: 5px; color: var(--gold); font: 600 9px/1.3 var(--sans); text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid rgba(214,165,42,.55); }
.qr-card a:hover { color: var(--gold-light); }
.contact-form { display: grid; gap: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-form label, .booking-modal label { display: grid; }
.contact-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
input, textarea, select { width: 100%; border: 1px solid rgba(159,46,64,.65); outline: none; border-radius: 3px; background: rgba(73,8,23,.65); color: var(--ink); padding: 11px 13px; font-size: 13px; transition: border-color .2s, background .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 100px; }
input::placeholder, textarea::placeholder { color: #b28e8e; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); background: rgba(87,11,28,.8); box-shadow: 0 0 0 3px rgba(214,165,42,.1); }
.contact-form .button { width: 210px; justify-self: center; }
.form-status { min-height: 20px; margin: 0; text-align: center; color: var(--gold-light); font-size: 12px; }
.map-card { overflow: hidden; border: 1px solid var(--gold-deep); border-radius: 5px; background: #101319; position: relative; }
.map-card svg { display: block; width: 100%; height: 165px; background: radial-gradient(circle at 50% 50%, #1e2328, #0e1116); }
.map-lines { stroke: #8b6a2f; opacity: .45; stroke-width: 1; }.country { fill: rgba(57,73,64,.35); stroke: #d2a538; stroke-width: 1.5; }.pin { fill: #b9402e; stroke: #e75a40; }.pin-pulse { fill: none; stroke: #d94f3b; opacity: .7; transform-origin: 245px 132px; animation: pin 2s infinite; }
@keyframes pin { 0% { transform: scale(.4); opacity: .8; } 100% { transform: scale(1.7); opacity: 0; } }
.map-card > div { position: absolute; top: 20px; right: 18px; display: grid; text-align: right; text-shadow: 0 2px 8px #000; }.map-card > div strong { color: var(--gold-light); font-size: 13px; }.map-card > div span { color: var(--muted); font-size: 10px; }
.map-card .button { display: flex; width: max-content; margin: 14px auto; min-height: 38px; padding-block: 8px; }

.site-footer { padding: 24px 0; border-top: 1px solid rgba(164,33,49,.55); background: #120307; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.footer-brand { min-width: 320px; }.footer-brand .brand-logo { width: 62px; height: 62px; flex-basis: 62px; }.footer-brand .brand-copy strong { font-size: 15px; }.footer-center { text-align: center; }.footer-center nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; font-size: 12px; }.footer-center nav a:hover, .footer-legal a:hover { color: var(--gold-light); }.footer-center p { color: #9f7e77; font-size: 10px; margin: 8px 0 0; }.footer-legal { display: flex; gap: 14px; color: #a9877f; font-size: 10px; }

.booking-modal { width: min(480px, calc(100% - 32px)); color: var(--ink); border: 1px solid var(--gold-deep); border-radius: 7px; background: radial-gradient(circle at 50% 0, #4b0b1b, #1b0409 60%); padding: 34px; box-shadow: var(--shadow); }
.booking-modal::backdrop { background: rgba(9,0,3,.78); backdrop-filter: blur(5px); }
.booking-modal h2 { margin: 0; font-size: 36px; font-weight: 400; }.booking-modal > p:not(.eyebrow) { color: var(--muted); }.modal-close { position: absolute; right: 15px; top: 12px; border: 0; background: none; color: var(--gold-light); font-size: 30px; cursor: pointer; }.booking-modal form { display: grid; gap: 14px; }.booking-modal label span { margin-bottom: 5px; color: var(--gold-light); font-size: 12px; }.booking-modal .button { width: 100%; margin-top: 5px; }
.booking-modal .iti { width: 100%; --iti-border-color: rgba(214,165,42,.32); --iti-country-selector-bg: #2a0710; --iti-hover-color: rgba(214,165,42,.13); --iti-icon-color: var(--gold); }
.booking-modal .iti__selected-country { color: var(--ink); }
.booking-modal .iti__selected-country-primary { border-right: 1px solid rgba(214,165,42,.18); }
.booking-modal .iti__country-selector { color: var(--ink); border-color: var(--gold-deep); background: #2a0710; box-shadow: 0 14px 40px rgba(0,0,0,.46); font-family: var(--sans); }
.booking-modal .iti__country-list { max-height: 220px; }
.booking-modal .iti__country-name { font-size: 12px; }
.booking-modal .iti__dial-code { color: var(--gold-light); font-size: 11px; }
.booking-modal .iti__search-input { color: var(--ink); background: #3b0a16; border-color: rgba(214,165,42,.25); }
.booking-modal .iti__search-input::placeholder { color: #b99ba0; }
.booking-modal input.iti__tel-input { padding-left: 58px; }
.booking-modal textarea { resize: vertical; min-height: 78px; }
.cancellation-modal { text-align: center; }
.cancellation-modal[open] { display: grid; gap: 12px; }
.cancellation-note { color: var(--muted); }
.cancellation-back { display: block; margin-top: 10px; color: var(--gold-light); border: 1px solid var(--gold-deep); background: transparent; }
.cancellation-modal .form-status { min-height: 24px; margin: 12px 0 0; color: var(--gold-light); font-weight: 700; }
.reschedule-modal[open] { display: grid; gap: 12px; }
.reschedule-modal #reschedule-current { color: var(--muted); line-height: 1.55; }
.reschedule-modal .form-status { min-height: 24px; margin: 4px 0 0; color: var(--gold-light); font-weight: 700; }
.booking-slots-wrap { display: grid; gap: 8px; }
.booking-slots-wrap > span { color: var(--gold-light); font-size: 12px; }
.booking-slots { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; color: var(--muted); font-size: 13px; }
.booking-slot { padding: 9px 5px; color: var(--gold-light); border: 1px solid var(--gold-deep); border-radius: 6px; background: rgba(255,255,255,.04); cursor: pointer; }
.booking-slot:hover, .booking-slot.active { color: #24060d; background: var(--gold); }
.booking-privacy { display: flex !important; grid-template-columns: none !important; flex-direction: row; align-items: flex-start; gap: 9px; }
.booking-privacy input { width: auto; margin-top: 3px; }
.booking-privacy span { margin: 0 !important; line-height: 1.45; }
@media (max-width: 520px) { .booking-slots { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.modal-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: #b99ba0; font: 500 9px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .13em; }
.modal-divider::before, .modal-divider::after { content: ""; height: 1px; flex: 1; background: rgba(214,165,42,.25); }
.modal-divider span { white-space: nowrap; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; translate: -50% 130px; opacity: 0; padding: 15px 26px; color: #1c0509; background: var(--gold-light); border: 2px solid #fff1bb; border-radius: 6px; box-shadow: var(--shadow); font: 800 16px var(--sans); letter-spacing: .08em; transition: translate .3s, opacity .3s; }.toast.show { translate: -50% 0; opacity: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.services-grid .reveal:nth-child(2), .products-grid .reveal:nth-child(2), .reasons-grid .reveal:nth-child(2) { transition-delay: .08s; }
.services-grid .reveal:nth-child(3), .products-grid .reveal:nth-child(3), .reasons-grid .reveal:nth-child(3) { transition-delay: .16s; }
.services-grid .reveal:nth-child(4), .products-grid .reveal:nth-child(4), .reasons-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1100px) {
  .nav-wrap { grid-template-columns: auto auto; justify-content: space-between; }
  .main-nav { position: fixed; inset: 78px 20px auto; display: grid; gap: 2px; padding: 16px; background: rgba(27,4,9,.97); border: 1px solid var(--gold-deep); border-radius: 6px; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }.main-nav a { padding: 10px 12px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; justify-self: end; }.header-tools { grid-column: 2; grid-row: 1; justify-self: end; padding-right: 48px; }.header-cta { display: none; }
  .contact-grid { grid-template-columns: 240px 1fr; }.map-card { grid-column: 2; }
  .footer-grid { grid-template-columns: auto 1fr; }.footer-legal { grid-column: 2; justify-content: center; }
}

@media (max-width: 900px) {
  .hero { min-height: 960px; background-position: 64% center; }.hero-emblem { top: 90px; width: 284px; }.hero-shade { background: linear-gradient(90deg, rgba(17,3,7,.95), rgba(24,3,8,.82) 55%, rgba(23,3,7,.28)); }
  .leaf-lights { transform: translateX(-3%); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 360px; }.hero-copy { max-width: 620px; padding-top: 35px; }.hero h1 { font-size: clamp(42px, 7vw, 62px); }
  .about-grid { grid-template-columns: 300px 1fr; gap: 48px; }.portrait-wrap { width: 290px; }.about-values { grid-template-columns: 1fr; }.about-values > div { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(203,144,34,.15); }.about-values > div:last-child { border: 0; }
  .card-grid, .products-grid { grid-template-columns: repeat(2, 1fr); }.reasons-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }.reason:nth-child(2) { border-right: 0; }
  .testimonial { flex-basis: calc(50% - 14px); }
  .footer-brand { min-width: 270px; }.footer-grid { gap: 20px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 70px; }.shell { width: min(100% - 28px, 560px); }.section { padding: 58px 0; }
  .site-header, .site-header.scrolled { height: 70px; }.brand { min-width: 0; }.brand-logo { width: 52px; height: 52px; flex-basis: 52px; }.logo-orbit { width: 52px; height: 52px; flex-basis: 52px; }.brand-copy strong { font-size: 13px; }.brand-copy em { font-size: 10px; }.brand-copy small { display: none; }.main-nav { inset: 70px 14px auto; }.header-tools { padding-right: 44px; }.language-dropdown summary { width: 108px; height: 31px; padding-left: 9px; font-size: 10px; }.language-dropdown summary::after { right: 8px; }.language-menu { width: 140px; }
  .hero { min-height: 920px; background-position: 68% center; }.hero-emblem { top: 82px; width: 216px; }.hero::after { background: linear-gradient(180deg, transparent 65%, rgba(18,3,7,.7)); }.hero-shade { background: linear-gradient(90deg, rgba(17,3,7,.95), rgba(24,3,8,.72) 85%, transparent); }.hero-grid { grid-template-columns: 1fr; padding-top: 290px; }.hero-copy { padding-top: 35px; max-width: 94%; }.hero h1 { font-size: clamp(39px, 12vw, 55px); }.lead { font-size: 15px; }.hero-actions { flex-direction: column; align-items: flex-start; gap: 11px; }.hero-actions .button { width: 235px; }.flourish { margin-block: 20px 16px; width: 215px; }
  .leaf-lights { transform: translateX(-8%); opacity: .82; }
  .quick-contact { right: 9px; top: auto; bottom: 14px; transform: none; }.quick-contact a span { display: none; }.quick-contact svg { width: 42px; height: 42px; background: rgba(43,5,12,.94); }
  .about-grid { grid-template-columns: 1fr; gap: 52px; }.portrait-wrap { width: min(82vw, 330px); }.portrait-botanical { width: 160px; bottom: -23px; left: -18px; }.about-copy h2 { font-size: 38px; }.about-values { grid-template-columns: repeat(3, 1fr); }.about-values > div { flex-direction: column; align-items: flex-start; padding: 10px 8px; border-right: 1px solid rgba(203,144,34,.15); border-bottom: 0; font-size: 12px; }.about-values > div:first-child { padding-left: 0; }.about-values svg { width: 38px; height: 38px; }
  .section-heading { margin-bottom: 24px; gap: 10px; }.section-heading h2 { font-size: 14px; letter-spacing: .14em; }
  .card-grid, .products-grid, .reasons-grid, .treatments-grid { grid-template-columns: 1fr; }.reason { border-right: 0; border-bottom: 1px solid rgba(198,125,20,.2); padding: 12px 4px 20px; }.reason:last-child { border-bottom: 0; }.service-card { min-height: 230px; }.product-card { min-height: 330px; }
  .testimonial-slider { padding-inline: 32px; }.testimonial { flex-basis: calc(100% - 14px); }.slider-arrow { font-size: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }.map-card { grid-column: 1; }.form-row { grid-template-columns: 1fr; }.contact-form .button { width: 100%; }.contact-details { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }.footer-brand { min-width: 0; justify-content: center; }.footer-center nav { gap: 12px; }.footer-legal { grid-column: 1; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .leaf-lights { display: none; }
}
