/* ===========================================================
   La Hanul Cailor — shared styles for landing + subpages
   =========================================================== */

:root {
  --forest: #0d1a0a;
  --forest-deep: #060f04;
  --forest-mid: #1a2d15;
  --gold: #c5893e;
  --gold-soft: #a87029;
  --gold-pale: #e6c48a;
  --cream: #f2e8d6;
  --cream-2: #ebe0c9;
  --cream-bg: #f6efde;
  --paper: #faf5ea;
  --ink: #1d1b16;
  --muted: rgba(242, 232, 214, 0.62);
  --hairline: rgba(242, 232, 214, 0.18);
  --hairline-dark: rgba(13, 26, 10, 0.14);

  --serif: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", system-ui, sans-serif;

  --max: 1320px;
  --pad: clamp(20px, 4vw, 64px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 80ms; }
.reveal[data-delay="2"] { transition-delay: 160ms; }
.reveal[data-delay="3"] { transition-delay: 240ms; }
.reveal[data-delay="4"] { transition-delay: 320ms; }
.reveal[data-delay="5"] { transition-delay: 400ms; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Layout */
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.eyebrow {
  font-family: var(--sans);
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--gold); opacity: 0.7; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 32px; height: 1px; background: var(--gold); opacity: 0.7; }
.eyebrow.light { color: var(--gold-pale); }

.h-display {
  font-family: var(--serif); font-weight: 400;
  line-height: 1.02; letter-spacing: -0.015em; margin: 0;
}
.h-display .italic { font-style: italic; font-weight: 300; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500;
  border: 1px solid var(--gold); color: var(--cream); background: transparent;
  transition: background 350ms var(--ease), color 350ms var(--ease), border-color 350ms var(--ease);
}
.btn:hover { background: var(--gold); color: var(--forest-deep); }
.btn--solid { background: var(--gold); color: var(--forest-deep); }
.btn--solid:hover { background: var(--gold-pale); border-color: var(--gold-pale); color: var(--forest-deep); }
.btn--dark { color: var(--forest-deep); border-color: var(--forest); }
.btn--dark:hover { background: var(--forest); color: var(--cream); }
.btn .arrow { width: 14px; height: 1px; background: currentColor; position: relative; transition: width 300ms var(--ease); }
.btn .arrow::after { content: ""; position: absolute; right: 0; top: 50%; width: 7px; height: 7px;
  border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: translateY(-50%) rotate(45deg); }
.btn:hover .arrow { width: 20px; }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background 400ms var(--ease), backdrop-filter 400ms var(--ease), border-color 400ms var(--ease);
  border-bottom: 1px solid transparent;
}
.nav .row {
  max-width: 100%; margin: 0;
  padding: 22px clamp(28px, 3vw, 56px);
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 32px;
}
.nav.scrolled, .nav.solid {
  background: rgba(13, 26, 10, 0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--hairline);
}
.nav { overflow: visible; }
.nav .row { overflow: visible; }
.brand {
  font-family: var(--serif); color: var(--cream);
  display: flex; align-items: center;
  position: relative;
}
.brand-logo {
  height: 70px; width: auto; display: block;
  transition: transform 350ms var(--ease), filter 350ms var(--ease);
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.5));
}
.brand:hover .brand-logo { transform: scale(1.04); }
@media (max-width: 560px) {
  .brand-logo { height: 46px; }
}
.brand-wordmark { display: none; }
@media (max-width: 560px) {
  .brand-logo-wrap { width: 68px; height: 68px; margin: -14px 0; }
}
.nav-links {
  display: flex; gap: 28px; justify-content: center;
  list-style: none; padding: 0; margin: 0;
}
.nav-links a {
  color: var(--cream);
  font-size: 14.4px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 400; position: relative; padding: 6px 0;
  white-space: nowrap;
  transition: color 250ms var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform 350ms var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-pale); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta-wrap { display: flex; justify-content: flex-end; }

/* ============ PAGE HEADER (subpages) ============ */
.page-header {
  position: relative;
  min-height: clamp(420px, 60vh, 620px);
  background: var(--forest);
  color: var(--cream); overflow: hidden;
  display: flex; align-items: flex-end;
  padding: 140px 0 70px;
}
.page-header__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: saturate(0.86) brightness(0.74);
  transform: scale(1.05);
  animation: ph-kb 20s var(--ease) infinite alternate;
}
@keyframes ph-kb {
  from { transform: scale(1.05) translateY(0); }
  to   { transform: scale(1.12) translateY(-2%); }
}
.page-header__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,20,9,0.42) 0%, rgba(12,20,9,0.28) 45%, rgba(6,13,4,0.9) 100%);
}
.page-header__grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.95  0 0 0 0 0.91  0 0 0 0 0.84  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.35; mix-blend-mode: overlay; pointer-events: none;
}
.page-header__content { position: relative; z-index: 2; width: 100%; }
.crumbs {
  display: inline-flex; gap: 14px; align-items: center;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(242,232,214,0.6); margin-bottom: 28px;
}
.crumbs a:hover { color: var(--gold-pale); }
.crumbs .sep { width: 16px; height: 1px; background: var(--gold); opacity: 0.7; }
.crumbs .current { color: var(--gold-pale); }
.page-header h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(56px, 9vw, 132px); line-height: 0.94;
  margin: 0; letter-spacing: -0.02em; color: var(--cream);
}
.page-header h1 .italic { font-style: italic; font-weight: 300; color: var(--gold-pale); }
.page-header__tag {
  margin-top: 26px;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: rgba(242,232,214,0.7); max-width: 36ch;
}
/* Hero cu logo/titlu incorporat in imagine: ascunde h1 dublat (pastrat pentru SEO) */
.page-header--logo h1 {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
/* Sub 900px imaginea (cu text central) s-ar taia lateral la "cover" -> o incadram intreaga */
@media (max-width: 900px) {
  .page-header--logo .page-header__bg {
    background-size: contain; background-repeat: no-repeat;
    background-position: center; transform: none; animation: none;
  }
}

/* ============ INTRO SECTION (subpages) ============ */
.intro {
  background: var(--cream-bg);
  padding: clamp(80px, 12vh, 140px) 0;
}
.intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 110px);
  align-items: start;
}
.intro__head h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  color: var(--ink);
  margin: 18px 0 22px;
}
.intro__head h2 .italic { color: var(--gold-soft); }
.intro__head .meta {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--hairline-dark);
  display: grid; gap: 14px;
  font-size: 13.5px;
  color: rgba(29,27,22,0.7);
}
.intro__head .meta .k {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(29,27,22,0.48); margin-bottom: 4px;
}
.intro__head .meta .v { font-family: var(--serif); font-size: 19px; color: var(--ink); }
.intro__body p {
  font-size: 15.5px; line-height: 1.85;
  color: rgba(29,27,22,0.72);
  margin: 0 0 22px;
  max-width: 62ch;
}
.intro__body .lead {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px); line-height: 1.45;
  color: rgba(29,27,22,0.88); margin-bottom: 32px;
}
.intro__body .callout {
  margin-top: 36px; padding: 26px 28px;
  background: var(--paper);
  border-left: 2px solid var(--gold);
  color: var(--ink);
}
.intro__body .callout strong { font-family: var(--serif); font-style: italic; font-size: 20px; font-weight: 400; }

/* ============ MASONRY GALLERY (shared) ============ */
.gallery-sec {
  background: var(--paper);
  padding: clamp(70px, 10vh, 130px) 0;
  border-top: 1px solid var(--hairline-dark);
}
.gallery-sec__head { text-align: center; max-width: 720px; margin: 0 auto clamp(36px, 5vh, 60px); }
.gallery-sec__head h2 { font-size: clamp(36px, 4.6vw, 64px); margin: 16px 0 12px; color: var(--ink); }
.gallery-sec__head h2 .italic { color: var(--gold-soft); }
.gallery-sec__head p { color: rgba(29,27,22,0.6); max-width: 56ch; margin: 0 auto; }

.masonry {
  columns: 4; column-gap: 16px;
  padding: 0 var(--pad); max-width: 1480px; margin: 0 auto;
}
.masonry__item {
  display: block; break-inside: avoid;
  margin-bottom: 16px;
  overflow: hidden; position: relative;
  background: var(--forest);
  box-shadow: 0 8px 24px rgba(13,26,10,0.08);
}
.masonry__item img {
  width: 100%; display: block;
  transition: transform 900ms var(--ease), filter 500ms var(--ease);
  filter: saturate(0.92);
}
.masonry__item:hover img { transform: scale(1.06); filter: saturate(1.05); }
.masonry__item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(13,26,10,0.7));
  opacity: 0; transition: opacity 400ms var(--ease); pointer-events: none;
}
.masonry__item:hover::after { opacity: 1; }
.masonry__item .cap {
  position: absolute; left: 18px; bottom: 16px;
  color: var(--cream); font-family: var(--serif); font-style: italic;
  font-size: 17px;
  opacity: 0; transform: translateY(6px);
  transition: opacity 400ms var(--ease), transform 400ms var(--ease);
}
.masonry__item:hover .cap { opacity: 1; transform: none; }

/* ============ FEATURE STRIP (subpages) ============ */
.feature-strip {
  background: var(--forest);
  color: var(--cream);
  padding: clamp(70px, 9vh, 120px) 0;
  position: relative; overflow: hidden;
}
.feature-strip::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 80% at 50% 50%, rgba(197,137,62,0.12), transparent 60%);
  pointer-events: none;
}
.feature-strip__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative;
}
.fcard {
  text-align: left; padding: 8px 32px;
  border-right: 1px solid var(--hairline);
  display: flex; flex-direction: column; gap: 14px;
}
.fcard:last-child { border-right: 0; }
.fcard__num { font-family: var(--serif); font-style: italic; color: var(--gold-pale); font-size: 22px; }
.fcard__title { font-family: var(--serif); font-size: 32px; color: var(--cream); letter-spacing: -0.01em; }
.fcard__desc { color: rgba(242,232,214,0.62); font-size: 14.5px; line-height: 1.7; max-width: 34ch; }

/* ============ ROUTE MAP (Via Transilvanica) ============ */
.route-map {
  background: var(--forest-deep);
  color: var(--cream);
  padding: clamp(70px, 10vh, 130px) 0;
  position: relative; overflow: hidden;
}
.route-map::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(72% 60% at 50% 28%, rgba(197,137,62,0.16), transparent 62%);
  pointer-events: none;
}
.route-map .wrap { position: relative; z-index: 1; }
.route-map__head { text-align: center; max-width: 760px; margin: 0 auto clamp(34px, 5vh, 56px); }
.route-map__head h2 { font-size: clamp(36px, 4.6vw, 64px); margin: 16px 0 14px; color: var(--cream); }
.route-map__head h2 .italic { color: var(--gold-pale); }
.route-map__head p { color: rgba(242,232,214,0.72); max-width: 60ch; margin: 0 auto; }
.route-map__frame {
  margin: 0 auto; max-width: 920px;
  background: var(--paper);
  padding: clamp(14px, 2.2vw, 30px);
  border: 1px solid rgba(197,137,62,0.4);
  border-radius: 3px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}
.route-map__frame img { width: 100%; display: block; border-radius: 2px; }
.route-map__stats {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: clamp(28px, 6vw, 80px);
  margin-top: clamp(34px, 5vh, 56px);
}
.rstat { text-align: center; }
.rstat__num {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(40px, 5vw, 64px); line-height: 1;
  color: var(--gold-pale); letter-spacing: -0.01em;
}
.rstat__label {
  font-family: var(--sans); font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(242,232,214,0.6); margin-top: 10px;
}

/* ============ CTA BAND ============ */
.cta-band {
  background: var(--forest-deep);
  color: var(--cream);
  padding: clamp(70px, 9vh, 110px) 0;
  text-align: center;
}
.cta-band h2 { font-size: clamp(36px, 4.6vw, 60px); margin: 12px 0 22px; color: var(--cream); }
.cta-band h2 .italic { color: var(--gold-pale); }
.cta-band p { color: rgba(242,232,214,0.7); max-width: 50ch; margin: 0 auto 36px; }
.cta-band__buttons { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ============ FOOTER ============ */
.footer {
  background: var(--forest-deep);
  color: var(--cream);
  padding: clamp(44px, 5.5vh, 64px) 0 0;
  border-top: 1px solid var(--hairline);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 4vw, 60px);
  padding-bottom: 40px;
  border-bottom: 1px solid var(--hairline);
}
.footer__brand .footer-logo {
  height: 64px; width: auto; display: block;
  margin-bottom: 22px;
  filter: drop-shadow(0 0 18px rgba(0,0,0,0.4));
}
.footer__brand h3 { font-family: var(--serif); font-size: 32px; margin: 0; color: var(--cream); letter-spacing: -0.01em; }
.footer__brand h3 .italic { font-style: italic; color: var(--gold-pale); }
.footer__brand p { color: rgba(242,232,214,0.6); font-size: 14px; max-width: 32ch; margin: 12px 0 16px; }
.socials { display: flex; gap: 12px; }
.socials a {
  width: 38px; height: 38px;
  border: 1px solid var(--hairline);
  display: grid; place-items: center;
  border-radius: 50%; color: var(--cream);
  transition: background 250ms var(--ease), border-color 250ms var(--ease), color 250ms var(--ease);
}
.socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--forest-deep); }
.socials svg { width: 16px; height: 16px; fill: currentColor; }
.footer__col h4 {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 24px; font-weight: 500;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer__col a { color: rgba(242,232,214,0.78); font-size: 14px; transition: color 200ms var(--ease); }
.footer__col a:hover { color: var(--gold-pale); }
.footer__contact .row { color: rgba(242,232,214,0.78); font-size: 14px; line-height: 1.7; margin-bottom: 18px; }
.footer__contact .k {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(242,232,214,0.45); margin-bottom: 4px;
}
.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 26px 0;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(242,232,214,0.5); flex-wrap: wrap; gap: 10px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1400px) {
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 11px; letter-spacing: 0.16em; }
  .brand-logo { height: 56px; }
}
@media (max-width: 1180px) {
  .nav .row { display: flex; justify-content: space-between; gap: 16px; }
  .nav-links { display: none; }
  .nav-cta-wrap { display: none; }
  .menu-toggle { display: inline-flex; }
}

/* ============ MOBILE MENU OVERLAY ============ */
.menu-toggle {
  display: none;
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--hairline);
  position: relative;
  z-index: 102;
  cursor: pointer;
  transition: background 250ms var(--ease), border-color 250ms var(--ease);
}
.menu-toggle:hover { background: rgba(197,137,62,0.12); border-color: var(--gold); }
.menu-toggle .bar {
  position: absolute;
  width: 22px; height: 1.5px;
  background: var(--cream);
  transition: transform 350ms var(--ease), opacity 250ms var(--ease), top 350ms var(--ease);
}
.menu-toggle .bar:nth-child(1) { top: 17px; }
.menu-toggle .bar:nth-child(2) { top: 23px; }
.menu-toggle .bar:nth-child(3) { top: 29px; }
.menu-toggle[aria-expanded="true"] .bar:nth-child(1) { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .bar:nth-child(3) { top: 23px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--forest-deep);
  background-image:
    radial-gradient(60% 80% at 50% 30%, rgba(197,137,62,0.10), transparent 70%),
    linear-gradient(180deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: var(--cream);
  display: flex; flex-direction: column;
  padding: 110px clamp(24px, 6vw, 64px) 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 400ms var(--ease), visibility 0s linear 400ms, transform 400ms var(--ease);
  overflow-y: auto;
}
.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 400ms var(--ease), visibility 0s, transform 400ms var(--ease);
}
.mobile-menu__inner { position: relative; z-index: 1; display: flex; flex-direction: column; flex: 1; }
.mobile-menu__eyebrow {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: inline-flex; align-items: center; gap: 12px;
}
.mobile-menu__eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--gold); opacity: 0.7;
}
.mobile-menu__links { list-style: none; padding: 0; margin: 0 0 48px; display: grid; gap: 0; }
.mobile-menu__links li { border-bottom: 1px solid rgba(242,232,214,0.12); }
.mobile-menu__links a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 22px 0;
  font-family: var(--serif);
  font-size: clamp(28px, 6vw, 42px);
  color: var(--cream);
  letter-spacing: -0.01em;
  line-height: 1.1;
  transition: color 250ms var(--ease), padding 350ms var(--ease);
}
.mobile-menu__links a::after {
  content: "\2192";
  font-family: var(--sans);
  font-size: 18px;
  color: var(--gold);
  opacity: 0.5;
}
.mobile-menu__links a:hover { color: var(--gold-pale); padding-left: 8px; }
.mobile-menu__cta {
  display: block; text-align: center;
  background: var(--gold); color: var(--forest-deep);
  padding: 18px 24px;
  font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 32px;
  transition: background 300ms var(--ease);
}
.mobile-menu__cta:hover { background: var(--gold-pale); }
.mobile-menu__contact {
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px solid rgba(242,232,214,0.12);
  display: grid; gap: 14px;
}
.mobile-menu__contact .row { font-size: 14px; color: rgba(242,232,214,0.78); }
.mobile-menu__contact .row .k {
  font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 4px;
}
.mobile-menu__contact a { color: var(--gold-pale); }
.mobile-menu__socials { display: flex; gap: 12px; margin-top: 18px; }
.mobile-menu__socials a {
  width: 40px; height: 40px;
  border: 1px solid rgba(242,232,214,0.2);
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--cream);
  transition: background 250ms var(--ease), color 250ms var(--ease), border-color 250ms var(--ease);
}
.mobile-menu__socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--forest-deep); }
.mobile-menu__socials svg { width: 16px; height: 16px; fill: currentColor; }
body.menu-open { overflow: hidden; }

/* ============ GENERAL MOBILE TUNING ============ */
@media (max-width: 768px) {
  :root { --pad: 22px; }
  .nav .row { padding: 16px 22px; gap: 12px; }
  .brand-logo { height: 50px; }
  .menu-toggle { width: 44px; height: 44px; }
  .menu-toggle .bar:nth-child(1) { top: 15px; }
  .menu-toggle .bar:nth-child(2) { top: 21px; }
  .menu-toggle .bar:nth-child(3) { top: 27px; }
  .menu-toggle[aria-expanded="true"] .bar:nth-child(1),
  .menu-toggle[aria-expanded="true"] .bar:nth-child(3) { top: 21px; }
  .mobile-menu { padding: 90px 24px 40px; }
  .page-header { padding: 110px 0 50px; }
  .page-header h1 { font-size: clamp(44px, 12vw, 72px); }
  .crumbs { font-size: 10px; letter-spacing: 0.22em; }
  .h-display { font-size: clamp(34px, 8vw, 56px) !important; }
  .intro { padding: 60px 0; }
  .intro__head h2 { font-size: clamp(32px, 8vw, 48px); }
  .gallery-sec__head h2 { font-size: clamp(32px, 8vw, 52px); }
  .cta-band h2 { font-size: clamp(30px, 7vw, 44px); }
  .featured__inner, .restaurant, .equitatie, .location__grid, .about__grid { gap: 30px; }
  .footer__grid { gap: 36px; }
  .footer { padding: 60px 0 0; }
}
@media (max-width: 560px) {
  .masonry { columns: 1; padding: 0 var(--pad); }
  .footer__grid { grid-template-columns: 1fr; }
  .page-header h1 { font-size: clamp(40px, 13vw, 64px); }
  .crumbs { flex-wrap: wrap; gap: 8px; }
  .mobile-menu__links a { font-size: clamp(24px, 7vw, 34px); padding: 18px 0; }
  .program__row { grid-template-columns: 1fr; gap: 4px; }
  .program__time { grid-column: 1; }
}

/* ============ Meniu cu dropdown (restructurare 2026) ============ */
.nav-links { align-items: center; }
.nav-links .nav-item { position: relative; display: flex; align-items: center; }
.nav-links .nav-item > a { display: inline-flex; align-items: center; }
.nav-links .caret {
  display: inline-block; width: 6px; height: 6px; margin-left: 6px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg); opacity: 0.65;
  transition: transform 0.25s var(--ease, ease);
}
.nav-item.has-dropdown:hover .caret,
.nav-item.has-dropdown:focus-within .caret { transform: translateY(1px) rotate(225deg); opacity: 1; }

.dropdown {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 224px; padding: 10px; margin: 0;
  list-style: none;
  background: #0d1a0a;
  border: 1px solid rgba(242,232,214,0.14);
  box-shadow: 0 26px 64px rgba(0,0,0,0.5);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  z-index: 200;
}
.dropdown::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-item.has-dropdown:hover > .dropdown,
.nav-item.has-dropdown:focus-within > .dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown li { margin: 0; }
.dropdown li a {
  display: block; padding: 9px 14px;
  font-size: 14.4px; letter-spacing: 0.06em; text-transform: none; font-weight: 500;
  color: rgba(242,232,214,0.82); white-space: nowrap;
  transition: color 0.2s, background 0.2s; position: static;
}
.dropdown li a::after { display: none !important; }
.dropdown li a:hover { color: var(--gold-pale); background: rgba(197,137,62,0.12); }

/* dropdown larg cu grupuri (Activități) — aliniat la dreapta sa nu iasa din ecran */
.dropdown--groups { left: auto; right: 0; transform: translateY(10px); min-width: 250px; }
.nav-item.has-dropdown--wide:hover > .dropdown--groups,
.nav-item.has-dropdown--wide:focus-within > .dropdown--groups { transform: translateY(0); }
.dropdown__title {
  padding: 11px 14px 5px; font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-pale); opacity: 0.6; pointer-events: none;
}
.dropdown__title + li a { padding-top: 6px; }
.dropdown li.dropdown__title:not(:first-child) {
  border-top: 1px solid rgba(242,232,214,0.10); margin-top: 6px;
}

/* meniul are mai multe iteme — stramtam putin pe desktop mediu */
@media (max-width: 1180px){ .nav-links { gap: 16px; } .nav-links a { font-size: 10.5px; letter-spacing: 0.12em; } }

/* ---- mobil: sub-meniuri ---- */
.mobile-menu__sub { border-bottom: 1px solid rgba(242,232,214,0.12); }
.mobile-menu__sub > ul { list-style: none; margin: 0; padding: 2px 0 12px 14px; }
.mobile-menu__sub > ul > li { border: 0; }
.mobile-menu__sub > ul > li a {
  display: block; padding: 9px 0; font-size: 15px;
  color: rgba(242,232,214,0.72); letter-spacing: 0.02em;
}
.mobile-menu__sub > ul > li a:hover { color: var(--gold-pale); }
.mobile-menu__subtitle {
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-pale); opacity: 0.6; padding: 12px 0 2px;
}

/* ====== Optimizare mobil — grile pagini (2026) ====== */
@media (max-width: 768px){
  .intro__grid { grid-template-columns: 1fr; gap: 34px; }
  .intro__head .meta { margin-top: 22px; }
  .intro__head .meta--rest .v { white-space: nowrap; font-size: clamp(12px, 4vw, 19px); }
  .feature-strip__grid { grid-template-columns: 1fr; }
  .fcard { padding: 34px 26px; border-bottom: 1px solid var(--hairline, rgba(0,0,0,0.1)); }
  .fcard:last-child { border-bottom: 0; }
  .cta-band__buttons { flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: stretch; width: 100%; max-width: 440px; margin: 0 auto; gap: 10px; }
  .cta-band__buttons .btn { flex: 1 1 calc(50% - 5px); min-width: 0; justify-content: center; text-align: center; white-space: nowrap; padding-left: 12px; padding-right: 12px; }
  .cta-band__buttons .btn:not(:last-child) .arrow { display: none; }
  .cta-band__buttons .btn:last-child:nth-child(odd) { flex-basis: 100%; }
}

/* ====== req7: meniu footer 2 coloane pe telefon ====== */
@media (max-width: 560px){
  .footer__col ul { grid-template-columns: repeat(2, 1fr); gap: 12px 18px; }
}

/* ====== Footer: logo langa text (2026) ====== */
.footer__brand-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.footer__brand-head .footer-logo { margin-bottom: 0; height: 54px; }
.footer__brand-head h3 { margin: 0; }

/* footer bottom pe un singur rand pe telefon */
@media (max-width: 900px){
  .footer__bottom { flex-wrap: nowrap; gap: 8px; font-size: 8px; letter-spacing: 0.02em; }
  .footer__bottom span { white-space: nowrap; }
}

@media (max-width: 400px){
  .footer__bottom { font-size: 7px; gap: 5px; letter-spacing: 0; }
}

/* ============================================================
   Navbar flotant tip pastilă — TELEFON (≤768px) · 2026
   Reactiveaza hamburger-ul (era ascuns de .menu-toggle{display:none}
   globala plasata dupa @media 1180px) si transforma bara intr-o
   pastila detasata de margini, cu fundal blur si colturi rotunde.
   ============================================================ */
@media (max-width: 768px) {
  .nav {
    position: fixed;
    top: 10px; left: 12px; right: 12px;
  }
  .nav,
  .nav.scrolled,
  .nav.solid {
    background: rgba(13, 26, 10, 0.72);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(242, 232, 214, 0.16);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  }
  .nav .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 9px 7px 18px;
    gap: 12px;
  }
  .brand-logo { height: 40px; }
  .nav-links,
  .nav-cta-wrap { display: none; }
  .menu-toggle {
    display: inline-flex;
    border-radius: 50%;
  }
}

/* ============================================================
   Footer pe TELEFON (2026 · batch 2)
   Img8 ascunde "Redescopera natura" · Img9 coloane centrate ·
   Img10 brand (logo + text + social) centrat.
   ============================================================ */
@media (max-width: 768px) {
  /* Img10: brand centrat (logo+titlu, descriere, social) */
  .footer__brand { text-align: center; }
  .footer__brand-head { justify-content: center; }
  .footer__brand p { margin-left: auto; margin-right: auto; }
  .socials { justify-content: center; }

  /* Img9: coloanele Navigare / Servicii centrate */
  .footer__col { text-align: center; }
  .footer__col ul { justify-items: center; }

  /* Img8: scoate "Redescopera natura" (al doilea span) + centreaza copyright-ul */
  .footer__bottom { justify-content: center; }
  .footer__bottom span:last-child { display: none; }
}

/* ============================================================
   Eyebrow cu linie si in DREAPTA pe TELEFON (2026 · batch 3)
   Toate eyebrow-urile primesc o linie aurie si in dreapta,
   simetric cu ::before, ca varianta .center din poza 2.
   (.center are deja ::after — regula doar il dubleaza identic.)
   ============================================================ */
@media (max-width: 768px) {
  .eyebrow::after {
    content: ""; width: 32px; height: 1px;
    background: var(--gold); opacity: 0.7;
  }
}


/* ============================================================
   Footer compact pe telefon + copyright centrat (2026 · meniu)
   ~30% mai putin spatiu vertical; randul "© 2026 ..." centrat.
   ============================================================ */
@media (max-width: 768px) {
  .footer { padding-top: 40px; }
  .footer__grid { gap: 24px; padding-bottom: 40px; }
  .footer__brand-head { margin-bottom: 8px; }
  .footer__brand-head .footer-logo { height: 42px; }
  .footer__brand h3 { font-size: 26px; }
  .footer__brand p { margin: 10px auto 16px; font-size: 13px; }
  .socials a { width: 34px; height: 34px; }
  .footer__col h4 { margin-bottom: 13px; }
  .footer__col ul { gap: 8px; }
  .footer__bottom { padding: 16px 0; justify-content: center; }
  .footer__bottom span:last-child { display: none; }
}

/* ============================================================
   Meniu burger — centrat + accordion modern (2026 · meniu)
   - tot continutul centrat
   - fara sageata "→" pe item-uri
   - sageata in JOS (chevron) doar la parintii cu submeniu (Evenimente, Activitati)
   - submeniul se extinde / colapseaza la apasarea chevron-ului
   ============================================================ */
/* scoate sageata "→" de pe toate item-urile din meniul mobil */
.mobile-menu .mobile-menu__links a::after { content: none !important; }

/* eyebrow "Meniu" centrat, cu linie pe ambele parti */
.mobile-menu .mobile-menu__eyebrow { align-self: center; }
.mobile-menu .mobile-menu__eyebrow::after {
  content: ""; width: 28px; height: 1px; background: var(--gold); opacity: 0.7;
}

/* lista centrata, coloana ingrijita */
.mobile-menu .mobile-menu__links {
  width: 100%; max-width: 460px; margin-left: auto; margin-right: auto;
}

/* item simplu (fara submeniu): link centrat, fara deplasare la hover */
.mobile-menu .mobile-menu__links > li > a { justify-content: center; text-align: center; }
.mobile-menu .mobile-menu__links a:hover { padding-left: 0; }

/* parinte cu submeniu: titlu (link catre pagina) + chevron, totul centrat */
.mobile-menu .mm-head {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; padding: 18px 0;
}
.mobile-menu .mm-title {
  display: inline-block; padding: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.1; letter-spacing: -0.01em;
  color: var(--cream);
  transition: color 250ms var(--ease);
}
.mobile-menu .mm-title:hover { color: var(--gold-pale); }

/* chevron rotund cu sageata in JOS; se roteste in sus cand e deschis */
.mobile-menu .mm-chev {
  flex: none; width: 36px; height: 36px;
  display: grid; place-items: center;
  background: transparent;
  border: 1px solid rgba(242,232,214,0.22);
  border-radius: 50%;
  cursor: pointer; padding: 0;
  transition: background 250ms var(--ease), border-color 250ms var(--ease);
}
.mobile-menu .mm-chev:hover { border-color: var(--gold); background: rgba(197,137,62,0.12); }
.mobile-menu .mm-chev::before {
  content: ""; width: 7px; height: 7px;
  border-right: 1.6px solid var(--gold);
  border-bottom: 1.6px solid var(--gold);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 300ms var(--ease);
}
.mobile-menu .has-sub.open .mm-chev { border-color: var(--gold); background: rgba(197,137,62,0.14); }
.mobile-menu .has-sub.open .mm-chev::before { transform: translateY(2px) rotate(225deg); }

/* submeniu colapsabil (grid-template-rows 0fr -> 1fr) */
.mobile-menu .mobile-menu__sub {
  display: grid; grid-template-rows: 0fr; border: 0;
  transition: grid-template-rows 360ms var(--ease);
}
.mobile-menu .has-sub.open .mobile-menu__sub { grid-template-rows: 1fr; }
.mobile-menu .mobile-menu__sub > ul {
  overflow: hidden; list-style: none; margin: 0; padding: 0;
}
.mobile-menu .has-sub.open .mobile-menu__sub > ul { padding: 2px 0 16px; }
.mobile-menu .mobile-menu__sub > ul > li { border: 0; }
.mobile-menu .mobile-menu__sub > ul > li a {
  display: block; padding: 10px 0; font-size: 16px; text-align: center;
  color: rgba(242,232,214,0.72); letter-spacing: 0.02em;
  font-family: var(--sans);
}
.mobile-menu .mobile-menu__sub > ul > li a:hover { color: var(--gold-pale); padding-left: 0; }
.mobile-menu .mobile-menu__subtitle {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-pale); opacity: 0.6; padding: 12px 0 4px; text-align: center;
}

/* CTA + contact centrate, aceeasi latime ca lista */
.mobile-menu .mobile-menu__cta {
  width: 100%; max-width: 460px; margin-left: auto; margin-right: auto;
}
.mobile-menu .mobile-menu__contact {
  text-align: center; max-width: 460px; margin-left: auto; margin-right: auto;
}
.mobile-menu .mobile-menu__socials { justify-content: center; }


/* ============================================================
   Iconite social colorate pe brand (2026 · meniu)
   Footer (.socials) + meniu mobil (.mobile-menu__socials):
   Facebook albastru, Instagram gradient, TikTok negru cu
   glitch cyan/magenta. Glyph-urile raman albe (currentColor).
   ============================================================ */
.socials a[aria-label="Facebook"],
.mobile-menu__socials a[aria-label="Facebook"] {
  background: #1877F2; border-color: #1877F2; color: #fff;
}
.socials a[aria-label="Instagram"],
.mobile-menu__socials a[aria-label="Instagram"] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-color: transparent; color: #fff;
}
.socials a[aria-label="TikTok"],
.mobile-menu__socials a[aria-label="TikTok"] {
  background: #010101; border-color: rgba(242,232,214,0.28); color: #fff;
}
/* glitch-ul cyan + magenta specific TikTok, fara a modifica SVG-ul */
.socials a[aria-label="TikTok"] svg,
.mobile-menu__socials a[aria-label="TikTok"] svg {
  filter: drop-shadow(-1px -0.6px 0 #25F4EE) drop-shadow(1px 0.6px 0 #FE2C55);
}

/* hover: pastreaza culoarea de brand (nu mai vireaza spre auriu) */
.socials a[aria-label="Facebook"]:hover,
.mobile-menu__socials a[aria-label="Facebook"]:hover {
  background: #1877F2; border-color: #1877F2; color: #fff; filter: brightness(1.12);
}
.socials a[aria-label="Instagram"]:hover,
.mobile-menu__socials a[aria-label="Instagram"]:hover {
  border-color: transparent; color: #fff; filter: brightness(1.08);
}
.socials a[aria-label="TikTok"]:hover,
.mobile-menu__socials a[aria-label="TikTok"]:hover {
  background: #010101; border-color: rgba(242,232,214,0.5); color: #fff;
}


/* ============================================================
   Lista de activitati (pagina Activitati) — carduri clickabile cu
   imagine, titlu, descriere (2-3 randuri) si link spre pagina dedicata.
   2026 · meniu
   ============================================================ */
.acts {
  background: var(--cream-bg);
  padding: clamp(64px, 9vh, 110px) 0;
  border-top: 1px solid var(--hairline-dark);
}
.acts__group + .acts__group { margin-top: clamp(44px, 6vh, 76px); }
.acts__group > .eyebrow { margin-bottom: clamp(24px, 3vh, 36px); }
.acts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
}
.acard {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--hairline-dark);
  overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform 350ms var(--ease), box-shadow 350ms var(--ease), border-color 350ms var(--ease);
}
.acard:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 54px rgba(13,26,10,0.16);
  border-color: rgba(197,137,62,0.55);
}
.acard__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--forest); }
.acard__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(0.92);
  transition: transform 800ms var(--ease), filter 500ms var(--ease);
}
.acard:hover .acard__media img { transform: scale(1.07); filter: saturate(1.04); }
.acard__body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 26px; }
.acard__title {
  display: block; font-family: var(--serif); font-size: 25px; line-height: 1.1;
  letter-spacing: -0.01em; color: var(--ink); margin-bottom: 9px;
}
.acard__desc {
  display: block; font-size: 14px; line-height: 1.62;
  color: rgba(29,27,22,0.66); margin-bottom: 18px; flex: 1;
}
.acard__link {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-soft);
  transition: color 300ms var(--ease);
}
.acard__link::after {
  content: "\2192"; font-size: 14px; letter-spacing: 0;
  transition: transform 300ms var(--ease);
}
.acard:hover .acard__link { color: var(--gold); }
.acard:hover .acard__link::after { transform: translateX(5px); }

@media (max-width: 980px) {
  .acts__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .acts__grid { grid-template-columns: 1fr; gap: 16px; }
  .acard__media { aspect-ratio: 16 / 9; }
  .acard__body { padding: 20px 20px 22px; }
  .acard__title { font-size: 23px; }
}


/* ============================================================
   Centrare texte pe TELEFON — paginile interioare, exact ca
   sectiunile de pe home (ex. "Despre noi"). Acopera .intro,
   .feature-strip si lista de activitati. Doar <=768px; pe desktop
   layout-ul ramane neschimbat. 2026 · meniu
   ============================================================ */
@media (max-width: 768px) {
  /* Intro: eyebrow (inline-flex -> se centreaza), titlu, meta, paragrafe */
  .intro__head,
  .intro__body { text-align: center; }
  .intro__body p,
  .intro__body .lead { margin-left: auto; margin-right: auto; }
  .intro__body .callout {
    border-left: 0;
    border-top: 2px solid var(--gold);
    margin-left: auto; margin-right: auto;
  }

  /* Feature strip (cardurile La noi / In zona / Pentru toti) */
  .fcard { text-align: center; align-items: center; }
  .fcard__desc { margin-left: auto; margin-right: auto; }

  /* Lista de activitati (pagina Activitati) */
  .acard__body { text-align: center; }
  .acard__link { align-self: center; }
}


/* ============================================================
   Galerii de prezentare pe TELEFON: 3 poze pe rand (evenimente 2).
   Trece .masonry (multi-column) pe grid uniform, DOAR <=768px;
   pe desktop ramane masonry pe coloane (neschimbat). 2026 · meniu
   ============================================================ */
@media (max-width: 768px) {
  .masonry {
    columns: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: none;
  }
  .masonry--2 { grid-template-columns: repeat(2, 1fr); }
  .masonry__item { margin-bottom: 0; aspect-ratio: 1 / 1; }
  .masonry__item img { height: 100%; object-fit: cover; }
}

/* ============================================================
   Lightbox galerie — click pe poza o mareste; click din nou pe ea /
   pe fundal / Esc o inchide. Telefon + desktop. 2026 · meniu
   ============================================================ */
.masonry__item { cursor: zoom-in; }
.lightbox {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(6,15,4,0.93);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden;
  transition: opacity 300ms var(--ease), visibility 0s linear 300ms;
  cursor: zoom-out;
}
.lightbox.open {
  opacity: 1; visibility: visible;
  transition: opacity 300ms var(--ease);
}
.lightbox img {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0,0,0,0.6);
  transform: scale(0.97);
  transition: transform 320ms var(--ease);
}
.lightbox.open img { transform: scale(1); }
body.lb-open { overflow: hidden; }


/* ============================================================
   Formular de contact (pagina Contact) — 2026 · meniu
   ============================================================ */
.contact-form {
  background: var(--cream-bg);
  padding: clamp(60px, 9vh, 110px) 0;
  border-top: 1px solid var(--hairline-dark);
}
.contact-form__head { text-align: center; max-width: 640px; margin: 0 auto clamp(30px, 5vh, 50px); }
.contact-form__head h2 { font-size: clamp(34px, 4.4vw, 60px); margin: 14px 0 14px; color: var(--ink); }
.contact-form__head h2 .italic { color: var(--gold-soft); }
.contact-form__head p { color: rgba(29,27,22,0.66); max-width: 52ch; margin: 0 auto; }
.contact-form__head p a { color: var(--gold-soft); text-decoration: none; }
.cform {
  max-width: 720px; margin: 0 auto;
  display: grid; gap: 18px;
}
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cform__field { display: grid; gap: 8px; text-align: left; }
.cform__field > span {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(29,27,22,0.55);
}
.cform input,
.cform textarea {
  width: 100%;
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: #fff;
  border: 1px solid var(--hairline-dark);
  padding: 14px 16px;
  transition: border-color 250ms var(--ease), box-shadow 250ms var(--ease);
}
.cform input::placeholder,
.cform textarea::placeholder { color: rgba(29,27,22,0.4); }
.cform input:focus,
.cform textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197,137,62,0.14);
}
.cform textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.cform button[type="submit"] {
  justify-self: start; margin-top: 6px;
  border: 0; cursor: pointer; font-family: var(--sans);
}
@media (max-width: 560px) {
  .cform__row { grid-template-columns: 1fr; }
  .cform button[type="submit"] { justify-self: stretch; text-align: center; justify-content: center; }
}


/* ============================================================
   Feature-strip (banda verde cu carduri "Popas / Calare / Natura")
   pe TELEFON: scos chenarul (border-urile cardurilor) + compactat
   ca sa incapa pe un ecran de telefon (gen iPhone 15 Pro).
   Acopera toate paginile cu .feature-strip. Desktop neschimbat.
   2026 · meniu
   ============================================================ */
@media (max-width: 768px) {
  /* scos chenarul: liniile verticale (border-right) si orizontale (border-bottom) */
  .fcard,
  .fcard:last-child { border-right: 0; border-bottom: 0; }

  /* compactare verticala — sa incapa pe un singur ecran */
  .feature-strip { padding: 42px 0; }
  .feature-strip__grid { gap: 4px; }
  .fcard { padding: 16px 24px; gap: 7px; }
  .fcard__num { font-size: 17px; }
  .fcard__title { font-size: 25px; line-height: 1.1; }
  .fcard__desc { font-size: 14px; line-height: 1.55; }
}


/* ============================================================
   Link-uri inline in textul de continut (ex. casteltelekicoltau.ro,
   liliac.com) — vizibile clar ca link-uri: auriu + underline, hover
   mai intens. Acopera proza din toate paginile (.intro__body folosit
   de toate paginile de prezentare + cele custom) si "Despre" de pe
   home. Butoanele (.btn) sunt excluse. 2026 · meniu
   ============================================================ */
.intro__body a:not(.btn),
.intro__body .callout a:not(.btn),
.about__text a:not(.btn) {
  color: var(--gold-soft);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(168,112,41,0.5);
  transition: color 200ms var(--ease), text-decoration-color 200ms var(--ease);
}
.intro__body a:not(.btn):hover,
.intro__body .callout a:not(.btn):hover,
.about__text a:not(.btn):hover {
  color: var(--gold);
  text-decoration-color: var(--gold);
}


/* ============================================================
   Harta — Google Maps embed (pagina Contact) — 2026 · meniu
   ============================================================ */
.map-shell {
  position: relative;
  background: var(--forest);
  border: 1px solid var(--hairline-dark);
  overflow: hidden;
}
.map-shell__iframe {
  display: block; width: 100%;
  height: clamp(320px, 42vw, 460px);
  border: 0;
}
.map-shell__frame {
  position: absolute; inset: 14px;
  border: 1px solid rgba(242,232,214,0.4);
  pointer-events: none; z-index: 2;
}

/* Numar de telefon evidentiat (link tel afisat ca text, nu buton) */
.tel-pop { font-weight: 700; color: inherit; white-space: nowrap; letter-spacing: 0.01em; }
.tel-pop:hover { color: var(--gold); }
