@font-face {
  font-family: 'Dune Rise';
  src: url('immagini/font/Dune_Rise.ttf') format('truetype'),
       url('immagini/font/Dune_Rise.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --petrol: #123f42;
  --petrol-deep: #092e30;
  --sand: #f2eadc;
  --cream: #fbf8f1;
  --terra: #bd674c;
  --gold: #c7a45a;
  --ink: #172b2b;
  --white: #fff;
  --line: rgba(18, 63, 66, .18);
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

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

.skip-link {
  position: absolute;
  left: -999px
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: white;
  padding: .7rem;
  z-index: 99
}

button,
input,
textarea {
  font: inherit
}

.site-header {
  height: 88px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: absolute;
  z-index: 10;
  width: 100%;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .22)
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .78rem;
  letter-spacing: .22em;
  font-weight: 600
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.15rem
}

.site-header nav {
  display: flex;
  gap: 2rem;
  margin-left: auto
}

.site-header nav a {
  font-size: .85rem
}

.site-header nav a:hover {
  color: #f4d58a
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, .7);
  padding: .7rem 1rem;
  font-size: .8rem
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: white;
  padding: .4rem;
  cursor: pointer;
  z-index: 101;
  position: relative
}

.menu-toggle .icon-menu {
  display: block
}

.menu-toggle .icon-close {
  display: none
}

.menu-toggle[aria-expanded="true"] .icon-menu {
  display: none
}

.menu-toggle[aria-expanded="true"] .icon-close {
  display: block
}

.mobile-cta-link {
  display: none
}

.hero {
  min-height: 760px;
  background: var(--petrol);
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 180px 7vw 100px;
  max-width: 680px
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .7rem;
  font-weight: 600;
  color: var(--terra);
  margin: 0 0 1.2rem
}

.hero .eyebrow {
  color: #e4ba71
}

.hero h1 {
  font: 400 clamp(3.7rem, 7vw, 7.6rem)/.86 var(--display);
  margin: 0;
  letter-spacing: -.025em
}

.hero h1 em {
  color: #e1c080;
  font-style: italic
}

.hero-intro {
  max-width: 520px;
  color: #dce7e3;
  font-size: 1.05rem;
  margin: 2.2rem 0
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem
}

.button {
  display: inline-flex;
  justify-content: center;
  border: 0;
  padding: 1rem 1.35rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer
}

.button-primary {
  background: var(--terra);
  color: white
}

.text-link {
  font-size: .86rem;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  padding: .5rem 0
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-width: 0
}

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

.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(9, 46, 48, .92) 0%, rgba(9, 46, 48, .7) 48%, rgba(9, 46, 48, .2) 100%), linear-gradient(0deg, rgba(9, 46, 48, .4) 0%, transparent 60%)
}

.location-card {
  position: absolute;
  z-index: 3;
  bottom: 3rem;
  right: 6vw;
  left: auto;
  background: var(--sand);
  color: var(--petrol);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-7deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

.location-card span {
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .1em
}

.location-card strong {
  font: 2.6rem var(--display);
  line-height: 1.1
}

.location-card small {
  font-size: .7rem
}

.hero-note {
  position: absolute;
  right: -8px;
  top: 50%;
  writing-mode: vertical-rl;
  letter-spacing: .3em;
  font-size: .58rem;
  z-index: 3
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1.4rem 5vw;
  background: white;
  border-bottom: 1px solid var(--line)
}

.quick-facts>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-right: 1px solid var(--line)
}

.quick-facts>div:last-child {
  border: 0
}

.quick-facts p {
  font-size: .75rem;
  line-height: 1.5
}

.fact-icon {
  color: var(--terra);
  font: 1.3rem var(--display)
}

.section {
  padding: 8rem 7vw
}

.section-heading {
  display: grid;
  grid-template-columns: .6fr 1.3fr .8fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem
}

.section-heading h2,
.for-you h2,
.contact h2 {
  font: 400 clamp(2.8rem, 5vw, 5rem)/.98 var(--display);
  margin: 0;
  color: var(--petrol)
}

.section-heading>p:last-child {
  color: #617070;
  margin: 0
}

.gallery {
  display: grid;
  grid-template-columns: 1.35fr .8fr;
  grid-template-rows: 280px 280px;
  gap: 1rem
}

.gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden
}

.gallery-main {
  grid-row: 1/3
}

.gallery figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--cream);
  padding: .7rem 1rem;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em
}

.amenities {
  display: grid;
  grid-template-columns: .45fr 1fr .6fr;
  gap: 3rem;
  padding-top: 3rem
}

.amenities h3 {
  font: 1.7rem var(--display);
  margin: 0
}

.amenities ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem
}

.amenities li:before {
  content: "✓";
  color: var(--terra);
  margin-right: .6rem
}

.small-note {
  font-size: .75rem;
  color: #687675;
  margin: 0
}

.for-you {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #e8ddca;
  align-items: stretch
}

.for-you-image {
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}

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

.for-you-copy {
  padding: 4rem 6vw 4rem 4vw
}

.for-you h2 {
  margin-bottom: 1.8rem
}

.audience {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 1rem;
  padding: .8rem 0;
  border-top: 1px solid rgba(18, 63, 66, .22)
}

.audience>span {
  font-size: .65rem;
  color: var(--terra)
}

.audience h3 {
  font: 1.5rem var(--display);
  margin: 0 0 .3rem
}

.audience p {
  margin: 0;
  color: #526360;
  font-size: .88rem
}

.compact {
  grid-template-columns: .5fr 1fr .8fr
}

.place-grid {
  display: grid;
  grid-template-columns: 1.45fr .8fr .8fr;
  gap: 1rem
}

.place {
  min-height: 390px;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.place span {
  font-size: .65rem;
  letter-spacing: .15em;
  text-transform: uppercase
}

.place h3 {
  font: 2.1rem/1.05 var(--display);
  margin: auto 0 1rem
}

.place p {
  font-size: .85rem;
  margin: 0
}

.place strong {
  font: 2.5rem var(--display);
  margin-top: 2rem
}

.place-featured {
  padding: 0;
  background: #d8c7aa
}

.place-featured .place-image {
  height: 250px;
  width: 100%
}

.place-featured>div:last-child {
  padding: 1.7rem
}

.place-featured h3 {
  margin: .7rem 0
}

.petrol {
  background: var(--petrol);
  color: white
}

.terracotta {
  background: var(--terra);
  color: white
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--petrol-deep);
  color: white
}

.contact-copy {
  padding: 7rem 9vw
}

.contact .eyebrow {
  color: #e0b86b
}

.contact h2 {
  color: white
}

.contact-copy>p:not(.eyebrow) {
  color: #c5d4d1;
  max-width: 460px
}

.contact address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  margin: 3rem 0
}

.contact address span {
  color: #b8c9c5;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: .5rem
}

.button-light {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, .5)
}

.contact-form {
  background: var(--sand);
  color: var(--ink);
  padding: 7rem 8vw
}

.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem
}

.field label {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600
}

.field input,
.field textarea {
  border: 0;
  border-bottom: 1px solid rgba(18, 63, 66, .35);
  background: transparent;
  padding: .85rem 0;
  outline: 0
}

.field input:focus,
.field textarea:focus {
  border-color: var(--terra)
}

.field textarea {
  resize: vertical
}

.button-accent {
  background: var(--terra);
  color: white;
  width: 100%
}

.form-status {
  font-size: .78rem;
  min-height: 1.2rem
}

.required-note {
  margin: .65rem 0 0;
  font-size: .72rem;
  color: rgba(18, 63, 66, .72)
}

footer {
  background: #000000;
  color: #e2bd74;
  padding: 3rem 5vw 2.5rem;
  font-size: 0.95rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  max-width: 1200px;
  margin: 0;
  width: 100%;
}

.footer-brand {
  align-self: flex-start;
  color: white;
}

.footer-copy-text {
  margin: 0;
  color: #e2bd74;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #e2bd74;
  text-align: center;
}

.bewpot-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.bewpot-link:hover {
  opacity: 0.85;
}

.bewpot-logo {
  height: 24px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}

.bewpot-brand-name {
  font-family: 'Dune Rise', sans-serif;
  color: #d4b46a;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
}

@media(max-width:900px) {
  .site-header {
    height: 72px
  }

  .header-cta {
    display: none
  }

  .brand {
    z-index: 101;
    position: relative
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    z-index: 101
  }

  .site-header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: var(--petrol-deep);
    padding: 110px 8vw 4rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    z-index: 100
  }

  .site-header nav.open {
    display: flex
  }

  .site-header nav a {
    font-family: var(--display);
    font-size: 2.2rem;
    color: white;
    text-decoration: none
  }

  .site-header nav a.mobile-cta-link {
    display: inline-block;
    font-family: var(--body);
    font-size: .88rem;
    font-weight: 600;
    background: var(--terra);
    color: white;
    padding: 1rem 1.8rem;
    margin-top: 1rem;
    border-radius: 2px
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hero-copy {
    padding: 150px 7vw 80px
  }

  .hero-visual {
    height: 480px
  }

  .location-card {
    left: auto;
    right: 1rem;
    bottom: -2rem
  }

  .quick-facts {
    grid-template-columns: 1fr 1fr
  }

  .quick-facts>div:nth-child(2) {
    border: 0
  }

  .section-heading,
  .compact {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .gallery {
    grid-template-rows: 220px 220px
  }

  .amenities {
    grid-template-columns: 1fr
  }

  .for-you {
    grid-template-columns: 1fr
  }

  .for-you-image {
    min-height: auto
  }

  .for-you-image img {
    height: auto
  }

  .place-grid {
    grid-template-columns: 1fr 1fr
  }

  .place-featured {
    grid-column: 1/3
  }

  .contact {
    grid-template-columns: 1fr
  }
}

@media(max-width:600px) {
  .hero h1 {
    font-size: 3.5rem
  }

  .hero-visual {
    height: 360px
  }

  .quick-facts {
    padding: 1rem 4vw
  }

  .quick-facts>div {
    justify-content: flex-start;
    padding-left: .5rem
  }

  .section {
    padding: 5rem 6vw
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 330px 220px 220px
  }

  .gallery-main {
    grid-row: auto
  }

  .amenities ul {
    grid-template-columns: 1fr
  }

  .for-you-image {
    min-height: auto
  }

  .for-you-copy,
  .contact-copy,
  .contact-form {
    padding: 5rem 7vw
  }

  .place-grid {
    grid-template-columns: 1fr
  }

  .place-featured {
    grid-column: auto
  }

  .field-row {
    grid-template-columns: 1fr
  }

  footer {
    flex-wrap: wrap
  }

  footer p:last-child {
    margin-left: 0
  }

  .hero-note {
    display: none
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}

.page-hero {
  min-height: 560px;
  height: 68vh;
  position: relative;
  color: white;
  display: flex;
  align-items: flex-end
}

.page-hero>img {
  position: absolute;
  inset: 0
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 31, 32, .88), rgba(6, 31, 32, .08))
}

.page-hero-copy {
  position: relative;
  padding: 0 8vw 5.5rem
}

.page-hero-copy h1,
.contact-intro h1 {
  font: 400 clamp(3.7rem, 7vw, 7rem)/.9 var(--display);
  margin: 0 0 1.5rem
}

.story-section {
  padding: 8rem 9vw;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw
}

.story-section h2,
.detail-block h2 {
  font: 400 clamp(2.8rem, 5vw, 5rem)/.98 var(--display);
  color: var(--petrol);
  margin: 0
}

.room-feature,
.city-feature {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 600px;
  background: #e9ddca
}

.room-feature.reverse {
  grid-template-columns: .8fr 1.2fr;
  background: white
}

.room-feature.reverse>img {
  order: 2
}

.room-feature>div,
.city-feature>div {
  padding: 7rem 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.room-feature h2,
.city-feature h2 {
  font: 3.6rem var(--display);
  color: var(--petrol)
}

.photo-mosaic {
  height: 520px;
  padding: 1rem;
  background: var(--petrol);
  display: grid;
  grid-template-columns: 1.5fr .75fr .75fr;
  gap: 1rem
}

.detail-block {
  padding: 8rem
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem
}

.detail-grid article {
  padding: 2rem;
  border-top: 1px solid var(--line)
}

.notice {
  background: var(--sand);
  padding: 1rem
}

.distance-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--petrol);
  color: white
}

.distance-strip div {
  padding: 2.5rem 5vw;
  display: flex;
  flex-direction: column
}

.distance-strip strong {
  font: 2.5rem var(--display);
  color: #e4bd72
}

.contact-intro {
  padding: 180px 8vw 7rem;
  background: var(--petrol-deep);
  color: white;
  display: grid;
  grid-template-columns: 1.2fr .6fr
}

.booking-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
}

.booking-aside {
  background: var(--terra);
  color: white;
  display: flex;
  flex-direction: column;
}

.booking-aside > img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.booking-aside > div {
  padding: 2.5rem 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-aside h2 {
  font: 400 2.2rem / 1.1 var(--display);
  color: #ffffff;
  margin: 0 0 1.2rem;
}

.booking-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.booking-aside li {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.booking-aside li::before {
  content: "•";
  color: #fce8cc;
  font-size: 1.3rem;
  line-height: 1;
}

@media(max-width:800px) {

  .story-section,
  .room-feature,
  .room-feature.reverse,
  .city-feature,
  .booking-panel,
  .contact-intro {
    grid-template-columns: 1fr
  }

  .room-feature.reverse>img {
    order: 0
  }

  .detail-grid {
    grid-template-columns: 1fr 1fr
  }

  .photo-mosaic {
    height: auto;
    grid-template-columns: 1fr
  }

  .photo-mosaic img {
    height: 300px
  }
}

@media(max-width:550px) {

  .detail-grid,
  .distance-strip {
    grid-template-columns: 1fr
  }

  .detail-block {
    padding: 5rem 7vw
  }
}

.rooms-section {
  padding: 8rem 8vw;
  background: #e9ddca
}

.rooms-heading {
  display: grid;
  grid-template-columns: .45fr 1fr .75fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: 4rem
}

.rooms-heading h2 {
  font: 400 clamp(2.8rem, 5vw, 5rem)/.98 var(--display);
  color: var(--petrol);
  margin: 0
}

.rooms-heading>p:last-child {
  color: #596966;
  margin: 0
}

.rooms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem
}

.room-card {
  position: relative;
  background: var(--cream);
  overflow: hidden;
}

.room-card>img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.room-card .gallery-arrow {
  top: 240px;
}

.room-card>div {
  padding: 2rem 2.2rem
}

.room-card h3 {
  font: 2rem var(--display);
  color: var(--petrol);
  margin: 0 0 .5rem
}

.room-card p {
  color: #5d6c69;
  margin: 0
}

@media(max-width:800px) {
  .rooms-heading {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .rooms-grid {
    grid-template-columns: 1fr
  }

  .room-card>img {
    height: 420px
  }

  .room-card .gallery-arrow {
    top: 210px;
  }

  .rooms-section {
    padding: 5rem 6vw
  }
}

@media(max-width:550px) {
  .room-card>img {
    height: 330px
  }

  .room-card .gallery-arrow {
    top: 165px;
  }

  .room-card>div {
    padding: 1.5rem
  }

  .room-card h3 {
    font-size: 1.7rem
  }
}

.home-spaces {
  padding: 8rem 8vw;
  background: var(--cream)
}

.spaces-heading {
  display: grid;
  grid-template-columns: .4fr 1fr .75fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: 4rem
}

.spaces-heading h2 {
  font: 400 clamp(2.8rem, 5vw, 5rem)/.98 var(--display);
  color: var(--petrol);
  margin: 0
}

.spaces-heading>p:last-child {
  color: #596966;
  margin: 0
}

.spaces-gallery {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  grid-template-rows: 330px 330px;
  gap: 1rem
}

.space-card {
  position: relative;
  overflow: hidden
}

.space-card.space-wide {
  grid-row: 1/3
}

.space-card:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(6, 31, 32, .88))
}

.space-card>div {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  color: white
}

.space-card h3 {
  font: 2rem var(--display);
  margin: 0 0 .35rem
}

.space-card p {
  font-size: .82rem;
  max-width: 430px;
  margin: 0;
  color: #e2ebe8
}

.main-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Visible & Elegant Side Arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(9, 46, 48, 0.85);
  color: #ffffff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s ease, background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  pointer-events: auto;
  padding: 0;
}

.gallery-card:hover .gallery-arrow {
  opacity: 1;
}

.gallery-arrow:hover {
  background: #061f20;
  transform: translateY(-50%) scale(1.12);
  border-color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.gallery-arrow.prev {
  left: 2.5rem;
}

.gallery-arrow.next {
  right: 2.5rem;
}

@media(max-width:550px) {
  .gallery-arrow {
    width: 28px;
    height: 28px;
  }
  .gallery-arrow.prev {
    left: 1.25rem;
  }
  .gallery-arrow.next {
    right: 1.25rem;
  }
}

@media(max-width:800px) {
  .spaces-heading {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .spaces-gallery {
    display: block
  }

  .space-card,
  .space-card.space-wide {
    height: 410px;
    margin-bottom: 1rem
  }

  .home-spaces {
    padding: 5rem 6vw
  }
}

@media(max-width:550px) {

  .space-card,
  .space-card.space-wide {
    height: 350px
  }

  .space-card>div {
    padding: 1.5rem
  }
}

.discover-section {
  padding: 8rem 8vw
}

.discover-heading {
  display: grid;
  grid-template-columns: .45fr 1fr .7fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: 4rem
}

.discover-heading h2,
.province-title h2 {
  font: 400 clamp(2.8rem, 5vw, 5rem)/.98 var(--display);
  color: var(--petrol);
  margin: 0
}

.discover-heading>p:last-child {
  color: #5d6c69;
  margin: 0
}

.attraction-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem
}

.attraction-card {
  min-height: 300px;
  padding: 2.5rem;
  background: var(--sand);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-top: 4px solid var(--terra)
}

.attraction-card.featured {
  background: var(--petrol);
  color: white;
  grid-row: span 2;
  min-height: 616px
}

.attraction-card span {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #f7e4be;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.attraction-card h3 {
  font: 400 2.2rem/1.08 var(--display);
  color: #ffffff;
  margin: .4rem 0 .7rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.attraction-card p {
  font-size: .95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 520px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.province-section {
  background: #e8ddca;
  padding: 8rem 8vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw
}

.province-title h2 {
  color: #0b2c2e;
}

.province-title>p:last-child {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #354643;
  margin-top: 1rem;
}

.province-list article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  padding: 1.7rem 0;
  border-top: 1px solid rgba(18, 63, 66, .22)
}

.province-list span {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #9e462c;
}

.province-list h3 {
  font: 400 1.85rem/1.15 var(--display);
  color: #0b2c2e;
  margin: 0 0 .4rem
}

.province-list p {
  font-size: .95rem;
  line-height: 1.5;
  color: #354643;
  margin: 0
}

@media(max-width:800px) {

  .story-section {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 4rem 6vw;
  }

  .city-feature {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .city-feature > img {
    height: 320px;
    width: 100%;
    object-fit: cover;
  }

  .city-feature > div {
    padding: 3.5rem 6vw;
  }

  .distance-strip {
    grid-template-columns: 1fr;
  }

  .distance-strip div {
    padding: 1.5rem 6vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .for-you {
    grid-template-columns: 1fr
  }

  .for-you-image {
    height: 250px
  }

  .for-you-copy {
    padding: 1.5rem 6vw 3rem 6vw
  }

  .discover-heading,
  .province-section {
    grid-template-columns: 1fr
  }

  .attraction-card.featured {
    min-height: 420px
  }

  .province-section {
    gap: 4rem
  }
}

@media(max-width:550px) {

  .discover-section,
  .province-section {
    padding: 4rem 6vw
  }

  .attraction-grid {
    grid-template-columns: 1fr
  }

  .attraction-card,
  .attraction-card.featured {
    min-height: 340px
  }

  .province-list article {
    grid-template-columns: 1fr;
    gap: .5rem
  }
}

.attraction-photo {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: white;
  border-radius: 4px;
}

.attraction-photo>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.attraction-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 22, 23, 0.96) 0%, rgba(4, 22, 23, 0.72) 55%, rgba(4, 22, 23, 0.2) 100%);
  pointer-events: none;
}

.attraction-photo>div {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.lang-toggle {
  display: flex;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 4px;
  gap: 4px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 101;
  position: relative;
}
.lang-toggle a {
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 16px;
  color: white;
  transition: all 0.2s ease;
}
.lang-toggle a:hover {
  color: #f4d58a;
}
.lang-toggle a.active {
  background: white;
  color: var(--petrol);
}

.mobile-only {
  display: none !important;
}

@media(max-width:900px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: flex !important;
    margin-top: 2rem;
  }
  .site-header nav .lang-toggle a {
    font-family: var(--body) !important;
    font-size: 1rem !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
  }
}
