/*
  Regnum Design - style guide
  01. Design tokens and themes
  02. Base page setup
  03. Header and navigation
  04. Hero
  05. Shared section layout
  06. Intro
  07. Offer
  08. Process
  09. Gallery
  10. Contact and footer
  11. Lightbox
  12. Responsive rules
*/

/* 01. Design tokens and themes */
:root {
  color-scheme: light dark;
  --font-main: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-soft: "Lato", "Inter", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --gold: #d9b45f;
  --gold-strong: #b4872c;
  --wood: #9a714a;
  --radius: 8px;
  --header-h: 76px;
  --max: 1180px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --header-float-w: min(calc(100vw - 40px), calc(var(--max) + 520px));
  --header-floating-inset: max(0px, calc((var(--header-float-w) - var(--max)) / 2 + 7px));
}

:root,
:root[data-theme="light"] {
  --bg: #f8f5ef;
  --bg-2: #ebe4d8;
  --ink: #161718;
  --muted: #5e5d58;
  --line: rgba(22, 23, 24, 0.12);
  --panel: rgba(255, 255, 255, 0.72);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --header: rgba(248, 245, 239, 0.46);
  --header-top: rgba(248, 245, 239, 0.82);
  --header-border: rgba(22, 23, 24, 0.16);
  --header-top-edge: rgba(92, 92, 92, 0.18);
  --header-edge: rgba(92, 92, 92, 0.34);
  --header-link: #111315;
  --header-link-hover: rgba(255, 255, 255, 0.44);
  --header-shadow: 0 10px 22px rgba(33, 25, 12, 0.09);
  --shadow: 0 14px 38px rgba(33, 25, 12, 0.07);
  --offer-bg:
    radial-gradient(circle at 14% 0%, rgba(255, 249, 232, 0.68), transparent 23rem),
    radial-gradient(circle at 86% 16%, rgba(156, 113, 68, 0.2), transparent 28rem),
    linear-gradient(135deg, #f4ead8 0%, #e4cfaa 56%, #d0b286 100%);
  --offer-ink: #171512;
  --offer-muted: #574a3a;
  --offer-kicker: #a87420;
  --offer-card: rgba(255, 255, 255, 0.34);
  --offer-card-border: rgba(74, 54, 32, 0.2);
  --offer-card-shine: rgba(255, 255, 255, 0.44);
  --offer-card-shadow: 0 10px 24px rgba(52, 35, 16, 0.08);
  --offer-card-shadow-hover: 0 12px 28px rgba(52, 35, 16, 0.11);
  --process-bg:
    radial-gradient(circle at 16% 0%, rgba(255, 249, 232, 0.64), transparent 25rem),
    radial-gradient(circle at 86% 14%, rgba(156, 113, 68, 0.16), transparent 27rem),
    linear-gradient(180deg, #f8f1e5 0%, #eadfcd 100%);
  --process-overlay:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 24%, transparent 76%, rgba(217, 180, 95, 0.1)),
    radial-gradient(circle at 50% 100%, rgba(156, 113, 68, 0.08), transparent 34rem);
  --process-ink: #171512;
  --process-muted: #5a4e3f;
  --process-lead: #574b3d;
  --process-card: rgba(255, 255, 255, 0.42);
  --process-card-border: rgba(74, 54, 32, 0.18);
  --process-card-shine: rgba(255, 255, 255, 0.48);
  --process-card-shadow: 0 12px 28px rgba(52, 35, 16, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  --process-rule: linear-gradient(90deg, rgba(161, 109, 24, 0.05), rgba(196, 143, 45, 0.58), rgba(161, 109, 24, 0.05));
  --process-index-border: rgba(105, 72, 24, 0.44);
  --process-index-bg: rgba(103, 73, 31, 0.12);
  --process-index: #9b671c;
  --process-icon-filter: sepia(24%) saturate(82%) hue-rotate(350deg) brightness(0.46);
  --process-icon-opacity: 0.48;
  --process-visual-border: rgba(74, 54, 32, 0.2);
  --process-visual-shadow: 0 16px 34px rgba(52, 35, 16, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  --process-visual-overlay:
    linear-gradient(90deg, rgba(248, 241, 229, 0.04), transparent 36%, rgba(248, 241, 229, 0.1)),
    linear-gradient(180deg, transparent 70%, rgba(74, 54, 32, 0.08));
  --gallery-bg: #f8f1e5;
  --gallery-ink: #171512;
  --gallery-muted: #574b3d;
  --gallery-kicker: #a87420;
  --gallery-card-border: rgba(74, 54, 32, 0.2);
  --gallery-card-shadow: 0 12px 30px rgba(52, 35, 16, 0.07);
  --contact-bg:
    radial-gradient(circle at 16% 0%, rgba(255, 249, 232, 0.66), transparent 24rem),
    radial-gradient(circle at 84% 12%, rgba(156, 113, 68, 0.14), transparent 28rem),
    linear-gradient(180deg, #f8f1e5 0%, #eadfcd 100%);
  --contact-ink: #171512;
  --contact-muted: #5a4e3f;
  --contact-lead: #574b3d;
  --contact-kicker: #a87420;
  --contact-card: rgba(255, 255, 255, 0.46);
  --contact-card-border: rgba(74, 54, 32, 0.18);
  --contact-card-shine: rgba(255, 255, 255, 0.42);
  --contact-shadow: 0 14px 34px rgba(52, 35, 16, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  --contact-icon: #8b5c19;
  --contact-map-filter: saturate(0.86) contrast(0.94) brightness(1.02);
  --hero-overlay: linear-gradient(90deg, rgba(12, 13, 14, 0.78), rgba(12, 13, 14, 0.42) 48%, rgba(12, 13, 14, 0.12));
  --logo-dark-display: block;
  --logo-light-display: none;
}

:root[data-theme="dark"] {
  --bg: #101415;
  --bg-2: #171d1f;
  --ink: #f7f3ea;
  --muted: #c8c0b2;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(21, 27, 29, 0.72);
  --panel-strong: rgba(19, 24, 26, 0.92);
  --header: rgba(15, 18, 19, 0.46);
  --header-top: var(--header);
  --header-border: rgba(255, 255, 255, 0.2);
  --header-top-edge: rgba(255, 255, 255, 0.16);
  --header-edge: rgba(255, 255, 255, 0.36);
  --header-link: var(--muted);
  --header-link-hover: rgba(255, 255, 255, 0.12);
  --header-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --offer-bg:
    radial-gradient(circle at 12% 0%, rgba(255, 246, 222, 0.42), transparent 22rem),
    radial-gradient(circle at 86% 18%, rgba(110, 76, 42, 0.22), transparent 30rem),
    linear-gradient(135deg, #e2cda7 0%, #c4a271 54%, #876743 100%);
  --offer-ink: #16130f;
  --offer-muted: #4a3928;
  --offer-kicker: #7f5619;
  --offer-card: rgba(255, 255, 255, 0.22);
  --offer-card-border: rgba(54, 39, 24, 0.22);
  --offer-card-shine: rgba(255, 255, 255, 0.28);
  --offer-card-shadow: 0 16px 36px rgba(52, 35, 16, 0.16);
  --offer-card-shadow-hover: 0 20px 44px rgba(52, 35, 16, 0.2);
  --process-bg:
    radial-gradient(circle at 16% 0%, rgba(217, 180, 95, 0.13), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(255, 237, 190, 0.08), transparent 24rem),
    linear-gradient(180deg, #101415 0%, #151a1b 100%);
  --process-overlay:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 22%, transparent 78%, rgba(217, 180, 95, 0.05)),
    radial-gradient(circle at 50% 100%, rgba(217, 180, 95, 0.08), transparent 34rem);
  --process-ink: #f7f3ea;
  --process-muted: #cfc4b4;
  --process-lead: #d8cebd;
  --process-card: rgba(255, 255, 255, 0.045);
  --process-card-border: rgba(255, 255, 255, 0.13);
  --process-card-shine: rgba(255, 255, 255, 0.08);
  --process-card-shadow: 0 18px 42px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --process-rule: linear-gradient(90deg, rgba(161, 109, 24, 0.05), rgba(255, 244, 184, 0.62), rgba(161, 109, 24, 0.05));
  --process-index-border: rgba(217, 180, 95, 0.48);
  --process-index-bg: rgba(217, 180, 95, 0.11);
  --process-index: #f0cf82;
  --process-icon-filter: invert(89%) sepia(19%) saturate(497%) hue-rotate(352deg) brightness(0.88);
  --process-icon-opacity: 0.58;
  --process-visual-border: rgba(255, 255, 255, 0.14);
  --process-visual-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  --process-visual-overlay:
    linear-gradient(90deg, rgba(16, 20, 21, 0.08), transparent 36%, rgba(16, 20, 21, 0.16)),
    linear-gradient(180deg, transparent 66%, rgba(16, 20, 21, 0.18));
  --gallery-bg: #101415;
  --gallery-ink: #f7f3ea;
  --gallery-muted: #d8cebd;
  --gallery-kicker: var(--gold);
  --gallery-card-border: rgba(255, 255, 255, 0.12);
  --gallery-card-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  --contact-bg:
    radial-gradient(circle at 16% 0%, rgba(217, 180, 95, 0.12), transparent 26rem),
    radial-gradient(circle at 86% 16%, rgba(255, 237, 190, 0.07), transparent 25rem),
    linear-gradient(180deg, #101415 0%, #121819 100%);
  --contact-ink: #f7f3ea;
  --contact-muted: #d8cebd;
  --contact-lead: #d8cebd;
  --contact-kicker: var(--gold);
  --contact-card: rgba(255, 255, 255, 0.045);
  --contact-card-border: rgba(255, 255, 255, 0.13);
  --contact-card-shine: rgba(255, 255, 255, 0.08);
  --contact-shadow: 0 22px 58px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --contact-icon: #f0cf82;
  --contact-map-filter: grayscale(0.16) saturate(0.74) contrast(0.92) brightness(0.86);
  --hero-overlay: linear-gradient(90deg, rgba(4, 6, 7, 0.86), rgba(4, 6, 7, 0.54) 48%, rgba(4, 6, 7, 0.16));
  --logo-dark-display: none;
  --logo-light-display: block;
}

/* 02. Base page setup */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 126px;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background:
    radial-gradient(circle at 10% 8%, rgba(217, 180, 95, 0.12), transparent 26rem),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--ink);
  font-family: var(--font-main);
  line-height: 1.55;
  transition: background 260ms ease, color 260ms ease;
}

body.no-scroll {
  overflow: hidden;
}

main {
  position: relative;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

/* 03. Header and navigation */
.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  display: flex;
  width: 100%;
  min-height: var(--header-h);
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px max(18px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--header-top-edge);
  background: var(--header-top);
  box-shadow: var(--header-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: top 260ms var(--ease), width 260ms var(--ease), border-radius 260ms var(--ease), background 260ms var(--ease), box-shadow 260ms var(--ease), padding 260ms var(--ease);
}

.site-header.is-floating {
  top: 16px;
  width: var(--header-float-w);
  padding: 10px var(--header-floating-inset);
  border: 1px solid var(--header-border);
  border-bottom: 2px solid var(--header-edge);
  border-radius: 999px;
  background: var(--header);
  box-shadow: var(--header-shadow);
}

.brand {
  display: inline-flex;
  width: 156px;
  min-width: 156px;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 70px;
  object-fit: contain;
}

.brand-logo-dark {
  display: var(--logo-dark-display);
}

.brand-logo-light {
  display: var(--logo-light-display);
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-header nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--header-link);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  background: var(--header-link-hover);
  color: var(--ink);
  outline: none;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 30px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.site-header nav .language-switch a {
  min-width: 32px;
  padding: 6px 9px;
  text-align: center;
  font-size: 0.75rem;
}

.site-header nav .language-switch a.is-active {
  background: var(--ink);
  color: var(--bg);
}

.theme-toggle,
.menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  cursor: pointer;
}

.theme-toggle {
  margin-left: 22px;
  color: var(--ink);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: var(--header-border);
  background: var(--header-link-hover);
  outline: none;
}

.theme-toggle:active {
  transform: scale(0.96);
}

.theme-icon {
  grid-area: 1 / 1;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.theme-icon-moon {
  transform: translate(-1px, 1px);
}

.theme-icon-sun {
  opacity: 0;
  transform: rotate(-22deg) scale(0.78);
}

:root[data-theme="dark"] .theme-icon-moon {
  opacity: 0;
  transform: translate(-1px, 1px) rotate(22deg) scale(0.78);
}

:root[data-theme="dark"] .theme-icon-sun {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.menu-toggle {
  position: relative;
  display: none;
  border: 0;
  background: var(--ink);
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--bg);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}

.menu-toggle span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.menu-toggle span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 04. Hero */
.hero {
  position: sticky;
  top: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 96svh;
  overflow: hidden;
  align-items: end;
  padding: 120px max(20px, calc((100vw - var(--max)) / 2)) 58px;
  color: #fff;
}

main > section:not(.hero) {
  position: relative;
  z-index: 2;
  background-color: var(--bg);
}

.hero-media,
.hero-shade,
.hero-pattern {
  position: absolute;
  inset: 0;
}

.hero-media {
  overflow: hidden;
  background: #0b0d0d;
}

.hero-media img,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-poster {
  transform: scale(1.01);
  filter: saturate(1.04) contrast(1.04) brightness(0.82);
  transition: opacity 700ms ease;
}

.hero-video {
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero.is-video-ready .hero-video {
  opacity: 1;
}

.hero.is-video-ready .hero-poster {
  opacity: 0;
}

.hero-shade {
  background: var(--hero-overlay);
}

.hero-pattern {
  opacity: 0.1;
  background-image: url("assets/pattern-white.png");
  background-position: top right;
  background-size: 360px auto;
  mix-blend-mode: soft-light;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(740px, 100%);
  min-width: 0;
  max-width: calc(100vw - 40px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hero .eyebrow > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  transform: translateY(6px);
  animation: heroFadeUp 760ms var(--ease) 2060ms forwards;
}

.hero .eyebrow::after {
  position: absolute;
  inset: 8% -14px 4%;
  z-index: 2;
  content: "";
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(217, 180, 95, 0), rgba(242, 217, 138, 0.82), rgba(217, 180, 95, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent);
  box-shadow: 0 0 18px rgba(242, 217, 138, 0.22);
  filter: blur(0.35px);
  mix-blend-mode: screen;
  transform: translateX(-112%);
  animation: eyebrowSheen 1450ms linear 1020ms forwards;
  pointer-events: none;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6.6vw, 5.15rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title {
  max-width: min(720px, 100%);
}

.title-line {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 0.09em;
  margin-bottom: -0.09em;
}

.title-line > span {
  display: block;
  opacity: 0;
  transform: translateX(-28px);
  animation: titleSlideIn 900ms var(--ease) forwards;
}

.title-line::after {
  display: none;
}

.title-line:nth-child(1) > span {
  animation-delay: 2360ms;
}

.title-line:nth-child(2) > span {
  animation-delay: 2700ms;
}

.title-line:nth-child(3) > span {
  animation-delay: 3400ms;
}

.title-line:nth-child(4) > span {
  animation-delay: 3740ms;
}

.title-line:nth-child(3) {
  margin-top: 0.14em;
}

.title-line:nth-child(n + 3) > span {
  font-family: var(--font-soft);
  font-size: 0.82em;
  font-weight: 300;
  line-height: 1.02;
}

.hero-copy {
  width: min(650px, 100%);
  max-width: 100%;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-serif);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.28;
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeUp 760ms var(--ease) 4620ms forwards;
}

.desktop-break {
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeUp 760ms var(--ease) 4820ms forwards;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #f2d98a, #bc8d32);
  color: #fff;
  box-shadow: 0 22px 52px rgba(181, 130, 39, 0.32);
  text-shadow: 0 1px 2px rgba(45, 28, 4, 0.55);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(12px);
}

.hero-note {
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 48px;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 14px;
  width: min(380px, 32vw);
  min-height: 340px;
  padding: 34px 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top-width: 2px;
  border-radius: 34px 3px 34px 3px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 30%),
    rgba(9, 12, 13, 0.3);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeUp 760ms var(--ease) 5020ms forwards;
}

.hero-note::before {
  position: absolute;
  inset: -1px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-right-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  pointer-events: none;
}

.hero-note-lead {
  position: relative;
  z-index: 1;
  margin: 0;
}

.hero-note-lead {
  max-width: 286px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-serif);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.28;
}

.hero-note a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-soft);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.hero-note a::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 1px solid rgba(242, 217, 138, 0.78);
  border-radius: 999px;
  content: "";
  box-shadow: 0 0 16px rgba(217, 180, 95, 0.18);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero-note a:hover,
.hero-note a:focus-visible {
  color: #f2d98a;
  transform: translateX(4px);
  outline: none;
}

.hero-note a:hover::before,
.hero-note a:focus-visible::before {
  background: #f2d98a;
  border-color: #f2d98a;
  transform: scale(1.12);
}

@keyframes titleSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-28px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes eyebrowSheen {
  0% {
    opacity: 0;
    transform: translateX(-112%);
  }

  22% {
    opacity: 1;
  }

  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(112%);
  }
}

@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 05. Shared section layout */
.section-pad {
  padding: 88px max(20px, calc((100vw - var(--max)) / 2));
}

.section-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.intro-grid,
.process-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(56px, 9vw, 128px);
  align-items: start;
}

.intro h2,
.section-heading h2,
.process-copy h2,
.glass-panel h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

/* 06. Intro */
.intro h2 {
  font-family: var(--font-soft);
  font-size: clamp(2.35rem, 4.9vw, 4.55rem);
  line-height: 1.04;
  margin-top: clamp(48px, 5.4vw, 68px);
}

.intro .section-kicker {
  transform: translateY(3px);
}

.intro h2 strong,
.intro h2 span {
  display: block;
}

.intro h2 strong {
  font-family: var(--font-main);
  font-size: 1em;
  font-weight: 700;
  line-height: 0.95;
}

.intro h2 span {
  margin-top: -0.06em;
  font-weight: 300;
  line-height: 1.02;
}

.gold-glint {
  position: relative;
  display: block;
  width: clamp(132px, 15vw, 190px);
  height: 1px;
  margin-top: clamp(44px, 5.6vw, 60px);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(161, 109, 24, 0.08), rgba(196, 143, 45, 0.86) 28%, rgba(255, 244, 184, 0.94) 50%, rgba(213, 165, 66, 0.86) 72%, rgba(161, 109, 24, 0.08));
  box-shadow: 0 0 14px rgba(217, 180, 95, 0.12);
}

.lead-stack {
  display: grid;
  gap: 18px;
  max-width: 590px;
}

.lead-stack p,
.section-heading p,
.process-copy p,
.glass-panel p,
.contact-section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.lead-stack p {
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.36;
}

.lead-stack p:first-child {
  margin: 0;
}

.lead-stack p {
  margin: 0;
}

.lead-stack .intro-lead {
  color: var(--ink);
  font-size: 1.48rem;
  line-height: 1.28;
}

.intro-media {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 14px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
  box-shadow: var(--shadow);
}

.intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.muted-section {
  background:
    linear-gradient(180deg, rgba(217, 180, 95, 0.05), transparent),
    var(--bg-2);
}

/* 07. Offer */
.offer-section {
  position: relative;
  overflow: hidden;
  background: var(--offer-bg);
  color: var(--offer-ink);
}

.offer-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 100%, rgba(217, 180, 95, 0.08), transparent 34rem);
  content: "";
  pointer-events: none;
}

.offer-section .section-shell {
  position: relative;
  z-index: 1;
}

.offer-section .section-kicker {
  color: var(--offer-kicker);
  font-family: var(--font-main);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

#offer-title strong,
#offer-title span {
  display: block;
}

#offer-title strong {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 0.96;
}

#offer-title span {
  margin-top: 0.02em;
  font-family: var(--font-soft);
  font-size: 0.92em;
  font-weight: 300;
  line-height: 1.02;
}

.offer-section .section-heading p:not(.section-kicker) {
  max-width: 690px;
  color: var(--offer-muted);
  font-family: var(--font-serif);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.32;
  text-wrap: pretty;
}

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

.service-card {
  position: relative;
  min-height: 326px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--offer-card-border);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, var(--offer-card-shine), transparent 28%),
    var(--offer-card);
  box-shadow:
    var(--offer-card-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  transform-origin: center;
  transition:
    border-color 520ms var(--ease),
    box-shadow 520ms var(--ease),
    transform 520ms var(--ease);
  will-change: transform;
}

.service-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%);
  content: "";
  pointer-events: none;
}

.service-card:hover {
  border-color: rgba(126, 86, 31, 0.34);
  box-shadow:
    var(--offer-card-shadow-hover),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: scale(1.018);
}

@media (hover: hover) and (pointer: fine) {
  .service-grid:has(.service-card:hover) .service-card:hover {
    z-index: 2;
  }
}

.service-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 58px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.service-card .service-index,
.timeline span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(217, 180, 95, 0.46);
  border-radius: 50%;
  color: var(--gold-strong);
  font-size: 0.75rem;
  font-weight: 900;
}

.service-card .service-index {
  border-color: rgba(105, 72, 24, 0.48);
  background: rgba(103, 73, 31, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 8px 18px rgba(72, 44, 14, 0.08);
  color: #9b671c;
}

.service-icon {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: contain;
  filter:
    sepia(34%)
    saturate(80%)
    hue-rotate(350deg)
    brightness(0.64)
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24));
  opacity: 0.46;
}

.service-card h3,
.timeline h3 {
  margin: 28px 0 10px;
  font-size: 1.08rem;
  line-height: 1.16;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  color: var(--offer-ink);
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0.96;
}

.service-card p,
.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-card p {
  position: relative;
  z-index: 1;
  color: var(--offer-muted);
  font-family: var(--font-soft);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.45;
  text-wrap: pretty;
}

/* 08. Process */
.process-section {
  position: relative;
  overflow: hidden;
  background: var(--process-bg);
  color: var(--process-ink);
}

.process-section::before {
  position: absolute;
  inset: 0;
  background: var(--process-overlay);
  content: "";
  pointer-events: none;
}

.process-shell {
  position: relative;
  z-index: 1;
}

.process-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  margin-bottom: clamp(38px, 5.5vw, 64px);
}

.process-copy {
  grid-column: 2;
  max-width: 560px;
  padding-left: clamp(18px, 3vw, 44px);
}

.process-section .section-kicker {
  color: var(--gold);
  font-size: 1.05rem;
}

.process-copy h2 {
  font-family: var(--font-soft);
  font-size: clamp(2.35rem, 4.9vw, 4.55rem);
  line-height: 1.04;
}

.process-copy h2 strong,
.process-copy h2 span {
  display: block;
}

.process-copy h2 strong {
  font-family: var(--font-main);
  font-size: 1em;
  font-weight: 700;
  line-height: 0.95;
}

.process-copy h2 span {
  margin-top: -0.06em;
  font-weight: 300;
  line-height: 1.02;
}

.process-copy .process-lead {
  max-width: 580px;
  margin: 24px 0 0;
  color: var(--process-lead);
  font-family: var(--font-serif);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.36;
  text-wrap: pretty;
}

.process-visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--process-visual-border);
  border-radius: var(--radius);
  background: #111;
  box-shadow: var(--process-visual-shadow);
}

.process-visual::after {
  position: absolute;
  inset: 0;
  background: var(--process-visual-overlay);
  content: "";
  pointer-events: none;
}

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

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

.timeline article {
  position: relative;
  overflow: hidden;
  min-height: 265px;
  padding: 26px;
  border: 1px solid var(--process-card-border);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, var(--process-card-shine), transparent 30%),
    var(--process-card);
  box-shadow: var(--process-card-shadow);
}

.timeline article::before {
  position: absolute;
  inset: auto 22px 0;
  height: 1px;
  background: var(--process-rule);
  content: "";
  opacity: 0.6;
  pointer-events: none;
}

.timeline-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 58px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.process-icon {
  display: block;
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: var(--process-icon-filter);
  opacity: var(--process-icon-opacity);
}

.process-section .timeline span {
  border-color: var(--process-index-border);
  background: var(--process-index-bg);
  color: var(--process-index);
}

.process-section .timeline h3 {
  margin-top: 22px;
  color: var(--process-ink);
  font-family: var(--font-serif);
  font-size: 1.58rem;
  font-weight: 700;
  line-height: 0.98;
}

.process-section .timeline p {
  color: var(--process-muted);
  font-family: var(--font-soft);
  font-size: 1rem;
  line-height: 1.52;
  text-wrap: pretty;
}

.showcase {
  overflow: hidden;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.feature-image,
.glass-panel {
  margin: 0;
  border-radius: var(--radius);
}

.feature-image {
  min-height: 440px;
  overflow: hidden;
  background: #111;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image.portrait {
  min-height: 320px;
}

.glass-panel {
  display: grid;
  min-height: 320px;
  align-content: center;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 190px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* 09. Gallery */
.gallery-section {
  background: var(--gallery-bg);
  color: var(--gallery-ink);
}

.gallery-section .section-heading {
  margin-bottom: 38px;
}

.gallery-section .section-kicker {
  color: var(--gallery-kicker);
}

#gallery-title strong,
#gallery-title span {
  display: block;
}

#gallery-title strong {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 0.96;
}

#gallery-title span {
  margin-top: 0.02em;
  font-family: var(--font-soft);
  font-size: 0.92em;
  font-weight: 300;
  line-height: 1.02;
}

.gallery-section .section-heading p:not(.section-kicker) {
  max-width: 760px;
  color: var(--gallery-muted);
  font-family: var(--font-serif);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.36;
  text-wrap: pretty;
}

.gallery-item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--gallery-card-border);
  border-radius: var(--radius);
  background: #111;
  box-shadow: var(--gallery-card-shadow);
  cursor: zoom-in;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 20, 21, 0.02), transparent 42%, rgba(16, 20, 21, 0.18)),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.08), transparent 28rem);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms var(--ease);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms var(--ease), filter 400ms var(--ease);
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.04);
  filter: brightness(0.92);
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
}

/* 10. Contact and footer */
.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--contact-bg);
  color: var(--contact-ink);
  padding-bottom: 32px;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 24%, transparent 76%, rgba(217, 180, 95, 0.06)),
    radial-gradient(circle at 50% 100%, rgba(217, 180, 95, 0.07), transparent 34rem);
  content: "";
  pointer-events: none;
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
}

.contact-section .section-kicker {
  color: var(--contact-kicker);
}

.contact-section h2 {
  font-family: var(--font-soft);
  font-size: clamp(2.35rem, 4.9vw, 4.55rem);
  line-height: 1.04;
}

.contact-section h2 strong,
.contact-section h2 span {
  display: block;
}

.contact-section h2 strong {
  font-family: var(--font-main);
  font-size: 1em;
  font-weight: 700;
  line-height: 0.95;
}

.contact-section h2 span {
  margin-top: 0.02em;
  font-family: var(--font-soft);
  font-size: 0.86em;
  font-weight: 300;
  line-height: 1.04;
}

.contact-section .contact-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--contact-lead);
  font-family: var(--font-serif);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.36;
  text-wrap: pretty;
}

.contact-details {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(250px, 0.82fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 34px;
}

.contact-card {
  display: grid;
  gap: 16px;
  min-height: 260px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--contact-card-border);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, var(--contact-card-shine), transparent 32%),
    var(--contact-card);
  box-shadow: var(--contact-shadow);
  font-style: normal;
}

.contact-card strong {
  color: var(--contact-ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.contact-section address:not(.contact-card) {
  margin-top: 28px;
  color: var(--contact-muted);
  font-style: normal;
}

.contact-section address:not(.contact-card) strong {
  color: var(--contact-ink);
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--contact-muted);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.38;
  text-decoration: none;
  transition: color 180ms var(--ease), transform 180ms var(--ease);
}

.contact-row:first-of-type {
  align-items: flex-start;
}

.contact-row span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-row:hover,
.contact-row:focus-visible {
  color: var(--contact-ink);
  transform: translateX(3px);
}

.contact-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid rgba(217, 180, 95, 0.42);
  border-radius: 999px;
  background: rgba(217, 180, 95, 0.1);
  color: var(--contact-icon);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.map-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--contact-card-border);
  border-radius: var(--radius);
  background: var(--contact-card);
  box-shadow: var(--contact-shadow);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
  filter: var(--contact-map-filter);
}

.map-card a {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border: 1px solid var(--contact-card-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--contact-ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

:root[data-theme="dark"] .map-card a {
  background: rgba(18, 24, 25, 0.86);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--contact-card-border);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, var(--contact-card-shine), transparent 28%),
    var(--contact-card);
  box-shadow: var(--contact-shadow);
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--contact-muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--contact-card-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.46);
  color: var(--contact-ink);
  padding: 13px 14px;
  outline: none;
}

:root[data-theme="dark"] .field input,
:root[data-theme="dark"] .field textarea {
  background: rgba(255, 255, 255, 0.08);
}

.field input:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(217, 180, 95, 0.18);
}

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

.field-note {
  justify-self: end;
  color: var(--contact-muted);
  font-size: 0.8rem;
}

.trap {
  position: absolute;
  left: -9999px;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.contact-section .form-note {
  margin: 11px 0 0;
  color: var(--contact-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.contact-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(96px, 8.5vw, 136px);
  padding-top: 24px;
  border-top: 1px solid var(--contact-card-border);
  color: var(--contact-muted);
}

.footer-brand {
  position: relative;
  display: block;
  width: 164px;
  height: 62px;
}

.footer-logo {
  position: absolute;
  inset: 0;
  width: 164px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.footer-logo-dark {
  display: var(--logo-dark-display);
}

.footer-logo-light {
  display: var(--logo-light-display);
}

.contact-section .contact-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.contact-footer a {
  color: var(--contact-ink);
  font-weight: 900;
  text-decoration: none;
}

.contact-footer a:hover,
.contact-footer a:focus-visible {
  color: var(--gold);
}

.site-footer {
  padding: 28px max(20px, calc((100vw - var(--max)) / 2));
  background: #0d1011;
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer img {
  width: 164px;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

/* 11. Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 78vh;
  border-radius: var(--radius);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
}

.lightbox p {
  margin: 12px 0 0;
  color: #fff;
  font-weight: 800;
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.lightbox-close::before,
.lightbox-close::after {
  position: absolute;
  top: 21px;
  left: 12px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  content: "";
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

/* 12. Responsive rules */
@media (max-width: 1200px) {
  .site-header {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    transform: none;
    min-height: auto;
    flex-wrap: wrap;
    padding: 12px 66px 12px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .site-header.is-floating {
    top: 12px;
    width: calc(100% - 24px);
    max-width: none;
    padding: 12px 66px 12px 12px;
    border-radius: var(--radius);
  }

  .brand {
    width: 156px;
    min-width: 156px;
  }

  .brand-logo {
    width: auto;
    height: 56px;
  }

  .menu-toggle {
    position: absolute;
    top: 19px;
    right: 14px;
    z-index: 4;
    display: grid !important;
    margin-left: auto;
    background: linear-gradient(135deg, #f2d98a, #bc8d32);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  }

  .menu-toggle span {
    background: #111;
  }

  .site-header nav {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .site-header.is-menu-open nav {
    display: flex;
  }

  .site-header nav a {
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .language-switch,
  .theme-toggle {
    margin-left: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 7vw, 4.15rem);
    overflow-wrap: normal;
  }

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

  .service-card {
    min-height: 220px;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(420px, 100%);
    margin-top: 34px;
  }

  .hero {
    align-items: center;
  }
}

@media (max-width: 780px) {
  .site-header {
    width: calc(100% - 24px);
  }

  .hero {
    min-height: 92svh;
    padding-top: 132px;
  }

  .desktop-break {
    display: none;
  }

  .hero-video {
    display: none;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 12.4vw, 3.65rem);
    overflow-wrap: normal;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .intro-grid,
  .process-grid,
  .process-hero,
  .contact-layout,
  .contact-details,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .section-pad {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .timeline,
  .gallery-grid {
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .process-hero {
    gap: 30px;
    margin-bottom: 34px;
  }

  .process-copy {
    grid-column: auto;
    max-width: none;
    padding-left: 0;
  }

  .process-visual {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    aspect-ratio: 4 / 3;
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .feature-image,
  .feature-image.portrait {
    min-height: 300px;
  }

  .contact-footer,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-note {
    display: none;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-card {
    padding: 18px;
  }

  .contact-row {
    font-size: 0.95rem;
  }

  .map-card,
  .map-card iframe {
    min-height: 230px;
  }
}

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

  .hero-video {
    display: none;
  }

  .hero .eyebrow > span,
  .title-line > span,
  .hero-copy,
  .hero-actions,
  .hero-note {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero .eyebrow::after,
  .title-line::after {
    display: none;
  }
}
