:root {
  --midnight: #072f35;
  --deep: #041f24;
  --ocean: #0b5660;
  --lagoon: #78c9c0;
  --cream: #f4efe5;
  --off: #fbf9f4;
  --sand: #d9cdbb;
  --coral: #ed6548;
  --amber: #e6a542;
  --ink: #13383e;
  --slate: #61777a;
  --line: #d9ded9;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: 1240px;
  --shadow: 0 28px 80px rgba(3, 32, 36, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}
body {
  margin: 0;
  background: var(--off);
  color: var(--ink);
  font: 400 15px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.lock {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin: auto;
}
.skip {
  position: fixed;
  z-index: 9999;
  left: 20px;
  top: -60px;
  background: #fff;
  padding: 10px 16px;
}
.skip:focus {
  top: 10px;
}
.microbar {
  height: 34px;
  background: var(--deep);
  color: #c7dcda;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.microbar .shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.microbar p {
  margin: 0;
}
.microbar .live {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #61d1ad;
  border-radius: 50%;
  margin-right: 7px;
  box-shadow: 0 0 0 4px rgba(97, 209, 173, 0.12);
}
.microbar div div {
  display: flex;
  gap: 25px;
}
.microbar a:last-child {
  color: #fff;
}
.header {
  height: 78px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 249, 244, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(7, 47, 53, 0.12);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.logo {
  margin-right: auto;
}
.logo img {
  width: 192px;
}
.nav nav {
  display: flex;
  gap: 31px;
}
.nav nav a {
  font-size: 11px;
  font-weight: 700;
  position: relative;
}
.nav nav a:after {
  content: "";
  height: 1px;
  background: var(--coral);
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  transition: 0.25s;
}
.nav nav a:hover:after {
  right: 0;
}
.header-cta {
  margin-left: 37px;
  background: var(--midnight);
  color: #fff;
  padding: 12px 18px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.header-cta b {
  color: #ff886d;
  margin-left: 12px;
}
.menu-btn {
  display: none;
  border: 0;
  background: none;
  padding: 8px;
}
.menu-btn i {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--midnight);
  margin: 7px;
}
.hero {
  position: relative;
  background: var(--midnight);
  color: #fff;
  min-height: 780px;
}
.hero-photo {
  position: absolute;
  inset: 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}
.wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 31, 37, 0.95) 0%,
      rgba(4, 41, 47, 0.77) 43%,
      rgba(5, 46, 51, 0.35) 68%,
      rgba(4, 34, 40, 0.52) 100%
    ),
    linear-gradient(0deg, rgba(3, 25, 29, 0.48), transparent 50%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 476px;
  gap: 70px;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 145px;
}
.hero-copy {
  max-width: 690px;
}
.overline,
.eyebrow {
  font-size: 9px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  font-weight: 700;
}
.overline {
  color: #d0e3df;
}
.overline span {
  color: #8ce0ce;
}
.hero h1 {
  font: 500 clamp(58px, 6.2vw, 91px)/0.91 var(--serif);
  letter-spacing: -0.045em;
  margin: 28px 0;
}
.hero h1 em {
  font-weight: 400;
  color: #9bd4c9;
}
.hero-lead {
  font-size: 16px;
  color: #d5e2df;
  max-width: 610px;
  line-height: 1.75;
}
.hero-proof {
  display: flex;
  gap: 0;
  margin: 32px 0;
}
.hero-proof > div {
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-proof > div:first-child {
  padding-left: 0;
  border: 0;
}
.hero-proof b,
.hero-proof span {
  display: block;
}
.hero-proof b {
  font: 500 21px var(--serif);
}
.hero-proof span {
  font-size: 9px;
  color: #b9cac6;
}
.underlink {
  display: inline-flex;
  gap: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 6px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.reserve-card {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 32px 90px rgba(1, 21, 25, 0.43);
}
.form-heading {
  background: var(--cream);
  padding: 24px 29px 19px;
  border-bottom: 1px solid #ddd7ca;
}
.form-heading p {
  font-size: 8px;
  color: var(--coral);
  letter-spacing: 0.17em;
  font-weight: 700;
  margin: 0;
}
.form-heading h2 {
  font: 500 31px/1 var(--serif);
  margin: 8px 0;
  color: var(--midnight);
}
.form-heading span {
  font-size: 10px;
  color: var(--slate);
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 15px;
  padding: 22px 29px 25px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  color: #536a6c;
}
.field input,
.field select {
  width: 100%;
  height: 41px;
  border: 0;
  border-bottom: 1px solid #bfcac7;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 8px 1px;
  font-size: 12px;
  outline: none;
}
.field input:focus,
.field select:focus {
  border-color: var(--coral);
}
.transfer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f2f7f5;
  padding: 11px 12px;
  font-size: 10px;
  cursor: pointer;
}
.transfer input {
  accent-color: var(--coral);
  margin-top: 3px;
}
.transfer b,
.transfer small {
  display: block;
}
.transfer small {
  color: #788b8c;
}
.primary {
  border: 0;
  background: var(--coral);
  color: #fff;
  padding: 15px 18px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.2s;
}
.primary:hover {
  background: #d85136;
  transform: translateY(-1px);
}
.form-privacy {
  text-align: center;
  margin: 0;
  font-size: 8px;
  color: #758687;
}
.trap {
  position: absolute;
  left: -9999px;
}
.notice {
  margin: 16px 29px 0;
  padding: 10px;
  font-size: 10px;
}
.notice.success {
  background: #e4f2ec;
  color: #28594c;
}
.notice.error {
  background: #fae2dc;
  color: #863c2e;
}
.assurance-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 98px;
  background: rgba(4, 29, 34, 0.88);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.assurance-bar .shell {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.assurance-bar .shell > div {
  display: flex;
  gap: 14px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 28px;
}
.assurance-bar .shell > div:first-child {
  padding-left: 0;
}
.assurance-bar .shell > div:last-child {
  border: 0;
}
.assurance-bar span {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(132, 217, 199, 0.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #8edccc;
  flex-shrink: 0;
}
.assurance-bar p {
  margin: 0;
  font-size: 9px;
  color: #afc3bf;
  line-height: 1.45;
}
.assurance-bar b {
  display: block;
  color: #fff;
  font-size: 10px;
}
.section {
  padding: 125px 0;
}
.section-intro {
  display: grid;
  grid-template-columns: 190px 1fr 360px;
  gap: 45px;
  align-items: start;
}
.eyebrow {
  color: #587976;
  margin: 7px 0;
}
.section-intro h2,
.experience-heading h2,
.faq-copy h2,
.decision-copy h2 {
  font: 500 clamp(48px, 5vw, 72px)/0.98 var(--serif);
  letter-spacing: -0.04em;
  margin: 0;
  color: var(--midnight);
}
.section-intro h2 em {
  color: #4f827b;
}
.section-intro > p:last-child {
  color: var(--slate);
  font-size: 13px;
}
.journey {
  margin-top: 75px;
}
.route {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8%;
  background: var(--midnight);
  color: #d5e8e3;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.route span {
  white-space: nowrap;
}
.route span.port {
  color: #8edccc;
}
.route i {
  display: block;
  height: 1px;
  background: #557276;
  flex: 1;
  margin: 0 16px;
  position: relative;
}
.route i:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  border-left: 4px solid #789591;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.journey ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.journey li {
  display: grid;
  grid-template-columns: 70px 1fr 140px;
  gap: 28px;
  align-items: center;
  padding: 27px 30px;
  border-bottom: 1px solid var(--line);
}
.journey li > b {
  font: 400 27px var(--serif);
  color: var(--coral);
}
.journey h3 {
  font-size: 13px;
  margin: 0 0 4px;
}
.journey p {
  font-size: 11px;
  color: var(--slate);
  margin: 0;
  max-width: 720px;
}
.journey small {
  text-align: right;
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #6d8582;
}
.promise {
  background: var(--cream);
  padding: 0;
}
.promise-grid {
  display: grid;
  grid-template-columns: 1.13fr 0.87fr;
  align-items: center;
  gap: 100px;
}
.promise-image {
  height: 690px;
  position: relative;
}
.promise-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promise-image > span {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.16em;
}
.promise-copy {
  padding: 80px 0;
}
.promise-copy blockquote {
  font: 400 clamp(42px, 4.4vw, 65px)/1.02 var(--serif);
  margin: 28px 0;
  color: var(--midnight);
}
.promise-copy blockquote em {
  color: #588981;
}
.promise-copy > p:not(.eyebrow) {
  color: var(--slate);
  font-size: 13px;
}
.promise-copy ul {
  list-style: none;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #d3cec3;
  border-bottom: 1px solid #d3cec3;
}
.promise-copy li {
  font-size: 11px;
  padding: 6px 0;
}
.promise-copy li:before {
  content: "✓";
  color: var(--coral);
  margin-right: 10px;
}
.promise-copy > a {
  display: inline-flex;
  gap: 30px;
  border-bottom: 1px solid var(--midnight);
  font-size: 9px;
  padding-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.experiences {
  background: #fff;
}
.experience-heading {
  display: grid;
  grid-template-columns: 210px 1fr;
  margin-bottom: 80px;
}
.experience-heading > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.experience-heading > div > p {
  width: 320px;
  font-size: 12px;
  color: var(--slate);
}
.tour {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 600px;
  border-top: 1px solid var(--line);
  padding: 58px 0;
  gap: 80px;
  align-items: center;
}
.tour-encounter {
  grid-template-columns: 0.92fr 1.08fr;
}
.tour-photo {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.tour-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.tour:hover .tour-photo img {
  transform: scale(1.025);
}
.tour-photo > span {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 12px 16px;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.best-for {
  font-size: 8px !important;
  letter-spacing: 0.13em;
  color: #64807d !important;
  font-weight: 700;
}
.tour-copy h3 {
  font: 500 clamp(48px, 4.7vw, 70px)/1 var(--serif);
  letter-spacing: -0.04em;
  margin: 10px 0;
  color: var(--midnight);
}
.tour-hook {
  font: 400 25px/1.2 var(--serif);
  color: #356961 !important;
  margin: 0 0 20px !important;
}
.tour-copy > p:not(.best-for, .tour-hook) {
  color: var(--slate);
  font-size: 12px;
  max-width: 520px;
}
.tour-data {
  display: flex;
  gap: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  margin-top: 30px;
}
.tour-data span {
  min-width: 100px;
}
.tour-data small,
.tour-data b {
  display: block;
}
.tour-data small {
  font-size: 7px;
  letter-spacing: 0.1em;
  color: #889896;
}
.tour-data b {
  font-size: 10px;
  margin-top: 4px;
}
.tour-buy {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 24px;
}
.tour-buy > p {
  margin: 0;
  font-size: 8px;
  text-transform: uppercase;
  color: #728582;
}
.tour-buy > p b {
  font: 500 38px var(--serif);
  color: var(--coral);
  margin-left: 6px;
}
.tour-buy > p small {
  display: block;
  text-transform: none;
}
.tour-buy button {
  border: 0;
  background: var(--midnight);
  color: #fff;
  padding: 13px 16px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.favorite {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  padding: 6px 10px;
  font-size: 7px;
  letter-spacing: 0.13em;
}
.pricing-note {
  text-align: center;
  font-size: 9px;
  color: #81908e;
  margin-top: 18px;
}
.decision {
  background: var(--midnight);
  color: #fff;
}
.decision-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: center;
}
.decision-copy .eyebrow {
  color: #8dc9bf;
}
.decision-copy h2 {
  color: #fff;
}
.decision-copy > p {
  color: #a9bfbb;
  font-size: 13px;
  max-width: 450px;
}
.coral-btn {
  display: inline-block;
  margin-top: 22px;
  background: var(--coral);
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.decision-photo {
  position: relative;
  height: 540px;
}
.decision-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.decision-photo > div {
  position: absolute;
  left: -35px;
  bottom: 30px;
  background: #fff;
  color: var(--midnight);
  padding: 18px 24px;
}
.decision-photo b,
.decision-photo span {
  display: block;
}
.decision-photo b {
  font: 400 22px var(--serif);
}
.decision-photo span {
  font-size: 9px;
  color: var(--slate);
}
.reviews {
  background: var(--cream);
}
.reviews-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}
.reviews-head .eyebrow {
  grid-column: 1/-1;
}
.reviews-head h2 {
  font: 500 clamp(48px, 5vw, 72px)/0.98 var(--serif);
  margin: 0;
  color: var(--midnight);
}
.reviews-head h2 em {
  color: #5b877f;
}
.score {
  display: flex;
  gap: 14px;
  align-items: center;
}
.score > b {
  font: 500 58px var(--serif);
}
.score span {
  color: var(--amber);
  letter-spacing: 0.09em;
}
.score small {
  display: block;
  color: #7a8c89;
  font-size: 7px;
  letter-spacing: 0.13em;
}
.quote-stage {
  margin-top: 65px;
  padding: 50px 70px;
  background: #fff;
  position: relative;
  min-height: 330px;
}
.quote-stage blockquote {
  display: none;
  margin: 0;
  max-width: 940px;
}
.quote-stage blockquote.active {
  display: block;
}
.quote-stage blockquote > p {
  font: 400 clamp(29px, 3vw, 43px)/1.18 var(--serif);
  color: #244d4e;
  margin: 0;
}
.quote-stage footer {
  margin-top: 35px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.quote-stage footer b {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.quote-stage footer span {
  font-size: 9px;
  color: #7d8e8b;
}
.quote-stage footer small {
  font-size: 7px;
  letter-spacing: 0.13em;
  color: var(--coral);
}
.quote-nav {
  position: absolute;
  right: 25px;
  bottom: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.quote-nav button {
  width: 35px;
  height: 35px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}
.quote-nav span {
  font-size: 8px;
  color: #899694;
}
.gallery-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.15fr;
  height: 360px;
}
.gallery-strip button {
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
}
.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.gallery-strip button:hover img {
  transform: scale(1.035);
  filter: brightness(0.82);
}
.faq {
  background: #fff;
}
.faq-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 110px;
}
.faq-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}
.faq-copy > p:not(.eyebrow) {
  color: var(--slate);
  font-size: 12px;
}
.faq-copy > a {
  display: inline-block;
  border-bottom: 1px solid var(--midnight);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  font-weight: 700;
}
.accordion details {
  border-top: 1px solid var(--line);
}
.accordion summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 3px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary i {
  font-style: normal;
  font-size: 20px;
  color: var(--coral);
  transition: 0.2s;
}
.accordion details[open] summary i {
  transform: rotate(45deg);
}
.accordion details p {
  color: var(--slate);
  font-size: 11px;
  max-width: 680px;
  margin: -5px 40px 25px 3px;
}
.final {
  background:
    linear-gradient(rgba(4, 35, 40, 0.8), rgba(4, 35, 40, 0.8)),
    url("../images/gallery-7.webp") center/cover;
  padding: 105px 0;
  text-align: center;
  color: #fff;
}
.final p {
  font-size: 8px;
  letter-spacing: 0.17em;
}
.final h2 {
  font: 500 clamp(55px, 6vw, 86px)/0.92 var(--serif);
  margin: 25px 0;
}
.final h2 em {
  color: #99d2c7;
}
.final a {
  display: inline-flex;
  gap: 25px;
  background: var(--coral);
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.final > div > span {
  display: block;
  margin-top: 16px;
  font-size: 8px;
  color: #bfd0cc;
}
footer {
  background: #031c20;
  color: #a8bbb7;
  padding: 70px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
  gap: 60px;
}
.footer-brand img {
  width: 190px;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}
.footer-brand p {
  max-width: 340px;
  font-size: 10px;
}
.footer-brand div {
  color: var(--amber);
  font-size: 10px;
}
.footer-brand span {
  color: #9fb2ae;
  margin-left: 8px;
}
.footer-grid > div > b {
  display: block;
  font-size: 7px;
  letter-spacing: 0.15em;
  color: #718b85;
  margin-bottom: 15px;
}
.footer-grid a,
.footer-grid p {
  display: block;
  font-size: 9px;
  margin: 8px 0;
}
.footer-note {
  border: 1px solid #244044;
  padding: 20px;
}
.footer-note p {
  font: 400 25px/1.2 var(--serif);
  color: #d8e2df;
  margin: 0;
}
.legal {
  border-top: 1px solid #203a3d;
  margin-top: 48px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 7px;
}
.legal a {
  color: #fff;
}
.whatsapp {
  position: fixed;
  z-index: 900;
  right: 20px;
  bottom: 20px;
  background: #1fbe70;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 8px 15px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.07em;
  font-weight: 700;
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.2);
}
.whatsapp b {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
}
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(2, 20, 23, 0.95);
  padding: 35px;
  align-items: center;
  justify-content: center;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: 92vw;
  max-height: 87vh;
}
.lightbox button {
  position: absolute;
  right: 22px;
  top: 12px;
  background: none;
  border: 0;
  color: #fff;
  font: 42px var(--serif);
  cursor: pointer;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.75s,
    transform 0.75s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1fr 440px;
    gap: 40px;
  }
  .nav nav {
    gap: 18px;
  }
  .section-intro {
    grid-template-columns: 140px 1fr 300px;
  }
  .promise-grid {
    gap: 60px;
  }
  .tour {
    gap: 45px;
  }
  .faq-grid {
    gap: 70px;
  }
}
@media (max-width: 860px) {
  .shell {
    width: min(calc(100% - 40px), var(--shell));
  }
  .menu-btn {
    display: block;
  }
  .header-cta {
    margin-left: auto;
    margin-right: 12px;
  }
  .nav nav {
    display: none;
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
    background: var(--off);
    padding: 25px 28px 32px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
  }
  .nav nav.open {
    display: flex;
  }
  .nav nav a {
    font-size: 14px;
  }
  .hero {
    min-height: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 65px;
    padding-bottom: 165px;
  }
  .hero-copy {
    max-width: 720px;
  }
  .reserve-card {
    max-width: 620px;
    width: 100%;
  }
  .assurance-bar {
    height: 118px;
  }
  .assurance-bar .shell > div {
    padding: 0 14px;
  }
  .section-intro {
    grid-template-columns: 1fr;
  }
  .journey {
    margin-top: 45px;
  }
  .promise-grid {
    grid-template-columns: 1fr;
  }
  .promise-image {
    height: 560px;
  }
  .promise-copy {
    padding-top: 0;
  }
  .experience-heading {
    grid-template-columns: 1fr;
  }
  .experience-heading > div {
    display: block;
  }
  .experience-heading > div > p {
    width: auto;
  }
  .tour,
  .tour-encounter {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .tour-encounter .tour-photo {
    order: -1;
  }
  .decision-grid {
    grid-template-columns: 1fr;
  }
  .decision-copy {
    max-width: 600px;
  }
  .decision-photo {
    max-width: 650px;
    margin-left: auto;
  }
  .reviews-head {
    display: block;
  }
  .score {
    margin-top: 22px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-copy {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-note {
    grid-column: 1/-1;
  }
  .section {
    padding: 95px 0;
  }
}
@media (max-width: 560px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }
  .microbar .shell > p {
    display: none;
  }
  .microbar .shell {
    justify-content: center;
  }
  .header {
    height: 70px;
  }
  .logo img {
    width: 166px;
  }
  .header-cta {
    display: none;
  }
  .nav nav {
    top: 104px;
  }
  .hero-grid {
    padding-top: 48px;
    padding-bottom: 320px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .hero-proof > div,
  .hero-proof > div:first-child {
    padding-left: 0;
    border: 0;
  }
  .hero-proof > div:last-child {
    grid-column: 1/-1;
  }
  .reserve-card {
    margin-top: 12px;
  }
  .form-heading {
    padding: 22px 20px 17px;
  }
  form {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .full {
    grid-column: 1;
  }
  .assurance-bar {
    height: 286px;
  }
  .assurance-bar .shell {
    display: block;
    padding: 12px 0;
  }
  .assurance-bar .shell > div,
  .assurance-bar .shell > div:first-child {
    height: 86px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .assurance-bar .shell > div:last-child {
    border: 0;
  }
  .section {
    padding: 74px 0;
  }
  .section-intro h2,
  .experience-heading h2,
  .faq-copy h2,
  .decision-copy h2 {
    font-size: 45px;
  }
  .route {
    padding: 0 4%;
    font-size: 6px;
  }
  .route i {
    margin: 0 8px;
  }
  .journey li {
    grid-template-columns: 42px 1fr;
    padding: 22px 10px;
    gap: 10px;
  }
  .journey li small {
    display: none;
  }
  .promise-grid {
    width: 100%;
  }
  .promise-image {
    height: 420px;
  }
  .promise-copy {
    padding: 0 14px 65px;
  }
  .experience-heading {
    margin-bottom: 45px;
  }
  .tour {
    padding: 42px 0;
  }
  .tour-photo {
    height: 330px;
  }
  .tour-copy h3 {
    font-size: 48px;
  }
  .tour-data {
    gap: 11px;
    justify-content: space-between;
  }
  .tour-data span {
    min-width: 0;
  }
  .tour-buy {
    gap: 12px;
  }
  .tour-buy > p b {
    font-size: 32px;
  }
  .tour-buy button {
    padding: 11px 10px;
  }
  .decision-photo {
    height: 410px;
  }
  .decision-photo > div {
    left: 12px;
  }
  .reviews-head h2 {
    font-size: 45px;
  }
  .quote-stage {
    padding: 35px 22px 75px;
    min-height: 420px;
  }
  .quote-stage blockquote > p {
    font-size: 28px;
  }
  .quote-stage footer {
    grid-template-columns: 1fr;
  }
  .quote-stage footer small {
    display: none;
  }
  .gallery-strip {
    grid-template-columns: 1fr 1fr;
    height: 460px;
  }
  .faq-grid {
    gap: 40px;
  }
  .final h2 {
    font-size: 55px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand,
  .footer-note {
    grid-column: 1/-1;
  }
  .legal {
    display: block;
  }
  .legal span {
    display: block;
    margin: 5px 0;
  }
  .whatsapp span {
    display: none;
  }
  .whatsapp {
    padding: 7px;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  * {
    transition: none !important;
  }
}

/* Compact review experience + secure review modal */
.reviews {
  padding: 88px 0;
}
.reviews-head {
  grid-template-columns: 1fr auto;
  gap: 45px;
}
.reviews-head h2 {
  font-size: clamp(43px, 4.3vw, 62px);
}
.reviews-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.review-open {
  border: 0;
  background: var(--midnight);
  color: #fff;
  padding: 12px 17px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  cursor: pointer;
}
.review-open:hover {
  background: var(--coral);
}
.quote-stage {
  margin-top: 42px;
  padding: 36px 56px 62px;
  min-height: 275px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.quote-stage blockquote > p {
  font-size: clamp(25px, 2.45vw, 35px);
  line-height: 1.18;
  max-width: 900px;
}
.quote-stage footer {
  margin-top: 25px;
}
.quote-stage .review-stars {
  color: var(--amber);
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.review-alert {
  max-width: 1080px;
  margin: 25px auto -15px;
  padding: 11px 14px;
  font-size: 10px;
}
.review-alert.success {
  background: #e3f1eb;
  color: #28584d;
}
.review-alert.error {
  background: #f9e0da;
  color: #863b2d;
}
.review-modal {
  position: fixed;
  z-index: 3500;
  inset: 0;
  background: rgba(2, 24, 28, 0.78);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.review-modal.open {
  display: flex;
}
.review-dialog {
  position: relative;
  background: var(--off);
  width: min(650px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 38px 42px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}
.review-dialog > h2 {
  font: 500 40px/1 var(--serif);
  margin: 9px 0 10px;
  color: var(--midnight);
}
.review-dialog > p:not(.eyebrow) {
  color: var(--slate);
  font-size: 10px;
}
.review-close {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
  background: none;
  font: 35px var(--serif);
  color: var(--midnight);
  cursor: pointer;
}
.review-dialog form {
  padding: 22px 0 0;
}
.field textarea {
  width: 100%;
  border: 1px solid #c4ceca;
  background: #fff;
  color: var(--ink);
  padding: 11px;
  resize: vertical;
  outline: none;
  font-size: 12px;
}
.field textarea:focus {
  border-color: var(--coral);
}
.field > small {
  text-align: right;
  font-size: 8px;
  color: #7b8c89;
}
.review-privacy {
  text-align: center;
  font-size: 8px;
  color: #788986;
  margin: 0;
}
.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(3, 32, 37, 0.94), rgba(4, 44, 49, 0.77)),
    url("../images/hero.webp") center/cover fixed;
  color: #fff;
}
.thanks-shell {
  width: min(calc(100% - 40px), 760px);
  min-height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 45px 0;
}
.thanks-logo img {
  width: 190px;
  filter: brightness(0) invert(1);
}
.thanks-shell section {
  margin: auto 0;
  max-width: 680px;
}
.thanks-check {
  width: 52px;
  height: 52px;
  border: 1px solid #7cc9bb;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7cc9bb;
  font-size: 22px;
}
.thanks-shell h1 {
  font: 500 clamp(52px, 7vw, 82px)/0.95 var(--serif);
  margin: 20px 0;
}
.thanks-shell section > p:not(.eyebrow) {
  color: #c6d6d2;
  max-width: 580px;
}
.thanks-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 32px 0 18px;
}
.thanks-actions .primary {
  display: inline-flex;
  width: auto;
}
.thanks-secondary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
}
.thanks-shell small {
  font-size: 8px;
  color: #9fb4af;
}
@media (max-width: 860px) {
  .reviews-head {
    display: grid;
  }
  .reviews-actions {
    align-items: flex-start;
  }
  .quote-stage {
    padding: 34px 38px 60px;
  }
  .review-dialog {
    padding: 34px 28px;
  }
}
@media (max-width: 560px) {
  .reviews {
    padding: 68px 0;
  }
  .reviews-head {
    gap: 25px;
  }
  .quote-stage {
    margin-top: 28px;
    padding: 28px 20px 68px;
    min-height: 370px;
  }
  .quote-stage blockquote > p {
    font-size: 25px;
  }
  .quote-stage footer {
    grid-template-columns: 1fr;
  }
  .reviews-actions {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .reviews-actions .score {
    margin-top: 0;
  }
  .review-dialog {
    padding: 30px 18px;
  }
  .review-dialog > h2 {
    font-size: 34px;
  }
  .review-dialog form {
    grid-template-columns: 1fr;
  }
  .thanks-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Floating contact and back-to-top controls */
.whatsapp {
  border-radius: 999px;
  padding: 9px 12px 9px 16px;
}
.whatsapp-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: #fff;
}
.back-to-top {
  position: fixed;
  z-index: 899;
  right: 20px;
  bottom: 78px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(7, 47, 53, 0.16);
  border-radius: 50%;
  background: #fff;
  color: var(--midnight);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  box-shadow: 0 12px 30px rgba(3, 32, 36, 0.18);
  cursor: pointer;
  transition:
    opacity 0.25s,
    visibility 0.25s,
    transform 0.25s,
    background 0.2s,
    color 0.2s;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--midnight);
  color: #fff;
}
.back-to-top svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 560px) {
  .whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 8px;
  }
  .whatsapp-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .back-to-top {
    right: 14px;
    bottom: 72px;
  }
}

/* Readability and responsive refinement */
body {
  font-size: 16px;
  overflow-x: hidden;
}
.microbar {
  font-size: 12px;
}
.nav nav a {
  font-size: 13px;
}
.header-cta {
  font-size: 11px;
}
.overline,
.eyebrow {
  font-size: 11px;
}
.hero-lead {
  font-size: 17px;
}
.hero-proof b {
  font-size: 24px;
}
.hero-proof span {
  font-size: 11px;
  line-height: 1.45;
}
.underlink {
  font-size: 11px;
}
.form-heading p {
  font-size: 10px;
}
.form-heading span {
  font-size: 12px;
}
.field label {
  font-size: 10px;
}
.field input,
.field select {
  font-size: 15px;
}
.transfer {
  font-size: 12px;
}
.primary {
  font-size: 11px;
}
.form-privacy,
.notice {
  font-size: 10px;
}
.assurance-bar p {
  font-size: 11px;
}
.assurance-bar b {
  font-size: 12px;
}
.section-intro > p:last-child,
.promise-copy > p:not(.eyebrow),
.decision-copy > p {
  font-size: 15px;
}
.journey h3 {
  font-size: 15px;
}
.journey p {
  font-size: 13px;
}
.journey small {
  font-size: 10px;
}
.promise-copy li {
  font-size: 13px;
}
.promise-copy > a,
.coral-btn,
.final a {
  font-size: 11px;
}
.experience-heading > div > p,
.tour-copy > p:not(.best-for, .tour-hook),
.faq-copy > p:not(.eyebrow) {
  font-size: 14px;
}
.best-for {
  font-size: 10px !important;
}
.tour-data small {
  font-size: 9px;
}
.tour-data b {
  font-size: 12px;
}
.tour-buy > p {
  font-size: 10px;
}
.tour-buy button,
.review-open {
  font-size: 10px;
}
.pricing-note {
  font-size: 11px;
}
.quote-stage footer b {
  font-size: 12px;
}
.quote-stage footer span {
  font-size: 11px;
}
.quote-stage footer small {
  font-size: 9px;
}
.score small {
  font-size: 9px;
}
.accordion summary {
  font-size: 14px;
}
.accordion details p {
  font-size: 13px;
}
.footer-brand p {
  font-size: 12px;
}
.footer-grid > div > b {
  font-size: 9px;
}
.footer-grid a,
.footer-grid p {
  font-size: 11px;
}
.legal {
  font-size: 9px;
}

/* Clean, stacked floating controls */
.whatsapp {
  right: 22px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  justify-content: center;
  box-shadow:
    0 0 0 5px rgba(31, 190, 112, 0.16),
    0 12px 30px rgba(3, 32, 36, 0.24);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.whatsapp span {
  display: none;
}
.whatsapp:hover,
.whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 6px rgba(31, 190, 112, 0.2),
    0 15px 34px rgba(3, 32, 36, 0.28);
}
.whatsapp-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}
.back-to-top {
  right: 27px;
  bottom: 91px;
  width: 46px;
  height: 46px;
  border: 0;
  background: #123e70;
  color: #fff;
  box-shadow: 0 10px 28px rgba(7, 47, 83, 0.26);
}
.back-to-top:hover,
.back-to-top:focus-visible {
  background: #082f5c;
  transform: translateY(-2px);
}
.back-to-top.visible:hover,
.back-to-top.visible:focus-visible {
  transform: translateY(-2px);
}

@media (min-width: 861px) and (max-width: 1024px) {
  .shell {
    width: min(calc(100% - 48px), var(--shell));
  }
  .menu-btn {
    display: block;
  }
  .header-cta {
    margin-left: auto;
    margin-right: 12px;
  }
  .nav nav {
    display: none;
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
    background: var(--off);
    padding: 27px 32px 34px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
  }
  .nav nav.open {
    display: flex;
  }
  .nav nav a {
    font-size: 15px;
  }
  .hero {
    min-height: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 62px;
    padding-bottom: 165px;
  }
  .hero-copy {
    max-width: 760px;
  }
  .reserve-card {
    width: min(100%, 680px);
  }
  .assurance-bar {
    height: 118px;
  }
  .section-intro {
    grid-template-columns: 1fr 1.8fr;
    gap: 34px;
  }
  .section-intro > p:last-child {
    grid-column: 2;
  }
  .promise-grid,
  .tour,
  .tour-encounter,
  .decision-grid {
    grid-template-columns: 1fr;
  }
  .promise-grid {
    gap: 55px;
  }
  .promise-image {
    height: 560px;
  }
  .promise-copy {
    padding: 0 0 80px;
  }
  .tour-encounter .tour-photo {
    order: -1;
  }
  .experience-heading {
    grid-template-columns: 1fr;
  }
  .experience-heading > div {
    display: block;
  }
  .experience-heading > div > p {
    width: auto;
    max-width: 600px;
  }
  .decision-copy {
    max-width: 650px;
  }
  .decision-photo {
    max-width: 720px;
    margin-left: auto;
  }
  .faq-grid {
    grid-template-columns: 300px 1fr;
    gap: 55px;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-note {
    grid-column: 1/-1;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }
  .microbar {
    font-size: 11px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .section-intro > p:last-child,
  .promise-copy > p:not(.eyebrow),
  .decision-copy > p {
    font-size: 15px;
  }
  .field input,
  .field select {
    font-size: 16px;
    min-height: 44px;
  }
  .accordion summary {
    font-size: 15px;
  }
  .accordion details p {
    font-size: 14px;
  }
  .footer-grid a,
  .footer-grid p {
    font-size: 12px;
  }
  .whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .back-to-top {
    right: 21px;
    bottom: 87px;
  }
}

@media (max-width: 560px) {
  .microbar {
    font-size: 11px;
  }
  .hero h1 {
    font-size: clamp(46px, 13.5vw, 56px);
  }
  .hero-lead {
    font-size: 16px;
    line-height: 1.65;
  }
  .overline,
  .eyebrow {
    font-size: 10px;
  }
  .hero-proof b {
    font-size: 23px;
  }
  .hero-proof span {
    font-size: 11px;
  }
  .form-heading h2 {
    font-size: 32px;
  }
  .form-heading span {
    font-size: 13px;
  }
  .field label {
    font-size: 11px;
  }
  .transfer {
    font-size: 12px;
  }
  .primary {
    font-size: 12px;
  }
  .assurance-bar p {
    font-size: 12px;
  }
  .assurance-bar b {
    font-size: 13px;
  }
  .section-intro h2,
  .experience-heading h2,
  .faq-copy h2,
  .decision-copy h2 {
    font-size: clamp(42px, 12vw, 50px);
  }
  .journey h3 {
    font-size: 16px;
  }
  .journey p {
    font-size: 14px;
  }
  .promise-copy li {
    font-size: 14px;
  }
  .tour-copy h3 {
    font-size: clamp(43px, 12vw, 51px);
  }
  .tour-hook {
    font-size: 26px;
  }
  .tour-copy > p:not(.best-for, .tour-hook),
  .experience-heading > div > p {
    font-size: 15px;
  }
  .tour-data b {
    font-size: 12px;
  }
  .tour-buy button {
    font-size: 10px;
  }
  .reviews-head h2 {
    font-size: clamp(42px, 12vw, 50px);
  }
  .quote-stage blockquote > p {
    font-size: 27px;
  }
  .quote-stage footer b {
    font-size: 12px;
  }
  .quote-stage footer span {
    font-size: 11px;
  }
  .accordion summary {
    line-height: 1.4;
  }
  .final h2 {
    font-size: clamp(48px, 14vw, 58px);
  }
  .footer-brand p,
  .footer-grid a,
  .footer-grid p {
    font-size: 13px;
  }
  .footer-grid > div > b {
    font-size: 10px;
  }
  .legal {
    font-size: 10px;
  }
  .whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    padding: 0;
  }
  .whatsapp-icon {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
  .back-to-top {
    right: 18px;
    bottom: 82px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 380px) {
  .shell {
    width: min(calc(100% - 22px), var(--shell));
  }
  .hero-grid {
    padding-top: 38px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .form-heading,
  form {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tour-data {
    flex-wrap: wrap;
  }
  .tour-data span {
    width: calc(50% - 8px);
  }
  .reviews-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .gallery-strip {
    grid-template-columns: 1fr;
    height: auto;
  }
  .gallery-strip button {
    height: 240px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand,
  .footer-note {
    grid-column: 1;
  }
}

/* Reviews: strict mobile containment from 320px */
.reviews,
.reviews .shell,
.reviews-head,
.reviews-actions,
.quote-stage,
.quote-stage blockquote,
.quote-stage blockquote > p,
.quote-stage footer {
  min-width: 0;
  max-width: 100%;
}
.reviews {
  overflow: hidden;
}
.reviews-head h2,
.quote-stage blockquote > p,
.quote-stage footer b,
.quote-stage footer span {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 640px) {
  .reviews .shell {
    width: calc(100% - 28px);
  }
  .reviews-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    width: 100%;
  }
  .reviews-head .eyebrow {
    grid-column: 1;
  }
  .reviews-head h2 {
    grid-column: 1;
    width: 100%;
    font-size: clamp(40px, 11.5vw, 49px);
    line-height: 0.98;
  }
  .reviews-head h2 br {
    display: none;
  }
  .reviews-actions {
    grid-column: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }
  .score {
    min-width: 0;
    gap: 10px;
  }
  .score > b {
    font-size: clamp(46px, 15vw, 58px);
    line-height: 1;
  }
  .score span {
    font-size: 12px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .score small {
    font-size: 9px;
    white-space: normal;
  }
  .review-open {
    flex: 0 1 auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    padding: 13px 15px;
  }
  .review-alert {
    width: 100%;
    margin-top: 22px;
    overflow-wrap: anywhere;
  }
  .quote-stage {
    box-sizing: border-box;
    width: 100%;
    margin-top: 28px;
    padding: 28px 20px 72px;
    overflow: hidden;
    min-height: 0;
  }
  .quote-stage blockquote {
    width: 100%;
    margin: 0;
  }
  .quote-stage blockquote > p {
    width: 100%;
    font-size: clamp(24px, 7.6vw, 29px);
    line-height: 1.22;
  }
  .quote-stage footer {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    margin-top: 24px;
    padding-right: 0;
  }
  .quote-stage footer b,
  .quote-stage footer span {
    display: block;
    max-width: 100%;
  }
  .quote-stage .review-stars {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .quote-nav {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }
  .quote-nav span {
    white-space: nowrap;
  }
  .review-dialog {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 30px 18px;
  }
  .review-dialog form {
    width: 100%;
    min-width: 0;
  }
  .review-dialog .field {
    min-width: 0;
  }
  .review-dialog input,
  .review-dialog textarea,
  .review-dialog select {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .reviews .shell {
    width: calc(100% - 22px);
  }
  .reviews-head {
    gap: 18px;
  }
  .reviews-head h2 {
    font-size: clamp(37px, 11.4vw, 44px);
  }
  .reviews-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .score > b {
    font-size: 50px;
  }
  .review-open {
    width: 100%;
  }
  .quote-stage {
    padding: 24px 16px 70px;
  }
  .quote-stage blockquote > p {
    font-size: clamp(23px, 7.4vw, 27px);
  }
  .quote-nav {
    right: 12px;
    bottom: 14px;
  }
  .quote-nav button {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 340px) {
  .reviews .shell {
    width: calc(100% - 18px);
  }
  .reviews-head h2 {
    font-size: 36px;
  }
  .score > b {
    font-size: 46px;
  }
  .score span {
    font-size: 11px;
  }
  .quote-stage {
    padding-left: 14px;
    padding-right: 14px;
  }
  .quote-stage blockquote > p {
    font-size: 23px;
  }
}

/* Mobile menu icon: hamburger to close */
.menu-btn {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}
.menu-btn i {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 26px;
  height: 2px;
  margin: 0;
  background: var(--midnight);
  transform-origin: center;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}
.menu-btn i:first-child {
  transform: translateY(-5px);
}
.menu-btn i:last-child {
  transform: translateY(5px);
}
.menu-btn[aria-expanded="true"] i:first-child {
  transform: translateY(0) rotate(45deg);
}
.menu-btn[aria-expanded="true"] i:last-child {
  transform: translateY(0) rotate(-45deg);
}
.menu-btn:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}
