:root {
  --ink: #0b0d0f;
  --paper: #f3f0eb;
  --accent: #c9ff3d;
  --line: rgba(11, 13, 15, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(22px, 4vw, 64px);
}
.brand {
  width: clamp(138px, 16vw, 235px);
}
.brand img { display: block; width: 100%; height: auto; }
.language {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 10px 14px;
  color: white;
  background: rgba(10,12,14,.5);
  backdrop-filter: blur(12px);
  font: 600 13px/1 Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: .08em;
}
.language__button {
  padding: 0;
  border: 0;
  color: rgba(255,255,255,.55);
  background: none;
  font: inherit;
  cursor: pointer;
}
.language__button.is-active { color: white; }
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background: #080b10;
}
.hero__photo, .hero__shade { position: absolute; inset: 0; }
.hero__photo {
  background-color: #080b10;
  background-image: url("https://duo-luc.com/wp-content/uploads/2026/08/hero-handstand-wide-mirrored.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
}
.hero__shade {
  background:
    linear-gradient(90deg, rgba(4,6,9,.88) 0%, rgba(4,6,9,.56) 44%, rgba(4,6,9,.08) 80%),
    linear-gradient(0deg, rgba(4,6,9,.75) 0%, transparent 42%);
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(790px, 90vw);
  padding: 170px clamp(22px, 7vw, 110px) 14vh;
}
.eyebrow {
  margin: 0 0 18px;
  font: 600 12px/1.3 Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1, h2 {
  margin: 0;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 730px; font-size: clamp(48px, 7.5vw, 108px); line-height: .94; }
.hero__intro { max-width: 650px; margin: 28px 0 0; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.renewal {
  max-width: 580px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.55;
}
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-decoration: none;
  font-weight: 600;
}
.button--primary { color: #101410; background: var(--accent); }
.button--glass { border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.button { transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary:hover { background: #d6ff70; }
.button--glass:hover { background: rgba(255,255,255,.16); }
.scroll-hint {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 4vw, 64px);
  bottom: 34px;
  font-size: 12px;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.acts { padding: clamp(80px, 12vw, 170px) clamp(22px, 7vw, 110px); }
.section-heading { max-width: 650px; }
.section-heading h2, .media-section h2, .contact h2 { font-size: clamp(42px, 6vw, 82px); line-height: 1; }
.section-heading > p:last-child, .media-section__content > p, .contact > p { font-size: 17px; line-height: 1.65; }
.acts__list { margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.acts__list li { display: grid; grid-template-columns: 70px 1fr; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); }
.acts__list span { color: rgba(11,13,15,.48); font: 500 12px Inter, Helvetica Neue, Helvetica, Arial, sans-serif; }
.acts__list strong { font: 500 clamp(20px, 3vw, 38px)/1.1 Inter, Helvetica Neue, Helvetica, Arial, sans-serif; }
.media-section { display: grid; min-height: 760px; grid-template-columns: 1.15fr .85fr; color: white; background: #0c0f12; }
.media-section__photo { min-height: 620px; background: url("https://duo-luc.com/wp-content/uploads/2026/08/studio.jpg") center 43% / cover no-repeat; }
.media-section__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); }
.media-section__content > p { color: rgba(255,255,255,.72); }
.text-link { width: fit-content; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-decoration: none; font-weight: 600; }
.video-links { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.text-link--secondary { color: rgba(255,255,255,.7); }
.availability {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 8vw, 130px);
  align-items: start;
  padding: clamp(90px, 13vw, 180px) clamp(22px, 7vw, 110px);
  background: #e9e5de;
}
.availability__intro { max-width: 650px; }
.availability__intro h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
}
.availability__intro > p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.65;
}
.availability__checker {
  padding: clamp(26px, 3.4vw, 42px);
  background: var(--paper);
  box-shadow: 0 18px 60px rgba(11,13,15,.08);
}
.availability-form {
  display: grid;
  gap: 20px;
}
.availability-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}
.availability-mode legend {
  width: 100%;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.availability-mode label { position: relative; cursor: pointer; }
.availability-mode input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.availability-mode span {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(11,13,15,.25);
  background: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.availability-mode input:checked + span {
  border-color: var(--ink);
  color: white;
  background: var(--ink);
}
.availability-mode input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.availability-form__dates {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}
.availability-form__dates.is-range {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.availability-form__dates > label {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.availability-form__dates > label[hidden] { display: none; }
.availability-form input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(11,13,15,.25);
  border-radius: 0;
  color: var(--ink);
  background: white;
  font: 500 17px/1 Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.availability-form input:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.button--dark {
  width: 100%;
  min-height: 54px;
  border: 0;
  color: white;
  background: var(--ink);
  cursor: pointer;
}
.button--dark:hover { background: #24292d; }
.availability-result {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  border-left: 5px solid var(--accent);
  background: white;
}
.availability-result[hidden] { display: none; }
.availability-result[data-status="review"] { border-left-color: #dfaa47; }
.availability-result[data-status="booked"] { border-left-color: #df8247; }
.availability-result__status {
  margin: 0 0 13px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.availability-result[data-status="available"] .availability-result__status { color: #4e6c00; }
.availability-result[data-status="review"] .availability-result__status { color: #826019; }
.availability-result[data-status="booked"] .availability-result__status { color: #92471c; }
.availability-result h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.availability-result > p:not(.availability-result__status) {
  margin: 18px 0 24px;
  font-size: 16px;
  line-height: 1.6;
}
.contact {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
  padding: clamp(90px, 13vw, 180px) clamp(22px, 7vw, 110px);
}
.contact__intro { position: sticky; top: 40px; }
.contact__intro > p { max-width: 580px; margin: 24px 0 0; font-size: 17px; line-height: 1.65; }
.contact__links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 38px; }
.contact__links a { font-size: clamp(17px, 1.7vw, 23px); font-weight: 600; }
.enquiry-form {
  position: relative;
  padding: clamp(26px, 4vw, 48px);
  color: white;
  background: #0c0f12;
}
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}
.enquiry-form__grid > label,
.enquiry-form__grid > .form-field {
  min-width: 0;
  max-width: 100%;
}
.enquiry-form label:not(.check-row),
.enquiry-form .form-field { display: grid; gap: 9px; }
.enquiry-form label > span:first-child,
.enquiry-form .form-field > span:first-child {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.enquiry-form input:not([type="checkbox"]),
.enquiry-form select,
.enquiry-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  color: white;
  background: rgba(255,255,255,.07);
  font: 500 15px/1.35 Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.enquiry-form select.native-select {
  position: absolute;
  width: 1px;
  min-height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.custom-select { position: relative; }
.custom-select__button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  font: 500 15px/1.35 Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}
.custom-select__button::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
.custom-select.is-open .custom-select__button {
  border-color: var(--accent);
  color: var(--ink);
  background: #fff;
}
.custom-select.is-open .custom-select__button::after {
  border-color: var(--ink);
  transform: translateY(2px) rotate(225deg);
}
.custom-select.is-invalid .custom-select__button { outline: 2px solid #ff806b; outline-offset: 2px; }
.custom-select__list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid var(--accent);
  color: white;
  background: var(--ink);
  box-shadow: 0 18px 42px rgba(0,0,0,.36);
}
.custom-select__option {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  color: #f3f0eb;
  background: var(--ink);
  font: 500 14px/1.35 Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}
.custom-select__option:hover,
.custom-select__option:focus-visible {
  outline: 0;
  color: var(--ink);
  background: #e9e5de;
}
.custom-select__option[aria-selected="true"] {
  color: var(--ink);
  background: var(--accent);
  font-weight: 700;
}
.enquiry-form [hidden] { display: none !important; }
.form-helper {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  line-height: 1.45;
}
.enquiry-form textarea { min-height: 132px; resize: vertical; }
.enquiry-form input:focus-visible,
.enquiry-form textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.enquiry-form__wide { margin-top: 22px; }
.check-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.55;
}
.check-row input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--accent); }
.check-row a { color: white; }
.enquiry-form__submit { width: 100%; margin-top: 28px; border: 0; cursor: pointer; }
.enquiry-form__submit:disabled { opacity: .65; cursor: wait; transform: none; }
.enquiry-form__demo { margin: 12px 0 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.5; }
.enquiry-success { margin-top: 24px; padding: 22px; border-left: 5px solid var(--accent); color: var(--ink); background: white; }
.enquiry-success[hidden] { display: none; }
.enquiry-success strong { display: block; font-size: 20px; }
.enquiry-success p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; }
.enquiry-error { margin-top: 24px; padding: 22px; border-left: 5px solid #ff806b; color: var(--ink); background: white; }
.enquiry-error[hidden] { display: none; }
.enquiry-error strong { display: block; font-size: 20px; }
.enquiry-error p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; }
.contact__links a:hover, footer a:hover, .text-link:hover { text-decoration-thickness: 2px; text-underline-offset: 5px; }
footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 32px;
  padding: 26px clamp(22px, 4vw, 64px);
  color: white;
  background: #090b0d;
  font-size: 13px;
}
footer p { margin: 0; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 980px) {
  .availability {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .availability__checker {
    width: 100%;
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .topbar { padding: 18px; }
  .brand { width: 132px; }
  .hero__photo {
    background-image: url("https://duo-luc.com/wp-content/uploads/2026/08/hero-handstand-mobile.jpg");
    background-position: center center;
    background-size: cover;
  }
  .hero__shade { background: linear-gradient(0deg, rgba(3,5,8,.96) 0%, rgba(3,5,8,.48) 70%, rgba(3,5,8,.25) 100%); }
  .hero__content { width: 100%; padding: 160px 22px 105px; }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.8vw, 52px);
    line-height: .98;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .hero__intro { max-width: 92%; font-size: 16px; }
  .eyebrow { font-size: 10px; letter-spacing: .13em; }
  .renewal { font-size: 12px; }
  .button { width: 100%; }
  .scroll-hint { display: none; }
  .acts { padding: 85px 22px; }
  .acts__list { margin-top: 50px; }
  .acts__list li { grid-template-columns: 42px 1fr; min-height: 82px; }
  .media-section { grid-template-columns: 1fr; }
  .media-section__photo { min-height: 72vh; background-position: center 45%; }
  .media-section__content { padding: 70px 22px 80px; }
  .availability { grid-template-columns: 1fr; gap: 42px; padding: 85px 22px; }
  .availability-form__dates,
  .availability-form__dates.is-range { grid-template-columns: 1fr; }
  .availability__checker { padding: 22px; }
  .availability-result { padding: 24px 20px; }
  .availability-result .button { width: 100%; }
  .contact { grid-template-columns: 1fr; padding: 95px 22px; }
  .contact__intro { position: static; }
  .enquiry-form { padding: 24px 20px; }
  .enquiry-form__grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 18px; }
}

@supports (padding: max(0px)) {
  .topbar {
    padding-left: max(clamp(22px, 4vw, 64px), env(safe-area-inset-left));
    padding-right: max(clamp(22px, 4vw, 64px), env(safe-area-inset-right));
  }
  .hero__content,
  .acts,
  .media-section__content,
  .availability,
  .contact {
    padding-left: max(clamp(22px, 7vw, 110px), env(safe-area-inset-left));
    padding-right: max(clamp(22px, 7vw, 110px), env(safe-area-inset-right));
  }
  footer {
    padding-left: max(clamp(22px, 4vw, 64px), env(safe-area-inset-left));
    padding-right: max(clamp(22px, 4vw, 64px), env(safe-area-inset-right));
  }
}

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

/* Keep native Safari date values visually balanced inside the availability card. */
.availability-form__dates input[type="date"] {
  text-align: center;
  text-align-last: center;
}

.availability-form__dates input[type="date"]::-webkit-date-and-time-value {
  text-align: center;
}