:root {
  color-scheme: light;
  --ink: #181714;
  --muted: #67615a;
  --line: #ddd8cf;
  --paper: #f8f6f1;
  --cream: #efebe4;
  --soft: #e7dfd4;
  --accent: #a85a45;
  --accent-dark: #2f2c28;
  --olive: #3f4640;
  --blue: #343b40;
  --sun: #9d7d48;
  --shadow: 0 24px 70px rgba(24, 19, 15, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--ink);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  box-shadow: 0 8px 28px rgba(31, 25, 20, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.trust-strip,
.booking-band,
.site-footer,
.contact-panel {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
}

.brand-logo {
  width: clamp(138px, 16vw, 196px);
  height: auto;
  filter: invert(1);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  opacity: 0.74;
  font-size: 12px;
}

.nav {
  gap: clamp(14px, 3vw, 34px);
  font-size: 14px;
  font-weight: 700;
}

.header-cta {
  padding: 11px 16px;
  border: 1px solid currentColor;
  border-radius: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  padding: 112px clamp(18px, 5vw, 72px) 60px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(244, 241, 235, 0.92)),
    #f7f4ee;
  overflow: hidden;
}

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

.hero-media img {
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  filter: saturate(0.8);
}

.hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 246, 241, 0.98), rgba(248, 246, 241, 0.76) 52%, rgba(248, 246, 241, 0.45)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(47, 44, 40, 0.05));
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.hero-content {
  position: relative;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sun);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  max-width: 780px;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 22px;
  line-height: 1.12;
}

.hero-copy {
  max-width: 690px;
  color: #4f4842;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(31, 25, 20, 0.14);
}

.button.primary {
  color: #fff;
  background: var(--accent);
}

.button.secondary {
  color: var(--blue);
  border-color: rgba(36, 57, 74, 0.28);
  background: rgba(255, 255, 255, 0.58);
}

.button.dark {
  color: #fff;
  background: var(--ink);
}

.trust-strip {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.trust-strip span {
  padding: 9px 12px;
  border: 1px solid rgba(36, 57, 74, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.hero-collage {
  position: relative;
  min-height: 560px;
}

.hero-photo,
.hero-heart {
  position: absolute;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 24px 55px rgba(31, 25, 20, 0.18);
}

.hero-heart {
  right: 0;
  bottom: 68px;
  width: min(460px, 84%);
  height: 390px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.9);
  border-radius: 42% 58% 46% 54% / 36% 42% 58% 64%;
  box-shadow: 0 24px 55px rgba(31, 25, 20, 0.2);
}

.hero-heart::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
  pointer-events: none;
  z-index: 1;
}

.hero-photo-main {
  inset: 0;
  object-fit: cover;
  object-position: center 44%;
  box-shadow: none;
}

.hero-photo-small {
  width: 220px;
  height: 150px;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 28px;
}

.hero-photo-small.top {
  top: 20px;
  left: 0;
  object-position: center 35%;
}

.hero-photo-small.bottom {
  right: 34px;
  bottom: 4px;
  width: 250px;
  height: 170px;
  object-position: center 42%;
}

.hero-photo-small.left {
  left: 8px;
  bottom: 118px;
  width: 230px;
  height: 148px;
  object-position: center 45%;
}

.hero-photo-small.right {
  right: 4px;
  top: 86px;
  width: 210px;
  height: 140px;
  object-position: center 45%;
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.booking-band {
  justify-content: space-between;
  gap: 28px;
  background: var(--olive);
  color: #fff;
}

.booking-band h2 {
  max-width: 640px;
}

.booking-price {
  display: grid;
  min-width: 190px;
}

.booking-price span,
.booking-price small {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.booking-price strong {
  font-size: 48px;
  line-height: 1;
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 34px;
}

.proof-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 246, 241, 0.96), rgba(248, 246, 241, 0.86) 48%, rgba(248, 246, 241, 0.66)),
    url("assets/photo8.jpg") center 42% / cover no-repeat;
}

.proof-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 34%, rgba(255, 255, 255, 0.32), transparent 34%);
  pointer-events: none;
}

.proof-grid {
  position: relative;
  z-index: 1;
}

.proof-grid,
.offer-grid,
.reservation {
  display: grid;
  gap: 22px;
}

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

.proof-grid article,
.offer-card,
.lead-form,
.contact-panel {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 25, 20, 0.06);
  border-radius: 22px;
}

.proof-grid article {
  padding: 28px;
}

.number {
  color: var(--accent);
  font-weight: 900;
}

.proof-grid p,
.offer-card p,
.reservation-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.offers {
  background: var(--cream);
}

.offers-visual {
  position: relative;
  overflow: hidden;
  height: clamp(180px, 24vw, 310px);
  margin-bottom: 34px;
  border-radius: 30px;
  box-shadow: 0 22px 58px rgba(31, 25, 20, 0.13);
}

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

.offers-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(47, 44, 40, 0.18));
}

.services {
  background: #fff;
}

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

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(31, 25, 20, 0.06);
}

.service-card img {
  height: 220px;
  object-fit: cover;
  object-position: center 42%;
}

.service-card div {
  padding: 24px;
}

.service-card p:not(.tag) {
  color: var(--muted);
  line-height: 1.58;
}

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

.offer-card {
  padding: 28px;
  border-radius: 26px;
}

.offer-card.featured {
  color: #fff;
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: var(--shadow);
}

.offer-card.featured p,
.offer-card.featured li {
  color: rgba(255, 255, 255, 0.84);
}

.tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(184, 66, 45, 0.1);
  color: var(--accent);
  font-weight: 900;
}

.featured .tag {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.price {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.offer-card ul {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.offer-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent);
  font-weight: 900;
}

.featured a {
  color: #fff;
}

.preview-gallery {
  display: grid;
  gap: 24px;
}

.preview-images {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.preview-images img {
  height: 360px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(31, 25, 20, 0.1);
}

.preview-images img:nth-child(2),
.preview-images img:nth-child(4) {
  margin-top: 34px;
  height: 320px;
}

.gallery-link {
  justify-self: start;
}

.gallery-shell {
  position: relative;
}

.gallery-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  padding: 8px 6px 22px;
  scrollbar-width: thin;
}

.gallery-track img {
  flex: 0 0 auto;
  width: auto;
  height: 430px;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(31, 25, 20, 0.11);
  scroll-snap-align: start;
}

.gallery-track img.is-landscape {
  width: min(72vw, 620px);
  aspect-ratio: 16 / 9;
  height: auto;
}

.gallery-track img.is-portrait {
  width: min(54vw, 360px);
  aspect-ratio: 2 / 3;
  height: auto;
}

.gallery-button {
  position: absolute;
  z-index: 2;
  top: 44%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 40px rgba(31, 25, 20, 0.16);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.gallery-button.previous {
  left: 10px;
}

.gallery-button.next {
  right: 10px;
}

.gallery-hero {
  padding: 150px clamp(18px, 5vw, 72px) 70px;
  background: linear-gradient(135deg, #f8f6f1, #efebe4);
}

.gallery-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.gallery-hero-copy h1,
.gallery-hero-copy p {
  max-width: 850px;
}

.gallery-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.gallery-hero-vignette {
  position: relative;
  overflow: hidden;
  min-height: clamp(260px, 34vw, 460px);
  border: 10px solid rgba(255, 255, 255, 0.78);
  border-radius: 44% 56% 50% 50% / 42% 38% 62% 58%;
  box-shadow: 0 24px 60px rgba(31, 25, 20, 0.16);
}

.gallery-hero-vignette img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.gallery-page {
  background: var(--paper);
}

.gallery-track-large {
  align-items: center;
}

.gallery-track-large img {
  max-height: 520px;
}

.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  margin-top: 44px;
}

.masonry-gallery img {
  grid-column: span 2;
  height: 360px;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(31, 25, 20, 0.1);
}

.masonry-gallery img.is-wide {
  grid-column: span 4;
  aspect-ratio: 16 / 7;
  height: auto;
}

.masonry-gallery img.is-tall {
  grid-row: span 2;
  height: 460px;
}

.reservation {
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(47, 44, 40, 0.96), rgba(63, 70, 64, 0.92)),
    var(--accent-dark);
  color: #fff;
}

.reservation-copy {
  position: sticky;
  top: 110px;
}

.reservation-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
}

.contact-panel {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
  padding: 18px;
  color: var(--ink);
  border-radius: 24px;
}

.contact-panel a {
  font-weight: 900;
}

.lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 24px;
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 80px rgba(20, 16, 12, 0.18);
  backdrop-filter: blur(16px);
}

.form-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
}

.form-visual img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.form-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 16, 12, 0.74), rgba(20, 16, 12, 0.18));
}

.form-visual div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  max-width: 360px;
  padding: 26px;
}

.form-visual strong {
  font-size: 28px;
  line-height: 1;
}

.form-visual span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

label {
  display: grid;
  gap: 8px;
  color: #3b352f;
  font-size: 14px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d8d0c5;
  border-radius: 16px;
  padding: 13px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  resize: vertical;
}

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

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--accent-dark);
  font-weight: 800;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-actions .button {
  flex: 1 1 220px;
}

.legal-hero {
  padding: 150px clamp(18px, 5vw, 72px) 70px;
  background:
    linear-gradient(135deg, rgba(248, 246, 241, 0.98), rgba(239, 235, 228, 0.88)),
    url("assets/photo2.jpg") center 42% / cover no-repeat;
}

.legal-hero h1,
.legal-hero p {
  max-width: 860px;
}

.legal-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.legal-content {
  display: grid;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.legal-content article {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 25, 20, 0.06);
}

.legal-content h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.68;
}

.legal-content ul {
  padding-left: 20px;
}

.text-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cookie-consent {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(12px, 3vw, 28px);
  background: rgba(24, 23, 20, 0.22);
  backdrop-filter: blur(3px);
}

.cookie-consent.is-visible {
  display: flex;
}

.cookie-card {
  position: relative;
  width: min(620px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(24, 19, 15, 0.24);
}

.cookie-card > :not(.cookie-actions) {
  margin-left: clamp(22px, 4vw, 34px);
  margin-right: clamp(22px, 4vw, 34px);
}

.cookie-card .eyebrow {
  margin-top: 34px;
}

.cookie-card h2 {
  max-width: 430px;
  font-size: clamp(28px, 4vw, 42px);
}

.cookie-card p:not(.eyebrow) {
  max-width: 500px;
  color: var(--muted);
  line-height: 1.55;
}

.cookie-visual {
  position: absolute;
  top: 22px;
  right: 26px;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 34% 66% 48% 52% / 42% 36% 64% 58%;
  background: #f5d87a;
}

.cookie-visual img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

.privacy-link {
  display: inline-flex;
  margin: 4px clamp(22px, 4vw, 34px) 22px;
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-options {
  display: grid;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 20px;
  background: var(--paper);
}

.cookie-options[hidden] {
  display: none;
}

.cookie-options label {
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--ink);
}

.cookie-options input {
  width: 18px;
  height: 18px;
  padding: 0;
}

.cookie-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.cookie-actions button {
  min-height: 64px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-actions button:last-child {
  border-right: 0;
  color: var(--accent);
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #fff;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.visit-counter {
  font-size: 13px;
  font-weight: 800;
  color: var(--sun);
}

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

  .proof-grid,
  .service-grid,
  .offer-grid,
  .reservation {
    grid-template-columns: 1fr;
  }

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

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

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

  .gallery-hero-vignette {
    min-height: 320px;
    order: -1;
  }

  .hero-collage {
    min-height: 390px;
    order: -1;
  }

  .hero-heart {
    width: 72%;
    height: 360px;
  }

  .booking-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .reservation-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 98px 18px 44px;
  }

  h1 {
    font-size: 38px;
    line-height: 1;
  }

  .button {
    width: 100%;
  }

  .hero-collage {
    min-height: 300px;
  }

  .hero-heart {
    height: 280px;
  }

  .hero-photo-small.top {
    width: 160px;
    height: 110px;
  }

  .hero-photo-small.bottom,
  .hero-photo-small.left,
  .hero-photo-small.right {
    display: none;
  }

  .gallery-track {
    gap: 14px;
  }

  .gallery-track img.is-landscape {
    width: 82vw;
  }

  .gallery-track img.is-portrait {
    width: 64vw;
  }

  .preview-images,
  .masonry-gallery {
    grid-template-columns: 1fr;
  }

  .preview-images img,
  .preview-images img:nth-child(2),
  .preview-images img:nth-child(4),
  .masonry-gallery img,
  .masonry-gallery img.is-wide,
  .masonry-gallery img.is-tall {
    grid-column: auto;
    grid-row: auto;
    height: 300px;
    margin-top: 0;
  }

  .masonry-gallery img.is-wide {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .gallery-hero {
    padding: 112px 18px 48px;
  }

  .gallery-hero-vignette {
    min-height: 260px;
  }

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

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

  .form-actions .button {
    flex-basis: auto;
  }

  .cookie-consent {
    align-items: flex-end;
    padding: 10px;
  }

  .cookie-visual {
    width: 84px;
    height: 84px;
    right: 18px;
  }

  .cookie-visual img {
    width: 56px;
    height: 56px;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

  .cookie-actions button {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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


.family-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  padding: 150px clamp(18px, 5vw, 72px) 74px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, #181714 0%, #25211d 38%, rgba(37, 33, 29, 0.88) 50%, rgba(37, 33, 29, 0.14) 72%),
    #181714;
}

.family-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.family-hero-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(68vw, 1320px);
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.family-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 23, 20, 0.98) 0%, rgba(24, 23, 20, 0.9) 36%, rgba(24, 23, 20, 0.46) 58%, rgba(24, 23, 20, 0.06) 82%),
    linear-gradient(180deg, rgba(24, 23, 20, 0.2), rgba(24, 23, 20, 0.26));
}

.family-hero-inner {
  position: relative;
  max-width: 720px;
}

.family-hero h1 {
  max-width: 780px;
}

.family-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.family-offer {
  background: #fff;
}

.family-conditions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.family-conditions article,
.post-copy {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(31, 25, 20, 0.06);
}

.family-conditions article {
  padding: 28px;
}

.family-conditions p,
.post-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.family-post {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: var(--cream);
}

.post-copy {
  padding: clamp(22px, 4vw, 34px);
}

.post-copy p:last-child {
  margin-bottom: 0;
}

.family-reservation {
  background:
    linear-gradient(135deg, rgba(47, 44, 40, 0.94), rgba(72, 77, 69, 0.9)),
    var(--accent-dark);
}

.family-form-visual img {
  object-position: center 34%;
}

.consent-line {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  color: #4f4842;
  line-height: 1.45;
}

.consent-line input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  padding: 0;
}

@media (max-width: 860px) {
  .family-conditions,
  .family-post {
    grid-template-columns: 1fr;
  }
}


.social-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 14px;
  transition: transform 160ms ease, background 160ms ease;
}

.social-icon:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.58);
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-social {
  font-weight: 900;
}


.promo-visual {
  width: min(760px, 100%);
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(24, 23, 20, 0.42), rgba(24, 23, 20, 0.16));
  box-shadow: 0 28px 90px rgba(20, 16, 12, 0.28);
  backdrop-filter: blur(2px);
}

.promo-script {
  margin: 0 0 -4px;
  color: #f05f8d;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 6vw, 78px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.92;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 5.2vw, 70px);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.32);
}

.promo-kicker::after {
  content: "♡";
  color: #f05f8d;
  font-size: 0.72em;
}

.promo-ribbon {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 12px 18px;
  color: #fff;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, #c94872, #ad6248);
  box-shadow: 0 14px 34px rgba(20, 16, 12, 0.24);
  font-weight: 950;
}

.promo-visual h1 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5.2vw, 68px);
}

@media (max-width: 760px) {
  .family-hero {
    min-height: auto;
    padding-top: 132px;
  }

  .family-hero-media img {
    width: 100%;
    object-position: 66% center;
  }

  .family-hero-media::after {
    background: linear-gradient(180deg, rgba(24, 23, 20, 0.7), rgba(24, 23, 20, 0.9));
  }

  .promo-visual {
    padding: 20px;
    border-radius: 24px;
  }
}


.promo-subribbon {
  display: inline-flex;
  margin: -10px 0 20px;
  padding: 10px 16px;
  color: #2f2c28;
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(20, 16, 12, 0.18);
  font-weight: 950;
}
