@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/manrope-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f5efe4;
  --bg-soft: #fbf7f0;
  --card: rgba(255, 250, 242, 0.84);
  --card-strong: rgba(255, 252, 247, 0.92);
  --text: #18312b;
  --muted: #5d685f;
  --green: #173a33;
  --green-2: #1f4a41;
  --gold: #c9a04b;
  --gold-soft: rgba(201, 160, 75, 0.18);
  --line: rgba(23, 58, 51, 0.12);
  --shadow: 0 22px 60px rgba(20, 28, 25, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 32px));
  --header-h: 64px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(
      circle at 20% 12%,
      rgba(201, 160, 75, 0.08),
      transparent 0 20%
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(23, 58, 51, 0.07),
      transparent 0 18%
    ),
    linear-gradient(180deg, #f8f3ea 0%, #f2eadf 100%);
  overflow-x: hidden;
}

body.story-modal-open {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
  padding-right: var(--story-scrollbar-comp, 0px);
}

body::before,
.hero-backdrop,
.ambience-panel-bg {
  background-image: url("img/dark-green-background.webp");
  background-size: cover;
  background-position: center;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  z-index: -3;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.05)
  );
  pointer-events: none;
  z-index: -2;
}

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

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
  margin-left: 2rem;
}

button {
  font: inherit;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(76px, 8vw, 16px) 0;
}

.section:not(.hero),
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 960px;
}

.section-soft {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.38),
    rgba(255, 255, 255, 0.18)
  );
}

.page-glow,
.noise-layer,
.cursor-aura {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-glow {
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(201, 160, 75, 0.12),
      transparent 0 18%
    ),
    radial-gradient(
      circle at 82% 38%,
      rgba(23, 58, 51, 0.08),
      transparent 0 18%
    ),
    radial-gradient(
      circle at 50% 100%,
      rgba(201, 160, 75, 0.09),
      transparent 0 16%
    );
  animation: slowGlow 18s ease-in-out infinite alternate;
  z-index: -1;
}

.noise-layer {
  opacity: 0.03;
  background-image:
    radial-gradient(circle at 20% 30%, #000 0.5px, transparent 0.8px),
    radial-gradient(circle at 80% 40%, #000 0.5px, transparent 0.8px),
    radial-gradient(circle at 40% 70%, #000 0.4px, transparent 0.8px);
  background-size: 160px 160px;
  mix-blend-mode: multiply;
  z-index: 2;
}

.cursor-aura {
  background: radial-gradient(
    300px circle at var(--mx, 50%) var(--my, 50%),
    rgba(201, 160, 75, 0.1),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

body.pointer-ready .cursor-aura {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease,
    visibility 1.2s ease;
}

.header-bar {
  position: relative;
  width: 100vw;
  max-width: 100%;
}

.header-shell {
  position: relative;
  width: 100%;
  min-height: var(--header-h);
}

main {
  padding-top: var(--header-h);
}

.ornament-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 120px;

  background-image: url("img/lista-zdenka-trim.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  pointer-events: none;
  z-index: 2;
}

.header-frost {
  position: absolute;
  top: calc(100% + 55px);
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 1;
  pointer-events: none;

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  background: linear-gradient(
    to bottom,
    rgba(241, 238, 226, 0.54) 0%,
    rgba(233, 232, 217, 0.34) 38%,
    rgba(227, 228, 214, 0.12) 68%,
    rgba(255, 250, 244, 0) 100%
  );
}
.ornament-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;

  width: 100%;
  height: 120px;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.65) 0%,
    rgba(255, 255, 255, 0.45) 40%,
    rgba(255, 255, 255, 0.15) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}

.header-shell {
  width: 100%;
  min-height: var(--header-h);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: linear-gradient(
    135deg,
    rgba(239, 235, 224, 0.96),
    rgba(228, 229, 215, 0.94)
  );
  border-bottom: 1px solid rgba(86, 104, 93, 0.12);
  box-shadow: 0 8px 22px rgba(24, 39, 34, 0.06);
  transition:
    background 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    color 0.32s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(19, 33, 28, 0.16));
  transition: filter 0.32s ease;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 1.42rem;
  font-weight: 700;
  color: rgba(24, 49, 43, 0.92);
  margin-left: 0.5rem;
  transition: color 0.32s ease, text-shadow 0.32s ease;
}

.brand small {
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: rgba(24, 49, 43, 0.82);
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 999px;
  transform-origin: center;
  transition:
    color 0.32s ease,
    transform 0.32s ease,
    background 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: rgba(201, 160, 75, 0.64);
  opacity: 0;
  transform: scaleX(0.68);
  transform-origin: center;
  transition:
    opacity 0.32s ease,
    transform 0.32s ease,
    background 0.32s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--green);
  transform: scale(1.035);
  outline: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav .nav-cta::after {
  display: none;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #fff;
  transform: scale(1.02);
  background: linear-gradient(135deg, #12342d, #1c473d);
  box-shadow: 0 18px 28px rgba(23, 58, 51, 0.22);
}

.site-nav .nav-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 14px 24px rgba(23, 58, 51, 0.18);
  border-radius: 999px;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #11312b, #1a433a);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(246, 244, 236, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: background 0.32s ease, box-shadow 0.32s ease;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: var(--green);
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background 0.32s ease;
}

.site-header.is-top:not(.menu-open) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-18px);
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--header-h) * -1);
  padding-top: 0px;
  padding-bottom: 0;
  min-height: 100svh;
  scroll-margin-top: var(--header-h);
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(18, 34, 28, 0.55) 0%,
    rgba(18, 34, 28, 0.35) 35%,
    rgba(18, 34, 28, 0) 65%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.96;
  z-index: -1;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 24%,
      rgba(255, 245, 219, 0.72),
      transparent 0 18%
    ),
    linear-gradient(180deg, rgba(244, 232, 202, 0.26), rgba(11, 24, 20, 0.3));
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.64fr);
  gap: clamp(28px, 3.6vw, 48px);
  align-items: center;
}

.hero-copy {
  color: #f8f4ea;
  max-width: 780px;
  padding: clamp(20px, 3vw, 34px) clamp(18px, 2.8vw, 32px);
}

.hero-topline,
.eyebrow {
  display: inline-block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  font-weight: 900;
  line-height: 1.45;
  white-space: nowrap;
  color: #e1cc96;
}

.hero-topline-sep {
  display: none;
}

@media (min-width: 1025px) {
  .hero-topline br {
    display: none;
  }

  .hero-topline-sep {
    display: inline;
  }
}

.hero h1,
.section-heading h2,
.service-card h3,
.faq-item summary,
.contact-card strong,
.about-facts strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.hero h1 {
  margin: 16px 0 20px;
  font-size: clamp(4.2rem, 8vw, 7rem);
  line-height: 0.9;
  max-width: 9ch;
  text-wrap: balance;
}

.hero-subtitle {
  line-height: 1.5;
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.14rem, 1.9vw, 1.36rem);
  line-height: 1.55;
  font-weight: 500;
  color: rgba(248, 244, 234, 0.95);
}

.hero-subtitle span {
  display: block;
}

.hero-subtitle + .hero-subtitle {
  margin-top: 10px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 32px;
}

.hero-visual {
  display: grid;
  justify-items: center;
  align-self: center;
  overflow: visible;
}

.hero-logo-wrap {
  --hero-logo-fill: 1.02;
  width: min(1008px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 8%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at center,
      rgba(255, 252, 244, 0.96) 0 28%,
      rgba(255, 245, 221, 0.65) 40%,
      rgba(255, 255, 255, 0.02) 68%
    ),
    radial-gradient(circle at center, rgba(201, 160, 75, 0.4), transparent 70%);
  box-shadow: 0 34px 80px rgba(7, 12, 11, 0.28);
}

.hero-logo-motion {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.hero-logo {
  width: calc(100% * var(--hero-logo-fill));
  display: block;
  height: auto;
  max-width: none;
  object-fit: contain;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: drop-shadow(0 18px 28px rgba(28, 35, 31, 0.18));
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  margin-left: 0;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
  will-change: transform;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 18px 30px rgba(23, 58, 51, 0.24);
}

.hero .btn-primary {
  min-height: 64px;
  padding: 0 32px;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 22px 38px rgba(23, 58, 51, 0.3);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.section-heading {
  --section-heading-gap: 14px;
  --section-heading-bottom: 34px;
  display: grid;
  gap: var(--section-heading-gap);
  max-width: 760px;
  margin-bottom: var(--section-heading-bottom);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.section-heading p {
  margin: 0;
  line-height: 1.8;
  color: var(--muted);
}

#nabidka .section-heading {
  --section-heading-gap: 28px;
  --section-heading-bottom: 72px;
}

#omne {
  padding-top: 0;
}

.services-grid,
.contact-grid {
  display: grid;
  gap: 24px;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 12px;
}

.glass-card {
  position: relative;
  background: linear-gradient(180deg, var(--card-strong), var(--card));
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.26);
  pointer-events: none;
}

.service-card {
  padding: 28px;
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 100%;
  transition:
    transform 0.24s ease-out,
    box-shadow 0.24s ease-out,
    border-color 0.24s ease-out;
}

.service-card-extra {
  display: none;
}

.services-grid.is-expanded .service-card-extra {
  display: grid;
  animation: serviceCardReveal 0.55s ease both;
}

.service-card-link {
  color: inherit;
}

.service-card-link .service-footer span {
  color: var(--green);
  font-weight: 700;
}

.service-meta,
.contact-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #85692f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0;
  font-size: 2rem;
}

.service-card p,
.about-story p,
.contact-card span,
.faq-item p,
.ambience-copy p,
.fact-card span {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.service-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.service-footer small {
  color: var(--green);
  font-weight: 700;
}

.service-footer a {
  margin-left: auto;
  margin-right: 20px;
  color: var(--green);
  font-weight: 700;
  transition:
    color 0.24s ease-out,
    text-shadow 0.24s ease-out,
    transform 0.24s ease-out;
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .service-card:hover,
  .service-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 28px 54px rgba(24, 34, 31, 0.14);
    border-color: rgba(201, 160, 75, 0.2);
  }

  .service-card:hover .service-footer a,
  .service-card:focus-within .service-footer a {
    color: #13362f;
    text-shadow: 0 0 12px rgba(201, 160, 75, 0.08);
  }
}

.services-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(52px, 6vw, 84px);
}

.services-toggle-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: 0;
  padding: 0 0 6px;
  color: var(--green);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.services-toggle-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 1.7em;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(23, 58, 51, 0.3),
    rgba(201, 160, 75, 0.48)
  );
}

.services-toggle-link::after {
  content: "↗";
  font-size: 0.95em;
  line-height: 1;
  transform: translateY(-1px);
  opacity: 0.72;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.services-toggle-link:hover::after,
.services-toggle-link:focus-visible::after {
  transform: translate(2px, -3px);
  opacity: 1;
}

.services-less-link {
  display: none;
}

.services-less-link::after {
  content: "↖";
}

.services-grid.is-expanded + .services-cta .services-more-link {
  display: none;
}

.services-grid.is-expanded + .services-cta .services-less-link {
  display: inline-flex;
}

.ambience-layout,
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.ambience-panel {
  overflow: hidden;
  min-height: 520px;
  padding: 36px;
  display: grid;
  align-items: end;
}

@media (min-width: 1025px) {
  :root {
    --story-visual-height: clamp(420px, 33vw, 560px);
  }

  .ambience-copy {
    align-self: center;
  }

  .about-visual {
    height: var(--story-visual-height);
    aspect-ratio: auto;
  }

  .about-visual img {
    object-position: center 18%;
  }

  .ambience-layout {
    grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
    gap: 42px;
    align-items: end;
  }

  .ambience-visual {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .ambience-panel {
    width: 100%;
    max-width: 840px;
    min-height: 0;
    height: var(--story-visual-height);
    aspect-ratio: auto;
  }

  .ambience-panel-bg {
    background-size: contain;
    background-position: center bottom;
  }
}

.ambience-panel-bg {
  position: absolute;
  inset: 0;

  background-image: url("img/foto-maserna.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ambience-panel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 247, 226, 0.18), rgba(12, 24, 21, 0.5)),
    radial-gradient(
      circle at 50% 15%,
      rgba(255, 240, 206, 0.34),
      transparent 0 18%
    );
}

.ambience-logo {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -64%);
  width: min(280px, 70%);
  filter: drop-shadow(0 16px 30px rgba(9, 14, 13, 0.28));
}

.ambience-note {
  position: relative;
  z-index: 1;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 251, 244, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: grid;
  gap: 8px;
}

.ambience-note strong {
  color: var(--green);
  font-size: 1.2rem;
}

.about-layout {
  align-items: start;
}

.about-story {
  padding: clamp(24px, 4vw, 36px);
}

.about-story p + p {
  margin-top: 18px;
}

.about-facts {
  display: grid;
  gap: 18px;
}

.fact-card {
  padding: 24px;
}

.fact-card strong,
.contact-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--green);
}

.about-overview {
  --about-gap: 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.86fr);
  gap: var(--about-gap);
  align-items: stretch;
}

.about-column {
  display: flex;
  flex-direction: column;
  gap: var(--about-gap);
  align-items: stretch;
  min-height: 100%;
}

.about-intro,
.about-timeline-card {
  padding: clamp(28px, 4vw, 38px);
}

.about-intro,
.about-visual {
  width: 100%;
}

.about-intro {
  display: grid;
  gap: 16px;
}

.about-intro p,
.timeline-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.about-visual {
  margin: 0;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.about-timeline-card {
  position: relative;
  overflow: hidden;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 30px;
}

@media (min-width: 1025px) {
  #omne > .section-heading {
    max-width: none;
  }

  #omne > .section-heading h2 {
    white-space: nowrap;
  }

  .about-column {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .about-intro {
    min-height: 100%;
  }
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 9px;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(201, 160, 75, 0.58) 0%,
    rgba(23, 58, 51, 0.16) 100%
  );
}

.timeline-item {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.84),
    rgba(255, 249, 242, 0.68)
  );
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 14px 28px rgba(24, 34, 31, 0.06);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e1cc96;
  box-shadow:
    0 0 0 5px rgba(225, 204, 150, 0.16),
    0 6px 14px rgba(23, 58, 51, 0.1);
}

.timeline-item strong {
  display: block;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 2.5vw, 2.45rem);
  line-height: 0.95;
  color: var(--green);
}

.timeline-item p {
  font-size: 0.98rem;
  line-height: 1.58;
}

.timeline-item-featured {
  background:
    linear-gradient(
      180deg,
      rgba(255, 252, 245, 0.94),
      rgba(252, 246, 230, 0.86)
    ),
    linear-gradient(135deg, rgba(201, 160, 75, 0.08), rgba(23, 58, 51, 0.04));
  border-color: rgba(201, 160, 75, 0.28);
  box-shadow: 0 22px 44px rgba(24, 34, 31, 0.1);
}

.timeline-item-featured::before {
  width: 12px;
  height: 12px;
  left: -27px;
  background: var(--gold);
  box-shadow:
    0 0 0 6px rgba(201, 160, 75, 0.18),
    0 8px 18px rgba(23, 58, 51, 0.14);
}

.about-cta {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.about-cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  flex: 0 0 auto;
  min-height: 0;
  padding: 0 0 6px;
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.01em;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-cta-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 1.4em;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(23, 58, 51, 0.3),
    rgba(201, 160, 75, 0.48)
  );
}

.about-cta-link::after {
  content: "↗";
  font-size: 0.95em;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.72;
}

.about-cta-link:hover,
.about-cta-link:focus-visible {
  color: var(--green);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.about-cta-link:hover::after,
.about-cta-link:focus-visible::after {
  transform: translate(2px, -3px);
  opacity: 1;
}

.story-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 32px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}

.story-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.story-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 28, 24, 0.44), rgba(17, 28, 24, 0.56)),
    radial-gradient(
      circle at 50% 18%,
      rgba(255, 245, 219, 0.16),
      transparent 0 24%
    );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.story-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: min(88vh, 980px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(251, 246, 238, 0.9)),
    linear-gradient(
      135deg,
      rgba(201, 160, 75, 0.06),
      rgba(23, 58, 51, 0.03)
    );
  box-shadow: 0 30px 80px rgba(18, 24, 22, 0.22);
  transform: translateY(18px) scale(0.985);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease;
}

.story-modal.is-open .story-modal-dialog {
  transform: translateY(0) scale(1);
}

.story-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 4vw, 38px) clamp(28px, 4vw, 42px) 22px;
  border-bottom: 1px solid rgba(23, 58, 51, 0.1);
}

.story-modal-heading {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.story-modal-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--green);
}

.story-modal-heading p {
  margin: 0;
  max-width: 50ch;
  color: var(--muted);
  line-height: 1.7;
}

.story-modal-close {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(23, 58, 51, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.84);
  color: var(--green);
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.story-modal-close:hover,
.story-modal-close:focus-visible {
  outline: none;
  transform: translateY(-1px);
  background: rgba(255, 252, 246, 0.96);
  border-color: rgba(201, 160, 75, 0.26);
  box-shadow: 0 14px 24px rgba(18, 24, 22, 0.08);
}

.story-modal-body {
  padding: 20px clamp(28px, 4vw, 42px) clamp(28px, 4vw, 38px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.story-modal-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.92;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  white-space: pre-line;
  text-align: center;
}

.story-modal-body p + p {
  margin-top: 18px;
}

.story-inline-visual {
  margin: 20px auto;
  width: min(100%, 420px);
}

.story-inline-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(24, 34, 31, 0.12);
}

.story-inline-visual figcaption {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
  text-align: center;
}

.story-modal-signoff {
  color: var(--green);
  font-weight: 700;
}

.story-modal-dialog:focus-visible,
.story-modal-body:focus-visible,
.story-modal-close:focus-visible {
  outline: 2px solid rgba(201, 160, 75, 0.5);
  outline-offset: 3px;
}

.faq-contact-shell {
  background:
    radial-gradient(
      circle at 20% 12%,
      rgba(201, 160, 75, 0.08),
      transparent 0 20%
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(23, 58, 51, 0.07),
      transparent 0 18%
    ),
    linear-gradient(180deg, #f8f3ea 0%, #f2eadf 100%);
}

.contact-split {
  position: relative;
  overflow: hidden;
  background: transparent;
}

#faq {
  background: transparent;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  #faq {
    padding-bottom: clamp(38px, 6vw, 56px);
  }
}

.glass-card.contact-hero-card {
  margin-top: clamp(54px, 10vw, 160px);
}
.faq-layout {
  display: grid;
  gap: 24px;
  align-items: start;
}

.faq-intro {
  min-width: 0;
}

.faq-heading {
  margin-bottom: 0;
}

.faq-heading p {
  max-width: 34ch;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.82),
    rgba(255, 249, 242, 0.72)
  );
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 30px rgba(27, 34, 31, 0.055);
  transition:
    border-color 0.24s ease-out,
    box-shadow 0.24s ease-out,
    background 0.24s ease-out;
}

.faq-item[open] {
  background: linear-gradient(
    180deg,
    rgba(255, 253, 248, 0.92),
    rgba(255, 250, 242, 0.82)
  );
  border-color: rgba(201, 160, 75, 0.18);
  box-shadow: 0 20px 40px rgba(27, 34, 31, 0.08);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  font-size: clamp(1.34rem, 1.55vw, 1.72rem);
  line-height: 1.12;
  color: var(--green);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(24, 49, 43, 0.92);
  background: rgba(23, 58, 51, 0.05);
  border: 1px solid rgba(23, 58, 51, 0.08);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition:
    transform 0.22s ease-out,
    background-color 0.22s ease-out,
    border-color 0.22s ease-out,
    color 0.22s ease-out;
}

.faq-item[open] summary::after {
  content: "–";
  transform: scale(1.04);
  background: rgba(201, 160, 75, 0.12);
  border-color: rgba(201, 160, 75, 0.22);
  color: var(--green);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.24s ease-out,
    opacity 0.2s ease-out;
}

.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-answer p {
  overflow: hidden;
  padding: 0 22px 0;
}

.faq-answer a {
  margin-left: 0;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.faq-item[open] .faq-answer p {
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  #faq {
    padding-bottom: calc(clamp(76px, 8vw, 16px) / 2);
  }

  .faq-layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.22fr);
    gap: clamp(28px, 4vw, 54px);
  }

  .faq-intro {
    position: sticky;
    top: calc(var(--header-h) + 28px);
  }

  .faq-heading {
    gap: 18px;
  }

  .faq-heading h2 {
    margin-bottom: 6px;
  }

  .faq-list {
    width: 100%;
    max-width: 760px;
    justify-self: end;
    gap: 14px;
  }
}

.contact-layout {
  display: grid;
  gap: 22px;
}

.contact-panel,
.contact-info-card {
  padding: clamp(28px, 4vw, 38px);
}

.contact-panel {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--green);
}

.contact-panel p,
.contact-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.contact-info-card {
  display: grid;
  align-content: start;
}

.contact-info-grid {
  display: grid;
  gap: 18px;
}

.contact-info-item {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  padding: 16px 10px 18px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 245, 0.88),
    rgba(255, 249, 240, 0.74)
  );
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 16px 32px rgba(24, 34, 31, 0.08);
}

.contact-info-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--green);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-info-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #85692f;
}

.contact-info-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  line-height: 1.06;
  color: var(--green);
}

.contact-info-value a,
.contact-info-value a:visited {
  color: inherit;
}

@media (min-width: 1025px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: clamp(24px, 3.5vw, 42px);
    align-items: stretch;
  }

  .contact-panel,
  .contact-info-card {
    min-height: 100%;
  }

  .contact-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 22px);
    align-items: end;
  }

  .contact-layout-inspired .contact-info-card {
    position: relative;
    padding-top: 72px;
  }

  .contact-layout-inspired .contact-info-grid {
    margin-top: -52px;
  }

  .contact-layout-inspired .contact-info-item {
    padding: 20px 12px 22px;
    box-shadow: 0 18px 34px rgba(24, 34, 31, 0.1);
  }

  .contact-layout-inspired .contact-info-icon {
    width: 60px;
    height: 60px;
    margin-top: -40px;
    background: rgba(201, 160, 75, 0.18);
  }

  .contact-layout-inspired .contact-info-label {
    font-size: 0.74rem;
  }

  .contact-layout-inspired .contact-info-value {
    font-size: clamp(1.7rem, 1.9vw, 2.05rem);
  }
}

@media (max-width: 820px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

.contact-split {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  --contact-footer-space: clamp(92px, 10vw, 132px);
  padding-bottom: var(--contact-footer-space);
}

@media (min-width: 1025px) {
  .contact-split {
    padding-top: clamp(76px, 8vw, 16px);
    --contact-footer-space: clamp(108px, 7vw, 148px);
    padding-bottom: var(--contact-footer-space);
  }
}

.contact-split::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 63%;
  bottom: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    #6f7f5f 100%,
    #5f6f52 100%
  );

  z-index: 0;
}

.contact-split .container {
  position: relative;
  z-index: 1;
}

.contact-split-inner {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.contact-split-inner h2 {
  margin: 0;
  padding-top: calc(var(--contact-icon-size, 96px) * 0.14);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--green);
}

.contact-split-inner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.contact-hero-card {
  margin-top: clamp(14px, 2.5vw, 28px);
  padding: clamp(24px, 3vw, 32px);
  display: grid;
  gap: 22px;
  position: relative;
  overflow: visible;
  --contact-icon-size: clamp(82px, 10vw, 126px);
  --contact-icon-lift: 0.8;
  --contact-item-top-space: 0.6;
}

@media (min-width: 1025px) {
  .contact-hero-card {
    margin-top: clamp(16px, 2vw, 24px);
    --contact-icon-size: clamp(72px, 8.8vw, 108px);
    --contact-icon-lift: 0.68;
    --contact-item-top-space: 0.5;
  }

  .contact-hero-icon {
    transform: translate(-50%, calc(var(--contact-icon-lift) * -100%));
    background: #7b8a6d;
    box-shadow:
      0 8px 20px rgba(24, 34, 31, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.62);
  }
}

.contact-hero-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.contact-hero-item {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  width: 100%;
  padding: calc(var(--contact-icon-size) * var(--contact-item-top-space)) 12px 18px;
  margin: 0;
  margin-left: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    filter 0.22s ease;
}

.contact-hero-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(var(--contact-icon-lift) * -100%));
  display: grid;
  place-items: center;
  width: var(--contact-icon-size);
  height: var(--contact-icon-size);
  border-radius: 50%;
  background: #6f7f5f;
  color: #f2ede4;
  box-shadow:
    0 12px 28px rgba(24, 34, 31, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  z-index: 2;
}

.contact-hero-icon svg {
  width: calc(var(--contact-icon-size) * 0.4);
  height: calc(var(--contact-icon-size) * 0.4);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-hero-label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #85692f;
}

.contact-hero-value {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2.1vw, 2.05rem);
  line-height: 1.06;
  color: var(--green);
}

.contact-hero-item:active {
  transform: translateY(-1px);
}

.contact-hero-item:focus-visible {
  outline: 2px solid rgba(133, 105, 47, 0.24);
  outline-offset: 4px;
}

.contact-hero-map-tile {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .contact-hero-item:hover {
    transform: translateY(-3px);
    opacity: 0.985;
    filter: saturate(1.02) contrast(1.01);
  }

  .contact-hero-item:hover .contact-hero-value,
  .contact-hero-item:focus-visible .contact-hero-value {
    opacity: 0.96;
  }
}

.contact-hero-note {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

@media (min-width: 1025px) {
  .contact-hero-card {
    transform: translateY(-12%);
    min-height: clamp(300px, 28vw, 360px);
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .contact-split {
    --contact-icon-size: clamp(82px, 10vw, 126px);
  }

  .contact-hero-card {
    --contact-item-top-space: 0.74;
  }

  .contact-split-inner {
    margin-bottom: calc(var(--contact-icon-size) * 0.9);
  }

  .contact-hero-grid {
    align-items: stretch;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-hero-item {
    align-content: start;
  }

  .contact-hero-item:nth-child(-n + 2) {
    padding-bottom: calc(var(--contact-icon-size) * 1.82);
  }

  .contact-hero-item:last-child {
    margin-bottom: calc(var(--contact-icon-size) * 0.5);
  }

  .contact-hero-map-tile {
    display: block;
    min-height: 100%;
    margin-top: calc(var(--contact-icon-size) * -1);
    margin-bottom: calc(var(--contact-icon-size) * 0.5);
    margin-left: calc(var(--contact-icon-size) * 0.66);
    margin-right: calc(var(--contact-icon-size) * 0.66);
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    background:
      linear-gradient(180deg, rgba(255, 252, 245, 0.48), rgba(255, 249, 240, 0.24)),
      rgba(255, 255, 255, 0.32);
    box-shadow: 0 18px 30px rgba(24, 34, 31, 0.08);
  }

  .contact-hero-map-frame {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 214px;
    border: 0;
    filter: saturate(0.9) contrast(0.94) brightness(1.02);
  }
}

.site-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  padding: 0;
  color: rgba(255, 248, 236, 0.92);
  background: transparent;
  min-height: 0;
  height: var(--contact-footer-space);
  margin-top: 0;
}

@media (min-width: 1025px) {
  .site-footer {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
}

.site-footer p {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.35;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  transform: none;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}
.reveal-delay-2 {
  transition-delay: 0.16s;
}
.reveal-delay-3 {
  transition-delay: 0.24s;
}
.reveal-delay-4 {
  transition-delay: 0.32s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slowGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(0, -2%, 0) scale(1.04);
  }
}

@keyframes heroFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  38% {
    transform: translate3d(0, -6px, 0) scale(1.012);
  }
  70% {
    transform: translate3d(0, -2px, 0) scale(1.006);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes serviceCardReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-inner,
  .ambience-layout,
  .about-layout,
  .services-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    order: 2;
    text-align: center;
    margin-inline: auto;
  }

  .hero-visual {
    order: 1;
    margin-top: 0rem;
  }

  .hero h1 {
    max-width: 12ch;
    margin-inline: auto;
  }

  .hero-topline,
  .hero-subtitle {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .about-overview {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-column {
    display: grid;
    min-height: auto;
  }

  .about-cta {
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .hero-logo-wrap {
    margin-top: 2rem;
  }
  :root {
    --header-h: 60px;
  }

  .header-shell {
    width: 100%;
    padding: 7px 14px;
    gap: 12px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 1.2rem;
    margin-left: 0.35rem;
  }

  .menu-toggle {
    display: block;
    width: 38px;
    height: 38px;
  }
  .site-nav {
    position: fixed;
    top: calc(var(--header-h) + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);

    width: calc(100vw - 28px);

    z-index: 2000;

    padding: 10px;
    flex-direction: column;
    align-items: stretch;

    background: rgba(255, 250, 244, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(28, 37, 34, 0.12);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    opacity: 0;
    visibility: hidden;

    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s;
  }

  .site-header.menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .site-nav a {
    width: 100%;
  }

  .brand small {
    display: none;
  }

}

@media (min-width: 1025px) {
  .hero-topline,
  .hero h1,
  .hero-subtitle {
    transform: translateY(-36px);
  }

  .hero-inner {
    --hero-frame-w: min(1120px, calc(100vw - 96px));
    width: var(--hero-frame-w);
    margin-left: max(
      32px,
      calc((100vw - var(--hero-frame-w)) / 2 - clamp(24px, 2vw, 44px))
    );
    margin-right: auto;
    grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
    gap: clamp(20px, 2.6vw, 34px);
  }

  .hero-copy {
    max-width: 780px;
    padding-right: 28px;
    row-gap: 28px;
  }

  .hero h1 {
    font-size: clamp(5.5rem, 7.8vw, 7.6rem);
    max-width: 8.4ch;
    margin: 30px 0 36px;
  }

  .hero-subtitle {
    max-width: 30ch;
    font-size: clamp(1.28rem, 1.68vw, 1.54rem);
    line-height: 1.54;
    color: rgba(248, 244, 234, 0.88);
  }

  .hero .btn-primary {
    min-height: 72px;
    min-width: clamp(248px, 24vw, 320px);
    padding: 0 44px;
    font-size: 1.16rem;
  }

  .hero-actions {
    justify-content: flex-start;
    margin-top: 22px;
    padding-left: clamp(132px, 12vw, 240px);
  }

  .hero-visual {
    justify-self: center;
    width: 100%;
  }

  .hero-logo-wrap {
    width: min(760px, 92%);
    transform: scale(1.08);
    transform-origin: center;
  }

  .hero-logo-motion {
    animation: heroFloat 8.5s ease-in-out infinite;
    will-change: transform;
  }
}

@media (min-width: 1280px) {
  .hero-topline,
  .hero h1,
  .hero-subtitle {
    transform: translateY(-42px);
  }

  .hero-inner {
    --hero-frame-w: min(1160px, calc(100vw - 112px));
    width: var(--hero-frame-w);
    margin-left: max(
      40px,
      calc((100vw - var(--hero-frame-w)) / 2 - clamp(28px, 2.2vw, 56px))
    );
    margin-right: auto;
    grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.7fr);
    gap: clamp(26px, 3vw, 42px);
  }

  .hero-copy {
    max-width: 820px;
    padding-right: 30px;
    row-gap: 34px;
  }

  .hero h1 {
    font-size: clamp(6rem, 7vw, 8.25rem);
    margin: 36px 0 42px;
  }

  .hero-subtitle {
    max-width: 31ch;
    font-size: clamp(1.36rem, 1.42vw, 1.62rem);
    color: rgba(248, 244, 234, 0.9);
  }

  .hero-topline {
    font-size: clamp(1.16rem, 1.24vw, 1.36rem);
  }

  .hero-actions {
    justify-content: flex-start;
    margin-top: 26px;
    padding-left: clamp(164px, 13vw, 300px);
  }

  .hero-logo-wrap {
    width: min(860px, 96%);
    transform: scale(1.16);
  }
}

@media (max-width: 1024px) {
  .hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-template-columns: 1fr;
    text-align: center;
    align-self: stretch;
    flex: 1 1 auto;
    min-height: 0;
    gap: clamp(14px, 2.4svh, 24px);
  }

  .hero {
    min-height: calc(100svh - var(--header-h));
    align-items: stretch;
    flex-direction: column;
    padding-top: clamp(12px, 4svh, 28px);
    padding-bottom: clamp(20px, 5svh, 40px);
  }

  .hero-copy {
    align-self: start;
    width: 100%;
    display: grid;
    justify-items: center;
    text-align: center;
    row-gap: 14px;
  }

  .hero-visual {
    width: 100%;
    align-self: center;
    justify-items: center;
  }

  .hero-topline,
  .hero h1,
  .hero-subtitle,
  .hero-actions {
    margin: 0;
  }

  .hero-logo-wrap {
    margin-top: 0;
    --hero-logo-fill: 1.02;
    width: clamp(178px, calc((100svh - var(--header-h)) * 0.355), 372px);
    height: clamp(178px, calc((100svh - var(--header-h)) * 0.355), 372px);
  }

  .hero-logo {
    width: calc(100% * var(--hero-logo-fill));
    height: auto;
    max-width: none;
    max-height: none;
  }

  .hero-visual img {
    margin-top: 0;
  }

  .hero h1 {
    font-size: clamp(2.95rem, 11.9vw, 3.8rem);
    max-width: 8ch;
    margin: 12px auto 14px;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 0.92;
  }

  .hero-subtitle {
    max-width: 30ch;
    font-size: clamp(0.98rem, 1.5vw, 1.08rem);
    line-height: 1.6;
    color: rgba(248, 244, 234, 0.78);
  }

  .hero-actions {
    margin-top: 10px;
  }

  .hero-topline {
    font-size: clamp(0.88rem, 2.3vw, 1.04rem);
    letter-spacing: 0.14em;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .header-shell {
    padding-inline: 20px;
  }

  .brand strong {
    font-size: 1.3rem;
    margin-left: 0.75rem;
  }

  .hero {
    padding-top: clamp(20px, 2.6svh, 32px);
    padding-bottom: clamp(26px, 3.8svh, 42px);
  }

  .hero-inner {
    width: min(760px, calc(100vw - 48px));
    margin: 0 auto;
    gap: clamp(18px, 2.1svh, 24px);
  }

  .hero-copy {
    max-width: 760px;
    row-gap: 16px;
  }

  .hero-logo-wrap {
    width: clamp(276px, calc((100svh - var(--header-h)) * 0.33), 372px);
    height: clamp(276px, calc((100svh - var(--header-h)) * 0.33), 372px);
  }

  .hero h1 {
    font-size: clamp(5.8rem, 9.5vw, 7.15rem);
    margin: 16px auto 18px;
    max-width: 9ch;
  }

  .hero-subtitle {
    max-width: 30ch;
    font-size: clamp(1.42rem, 2.28vw, 1.62rem);
    line-height: 1.52;
    color: rgba(248, 244, 234, 0.86);
  }

  .hero-actions {
    margin-top: 14px;
  }

  .hero .btn-primary {
    min-height: 72px;
    padding: 0 42px;
    font-size: 1.14rem;
  }

  .hero-topline {
    font-size: clamp(1.08rem, 1.6vw, 1.2rem);
    letter-spacing: 0.14em;
  }
}

@media (max-width: 820px) {
  a {
    margin-left: 0rem;
  }

  .brand strong {
    font-size: 1.08rem;
  }
  .header-bar {
    min-height: 42px;
    padding: 0;
  }

  .header-shell {
    width: 100%;
    padding: 6px 14px;
  }

  .ornament-bar {
    height: 86px;
    background-size: cover;
  }

  .header-frost {
    top: calc(100% + 36px);
    height: 72px;
  }
}

@media (max-width: 640px) {
  :root {
    --header-h: 56px;
  }

  .hero-backdrop {
    background-image: url("img/dark-green-background-mobile.webp");
  }

  .ambience-panel-bg {
    background-image: url("img/foto-maserna-mobile.webp");
  }

  body::before,
  body::after,
  .page-glow,
  .noise-layer,
  .cursor-aura {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .contact-split::before {
    top: 25%;
  }

  .contact-split {
    --contact-icon-size: clamp(82px, 22vw, 96px);
    --contact-footer-space: clamp(44px, 12vw, 56px);
  }

  .contact-hero-card {
    --contact-icon-lift: 0.72;
    --contact-item-top-space: 0.88;
  }

  .site-footer {
    height: var(--contact-footer-space);
  }

  .site-footer p {
    transform: translateY(calc(var(--contact-icon-size) * -0.08));
  }

  .contact-hero-card {
    transform: none;
  }

  .contact-split-inner {
    margin-bottom: calc(var(--contact-icon-size) * 0.9);
  }

  .contact-hero-grid {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .contact-hero-item {
    padding-bottom: calc(var(--contact-icon-size) * 0.88);
  }

  .contact-hero-item:last-of-type {
    padding-bottom: calc(var(--contact-icon-size) * 0.45);
  }

  .contact-hero-icon {
    transform: translate(-50%, calc(var(--contact-icon-lift) * -100%));
  }

  .contact-hero-item > :not(.contact-hero-icon) {
    position: relative;
    transform: translateY(-8px);
  }

  .hero {
    min-height: calc(100svh - var(--header-h));
    align-items: flex-start;
    padding-top: clamp(12px, 4svh, 24px);
    padding-bottom: clamp(18px, 4.5svh, 32px);
  }

  .hero-backdrop::after {
    background: linear-gradient(
      180deg,
      rgba(244, 232, 202, 0.16),
      rgba(11, 24, 20, 0.26)
    );
  }

  .hero-inner {
    gap: clamp(12px, 2svh, 20px);
  }

  .hero-copy {
    margin-inline: auto;
    row-gap: 12px;
  }

  .hero-logo-wrap {
    width: clamp(182px, calc((100svh - var(--header-h)) * 0.37), 388px);
    height: clamp(182px, calc((100svh - var(--header-h)) * 0.37), 388px);
    box-shadow: 0 18px 42px rgba(7, 12, 11, 0.22);
    background:
      radial-gradient(
        circle at center,
        rgba(255, 252, 244, 0.94) 0 30%,
        rgba(255, 245, 221, 0.58) 42%,
        rgba(255, 255, 255, 0.02) 68%
      ),
      radial-gradient(circle at center, rgba(201, 160, 75, 0.28), transparent 70%);
  }

  .hero h1 {
    font-size: clamp(2.95rem, 11.9vw, 3.8rem);
    margin-inline: auto;
  }

  .hero-topline,
  .hero-subtitle {
    margin-inline: auto;
  }

  .hero-topline {
    font-size: clamp(0.88rem, 2.3vw, 1.04rem);
  }

  .hero-actions {
    margin-top: 8px;
  }

  .hero-actions,
  .hero-chips {
    width: 100%;
  }

  .btn,
  .hero-chips span {
    width: 100%;
  }

  .service-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-footer a {
    align-self: flex-end;
  }

  .header-shell {
    border-radius: 0;
    padding: 4px 12px;
  }

  .glass-card,
  .faq-item {
    border-radius: 24px;
  }

  .ambience-panel {
    min-height: 420px;
    padding: 24px;
  }

  .about-timeline {
    padding-left: 28px;
    gap: 12px;
  }

  .about-timeline::before {
    left: 8px;
  }

  .timeline-item {
    padding: 16px 16px 16px 18px;
    border-radius: 22px;
  }

  .timeline-item::before {
    left: -24px;
    top: 24px;
  }

  .about-cta {
    justify-content: center;
  }

  .about-cta-link {
    width: auto;
  }

  .story-modal {
    padding: 0;
  }

  .story-modal-dialog {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .story-modal-header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 24px 20px 18px;
    background: linear-gradient(
      180deg,
      rgba(252, 247, 239, 0.98),
      rgba(252, 247, 239, 0.92)
    );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .story-modal-heading {
    gap: 10px;
  }

  .story-modal-heading h2 {
    font-size: clamp(2.2rem, 9vw, 3.05rem);
  }

  .story-modal-heading p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .story-modal-close {
    min-height: 42px;
    padding: 0 16px;
  }

  .story-modal-body {
    padding: 16px 20px 24px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 1rem;
    margin-left: 0.25rem;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .menu-toggle span {
    width: 16px;
  }
}

@media (max-width: 1024px) and (max-height: 760px) {
  .hero-inner {
    justify-content: center;
    flex: 1 1 auto;
    gap: 12px;
  }

  .hero {
    padding-top: 10px;
    padding-bottom: 18px;
  }

  .hero-copy {
    padding-top: 6px;
    padding-bottom: 6px;
    row-gap: 12px;
  }

  .hero-logo-wrap {
    --hero-logo-fill: 1.02;
    width: clamp(164px, calc((100svh - var(--header-h)) * 0.31), 272px);
    height: clamp(164px, calc((100svh - var(--header-h)) * 0.31), 272px);
  }

  .hero-logo {
    width: calc(100% * var(--hero-logo-fill));
    height: auto;
    max-width: none;
    max-height: none;
  }

  .hero h1 {
    margin: 8px auto 10px;
    font-size: clamp(2.35rem, 9.15vw, 3.05rem);
    max-width: 7.5ch;
  }

  .hero-topline {
    font-size: clamp(0.76rem, 2vw, 0.92rem);
    letter-spacing: 0.12em;
  }

  .hero-subtitle {
    max-width: 28ch;
    font-size: clamp(0.94rem, 1.38vw, 1.02rem);
    line-height: 1.5;
    color: rgba(248, 244, 234, 0.74);
  }

  .hero-subtitle + .hero-subtitle {
    margin-top: 6px;
  }

  .hero-actions {
    margin-top: 4px;
  }
}

@media (max-width: 400px) and (max-height: 760px) {
  .hero {
    padding-top: 8px;
    padding-bottom: 14px;
  }

  .hero-inner {
    justify-content: space-evenly;
    flex: 1 1 auto;
    gap: 0;
  }

  .hero-copy {
    row-gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-logo-motion {
    animation: none !important;
  }
}
