:root {
  --ivory: #f8f4ec;
  --paper: #fffdf8;
  --sage: #87947f;
  --sage-soft: #dfe5da;
  --sage-dark: #4f604d;
  --moss: #344434;
  --blush: #d8b8af;
  --blush-soft: #efe0db;
  --rose: #b98079;
  --burgundy: #6f1f2b;
  --gold: #b88434;
  --ink: #2f302c;
  --muted: #6f716b;
  --line: rgba(47,48,44,.14);
  --shadow: 0 22px 60px rgba(62,55,45,.10);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Poppins", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  width: min(1240px, calc(100% - 40px));
  margin: 18px auto 0;
  min-height: 88px;
  padding: 8px 15px 8px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  position: sticky;
  top: 14px;
  z-index: 50;
  background: rgba(255,253,248,.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(63,55,45,.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  min-width: 0;
}
.brand img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(91,69,51,.08);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-text small {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.main-nav {
  display: flex;
  gap: 26px;
  align-items: center;
}
.main-nav a, .footer-nav a {
  text-decoration: none;
  font-size: 13px;
  color: #50534d;
}
.main-nav a:hover, .footer-nav a:hover { color: var(--rose); }
.site-header > .btn { justify-self: end; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--moss);
  color: #fff;
  text-decoration: none;
  font: 600 14px/1 var(--sans);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { background: var(--sage-dark); transform: translateY(-1px); }
.btn-small { min-height: 44px; padding-inline: 19px; font-size: 13px; }

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
}
.text-link, .package-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.text-link span, .package-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}
.text-link:hover span, .package-link:hover span { transform: translateX(4px); }

.hero {
  min-height: 715px;
  padding: 78px 0 72px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}


.hero h1, .section-intro h2, .enquire-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.03;
}
.hero h1 { font-size: clamp(55px, 6.1vw, 65px); max-width: 680px; }
.lead {
  max-width: 610px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 18px;
}
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 34px; }
.proof-points { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 42px; }
.proof-points span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.4);
  color: var(--muted);
  font-size: 12px;
}
.hero-image {
  min-height: 565px;
  border-radius: 220px 220px 30px 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-image img { width: 100%; height: 565px; object-fit: cover; object-position: center; }

.bloem-bar { padding: 90px 0 120px; }
.section-intro { margin-bottom: 44px; }
.section-intro.centered { max-width: 790px; margin-left: auto; margin-right: auto; text-align: center; }
.section-intro h2, .enquire-copy h2 { font-size: clamp(44px, 5.2vw, 72px); }
.section-intro p {
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 16px;
}
.section-intro:not(.centered) p { margin-left: 0; }

.experience-card {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  overflow: hidden;
  background: var(--paper);
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.experience-image { min-height: 650px; }
.experience-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.experience-steps { padding: 60px; align-self: center; }
.experience-steps article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.experience-steps article:first-child { padding-top: 0; }
.experience-steps article > span {
  font-family: var(--serif);
  color: var(--rose);
  font-size: 18px;
}
.experience-steps h3 {
  margin: 0 0 6px;
  font: 400 27px/1.1 var(--serif);
}
.experience-steps p { margin: 0; color: var(--muted); font-size: 14px; }
.experience-steps .btn { margin-top: 30px; }

.packages { padding: 105px 0 120px; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.package-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 29px 25px;
  background: rgba(255,255,255,.48);
  border: 1px solid var(--line);
  border-radius: 22px;
}
.package-card.featured {
  background: var(--moss);
  color: #fff;
  border-color: transparent;
}
.package-card.featured p, .package-card.featured .package-name { color: rgba(255,255,255,.72); }
.package-name {
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 600;
}
.package-card h3 { margin: 12px 0 8px; font: 400 27px/1.05 var(--serif); }
.price { margin: 8px 0 14px; font: 400 39px/1 var(--serif); }
.price-text { font-size: 24px; margin-top: 16px; }
.package-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.package-link { margin-top: auto; }

.inclusions {
  margin-top: 28px;
  padding: 22px 25px;
  background: rgba(135,148,127,.12);
  border-radius: 18px;
  color: var(--sage-dark);
}
.inclusions p { margin: 0; font-size: 13px; }
.inclusions p + p { margin-top: 7px; }

.edition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}
.edition-card {
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
}
.edition-card h3 { margin: 0 0 8px; font: 400 31px/1.1 var(--serif); }
.edition-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }

.rental-card {
  margin-top: 20px;
  padding: 42px 45px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  background: var(--blush-soft);
  border-radius: 28px;
  border: 1px solid rgba(185,128,121,.18);
}
.rental-label {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--rose);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rental-kicker { margin: 19px 0 3px; color: var(--rose); font-size: 13px; font-weight: 500; }
.rental-card h3 { margin: 0; font: 400 43px/1 var(--serif); }
.rental-copy { max-width: 700px; margin: 16px 0 6px; }
.rental-detail { max-width: 720px; margin: 0 0 24px; color: #6d625e; font-size: 14px; }
.rental-price { min-width: 150px; text-align: right; }
.rental-price span { display: block; font: 400 56px/1 var(--serif); }
.rental-price small { color: #6d625e; }

.how { padding: 80px 0 120px; }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.how-grid article { padding-top: 22px; border-top: 1px solid var(--line); }
.how-grid article > span { color: var(--rose); font: 400 18px/1 var(--serif); }
.how-grid h3 { margin: 29px 0 8px; font: 400 25px/1.12 var(--serif); }
.how-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.gallery { padding: 40px 0 120px; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.gallery-card {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
}
.gallery-card img { width: 100%; height: 500px; object-fit: cover; }
.gallery-card-wide { grid-column: 1 / -1; }
.gallery-card-wide img { height: 630px; object-position: center 46%; }
.gallery-card figcaption {
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.gallery-card figcaption div { display: flex; flex-direction: column; }
.gallery-card strong { font: 400 24px/1.15 var(--serif); }
.gallery-card figcaption span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.gallery-card figcaption a { text-decoration: none; font-size: 13px; font-weight: 500; }
.custom-gallery-card {
  min-height: 320px;
  grid-column: 1 / -1;
  padding: 48px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 20%, rgba(216,184,175,.38), transparent 28%),
    linear-gradient(140deg, var(--sage-soft), var(--paper));
}
.custom-gallery-card h3 { margin: 0; font: 400 48px/1.05 var(--serif); }
.custom-gallery-card p { max-width: 650px; color: var(--muted); }
.custom-gallery-card .btn { margin-top: 10px; }

.enquire {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 78px;
  padding: 100px 0;
  border-top: 1px solid var(--line);
}
.enquire-copy { padding-top: 18px; }
.enquire-copy p { max-width: 500px; color: var(--muted); }

.contact-details {
  margin-top: 36px;
  padding: 24px 26px;
  max-width: 520px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.contact-details h3 {
  margin: 0 0 12px;
  font: 500 28px/1.1 var(--serif);
}
.contact-details p {
  margin: 5px 0;
  font-size: 13px;
  color: var(--muted);
}
.contact-details p strong {
  color: var(--ink);
  font-weight: 500;
}
.contact-details a {
  color: var(--sage-dark);
  text-decoration: none;
}
.contact-details a:hover {
  text-decoration: underline;
}

.enquiry-form {
  padding: 34px;
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
}
input, select, textarea {
  width: 100%;
  padding: 13px 14px;
  background: #fcfaf5;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  font: 400 14px/1.4 var(--sans);
}
input, select { min-height: 50px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: rgba(79,96,77,.55);
  box-shadow: 0 0 0 3px rgba(135,148,127,.12);
}
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }

.site-footer {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto 24px;
  padding: 32px 34px;
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  gap: 36px;
  align-items: start;
  border-radius: 28px;
  background: var(--moss);
  color: #fff;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font: 400 18px/1.15 var(--serif); }
.footer-brand span, .site-footer small { color: rgba(255,255,255,.58); font-size: 10px; }

.footer-company {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;
}
.footer-company strong {
  font-size: 11px;
  font-weight: 500;
}
.footer-company span,
.footer-company a,
.footer-company small {
  color: rgba(255,255,255,.62);
  font-size: 10px;
  text-decoration: none;
}
.footer-company a:hover {
  color: #fff;
}

.footer-nav { display: flex; gap: 20px; }
.footer-nav a { color: rgba(255,255,255,.78); }


@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
  .shell { width: calc(100% - 28px); }
  .site-header { width: calc(100% - 24px); top: 8px; }
  .brand-text small { display: none; } 

  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 58px; }
  .hero-image, .hero-image img { min-height: 480px; height: 480px; }

  .experience-card { grid-template-columns: 1fr; }
  .experience-image, .experience-image img { min-height: 440px; height: 440px; }
  .experience-steps { padding: 38px 28px; }

  .edition-grid, .enquire { grid-template-columns: 1fr; }
  .rental-card { grid-template-columns: 1fr; }
  .rental-price { text-align: left; }
  .gallery-card-wide { grid-column: auto; }
  .gallery-card-wide img { height: 500px; }
  .custom-gallery-card { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr; }
  
}

@media (max-width: 600px) {
  .hero h1 { font-size: 52px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .package-grid, .how-grid, .gallery-grid, .field-row { grid-template-columns: 1fr; }
  .gallery-card img, .gallery-card-wide img { height: 420px; }
  .custom-gallery-card { grid-column: auto; padding: 34px 26px; }
  .rental-card { padding: 32px 26px; }
  
.contact-details {
  margin-top: 36px;
  padding: 24px 26px;
  max-width: 520px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.contact-details h3 {
  margin: 0 0 12px;
  font: 500 28px/1.1 var(--serif);
}
.contact-details p {
  margin: 5px 0;
  font-size: 13px;
  color: var(--muted);
}
.contact-details p strong {
  color: var(--ink);
  font-weight: 500;
}
.contact-details a {
  color: var(--sage-dark);
  text-decoration: none;
}
.contact-details a:hover {
  text-decoration: underline;
}

.enquiry-form { padding: 24px 18px; }
  .site-footer { width: calc(100% - 24px); }
  .footer-nav { flex-wrap: wrap; }
}


@media (max-width: 850px) {
  .footer-company {
    justify-self: start;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .brand img {
    width: 62px;
    height: 62px;
  }
}


.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 13px;
}

.form-status.success,
.form-status.error {
  display: block;
}

.form-status.success {
  background: rgba(135,148,127,.14);
  color: var(--sage-dark);
  border: 1px solid rgba(79,96,77,.18);
}

.form-status.error {
  background: rgba(185,128,121,.12);
  color: #7b3a36;
  border: 1px solid rgba(185,128,121,.2);
}
