:root {
  --bg: #f3eee7;
  --paper: rgba(255, 251, 246, 0.88);
  --paper-strong: #fffaf5;
  --text: #1f1b17;
  --muted: #6f6256;
  --line: rgba(41, 31, 22, 0.12);
  --accent: #1f2d4d;
  --accent-strong: #15203a;
  --gold: #b68b4c;
  --sand: #dcc5a8;
  --olive: #7a8470;
  --shadow: 0 24px 60px rgba(22, 17, 12, 0.12);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(182, 139, 76, 0.15), transparent 30rem),
    radial-gradient(circle at right center, rgba(31, 45, 77, 0.08), transparent 32rem),
    linear-gradient(180deg, #efe8de 0%, #f6f2eb 48%, #efe6db 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(rgba(37, 29, 21, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 29, 21, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
}

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

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

.container {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
}

.page-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 1rem 0 0;
}

.header-inner,
.footer-inner,
.hero-grid,
.showcase-grid,
.process-grid,
.section-head,
.hero-actions,
.hero-metrics,
.highlights-grid,
.showcase-cards,
.process-steps,
.booking-form,
.site-nav,
.workflow-card,
.helper-grid,
.footer-actions {
  display: grid;
  gap: 1rem;
}

.header-inner {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(5, 8, 16, 0.96), rgba(17, 27, 51, 0.94) 70%, rgba(49, 76, 120, 0.88)),
    rgba(11, 17, 31, 0.92);
  box-shadow: 0 18px 44px rgba(8, 12, 24, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(182, 139, 76, 0.95), rgba(120, 84, 34, 0.9));
  color: #fffaf4;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
  color: #f6efe6;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-copy span {
  font-size: 0.78rem;
  color: rgba(246, 239, 230, 0.72);
}

.site-nav {
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: rgba(246, 239, 230, 0.86);
  font-size: 0.92rem;
  font-weight: 600;
}

.site-nav .nav-booking-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(182, 139, 76, 0.96), rgba(138, 96, 39, 0.96));
  color: #fffaf4;
  box-shadow: 0 14px 30px rgba(182, 139, 76, 0.18);
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.18rem auto;
  background: #fff;
}

.mobile-menu {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0.7rem auto 0;
  padding: 0.85rem;
  border-radius: 20px;
  background: rgba(19, 28, 50, 0.96);
}

.mobile-menu a {
  display: block;
  padding: 0.7rem 0.5rem;
  color: rgba(255, 250, 244, 0.88);
}

.hero-section,
.highlights-section,
.showcase-section,
.process-section,
.gallery-section {
  padding: 2.2rem 0;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: start;
  gap: 1.25rem;
}

.hero-copy,
.booking-card,
.offer-card,
.showcase-card,
.process-step {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(247, 239, 230, 0.9)),
    radial-gradient(circle at top right, rgba(182, 139, 76, 0.15), transparent 20rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(31, 45, 77, 0.08);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
}

h1 {
  margin-top: 1rem;
  font-size: clamp(3rem, 6vw, 5.6rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

h3 {
  font-size: 1.9rem;
}

.hero-text,
.section-head p,
.booking-card-head p,
.showcase-copy p,
.process-step p,
.offer-card p,
.showcase-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-actions {
  grid-auto-flow: column;
  justify-content: start;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
}

.button-secondary {
  border-color: rgba(31, 45, 77, 0.16);
  background: rgba(255, 250, 244, 0.82);
  color: var(--accent);
}

.button-block {
  width: 100%;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.8rem;
}

.metric-card {
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(31, 45, 77, 0.08);
}

.metric-card strong {
  display: block;
  font-size: 1.55rem;
  color: var(--accent);
}

.metric-card span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.booking-card {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(27, 37, 63, 0.98), rgba(18, 26, 46, 0.95)),
    rgba(18, 24, 40, 0.96);
  color: #f7f1e8;
}

.booking-card .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: #f4e6d2;
}

.booking-card-head h2 {
  margin-top: 0.9rem;
}

.booking-card-head p {
  margin-top: 0.7rem;
  color: rgba(247, 241, 232, 0.72);
}

.booking-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem;
}

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

.field span {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(247, 241, 232, 0.78);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.field textarea {
  resize: vertical;
  min-height: 7rem;
}

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

.booking-feedback {
  margin-top: 1rem;
  min-height: 1.5rem;
  color: #ead6b6;
  font-size: 0.92rem;
  font-weight: 600;
}

.booking-notice,
.helper-last-request {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.booking-notice strong,
.helper-last-request strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
}

.booking-notice p,
.helper-last-request p,
.helper-last-request ul {
  margin: 0;
  color: rgba(247, 241, 232, 0.78);
  line-height: 1.6;
}

.section-head {
  max-width: 52rem;
  margin-bottom: 1.2rem;
}

.section-head.compact {
  margin-bottom: 0;
}

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

.offer-card,
.showcase-card {
  padding: 1.4rem;
}

.offer-index {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.showcase-grid,
.process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.gallery-head {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
}

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

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 251, 245, 0.82);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 15, 24, 0.02), rgba(11, 15, 24, 0.58));
}

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

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

.gallery-item:focus-visible {
  outline: 2px solid rgba(31, 45, 77, 0.6);
  outline-offset: 4px;
}

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

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

.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: grid;
  gap: 0.25rem;
  padding: 1.2rem;
  color: #f8f1e8;
  text-align: left;
}

.gallery-overlay strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.95;
}

.gallery-overlay span {
  color: rgba(248, 241, 232, 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 12, 20, 0.78);
  backdrop-filter: blur(8px);
}

.gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100vw - 2rem));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(15, 22, 38, 0.98), rgba(12, 18, 32, 0.96));
  box-shadow: 0 28px 80px rgba(4, 7, 14, 0.45);
}

.gallery-lightbox-dialog img {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.gallery-lightbox-copy {
  display: grid;
  gap: 0.55rem;
  padding: 1.35rem 1.45rem 1.5rem;
  color: #f8f1e8;
}

.gallery-lightbox-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  line-height: 0.96;
}

.gallery-lightbox-copy p {
  color: rgba(248, 241, 232, 0.78);
  line-height: 1.7;
}

.gallery-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.workflow-section {
  padding: 0 0 2.2rem;
}

.workflow-card {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1.45rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(244, 236, 225, 0.9));
  box-shadow: var(--shadow);
}

.footer-actions {
  grid-auto-flow: column;
}

.helper-shell .site-header {
  position: relative;
}

.helper-main,
.helper-section {
  padding: 2.2rem 0;
}

.helper-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: start;
}

.helper-copy {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(247, 239, 230, 0.9)),
    radial-gradient(circle at top right, rgba(31, 45, 77, 0.08), transparent 22rem);
  box-shadow: var(--shadow);
}

.helper-copy h1 {
  max-width: 12ch;
}

.helper-last-request {
  margin-top: 1.35rem;
  border-color: rgba(31, 45, 77, 0.08);
  background: rgba(255, 255, 255, 0.62);
}

.helper-last-request strong {
  color: var(--accent);
}

.helper-last-request p,
.helper-last-request ul {
  color: var(--muted);
}

.helper-last-request ul {
  padding-left: 1.1rem;
}

.showcase-cards,
.process-steps {
  gap: 0.85rem;
}

.tone-sand {
  background: linear-gradient(180deg, rgba(241, 229, 211, 0.96), rgba(228, 213, 191, 0.9));
}

.tone-olive {
  background: linear-gradient(180deg, rgba(228, 234, 222, 0.96), rgba(208, 217, 199, 0.9));
}

.tone-night {
  background: linear-gradient(180deg, rgba(28, 37, 63, 0.98), rgba(20, 28, 49, 0.94));
  color: #f5eee5;
}

.tone-night p,
.tone-night h3 {
  color: inherit;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
}

.process-step strong {
  font-size: 1.35rem;
  color: var(--gold);
}

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

.footer-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.96), rgba(245, 238, 228, 0.92));
}

@media (max-width: 960px) {
  .site-nav {
    display: none;
  }

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

  .hero-grid,
  .highlights-grid,
  .showcase-grid,
  .process-grid,
  .helper-grid,
  .workflow-card,
  .gallery-head {
    grid-template-columns: 1fr;
  }

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

  .gallery-item-featured,
  .gallery-item-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-actions,
  .hero-actions {
    grid-auto-flow: row;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100vw - 1rem, 100%);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .hero-section,
  .highlights-section,
  .showcase-section,
  .process-section,
  .gallery-section {
    padding: 1.3rem 0;
  }

  .hero-copy,
  .booking-card,
  .offer-card,
  .showcase-card,
  .process-step,
  .gallery-item,
  .gallery-lightbox-dialog {
    border-radius: 22px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 16rem;
  }

  h1 {
    font-size: 2.6rem;
  }
}
