@font-face {
  font-family: "Allura";
  src: url("fonts/allura-400-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  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: "Allura";
  src: url("fonts/allura-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  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";
  src: url("fonts/cormorant-garamond-500-700-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  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";
  src: url("fonts/cormorant-garamond-500-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  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: "Manrope";
  src: url("fonts/manrope-400-800-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  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";
  src: url("fonts/manrope-400-800-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  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: #f7f0eb;
  --bg-soft: #fffaf7;
  --panel: rgba(255, 250, 247, 0.82);
  --panel-strong: #fff7f1;
  --text: #261818;
  --muted: #705553;
  --line: rgba(118, 86, 80, 0.16);
  --accent: #8f3047;
  --accent-strong: #6f1730;
  --accent-soft: #f5d2d7;
  --gold: #c69a58;
  --shadow: none;
  --radius: 28px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100vw - 2rem));
  --header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(245, 210, 215, 0.7), transparent 34%),
    radial-gradient(circle at bottom right, rgba(198, 154, 88, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f3 0%, #f7f0eb 38%, #f3ebe5 100%);
  line-height: 1.6;
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  backdrop-filter: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.nav-open .site-header {
  backdrop-filter: blur(16px);
  background: rgba(255, 247, 243, 0.92);
  border-bottom-color: rgba(118, 86, 80, 0.08);
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand img {
  width: 208px;
  height: auto;
  transition: filter 220ms ease;
}

.brand-mark {
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.25rem;
  padding-left: 0;
  border-left: none;
}

.lang-switch__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 36px;
  padding: 0.2rem 0;
  border-radius: 0;
  border: none;
  background: none;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.lang-switch__flag {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.22rem;
  border: none;
  overflow: hidden;
  flex: 0 0 auto;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.lang-switch__link[lang="de"] .lang-switch__flag {
  background:
    linear-gradient(
      180deg,
      #171717 0%,
      #171717 33.333%,
      #c01f34 33.333%,
      #c01f34 66.666%,
      #f2b63d 66.666%,
      #f2b63d 100%
    );
}

.lang-switch__link[lang="pl"] .lang-switch__flag {
  background:
    linear-gradient(
      180deg,
      #fffdfb 0%,
      #fffdfb 50%,
      #d84868 50%,
      #d84868 100%
    );
}

.site-nav .lang-switch__link::after {
  display: none;
}

.lang-switch__link:hover,
.lang-switch__link.is-active {
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav a {
  position: relative;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--muted);
  padding: 0.2rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.has-hero-slider .site-header:not(.is-scrolled) .site-nav a,
.has-hero-slider .site-header:not(.is-scrolled) .brand,
.has-hero-slider .site-header:not(.is-scrolled) .nav-toggle {
  color: #fff8f6;
}

.has-hero-slider .site-header:not(.is-scrolled) .lang-switch__link {
  color: #fff8f6;
}

.has-hero-slider .site-header:not(.is-scrolled) .lang-switch__link:hover,
.has-hero-slider .site-header:not(.is-scrolled) .lang-switch__link.is-active {
  color: #fff8f6;
}

.has-hero-slider .site-header:not(.is-scrolled) .site-nav a:hover,
.has-hero-slider .site-header:not(.is-scrolled) .site-nav a[aria-current="page"] {
  color: #fff8f6;
}

.has-hero-slider .site-header:not(.is-scrolled) .site-nav a::after {
  background: linear-gradient(90deg, rgba(255, 248, 242, 0.92), rgba(245, 210, 215, 0.96));
}

.has-hero-slider .site-header:not(.is-scrolled) .nav-toggle {
  border-color: rgba(255, 248, 242, 0.22);
  background: rgba(255, 247, 243, 0.08);
}

.has-hero-slider .site-header:not(.is-scrolled) .brand img {
  filter: brightness(0) invert(1);
}

.nav-open.has-hero-slider .site-header .site-nav a {
  color: var(--muted);
}

.nav-open.has-hero-slider .site-header .site-nav a:hover,
.nav-open.has-hero-slider .site-header .site-nav a[aria-current="page"] {
  color: var(--text);
}

.nav-open.has-hero-slider .site-header .lang-switch__link {
  color: var(--muted);
}

.nav-open.has-hero-slider .site-header .lang-switch__link:hover,
.nav-open.has-hero-slider .site-header .lang-switch__link.is-active {
  color: var(--text);
}

.nav-open.has-hero-slider .site-header .site-nav a::after {
  background: linear-gradient(90deg, var(--accent), var(--gold));
}

.nav-open.has-hero-slider .site-header .brand img,
.site-header.is-scrolled .brand img {
  filter: none;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  color: var(--text);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
  content: "";
}

.nav-toggle span::before {
  transform: translateY(-6px);
}

.nav-toggle span::after {
  transform: translateY(4px);
}

.nav-open .nav-toggle span {
  background: transparent;
}

.nav-open .nav-toggle span::before {
  transform: translateY(0) rotate(45deg);
}

.nav-open .nav-toggle span::after {
  transform: translateY(-2px) rotate(-45deg);
}

main {
  overflow: clip;
}

.hero {
  padding: 5rem 0 2.5rem;
}

.hero-slider {
  padding: 0;
}

.hero-slider-shell {
  position: relative;
  height: clamp(520px, 76vh, 760px);
  min-height: clamp(520px, 76vh, 760px);
  overflow: hidden;
  background: #120d0e;
}

.hero-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 520ms ease;
}

.hero-slide-image {
  position: absolute;
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  min-width: calc(100% + 4px);
  min-height: calc(100% + 4px);
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.2);
  z-index: 0;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 8, 10, 0.82) 0%, rgba(17, 8, 10, 0.48) 38%, rgba(17, 8, 10, 0.18) 100%),
    radial-gradient(circle at 82% 20%, rgba(255, 220, 226, 0.18), transparent 30%);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 8, 10, 0.1) 0%, rgba(17, 8, 10, 0.36) 100%);
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide-inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-slide-copy {
  max-width: 620px;
  padding: calc(var(--header-height) + 3rem) 0 5rem;
  color: #fff9f6;
}

.hero-slide-copy .eyebrow,
.hero-slide-copy .lead,
.hero-slide-copy h1 {
  color: inherit;
}

.hero-slide-copy .eyebrow::before {
  background: rgba(255, 240, 236, 0.52);
}

.hero-slide-copy .lead {
  max-width: 28ch;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.hero-slide-copy .button-ghost {
  border-color: rgba(255, 241, 236, 0.24);
  background: rgba(255, 247, 243, 0.1);
  color: #fff9f6;
}

.hero-slider-ui {
  position: absolute;
  inset: auto 0 2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}

.hero-slider-controls,
.hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  pointer-events: auto;
}

.hero-slider-arrow,
.hero-slider-dot {
  border: 1px solid rgba(255, 244, 238, 0.24);
  background: rgba(22, 10, 13, 0.28);
  color: #fff9f6;
  backdrop-filter: blur(10px);
}

.hero-slider-arrow {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.hero-slider-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.hero-slider-dot.is-active {
  background: #fff6f2;
  transform: scale(1.08);
}

.hero-grid,
.split-section,
.contact-layout,
.price-layout,
.gallery-lead {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(143, 48, 71, 0.36);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Allura", cursive;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 400;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 6.35rem);
}

h2 {
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 62ch;
}

.hero-copy p,
.section-copy p,
.content-flow p,
.price-intro p,
.contact-card p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.button,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff8f6;
  box-shadow: none;
}

.button-ghost {
  border-color: rgba(143, 48, 71, 0.18);
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
}

.button:hover,
.button-ghost:hover,
.gallery-item:hover,
.service-card:hover,
.price-card:hover,
.contact-card:hover,
.panel:hover,
.video-card:hover {
  transform: translateY(-3px);
}

.hero-media,
.panel,
.price-card,
.contact-card,
.service-card,
.map-card,
.promo-card {
  border: 1px solid rgba(118, 86, 80, 0.12);
  background: var(--panel);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-media {
  position: relative;
  padding: 1rem;
  overflow: hidden;
}

.video-card {
  border: 1px solid rgba(118, 86, 80, 0.12);
  background: var(--panel);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
}
.video-copy p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.hero-video-shell,
.visual-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 8px);
}

.hero-video-shell::after,
.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 10, 10, 0) 40%, rgba(17, 10, 10, 0.34) 100%);
}

.hero-video-shell video,
.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 0.95rem;
}

.hero-stats {
  display: grid;
  gap: 0.85rem;
}

.stat-card {
  padding: 1.05rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 251, 248, 0.82);
  border: 1px solid rgba(118, 86, 80, 0.12);
}

.stat-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding: 4.75rem 0;
}

.section + .section {
  padding-top: 0;
}

.section-tight {
  padding-top: 1.75rem;
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.section-heading.compact {
  margin-bottom: 1.35rem;
}

.section-tag {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 800;
}

.split-section .media-frame,
.panel,
.map-card,
.promo-card,
.contact-form,
.hero-banner {
  overflow: hidden;
}

.media-frame {
  border-radius: var(--radius);
  min-height: 100%;
  background: linear-gradient(160deg, rgba(245, 210, 215, 0.7), rgba(255, 255, 255, 0.4));
  border: 1px solid rgba(118, 86, 80, 0.1);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-section--balanced {
  align-items: stretch;
}

.split-section--balanced .media-frame {
  height: 100%;
}

.split-section--balanced .section-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-section--balanced .content-flow {
  max-width: 52ch;
}

.panel,
.contact-form,
.map-card,
.promo-card {
  padding: 1.5rem;
}

.content-flow > * + * {
  margin-top: 1rem;
}

.feature-grid,
.service-grid,
.price-grid,
.contact-grid,
.gallery-grid,
.value-grid {
  display: grid;
  gap: 1.15rem;
}

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

.contact-grid--stack {
  grid-template-columns: 1fr;
}

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

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

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

.gallery-grid--story {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-grid--studio .gallery-item {
  aspect-ratio: 5 / 6.6;
}

.gallery-grid--studio .gallery-item img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
}

.gallery-grid--studio .gallery-item:hover img {
  transform: scale(1.24);
}

.service-card,
.price-card,
.contact-card,
.value-card,
.video-card {
  overflow: hidden;
}

.service-card img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.service-copy,
.value-card,
.contact-card,
.price-card {
  padding: 1.2rem;
}

.service-copy h3,
.price-card h3,
.contact-card h3,
.value-card h3 {
  margin-bottom: 0.75rem;
}

.service-copy h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.08;
}

.service-copy p,
.value-card p,
.contact-card p {
  margin: 0 0 0.8rem;
  color: var(--muted);
}

.price-list {
  display: grid;
  gap: 0.75rem;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(118, 86, 80, 0.12);
}

.price-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.price-row span {
  color: var(--muted);
}

.price-row strong {
  font-size: 1.05rem;
  color: var(--accent-strong);
}

.gallery-item {
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 24px;
  background: none;
  box-shadow: var(--shadow);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item::after {
  content: attr(data-caption);
  position: absolute;
  inset: auto 0 0;
  padding: 1rem 1rem 0.9rem;
  font-size: 0.94rem;
  font-weight: 700;
  color: #fff9f6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(25, 13, 13, 0.7) 100%);
}

.video-showcase {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}

.video-showcase__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 1rem 0.5rem;
  border: 1px solid rgba(118, 86, 80, 0.12);
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255, 250, 247, 0.72);
}

.video-showcase__label span {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.32em;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--accent);
}

.video-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.video-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  min-height: 100%;
}

.video-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247, 240, 235, 0.96), rgba(239, 226, 219, 0.96));
  padding: 0.45rem;
  aspect-ratio: 1 / 1;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  background: rgba(255, 250, 247, 0.9);
}

.video-copy {
  padding: 1rem 0.25rem 0;
  flex: 1;
}

.video-copy h3 {
  margin-top: 0.25rem;
}

.hero-banner {
  position: relative;
  padding: calc(var(--header-height) + 2.25rem) 0 2rem;
}

.hero-banner-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  padding: 2rem;
  text-align: center;
  border-radius: 34px;
  background:
    linear-gradient(140deg, rgba(255, 247, 244, 0.9), rgba(255, 255, 255, 0.6)),
    radial-gradient(circle at top right, rgba(245, 210, 215, 0.7), transparent 35%);
  border: 1px solid rgba(118, 86, 80, 0.12);
  box-shadow: var(--shadow);
}

.hero-banner-shell .reveal {
  max-width: 820px;
}

.hero-banner-shell .eyebrow {
  justify-content: center;
}

.hero-banner-shell .lead {
  margin-inline: auto;
}

.hero-banner-shell h1 {
  font-family: "Allura", cursive;
  font-size: clamp(3.3rem, 7vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 400;
}

.hero-banner-shell img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

.hero-banner-shell--graphic img {
  min-height: 100%;
  background:
    linear-gradient(150deg, rgba(255, 248, 244, 0.94), rgba(255, 255, 255, 0.65)),
    radial-gradient(circle at top right, rgba(143, 48, 71, 0.08), transparent 40%);
  padding: 0.6rem;
}

.gallery-grid--masonry {
  display: block;
  columns: 4 220px;
  column-gap: 1rem;
}

.gallery-grid--masonry .gallery-item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  break-inside: avoid;
}

.gallery-grid--masonry .gallery-item img {
  aspect-ratio: auto;
  height: auto;
}

.contact-list,
.mini-list {
  display: grid;
  gap: 0.7rem;
}

.contact-line {
  display: grid;
  gap: 0.15rem;
}

.contact-line span {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.contact-line a,
.contact-line strong {
  color: var(--text);
  font-size: 1.05rem;
}

.map-card iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 24px;
}

.contact-form {
  border-radius: var(--radius);
  border: 1px solid rgba(118, 86, 80, 0.12);
  background: rgba(255, 251, 248, 0.82);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
  display: grid;
  gap: 0.4rem;
}

.form-trap {
  position: absolute;
  inset: auto auto auto -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(118, 86, 80, 0.16);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.9rem 1rem;
  color: var(--text);
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form.is-loading .button {
  opacity: 0.7;
  cursor: wait;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.form-status:empty {
  display: none;
}

.form-status.is-success {
  color: #2f6a41;
}

.form-status.is-error {
  color: #8f3047;
}

.form-note,
.price-note,
.footer-copy,
.footer-meta,
.micro {
  color: var(--muted);
  font-size: 0.92rem;
}

.promo-card {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid rgba(118, 86, 80, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 251, 248, 0.78);
  box-shadow: var(--shadow);
}

.footer-brand img {
  width: 192px;
  margin-bottom: 1rem;
}

.footer-brand > * + * {
  margin-top: 0.75rem;
}

.footer-meta {
  max-width: 42ch;
}

.footer-meta a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  color: var(--muted);
  font-weight: 700;
}

.footer-link--legal {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(143, 48, 71, 0.32);
  text-underline-offset: 0.22em;
}

.footer-link--legal:hover {
  color: var(--accent-strong);
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  padding: 1.5rem;
  background: rgba(16, 8, 9, 0.82);
}

.legal-modal.is-open {
  display: grid;
  place-items: center;
}

.legal-modal__dialog {
  position: relative;
  display: grid;
  width: min(960px, 100%);
  max-height: calc(100vh - 3rem);
  overflow: hidden;
  border: 1px solid rgba(118, 86, 80, 0.14);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 252, 249, 0.98), rgba(248, 240, 235, 0.98)),
    var(--panel-strong);
  box-shadow: 0 24px 80px rgba(17, 8, 10, 0.26);
}

.legal-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: rgba(38, 24, 24, 0.08);
  color: var(--text);
  cursor: pointer;
  z-index: 2;
}

.legal-modal__body {
  overflow: auto;
  padding: 4.2rem 1.4rem 1.4rem;
  scrollbar-gutter: stable;
}

.legal-modal__content {
  display: grid;
  gap: 1rem;
  color: var(--muted);
}

.legal-modal__content--frame {
  gap: 0;
}

.legal-modal__content h1,
.legal-modal__content h2,
.legal-modal__content h3 {
  color: var(--text);
}

.legal-modal__content h1 {
  font-size: clamp(2.4rem, 4.8vw, 4rem);
}

.legal-modal__content h2 {
  margin-top: 0.5rem;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.legal-modal__content h3 {
  margin-top: 0.15rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.12;
}

.legal-modal__content p,
.legal-modal__content ul {
  margin: 0;
}

.legal-modal__content ul {
  padding-left: 1.25rem;
}

.legal-modal__content li + li {
  margin-top: 0.45rem;
}

.legal-modal__content a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  word-break: break-word;
}

.legal-modal__status {
  font-weight: 700;
}

.legal-modal__frame {
  display: block;
  width: 100%;
  min-height: min(78vh, 820px);
  border: none;
  border-radius: 20px;
  background: #fff;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  padding: 1.5rem;
  background: rgba(16, 8, 9, 0.86);
}

.lightbox.is-open {
  display: grid;
  place-items: center;
}

.lightbox__inner {
  position: relative;
  width: min(1100px, 100%);
  max-height: calc(100vh - 3rem);
  display: grid;
  gap: 0.75rem;
}

.lightbox__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.lightbox img {
  width: 100%;
  max-height: calc(100vh - 7rem);
  object-fit: contain;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.lightbox__caption {
  color: #fff4ef;
  text-align: center;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 420ms ease, transform 420ms ease;
}

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

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

@media (max-width: 1280px) {
  .nav-shell,
  .hero-slide-inner,
  .hero-slider-ui {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1100px) {
  .service-grid,
  .price-grid,
  .gallery-grid,
  .feature-grid,
  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid,
  .split-section,
  .contact-layout,
  .price-layout,
  .gallery-lead,
  .hero-banner-shell,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .gallery-grid--story {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-showcase {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.95rem;
  }

  .video-showcase__label {
    min-width: 56px;
  }

  .gallery-grid--masonry {
    columns: 3 220px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 76px;
    --container: min(1180px, calc(100vw - 2.75rem));
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: calc(var(--header-height) + 0.35rem) 1.35rem auto;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
    border-radius: 24px;
    background: rgba(255, 251, 248, 0.98);
    border: 1px solid rgba(118, 86, 80, 0.14);
    box-shadow: var(--shadow);
  }

  .lang-switch {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding-top: 0.35rem;
  }

  .nav-open .site-nav {
    display: flex;
  }

  .hero,
  .section,
  .hero-banner {
    padding-top: 3.5rem;
  }

  .hero-slider + .section {
    padding-top: 1.75rem;
  }

  .has-hero-slider .hero,
  .has-hero-slider .hero-slider {
    padding-top: 0;
  }

  .hero-banner {
    padding-top: calc(var(--header-height) + 1.75rem);
  }

  .hero-media-grid,
  .form-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .video-showcase {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.85rem;
  }

  .video-showcase__label {
    min-width: 48px;
    padding: 0.85rem 0.25rem;
  }

  .video-showcase__label span {
    letter-spacing: 0.24em;
    font-size: 0.8rem;
  }

  .video-duo {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-slider-shell,
  .hero-slide-inner {
    height: 560px;
    min-height: 560px;
  }

  .hero-slide-image {
    object-position: center bottom;
  }

  .hero-slide {
    background: none;
  }

  .hero-slide::before {
    background:
      linear-gradient(180deg, rgba(17, 8, 10, 0.72) 0%, rgba(17, 8, 10, 0.48) 48%, rgba(17, 8, 10, 0.22) 100%),
      radial-gradient(circle at 82% 20%, rgba(255, 220, 226, 0.18), transparent 30%);
  }

  .hero-slider-ui {
    inset: auto 0 1.25rem;
  }

  .gallery-grid--masonry {
    columns: 2 220px;
  }
}

@media (max-width: 800px) {
  .nav-shell,
  .hero-slide-inner,
  .hero-slider-ui {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(1180px, calc(100vw - 3rem));
  }

  .service-grid,
  .price-grid,
  .gallery-grid,
  .feature-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid--story {
    grid-template-columns: 1fr;
  }

  .gallery-grid--masonry {
    columns: 1;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
  }

  .hero-banner {
    padding-top: calc(var(--header-height) + 1.4rem);
  }

  .hero-slider + .section {
    padding-top: 1.25rem;
  }

  .has-hero-slider .hero,
  .has-hero-slider .hero-slider {
    padding-top: 0;
  }

  .hero-slider-shell,
  .hero-slide-inner {
    height: 520px;
    min-height: 520px;
  }

  .hero-slide-image {
    object-position: center bottom;
    transform: scale(1.2);
  }

  .hero-slide-copy {
    padding: calc(var(--header-height) + 2.25rem) 0 6.25rem;
  }

  .hero-slider-ui {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand img {
    width: 160px;
  }

  .lang-switch {
    width: 100%;
    justify-content: flex-start;
  }

  .video-showcase {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.7rem;
  }

  .video-showcase__label {
    min-width: 42px;
    padding: 0.75rem 0.15rem;
  }

  .video-showcase__label span {
    letter-spacing: 0.18em;
    font-size: 0.74rem;
  }

  .video-frame {
    aspect-ratio: 1 / 1;
  }

  .hero-media,
  .panel,
  .price-card,
  .contact-card,
  .service-card,
  .contact-form,
  .map-card,
  .promo-card,
  .video-card {
    border-radius: 22px;
  }

  .lightbox {
    padding: 1rem;
  }

  .legal-modal {
    padding: 1rem;
  }

  .legal-modal__dialog {
    border-radius: 24px;
  }

  .legal-modal__body {
    padding: 4rem 1rem 1rem;
  }
}
