.language-toggle .lang-menu {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.language-toggle .lang-menu li {
  margin: 0;
  padding: 0;
}

.language-toggle a {
  display: grid;
  min-width: 36px;
  min-height: 36px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(23, 19, 17, 0.56);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.language-toggle a:hover {
  color: var(--ink);
}

.language-toggle a.is-active,
.language-toggle .current-lang a,
.language-toggle .current-menu-item a {
  background: #fffaf3;
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(42, 29, 19, 0.14);
}

.header-island.is-compact .language-toggle a {
  min-width: 32px;
  min-height: 30px;
  font-size: 11px;
}

html,
body {
  overflow-x: clip;
}

main {
  overflow-x: hidden;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

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

.header-island.is-compact .brand-logo {
  width: 34px;
  height: 34px;
}

.footer-brand .brand-logo {
  width: 52px;
  height: 52px;
  background: #fff8ed;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.signature {
  flex-wrap: wrap;
}

.review-card,
.review-card * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.section .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: 24px;
  align-items: end;
  width: min(1120px, 100%);
  max-width: none;
  margin: 0 auto 38px;
}

.section .section-head .kicker {
  grid-column: 1 / -1;
  margin: 0 0 -8px;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.section .section-head h2 {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  white-space: nowrap;
}

.section .section-head span {
  color: var(--smoke);
  font-size: 15px;
  line-height: 1.5;
}

.works .section-head h2 {
  color: #fff8ed;
}

.works .section-head {
  width: min(1120px, 100%);
  margin-bottom: 32px;
}

.works .section-head span,
.works .section-head .kicker {
  color: #d7b77f;
}

.works {
  background:
    radial-gradient(circle at 24% 18%, rgba(215, 183, 127, 0.12), transparent 24%),
    radial-gradient(circle at 78% 62%, rgba(141, 107, 67, 0.1), transparent 26%),
    #181411;
}

.works .gallery {
  background: transparent;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.78fr) minmax(230px, 0.68fr);
  grid-auto-rows: auto;
  gap: 18px;
  width: min(1120px, 100%);
}

.works .editorial-note {
  background:
    linear-gradient(145deg, rgba(255, 248, 237, 0.055), rgba(255, 248, 237, 0.015)),
    rgba(255, 248, 237, 0.018);
  color: #fff8ed;
}

.works .gallery figure,
.works .gallery .editorial-note {
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(255, 248, 237, 0.12);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.works .gallery figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.works .gallery figure::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(24, 20, 17, 0.18) 72%, rgba(24, 20, 17, 0.46) 100%),
    linear-gradient(90deg, rgba(24, 20, 17, 0.1), transparent 38%);
  content: "";
  pointer-events: none;
}

.works .gallery .gallery-large {
  grid-row: auto;
  height: clamp(520px, 36vw, 620px);
}

.works .gallery > figure:not(.gallery-large) {
  height: clamp(460px, 32vw, 540px);
}

.works .gallery .editorial-note {
  display: grid;
  align-content: end;
  gap: 14px;
  align-self: center;
  height: clamp(360px, 26vw, 440px);
  padding: clamp(28px, 3vw, 44px);
  border-color: rgba(255, 248, 237, 0.16);
}

.works .gallery .editorial-note .kicker {
  margin: 0;
  color: #d7b77f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.works .gallery .editorial-note h3 {
  max-width: 9.5em;
  color: #fff8ed;
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 0.94;
}

.works .gallery .editorial-note p:not(.kicker) {
  max-width: 26em;
  color: rgba(255, 248, 237, 0.74);
  font-size: 16px;
  line-height: 1.55;
}

.works .gallery figcaption {
  z-index: 1;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  left: clamp(16px, 2vw, 28px);
  padding: 18px 20px;
  border: 1px solid rgba(255, 248, 237, 0.08);
  background: linear-gradient(135deg, rgba(45, 31, 24, 0.86), rgba(24, 20, 17, 0.74));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.works .gallery figcaption strong {
  font-size: 16px;
  line-height: 1.35;
}

.booking-copy h2 {
  margin-bottom: 24px;
  line-height: 0.98;
}

.booking-copy > p:not(.kicker) {
  margin-top: 0;
}

@media (min-width: 961px) {
  .booking {
    grid-template-columns: minmax(0, 560px) minmax(320px, 520px);
    justify-content: center;
  }

  .booking-copy {
    justify-self: stretch;
  }

  .booking-form-holder,
  .booking-form-holder > .wpcf7 {
    width: min(520px, 100%);
  }
}

.booking-form-holder {
  display: flex;
  justify-content: center;
}

.booking .wpcf7-form.booking-form {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(26px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 238, 0.88)),
    rgba(255, 252, 247, 0.92);
  box-shadow: 0 30px 78px rgba(42, 29, 19, 0.18);
}

.booking .wpcf7-form.booking-form::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(200, 164, 109, 0.9), transparent);
  content: "";
}

.booking .hidden-fields-container {
  display: none;
}

.booking .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.booking .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  min-width: 100px;
}

.booking .booking-form-fields {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.booking .booking-form-row {
  display: flex;
  gap: 12px;
}

.booking .booking-form-field {
  display: grid;
  flex: 1;
  min-width: 100px;
  gap: 7px;
}

.booking .booking-form-field > span:first-child {
  color: rgba(23, 19, 17, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.booking .booking-form-fields input,
.booking .booking-form-fields select {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(23, 19, 17, 0.14);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.booking .booking-form-fields select {
  padding-right: 42px;
  appearance: none;
  color: rgba(23, 19, 17, 0.5);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.booking .booking-form-fields select.is-selected {
  color: var(--ink);
}

.booking .booking-form-fields select option {
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
}

.booking .booking-form-fields select option:first-child {
  color: rgba(23, 19, 17, 0.5);
}

.booking .booking-form-fields input::placeholder {
  color: rgba(23, 19, 17, 0.5);
  opacity: 1;
}

.booking .booking-form-fields input:focus,
.booking .booking-form-fields select:focus {
  border-color: rgba(161, 122, 70, 0.58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(200, 164, 109, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  outline: none;
}

.booking .booking-form-fields input.btn {
  height: 58px;
  margin-top: 14px;
  border: 0;
  border-radius: 999px;
  color: #fffaf2;
  background: linear-gradient(135deg, #171311, #241a15);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 22px 48px rgba(42, 29, 19, 0.22);
}

.booking .booking-form-fields input.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 58px rgba(42, 29, 19, 0.3);
}

.booking .booking-form-fields input.btn:focus {
  box-shadow: 0 0 0 4px rgba(200, 164, 109, 0.2), 0 28px 58px rgba(42, 29, 19, 0.28);
}

.booking .wpcf7-spinner {
  position: absolute;
  right: 34px;
  bottom: 52px;
  margin: 0;
}

.booking .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #a04436;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.booking .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--moss);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.flatpickr-calendar {
  border: 1px solid rgba(23, 19, 17, 0.12);
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(42, 29, 19, 0.22);
  font-family: Inter, Arial, sans-serif;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  border-color: var(--ink);
  background: var(--ink);
}

.flatpickr-day.today {
  border-color: var(--champagne);
}

@media (max-width: 960px) {
  .works .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    width: min(680px, calc(100% - 32px));
  }

  .works .gallery .gallery-large {
    grid-row: auto;
  }

  .works .gallery .editorial-note {
    min-height: 300px;
  }

  .works .gallery figure {
    height: auto;
  }

  .works .gallery > figure:not(.gallery-large) {
    height: auto;
  }

  .works .gallery .editorial-note {
    height: auto;
  }

  .works .gallery figure img {
    height: auto;
    min-height: 420px;
  }

  .section .section-head {
    grid-template-columns: 1fr;
  }

  .section .section-head h2 {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .works .section-head {
    width: min(100% - 28px, 680px);
  }

  .works .gallery {
    width: min(100% - 28px, 680px);
    gap: 14px;
  }

  .works .gallery figure img {
    min-height: 340px;
  }

  .works .gallery .editorial-note {
    min-height: 280px;
    padding: 24px;
  }

  .works .gallery figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 15px 16px;
  }

  .booking .booking-form-row {
    flex-direction: column;
  }

  .booking .wpcf7-form.booking-form {
    padding: 24px 18px;
  }

  .language-toggle a {
    min-width: 31px;
    min-height: 32px;
    font-size: 11px;
  }

  .header-island.is-compact .language-toggle a {
    min-width: 29px;
    min-height: 30px;
  }

  .review-card::before {
    display: none;
  }
}
