@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #18231d;
  --forest: #173f36;
  --river: #176a78;
  --cream: #f2efe5;
  --paper: #fbf9f2;
  --acid: #d9f06a;
  --line: rgba(24, 35, 29, 0.18);
  --white-line: rgba(255, 255, 255, 0.28);
  --display: "Fraunces", "Iowan Old Style", "Palatino Linotype", serif;
  --sans: "Manrope", "Avenir Next", sans-serif;
  --shell: min(100% - 2.5rem, 82rem);
  --section-space: clamp(5rem, 10vw, 9rem);
  --copy-measure: 40rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: clamp(0.98rem, 0.22vw + 0.93rem, 1.08rem);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

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

p,
h1,
h2,
h3,
dl,
figure {
  min-width: 0;
}

h1,
h2 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

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

button,
summary {
  cursor: pointer;
}

button {
  border: 0;
}

::selection {
  color: var(--ink);
  background: var(--acid);
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.7rem 1rem;
  color: white;
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: none;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.55rem, 2vw, 1.25rem);
  padding: max(1rem, env(safe-area-inset-top)) 1rem 1rem;
  color: white;
  border-bottom: 1px solid var(--white-line);
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  flex-shrink: 0;
}

.site-header .brand {
  padding: 0.3rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0.28rem;
  background: rgba(250, 248, 241, 0.9);
  box-shadow: 0 0.35rem 1.5rem rgba(9, 20, 15, 0.12);
  backdrop-filter: blur(0.6rem);
}

.brand__logo {
  display: block;
  width: clamp(7.4rem, 27vw, 10.5rem);
  height: auto;
}

.desktop-nav {
  display: none;
}

.header-phone {
  display: grid;
  justify-items: end;
  font-size: 0.74rem;
  font-weight: 700;
}

.header-phone__label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.54rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
}

.hero__intro {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: min(84%, 23rem);
  padding: 1.2rem 1.5rem 1.35rem;
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero__intro::before {
  position: absolute;
  z-index: -1;
  inset: -0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(14, 32, 28, 0.26);
  backdrop-filter: blur(7px);
  content: "";
  transform: rotate(-3deg);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: rgba(24, 35, 29, 0.56);
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.75rem, 12.5vw, 5.4rem);
  font-weight: 430;
  letter-spacing: -0.048em;
  line-height: 0.86;
}

.hero__hint {
  display: inline-block;
  margin-top: 1.05rem;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.choice {
  position: relative;
  display: flex;
  min-height: 50svh;
  overflow: hidden;
  align-items: flex-end;
  color: white;
}

.choice img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1), filter 600ms ease;
}

.choice--kayak img {
  object-position: 48% center;
}

.choice--stay img {
  object-position: center 42%;
}

.choice__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 26, 22, 0.32) 0%, rgba(12, 26, 22, 0.05) 40%, rgba(12, 26, 22, 0.78) 100%),
    linear-gradient(90deg, rgba(23, 106, 120, 0.32), transparent);
}

.choice--stay .choice__wash {
  background:
    linear-gradient(180deg, rgba(12, 26, 22, 0.28) 0%, rgba(12, 26, 22, 0.05) 40%, rgba(12, 26, 22, 0.8) 100%),
    linear-gradient(90deg, rgba(23, 63, 54, 0.2), transparent);
}

.choice__content {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0.45rem 1rem;
  padding: 1.5rem 1.25rem 2rem;
}

.choice:first-of-type .choice__content {
  padding-bottom: 5.8rem;
}

.choice:nth-of-type(2) .choice__content {
  padding-top: 5.8rem;
}

.choice__number {
  grid-row: 1 / 3;
  align-self: start;
  margin-top: 0.3rem;
  padding-top: 0.28rem;
  border-top: 1px solid white;
  font-size: 0.66rem;
  font-weight: 700;
}

.choice__kicker {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.choice strong {
  font-family: var(--display);
  font-size: clamp(2.25rem, 10.5vw, 5.2rem);
  font-weight: 480;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.choice__cta {
  display: flex;
  grid-column: 2;
  width: 100%;
  max-width: 15rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--white-line);
  font-size: 0.72rem;
  font-weight: 700;
}

.choice__cta i {
  font-size: 1rem;
  font-style: normal;
}

.manifest {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  padding-block: var(--section-space);
}

.manifest h2,
.service h2,
.faq h2,
.contact h2,
.booking-dialog h2,
.answer-block h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.85rem, 11vw, 7rem);
  font-weight: 440;
  letter-spacing: -0.05em;
  line-height: 0.91;
}

.manifest__copy {
  max-width: var(--copy-measure);
}

.manifest__copy p {
  margin: 0 0 1.5rem;
  font-size: clamp(1.03rem, 2vw, 1.3rem);
  line-height: 1.68;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 1rem 0 0;
  border-top: 1px solid var(--line);
}

.facts div {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.facts div:nth-child(odd) {
  padding-right: 1rem;
  border-right: 1px solid var(--line);
}

.facts div:nth-child(even) {
  padding-left: 1rem;
}

.facts dt {
  font-family: var(--display);
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.facts dd {
  margin: 0.35rem 0 0;
  color: rgba(24, 35, 29, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.service {
  display: grid;
}

.service__visual {
  position: relative;
  min-height: 63svh;
  overflow: hidden;
}

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

.service__stamp {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  width: 6.3rem;
  aspect-ratio: 1;
  place-content: center;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.7;
  text-align: center;
  transform: rotate(8deg);
}

.service__body {
  padding-block: var(--section-space);
}

.service h2 em {
  color: var(--river);
  font-weight: 370;
}

.service__lead {
  max-width: var(--copy-measure);
  margin: clamp(1.6rem, 4vw, 2.35rem) 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.68;
}

.feature-list,
.steps {
  margin: clamp(2rem, 5vw, 2.8rem) 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li,
.steps li {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 0.9rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-list li > span,
.steps li > span {
  padding-top: 0.2rem;
  color: rgba(24, 35, 29, 0.55);
  font-size: 0.63rem;
  font-weight: 700;
}

.feature-list strong,
.feature-list small,
.steps strong {
  display: block;
}

.feature-list strong,
.steps strong {
  font-size: 0.95rem;
}

.feature-list small,
.steps p {
  margin: 0.15rem 0 0;
  color: rgba(24, 35, 29, 0.62);
  font-size: 0.76rem;
}

.button {
  display: inline-flex;
  min-height: 3.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 100%;
  padding: 0.9rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: left;
}

.button--dark {
  color: white;
  background: var(--ink);
}

.button--light {
  color: var(--forest);
  background: white;
}

.button--accent {
  color: var(--ink);
  background: var(--acid);
}

.button--wide {
  width: 100%;
}

.gallery-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
}

.gallery-band figure {
  position: relative;
  min-height: 45svh;
  margin: 0;
  overflow: hidden;
}

.gallery-band__large {
  grid-column: 1 / -1;
  min-height: 56svh !important;
}

.gallery-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-band figcaption {
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  padding: 0.36rem 0.6rem;
  color: white;
  background: rgba(24, 35, 29, 0.62);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.service--kayak {
  color: white;
  background: var(--river);
}

.service--kayak h2 em {
  color: var(--acid);
}

.service--kayak .service__lead,
.service--kayak .feature-list small,
.service--kayak .steps p,
.service--kayak .steps li > span {
  color: rgba(255, 255, 255, 0.72);
}

.service--kayak .steps,
.service--kayak .steps li {
  border-color: var(--white-line);
}

.route-line {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  width: 64%;
  color: var(--acid);
}

.route-line svg {
  display: block;
  width: 100%;
  overflow: visible;
}

.route-line path {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 8 8;
  stroke-linecap: round;
  stroke-width: 2;
}

.answer-block {
  padding-block: var(--section-space);
  border-bottom: 1px solid var(--line);
}

.answer-block h2 {
  max-width: 60rem;
  font-size: clamp(2.85rem, 10vw, 6.6rem);
}

.answer-block__grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 52rem;
  margin-top: 2.5rem;
}

.answer-block__grid p {
  margin: 0;
}

.faq {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
  padding-block: var(--section-space);
}

.faq__items {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
  line-height: 1.4;
  font-weight: 700;
  list-style: none;
}

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

.faq summary span {
  display: grid;
  width: 1.8rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 220ms ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 38rem;
  margin: -0.3rem 0 1.4rem;
  color: rgba(24, 35, 29, 0.7);
  font-size: 0.9rem;
}

.faq details a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

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

.contact__top {
  display: grid;
  gap: 1.6rem;
  padding-block: var(--section-space) clamp(4rem, 7vw, 5.5rem);
}

.contact__top .button {
  align-self: end;
}

.contact__details {
  display: grid;
  border-top: 1px solid var(--white-line);
}

.contact__details a {
  display: grid;
  gap: 0.25rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--white-line);
}

.contact__details small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact__details strong {
  font-family: var(--display);
  font-size: clamp(1.3rem, 6vw, 2.4rem);
  font-weight: 480;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.map-link {
  position: relative;
  display: grid;
  min-height: 25rem;
  place-content: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--acid);
  text-align: center;
}

.map-link__grid {
  position: absolute;
  inset: -20%;
  opacity: 0.22;
  background-image:
    linear-gradient(var(--ink) 1px, transparent 1px),
    linear-gradient(90deg, var(--ink) 1px, transparent 1px);
  background-size: 4rem 4rem;
  transform: rotate(-11deg);
}

.map-link__pin {
  position: relative;
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  margin: 0 auto 1rem;
  border: 0.48rem solid var(--ink);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map-link strong,
.map-link > span:last-child {
  position: relative;
}

.map-link strong {
  font-family: var(--display);
  font-size: clamp(2.7rem, 12vw, 6.4rem);
  font-weight: 450;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.map-link > span:last-child {
  display: flex;
  width: 12rem;
  justify-content: space-between;
  margin: 2rem auto 0;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  gap: 2rem;
  padding-block: 3rem 6rem;
}

.brand--footer {
  width: max-content;
}

.brand--footer .brand__logo {
  width: clamp(9.5rem, 34vw, 12rem);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.site-footer__links a,
.site-footer__links button {
  padding: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 700;
}

.site-footer > p {
  margin: 0;
  color: rgba(24, 35, 29, 0.55);
  font-size: 0.68rem;
}

.mobile-action {
  position: fixed;
  z-index: 25;
  right: 0.65rem;
  bottom: max(0.65rem, env(safe-area-inset-bottom));
  left: 0.65rem;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 0.28rem;
  background: var(--paper);
  box-shadow: 0 0.8rem 2.5rem rgba(24, 35, 29, 0.25);
}

.mobile-action a,
.mobile-action button {
  min-height: 3.2rem;
  padding: 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.mobile-action button {
  color: white;
  background: var(--ink);
}

dialog {
  border: 0;
}

dialog::backdrop {
  background: rgba(9, 21, 17, 0.72);
  backdrop-filter: blur(7px);
}

.booking-dialog,
.plain-dialog {
  position: fixed;
  width: min(100% - 1rem, 48rem);
  max-height: calc(100dvh - 1rem);
  margin: auto;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.35);
}

.booking-dialog[open],
.plain-dialog[open] {
  animation: dialog-in 280ms ease both;
}

.booking-dialog__intro {
  padding: 3.5rem 1.2rem 1.5rem;
  background: var(--acid);
}

.booking-dialog h2 {
  font-size: clamp(2.7rem, 10vw, 5.2rem);
}

.booking-dialog__intro > p:last-child {
  margin: 1.2rem 0 0;
  font-size: 0.82rem;
}

.dialog-close {
  position: absolute;
  z-index: 3;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  width: 2.5rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(251, 249, 242, 0.78);
  font-size: 1.5rem;
  line-height: 1;
}

#booking-form {
  padding: 1.2rem;
}

.field {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.field-grid {
  display: grid;
}

.field label {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field label span {
  color: rgba(24, 35, 29, 0.45);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--ink);
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.check {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.6rem;
  margin: 0.5rem 0 1.2rem;
  color: rgba(24, 35, 29, 0.68);
  font-size: 0.68rem;
}

.check input {
  margin: 0.2rem 0 0;
  accent-color: var(--ink);
}

.check button {
  padding: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: inherit;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.7rem 0 0;
  font-size: 0.76rem;
}

.form-status[data-state="success"] {
  color: #28643f;
}

.form-status[data-state="error"] {
  color: #a12e25;
}

.consent-banner {
  position: fixed;
  z-index: 100;
  right: 0.65rem;
  bottom: max(0.65rem, env(safe-area-inset-bottom));
  left: 0.65rem;
  padding: 1rem;
  color: white;
  background: var(--ink);
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.35);
}

.consent-banner strong {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
}

.consent-banner p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.consent-banner__actions button {
  min-height: 2.65rem;
  padding: 0.65rem 0.8rem;
  color: white;
  border: 1px solid var(--white-line);
  background: transparent;
  font-size: 0.68rem;
  font-weight: 700;
}

.consent-banner__actions .consent-accept {
  color: var(--ink);
  border-color: var(--acid);
  background: var(--acid);
}

.plain-dialog {
  width: min(100% - 1rem, 38rem);
  padding: 3.7rem 1.2rem 1.2rem;
}

.plain-dialog h2 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2.4rem, 10vw, 4.2rem);
  font-weight: 450;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.plain-dialog > p {
  color: rgba(24, 35, 29, 0.68);
  font-size: 0.82rem;
}

.plain-dialog a {
  text-decoration: underline;
}

.consent-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.consent-option span,
.consent-option small {
  display: block;
}

.consent-option small {
  margin-top: 0.18rem;
  color: rgba(24, 35, 29, 0.58);
  font-size: 0.68rem;
}

.consent-option input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--ink);
}

.consent-option--locked {
  opacity: 0.62;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

html.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(2rem);
}

html.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem) scale(0.98);
  }
}

@media (hover: hover) {
  .choice:hover img {
    filter: saturate(1.08);
    transform: scale(1.035);
  }

  .choice:hover .choice__cta i,
  .button:hover span {
    transform: translate(0.15rem, -0.15rem);
  }

  .button span,
  .choice__cta i {
    transition: transform 180ms ease;
  }

  .map-link:hover .map-link__grid {
    transform: rotate(-8deg) scale(1.04);
  }

  .map-link__grid {
    transition: transform 600ms ease;
  }
}

@media (min-width: 48rem) {
  :root {
    --shell: min(100% - 4rem, 82rem);
  }

  .site-header {
    padding-inline: 2rem;
  }

  .desktop-nav {
    display: flex;
    gap: 1.8rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .choice {
    min-height: 100svh;
  }

  .choice__content,
  .choice:first-of-type .choice__content,
  .choice:nth-of-type(2) .choice__content {
    padding: 2.25rem;
  }

  .choice--kayak .choice__content {
    padding-right: clamp(6rem, 10vw, 8.5rem);
  }

  .choice--stay .choice__content {
    padding-left: clamp(6rem, 10vw, 8.5rem);
  }

  .choice--stay {
    border-left: 1px solid var(--white-line);
  }

.hero__intro {
    width: min(31vw, 27rem);
    padding: 2rem;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 5.7vw, 6.5rem);
  }

  .choice strong {
    font-size: clamp(2.9rem, 4.5vw, 5.25rem);
  }

  .manifest {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 4rem;
    padding-block: 9rem 7rem;
  }

  .manifest__copy {
    align-self: end;
  }

  .facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
  }

  .facts div,
  .facts div:nth-child(odd),
  .facts div:nth-child(even) {
    padding: 1.6rem;
    border-right: 1px solid var(--line);
  }

  .facts div:first-child {
    padding-left: 0;
  }

  .facts div:last-child {
    border-right: 0;
  }

  .service {
    grid-template-columns: 1fr 1fr;
    min-height: 54rem;
  }

  .service__visual {
    min-height: 100%;
  }

  .service__body {
    width: auto;
    max-width: 45rem;
    margin: 0;
    align-self: center;
    padding: 7rem clamp(3rem, 4.5vw, 5.25rem);
  }

  .service--stay .service__body {
    justify-self: start;
  }

  .service--kayak .service__body {
    justify-self: end;
  }

  .service h2 {
    font-size: clamp(3.75rem, 5.2vw, 6.25rem);
  }

  .gallery-band {
    grid-template-columns: 1.8fr 0.75fr 0.75fr;
    gap: 0.35rem;
    padding: 0.35rem;
  }

  .gallery-band__large {
    grid-column: auto;
    min-height: clamp(34rem, 54vw, 48rem) !important;
  }

  .gallery-band figure {
    min-height: clamp(34rem, 54vw, 48rem);
  }

  .answer-block {
    padding-block: 9rem;
  }

  .answer-block__grid {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
  }

  .faq {
    grid-template-columns: 0.75fr 1.25fr;
    gap: clamp(4rem, 7vw, 7rem);
    padding-block: 9rem;
  }

  .faq__heading {
    position: sticky;
    top: 7rem;
    align-self: start;
  }

  .contact__top {
    grid-template-columns: 1fr auto;
    padding-block: 8rem 5rem;
  }

  .contact__top .eyebrow {
    grid-column: 1 / -1;
  }

  .contact__top .button {
    min-width: 15rem;
  }

  .contact__details {
    grid-template-columns: 1fr 1fr 1.25fr;
  }

  .contact__details a {
    padding: 1.4rem;
    border-right: 1px solid var(--white-line);
    border-bottom: 0;
  }

  .contact__details a:first-child {
    padding-left: 0;
  }

  .contact__details a:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .contact__details strong {
    font-size: clamp(1.05rem, 1.75vw, 1.8rem);
  }

  .map-link {
    min-height: 38rem;
  }

  .site-footer {
    grid-template-columns: 1fr auto auto;
    align-items: end;
    padding-block: 4rem;
  }

  .mobile-action {
    display: none;
  }

  .booking-dialog {
    display: none;
    grid-template-columns: 0.8fr 1.2fr;
    width: min(100% - 3rem, 64rem);
  }

  .booking-dialog[open] {
    display: grid;
  }

  .booking-dialog__intro {
    padding: 5rem 2rem 2rem;
  }

  #booking-form {
    padding: 4.5rem 2rem 2rem;
  }

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

  .plain-dialog {
    padding: 4rem 2rem 2rem;
  }

  .consent-banner {
    right: 1rem;
    bottom: 1rem;
    left: auto;
    display: grid;
    width: min(42rem, calc(100% - 2rem));
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    padding: 1.25rem;
  }

  .consent-banner__actions {
    align-content: center;
    justify-content: end;
    margin: 0;
  }
}

@media (max-width: 27.5rem) {
  .site-header {
    min-height: 4.8rem;
    padding-inline: 0.75rem;
  }

  .brand__logo {
    width: clamp(6.4rem, 30vw, 7.2rem);
  }

  .header-phone {
    font-size: 0.66rem;
  }

  .header-phone__label {
    display: none;
  }

  .hero__intro {
    width: min(82%, 19rem);
    padding-inline: 1rem;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.3rem);
  }

  .choice__content {
    padding-inline: 1rem;
  }

  .choice strong {
    font-size: clamp(2.1rem, 10.5vw, 2.9rem);
  }

  .manifest h2,
  .service h2,
  .faq h2,
  .contact h2,
  .answer-block h2 {
    font-size: clamp(2.55rem, 12vw, 3.4rem);
  }

  .button {
    width: 100%;
  }

  .contact__details strong {
    font-size: 1.2rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal,
  html.reveal-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
