:root {
  --forest: #0f5b4a;
  --forest-dark: #003f32;
  --navy: #12243a;
  --gold: #c9a227;
  --warm-white: #f7f6f2;
  --soft-grey: #d5d5d5;
  --ink: #172025;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(18, 36, 58, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
}

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

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

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.06;
  letter-spacing: 0;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  background: var(--gold);
}

.container {
  width: min(100% - 64px, 1280px);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  min-height: 86px;
  padding: 0 42px;
  color: #0b0d12;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 18px rgba(18, 36, 58, 0.08);
  transition: min-height 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  min-height: 72px;
  box-shadow: 0 8px 24px rgba(18, 36, 58, 0.14);
}

.brand img {
  width: clamp(210px, 18vw, 310px);
  max-height: 58px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.7rem);
  margin-right: 2rem;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-nav a {
  position: relative;
  padding: 0.4rem 0;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 160ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-enquiry,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-enquiry,
.button--green {
  color: var(--white);
  background: var(--forest);
}

.button--gold {
  min-height: 38px;
  color: var(--navy);
  background: var(--gold);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--white);
  background: rgba(18, 36, 58, 0.12);
}

.header-enquiry:hover,
.button:hover,
.header-enquiry:focus-visible,
.button:focus-visible {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero::after {
  position: absolute;
  z-index: 2;
  right: -6%;
  bottom: -40px;
  left: -6%;
  height: 90px;
  content: "";
  border-radius: 0 0 50% 50%;
  background: var(--warm-white);
}

.hero__image,
.hero__image img,
.hero__shade {
  position: absolute;
  inset: 0;
}

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

.hero__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.08) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.05));
}

.hero__content {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, 1280px);
  margin-inline: auto;
  padding-top: 170px;
}

.hero__kicker,
.hero h1 {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.38);
}

.hero__kicker {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 0.96;
}

.hero h1 {
  max-width: 620px;
  margin-top: -0.1rem;
  font-size: clamp(2.8rem, 4.6vw, 5.2rem);
}

.hero__lead {
  margin: 1.05rem 0 0;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.18rem, 1.9vw, 1.85rem);
  font-weight: 700;
  line-height: 1.28;
}

.hero__guide {
  margin: 1.15rem 0 0;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 700;
  line-height: 1.32;
}

.hero__signature {
  margin: 0.15rem 0 0;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
  font-style: italic;
  font-weight: 600;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.hero__features {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 46px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  width: min(100% - 64px, 980px);
  margin-inline: auto;
}

.feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  color: var(--white);
}

.feature__icon {
  color: var(--gold);
  font-size: 2.65rem;
  line-height: 1;
}

.feature p {
  margin: 0;
  font-weight: 700;
  line-height: 1.22;
}

.feature strong {
  display: block;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.section {
  padding: 42px 0;
}

.section-title {
  margin-bottom: 1.15rem;
}

.section-title--center {
  text-align: center;
}

.section-title h2 {
  display: inline-block;
  position: relative;
  color: var(--forest-dark);
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  text-transform: uppercase;
}

.section-title h2::after {
  position: absolute;
  right: 16%;
  bottom: -0.55rem;
  left: 16%;
  height: 3px;
  content: "";
  background: var(--gold);
}

.image-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.image-card {
  overflow: hidden;
  border-radius: 6px;
  background: var(--forest);
  box-shadow: 0 6px 18px rgba(18, 36, 58, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.image-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: center 56%;
}

.image-card div {
  min-height: 108px;
  padding: 0.85rem 1rem 1rem;
  color: var(--white);
  text-align: center;
  background: linear-gradient(180deg, #0b5a49, #003f32);
}

.image-card h3 {
  font-size: 1.35rem;
}

.image-card p {
  margin: 0.25rem 0 0;
  line-height: 1.25;
}

.guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
  align-items: center;
  background: var(--warm-white);
}

.guide__image img {
  width: 100%;
  min-height: 360px;
  max-height: 520px;
  object-fit: cover;
  object-position: 62% center;
}

.guide__copy {
  max-width: 640px;
  padding: 2rem clamp(2rem, 5vw, 4rem);
}

.eyebrow {
  margin: 0 0 0.25rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide__copy h2 {
  color: var(--forest-dark);
  font-size: clamp(2.3rem, 3.8vw, 4rem);
}

.guide__copy p:not(.eyebrow) {
  margin: 0.75rem 0;
}

.guide-more {
  margin-top: 0.85rem;
  border-top: 1px solid rgba(15, 91, 74, 0.16);
}

.guide-more summary {
  width: max-content;
  margin-bottom: 0.75rem;
  list-style: none;
}

.guide-more summary::-webkit-details-marker {
  display: none;
}

.guide-more[open] summary {
  margin-bottom: 1rem;
}

.guide-more[open] summary::after {
  content: " - Show Less";
}

.guide__copy .button {
  margin-top: 0.45rem;
  cursor: pointer;
}

.video-section {
  background:
    linear-gradient(135deg, rgba(18, 36, 58, 0.05), rgba(201, 162, 39, 0.08)),
    var(--white);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.video-copy h2 {
  margin: 0.35rem 0 0.85rem;
  color: var(--forest-dark);
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.video-copy p:not(.eyebrow) {
  max-width: 520px;
  color: #384447;
  font-size: 1.02rem;
}

.video-frame {
  overflow: hidden;
  border: 1px solid rgba(18, 36, 58, 0.12);
  border-radius: 6px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.video-frame video {
  display: block;
  width: 100%;
  max-height: 560px;
  background: var(--navy);
}

.tours {
  padding-top: 22px;
  background: var(--warm-white);
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.tour-card {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 270px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--forest-dark);
  box-shadow: 0 6px 18px rgba(18, 36, 58, 0.14);
}

.tour-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.tour-card__body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  color: var(--white);
}

.tour-card--text {
  grid-template-columns: 1fr;
  background:
    linear-gradient(135deg, rgba(201, 162, 39, 0.12), rgba(18, 36, 58, 0)),
    var(--forest-dark);
}

.tour-card--text .tour-card__body {
  min-height: 270px;
}

.tour-card h3 {
  color: var(--white);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.tour-card ul {
  display: grid;
  gap: 0.2rem;
  margin: 0.8rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
}

.tour-card li::before {
  content: "✓";
  margin-right: 0.35rem;
  color: var(--gold);
}

.tour-card p {
  margin: 0.1rem 0;
  font-size: 0.82rem;
  line-height: 1.25;
}

.tour-card .tour-intro {
  margin: 0.25rem 0 0.55rem;
  color: rgba(255, 255, 255, 0.88);
}

.tour-details {
  margin: 0.15rem 0 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
}

.tour-details summary {
  padding: 0.55rem 0;
  color: var(--gold);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tour-details p {
  margin-bottom: 0.65rem;
}

.tour-card .button {
  align-self: flex-start;
  margin-top: auto;
  padding-inline: 0.8rem;
}

.reviews-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
}

.reviews-panel,
.contact-panel {
  min-height: 250px;
  padding: 2rem clamp(1.5rem, 4vw, 3.25rem);
}

.reviews-panel {
  position: relative;
  color: var(--white);
  background: radial-gradient(circle at center, rgba(15, 91, 74, 0.88), var(--forest-dark));
}

.reviews-panel h2,
.contact-panel h2 {
  color: inherit;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  text-transform: uppercase;
}

.review-track {
  position: relative;
  min-height: 140px;
  margin-top: 1.1rem;
}

.review-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.review-card.is-active {
  opacity: 1;
  transform: translateX(0);
}

.review-card p {
  margin: 0;
  color: var(--gold);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.review-card blockquote {
  max-width: 520px;
  margin: 0.65rem 0;
  font-size: 1.02rem;
  line-height: 1.38;
}

.review-card cite {
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.review-controls {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: flex;
  gap: 0.5rem;
}

.review-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.contact-panel {
  color: var(--navy);
  background: #efeee9;
}

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

.enquiry-form label {
  display: grid;
}

.phone-field {
  display: grid;
  grid-template-columns: minmax(104px, 0.42fr) minmax(0, 1fr);
  gap: 0.55rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.enquiry-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid #dedbd3;
  border-radius: 2px;
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  background: var(--white);
}

.enquiry-form textarea {
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  outline: 2px solid rgba(201, 162, 39, 0.45);
  border-color: var(--gold);
}

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

.enquiry-form .button {
  width: min(100%, 280px);
  min-height: 38px;
  margin-inline: auto;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(90deg, var(--forest-dark), var(--forest));
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) 1fr 1.2fr auto;
  gap: 2rem;
  align-items: center;
  min-height: 112px;
  padding: 1.2rem 0;
}

.footer-logo img {
  width: min(100%, 270px);
  max-height: 70px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0.25rem 0;
}

.footer-credit {
  width: min(100% - 64px, 1280px);
  margin-inline: auto;
  padding: 0.9rem 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  text-align: center;
}

.footer-credit p {
  margin: 0;
}

.footer-credit strong,
.footer-credit a {
  display: inline;
  color: var(--white);
  font-weight: 700;
}

.form-response {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 2rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(15, 91, 74, 0.9), rgba(18, 36, 58, 0.96)),
    var(--navy);
}

.form-response section {
  width: min(100%, 680px);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.form-response h1 {
  margin: 0.25rem 0 1rem;
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.form-response p:not(.eyebrow) {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.socials {
  display: flex;
  gap: 0.9rem;
}

.socials span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgba(18, 36, 58, 0.5);
  font-size: 1.5rem;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(180px, 1fr) auto auto;
    padding-inline: 28px;
  }

  .brand img {
    width: 230px;
  }

  .primary-nav {
    gap: 1.1rem;
    margin-right: 1rem;
  }

  .tour-grid {
    grid-template-columns: 1fr;
  }

  .tour-card {
    grid-template-columns: 38% 62%;
  }
}

@media (max-width: 1024px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-enquiry {
    display: none;
  }

  .nav-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span:not(.sr-only) {
    width: 28px;
    height: 3px;
    background: var(--forest-dark);
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0.5rem 28px 1rem;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .site-header.is-open .primary-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a {
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(18, 36, 58, 0.1);
  }

  .primary-nav a::after {
    display: none;
  }

  .image-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .guide,
  .video-layout,
  .reviews-contact,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .guide__copy {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 28px, 1280px);
  }

  .site-header {
    min-height: 72px;
    padding-inline: 16px;
  }

  .brand img {
    width: 205px;
  }

  .hero {
    min-height: 760px;
  }

  .hero::after {
    height: 58px;
    bottom: -28px;
  }

  .hero__image img {
    object-position: 54% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.05));
  }

  .hero__content {
    width: min(100% - 28px, 1280px);
    padding-top: 118px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 260px;
  }

  .hero__features {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    bottom: 54px;
    width: min(100% - 28px, 980px);
  }

  .feature__icon {
    font-size: 2rem;
  }

  .section {
    padding: 34px 0;
  }

  .image-card-grid,
  .enquiry-form {
    grid-template-columns: 1fr;
  }

  .phone-field {
    grid-template-columns: 1fr;
  }

  .guide__image img {
    min-height: 340px;
  }

  .guide__copy {
    padding: 2rem 1rem 2.4rem;
  }

  .tour-card {
    grid-template-columns: 1fr;
  }

  .tour-card img {
    aspect-ratio: 1.5 / 1;
  }

  .reviews-panel,
  .contact-panel {
    padding: 1.6rem 1rem;
  }

  .footer-logo img {
    width: 220px;
  }
}

@media (min-width: 1440px) {
  .hero {
    min-height: 780px;
  }

  .hero__content {
    padding-top: 190px;
  }
}
