@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: #0b262a;
  --river-deep: #073f49;
  --river: #0d6470;
  --water: #78b7b5;
  --mist: #dce9e5;
  --foam: #f3f7f3;
  --reed: #d3e96f;
  --paddle: #ff6a3d;
  --white: #ffffff;
  --line: rgba(11, 38, 42, 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.25rem, 84rem);
  --section-space: clamp(4.75rem, 8vw, 8rem);
  --copy-measure: 42rem;
}

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

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--foam);
  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,
video {
  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(--reed);
}

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

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

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

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

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

.eyebrow--dark {
  color: rgba(11, 38, 42, 0.6);
}

.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.6rem, 2vw, 1.5rem);
  padding: max(1rem, env(safe-area-inset-top)) 1rem 1rem;
  color: var(--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.32rem 0.55rem;
  border: 1px solid rgba(190, 222, 7, 0.5);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.5rem 2rem rgba(5, 29, 34, 0.18);
  backdrop-filter: blur(0.75rem);
}

.brand__logo {
  width: clamp(8.75rem, 26vw, 11.5rem);
  height: auto;
}

.desktop-nav {
  display: none;
}

.header-phone {
  display: grid;
  justify-items: end;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--river-deep);
}

.hero__media,
.hero__scrim {
  position: absolute;
  inset: 0;
}

.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.95) contrast(1.03);
}

.hero__scrim {
  background:
    linear-gradient(180deg, rgba(3, 27, 32, 0.55) 0%, rgba(3, 27, 32, 0.12) 28%, rgba(3, 27, 32, 0.82) 100%),
    linear-gradient(90deg, rgba(3, 27, 32, 0.62), rgba(3, 27, 32, 0.05) 72%);
}

.hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2rem;
  padding-block: 9rem 7.5rem;
}

.hero__content {
  max-width: 62rem;
}

.hero h1 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(3.5rem, 13.4vw, 8.75rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.hero h1 span {
  color: var(--reed);
}

.hero__lead {
  max-width: 37rem;
  margin: clamp(1.5rem, 4vw, 2.25rem) 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3.8rem;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.95rem 1.2rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}

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

.button--light {
  color: var(--river-deep);
  background: var(--foam);
}

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

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

.hero__call {
  display: grid;
  align-content: center;
  padding: 0.5rem 0.8rem;
  border-left: 1px solid var(--white-line);
}

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

.hero__call strong {
  font-size: 0.9rem;
}

.route-card {
  position: relative;
  display: none;
  align-self: end;
  padding: 1.2rem 1.25rem 1.35rem;
  overflow: hidden;
  border: 1px solid var(--white-line);
  background: rgba(4, 46, 54, 0.66);
  backdrop-filter: blur(0.8rem);
}

.route-card__label {
  display: block;
  margin-bottom: 1rem;
  color: var(--reed);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.route-card dl {
  margin: 0;
}

.route-card dl div {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.7rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--white-line);
}

.route-card dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card dd {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 600;
}

.route-card__mark {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 4.6rem;
  aspect-ratio: 1;
  border: 1rem solid rgba(211, 233, 111, 0.14);
  border-radius: 50%;
}

.hero__scroll {
  position: absolute;
  z-index: 3;
  right: 1.1rem;
  bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__scroll i {
  display: grid;
  width: 2.35rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--white-line);
  border-radius: 50%;
  font-size: 0.9rem;
  font-style: normal;
}

.service-choice {
  padding-block: var(--section-space);
  background: var(--mist);
}

.service-choice__heading {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.service-choice h2,
.manifest h2,
.service h2,
.faq h2,
.contact h2,
.answer-block h2,
.booking-dialog h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(2.8rem, 10.5vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.service-choice h2 em,
.manifest h2 em,
.service h2 em,
.faq h2 em,
.contact h2 em {
  font-family: var(--display);
  font-weight: 430;
  font-style: normal;
  letter-spacing: -0.045em;
}

.service-choice__heading > p {
  max-width: 34rem;
  margin: 0;
  align-self: end;
  color: rgba(11, 38, 42, 0.7);
}

.choice-grid {
  display: grid;
  gap: 0.8rem;
}

.choice {
  position: relative;
  display: flex;
  min-height: 29rem;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--river-deep);
}

.choice--kayak {
  min-height: 35rem;
}

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

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

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

.choice__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 33, 38, 0.12) 15%, rgba(4, 33, 38, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 63, 73, 0.38), transparent 70%);
}

.choice--stay .choice__wash {
  background: linear-gradient(180deg, rgba(4, 33, 38, 0.08) 18%, rgba(4, 33, 38, 0.86) 100%);
}

.choice__content {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  gap: 0.5rem;
  padding: 1.35rem;
}

.choice__flag {
  width: max-content;
  max-width: 100%;
  padding: 0.36rem 0.55rem;
  color: var(--ink);
  background: var(--reed);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice--stay .choice__flag {
  color: var(--white);
  background: rgba(7, 63, 73, 0.8);
}

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

.choice strong {
  font-family: var(--sans);
  font-size: clamp(2.7rem, 13vw, 6.6rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.choice--stay strong {
  font-family: var(--display);
  font-size: clamp(2.65rem, 12vw, 5.2rem);
  font-weight: 440;
  letter-spacing: -0.045em;
}

.choice__cta {
  display: flex;
  width: 100%;
  max-width: 17rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  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 em {
  color: var(--river);
}

.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.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.facts div {
  min-height: 8.5rem;
  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(--sans);
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 1;
}

.facts dd {
  margin: 0.45rem 0 0;
  color: rgba(11, 38, 42, 0.62);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.service {
  display: grid;
}

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

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

.service__caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.6rem;
  color: var(--white);
  background: rgba(7, 63, 73, 0.8);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(0.6rem);
}

.service__stamp {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  width: 7rem;
  aspect-ratio: 1;
  place-content: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--reed);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.7;
  text-align: center;
  transform: rotate(7deg);
}

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

.service h2 {
  font-size: clamp(2.9rem, 10vw, 6.6rem);
}

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

.service__lead {
  max-width: var(--copy-measure);
  margin: clamp(1.6rem, 4vw, 2.35rem) 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  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.4rem 1fr;
  gap: 0.9rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-list li {
  column-gap: 0.9rem;
  row-gap: 0.12rem;
}

.feature-list li > span,
.steps li > span {
  padding-top: 0.2rem;
  color: rgba(11, 38, 42, 0.55);
  font-size: 0.62rem;
  font-weight: 700;
}

.feature-list li > span {
  grid-column: 1;
  grid-row: 1 / 3;
}

.feature-list strong {
  grid-column: 2;
  grid-row: 1;
}

.feature-list small {
  grid-column: 2;
  grid-row: 2;
}

.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(11, 38, 42, 0.64);
  font-size: 0.76rem;
}

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

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

.service--kayak .service__lead,
.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);
}

.service--stay {
  background: var(--foam);
}

.service--stay h2 em {
  color: var(--river);
}

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

.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;
}

.field-gallery {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-space);
  color: var(--white);
  background: var(--ink);
}

.field-gallery__inner {
  position: relative;
  z-index: 1;
}

.field-gallery__current {
  position: absolute;
  top: clamp(12rem, 24vw, 22rem);
  left: -8%;
  width: 116%;
  height: clamp(12rem, 24vw, 24rem);
  color: rgba(211, 233, 111, 0.16);
  pointer-events: none;
}

.field-gallery__current path {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 12 16;
  stroke-linecap: round;
  stroke-width: 3;
}

.field-gallery__header {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.field-gallery__header h2 {
  margin-top: 0.6rem;
  font-size: clamp(3.4rem, 13vw, 6.8rem);
  line-height: 0.86;
}

.field-gallery__header h2 em {
  color: var(--reed);
}

.field-gallery__header > p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.field-gallery__filters {
  display: flex;
  gap: 0.55rem;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.field-gallery__filters::-webkit-scrollbar {
  display: none;
}

.field-gallery__filters button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  padding: 0.65rem 0.85rem;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 99rem;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.field-gallery__filters button span {
  display: grid;
  min-width: 1.35rem;
  min-height: 1.35rem;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.6rem;
}

.field-gallery__filters button.is-active {
  color: var(--ink);
  border-color: var(--reed);
  background: var(--reed);
}

.field-gallery__filters button.is-active span {
  color: var(--white);
  background: var(--river-deep);
}

.field-gallery__grid {
  display: grid;
  gap: 2rem;
}

.gallery-card {
  min-width: 0;
  margin: 0;
  animation: gallery-current-in 420ms ease both;
}

.gallery-card[hidden] {
  display: none;
}

.gallery-card__button {
  display: block;
  width: 100%;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  text-align: left;
}

.gallery-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--river-deep);
}

.gallery-card__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  content: "";
  pointer-events: none;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 500ms ease, transform 800ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-card figcaption {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  padding-top: 0.9rem;
}

.gallery-card figcaption small {
  grid-column: 1 / -1;
  color: var(--reed);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.gallery-card figcaption strong {
  font-family: var(--display);
  font-size: clamp(1.35rem, 5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.05;
}

.gallery-card figcaption > span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.gallery-dialog {
  width: min(94vw, 92rem);
  max-width: none;
  max-height: 92svh;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

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

.gallery-dialog figure {
  display: grid;
  min-height: 0;
  margin: 0;
}

.gallery-dialog img {
  width: 100%;
  max-height: calc(92svh - 4rem);
  object-fit: contain;
  background: #031a1e;
}

.gallery-dialog figcaption {
  padding: 0.9rem 1.2rem 1rem;
  font-family: var(--display);
  font-size: 1.1rem;
}

.gallery-dialog .dialog-close {
  color: var(--ink);
  background: var(--reed);
}

@keyframes gallery-current-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
}

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

.answer-block h2 {
  max-width: 68rem;
  font-size: clamp(2.75rem, 9.5vw, 6.4rem);
}

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

.answer-block__grid p {
  margin: 0;
}

.answer-block--river {
  width: 100%;
  max-width: none;
  padding-inline: max(1.125rem, calc((100% - 84rem) / 2));
  color: var(--white);
  background: var(--river);
  border: 0;
}

.answer-block--river .answer-block__grid p {
  color: rgba(255, 255, 255, 0.78);
}

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

.faq h2 em {
  color: var(--river);
}

.faq__items {
  border-top: 2px solid var(--paddle);
}

.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;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

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

.faq summary span {
  display: grid;
  width: 1.9rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--river-deep);
  font-size: 1.05rem;
  font-weight: 400;
  transition: color 220ms ease, transform 220ms ease, background 220ms ease;
}

.faq details[open] summary span {
  color: var(--ink);
  background: var(--reed);
  transform: rotate(45deg);
}

.faq details p {
  max-width: 40rem;
  margin: -0.2rem 0 1.45rem;
  color: rgba(11, 38, 42, 0.7);
  font-size: 0.9rem;
}

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

.arrival {
  padding-block: var(--section-space);
  overflow: hidden;
  background: var(--mist);
}

.arrival__header {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.arrival__header h2 {
  margin-top: 0.7rem;
  font-size: clamp(3rem, 11vw, 6.8rem);
  line-height: 0.9;
}

.arrival__header h2 em {
  color: var(--river);
}

.arrival__header > p {
  max-width: 35rem;
  margin: 0;
  color: rgba(11, 38, 42, 0.68);
}

.arrival__layout {
  display: grid;
  gap: clamp(3rem, 8vw, 6rem);
}

.arrival__routes {
  min-width: 0;
}

.arrival-route {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  padding: 1.4rem 3rem 1.4rem 0;
  border-top: 1px solid rgba(11, 38, 42, 0.22);
}

.arrival-route:last-of-type {
  border-bottom: 1px solid rgba(11, 38, 42, 0.22);
}

.arrival-route__city,
.arrival-route small {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.arrival-route__city {
  color: var(--river);
}

.arrival-route strong {
  grid-column: 1;
  font-family: var(--display);
  font-size: clamp(2.35rem, 10vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.arrival-route small {
  grid-column: 1;
  color: rgba(11, 38, 42, 0.58);
}

.arrival-route i {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--river-deep);
  font-style: normal;
}

.arrival-route--vilnius strong {
  color: #c4411b;
}

.arrival__other {
  margin-top: 2.5rem;
}

.arrival__other > p {
  margin-bottom: 0.9rem;
  color: rgba(11, 38, 42, 0.46);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.arrival__other dl {
  margin: 0;
}

.arrival__other dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.55rem;
  color: rgba(11, 38, 42, 0.5);
  border-bottom: 1px solid rgba(11, 38, 42, 0.1);
  font-size: 0.76rem;
}

.arrival__other dt {
  font-weight: 700;
}

.arrival__other dd {
  margin: 0;
  text-align: right;
}

.arrival__note {
  margin: 1.35rem 0 0;
  color: rgba(11, 38, 42, 0.5);
  font-size: 0.7rem;
  line-height: 1.55;
}

.arrival-map {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 63, 73, 0.14);
  border-radius: 0 clamp(2.5rem, 9vw, 6rem) 0 clamp(2.5rem, 9vw, 6rem);
  background:
    radial-gradient(circle at 64% 74%, rgba(211, 233, 111, 0.26), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(243, 247, 243, 0.42));
}

.arrival-map svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 19rem;
}

.arrival-map__land {
  fill: rgba(120, 183, 181, 0.13);
  stroke: rgba(7, 63, 73, 0.38);
  stroke-linejoin: round;
  stroke-width: 2;
}

.arrival-map__contour {
  fill: none;
  stroke: rgba(7, 63, 73, 0.12);
  stroke-dasharray: 7 12;
  stroke-linecap: round;
  stroke-width: 2;
}

.arrival-map__secondary-routes,
.arrival-map__city--secondary {
  opacity: 0.34;
}

.arrival-map__secondary-routes path,
.arrival-map__route,
.arrival-map__local-route {
  fill: none;
  stroke-linecap: round;
}

.arrival-map__secondary-routes path {
  stroke: var(--river);
  stroke-dasharray: 0.012 0.022;
  stroke-width: 2.5;
}

.arrival-map__route {
  stroke-dasharray: 0.025 0.018;
  stroke-width: 5;
  animation: arrival-route-flow 12s linear infinite;
}

.arrival-map__route--vilnius {
  stroke: var(--paddle);
}

.arrival-map__route--kaunas {
  stroke: var(--river);
}

.arrival-map__local-route {
  opacity: 0.5;
  stroke: var(--river-deep);
  stroke-dasharray: 0.02 0.025;
  stroke-width: 2;
}

.arrival-map__city circle {
  fill: var(--foam);
  stroke: var(--river);
  stroke-width: 3;
}

.arrival-map__city text,
.arrival-map__destination text {
  fill: var(--ink);
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.arrival-map__city--primary text {
  font-size: 23px;
}

.arrival-map__city--vilnius circle {
  stroke: var(--paddle);
}

.arrival-map__city--local {
  opacity: 0.6;
}

.arrival-map__meta {
  opacity: 0.62;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.arrival-map__destination path {
  fill: var(--river-deep);
}

.arrival-map__destination > text {
  font-size: 21px;
  letter-spacing: 0.08em;
}

.arrival-map__destination-dot {
  fill: var(--paddle);
  stroke: var(--foam);
  stroke-width: 5;
}

.arrival-map__pulse {
  fill: none;
  stroke: var(--reed);
  stroke-width: 4;
  transform-origin: center;
  animation: arrival-pulse 2.8s ease-out infinite;
}

.arrival-map figcaption {
  padding: 0 1.2rem 1.2rem;
  color: rgba(11, 38, 42, 0.5);
  font-size: 0.66rem;
}

@keyframes arrival-route-flow {
  to {
    stroke-dashoffset: -0.5;
  }
}

@keyframes arrival-pulse {
  70%,
  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

.paddle-map {
  position: relative;
  padding-block: var(--section-space);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 17%, rgba(120, 183, 181, 0.13), transparent 28%),
    linear-gradient(145deg, var(--river-deep), #062f37 68%, var(--ink));
}

.paddle-map::before {
  position: absolute;
  top: 0;
  right: 7%;
  width: min(31rem, 58vw);
  height: 0.35rem;
  background: linear-gradient(90deg, transparent, var(--reed), var(--paddle));
  content: "";
}

.paddle-map__inner {
  position: relative;
  z-index: 1;
}

.paddle-map__header {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.paddle-map__header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(3.2rem, 11vw, 7rem);
  line-height: 0.88;
}

.paddle-map__header h2 em {
  color: var(--reed);
}

.paddle-map__header > p {
  max-width: 35rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.paddle-map__explorer {
  display: grid;
  gap: clamp(2rem, 6vw, 4.5rem);
}

.paddle-map__sidebar {
  min-width: 0;
}

.paddle-map__switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-bottom: 2rem;
}

.paddle-map__switch button {
  display: grid;
  min-width: 0;
  padding: 0.85rem;
  color: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.paddle-map__switch button small,
.paddle-map__switch button span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.paddle-map__switch button strong {
  margin-block: 0.18rem;
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(1.45rem, 6vw, 2rem);
  font-weight: 550;
  line-height: 1;
}

.paddle-map__switch button.is-active {
  color: var(--ink);
  border-color: var(--reed);
  background: var(--reed);
  transform: translateY(-0.2rem);
}

.paddle-route-panel__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--water);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.paddle-route-panel h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.8rem, 16vw, 6.5rem);
  font-weight: 550;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.paddle-route-panel > p:not(.paddle-route-panel__eyebrow) {
  margin: 1.25rem 0 1.6rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.paddle-route-panel dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.paddle-route-panel dl div {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 1rem;
  padding-block: 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.72rem;
}

.paddle-route-panel dt {
  color: rgba(255, 255, 255, 0.46);
}

.paddle-route-panel dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.paddle-map__source {
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.66rem;
}

.paddle-map__source a {
  color: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.paddle-map__canvas {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(2rem, 8vw, 5.5rem) 0 clamp(2rem, 8vw, 5.5rem) 0;
  background:
    radial-gradient(circle at 51% 75%, rgba(211, 233, 111, 0.1), transparent 24%),
    rgba(0, 16, 20, 0.24);
}

.paddle-map__canvas svg {
  display: block;
  width: 100%;
  height: auto;
}

.paddle-map__terrain path,
.paddle-map__terrain ellipse {
  fill: none;
  stroke: rgba(120, 183, 181, 0.13);
  stroke-dasharray: 7 13;
  stroke-width: 2;
}

.paddle-map__base-link {
  fill: none;
  stroke: rgba(211, 233, 111, 0.58);
  stroke-dasharray: 6 10;
  stroke-linecap: round;
  stroke-width: 3;
}

.paddle-map__link-label,
.paddle-map__river text,
.paddle-map__town text,
.paddle-map__base text {
  fill: rgba(255, 255, 255, 0.76);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.paddle-map__link-label {
  fill: rgba(211, 233, 111, 0.62);
  font-size: 12px;
  font-weight: 600;
}

.paddle-map__river {
  opacity: 0.18;
  transition: opacity 420ms ease;
}

.paddle-map__river-bed,
.paddle-map__river-flow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.paddle-map__river-bed {
  stroke: var(--water);
  stroke-width: 5;
  transition: stroke-width 420ms ease;
}

.paddle-map__river-flow {
  opacity: 0;
  stroke: var(--foam);
  stroke-dasharray: 5 23;
  stroke-width: 2.5;
}

.paddle-map__canvas[data-active-route="verkne"] .paddle-map__river--verkne,
.paddle-map__canvas[data-active-route="streva"] .paddle-map__river--streva {
  opacity: 1;
}

.paddle-map__canvas[data-active-route="verkne"] .paddle-map__river--verkne .paddle-map__river-bed {
  stroke: var(--paddle);
  stroke-width: 10;
}

.paddle-map__canvas[data-active-route="streva"] .paddle-map__river--streva .paddle-map__river-bed {
  stroke: var(--water);
  stroke-width: 10;
}

.paddle-map__canvas[data-active-route="verkne"] .paddle-map__river--verkne .paddle-map__river-flow,
.paddle-map__canvas[data-active-route="streva"] .paddle-map__river--streva .paddle-map__river-flow {
  opacity: 0.72;
  animation: paddle-current 7s linear infinite;
}

.paddle-map__point circle,
.paddle-map__town circle {
  fill: #062f37;
  stroke: var(--foam);
  stroke-width: 3;
}

.paddle-map__river-name {
  font-family: var(--display) !important;
  font-size: 33px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
}

.paddle-map__meta {
  opacity: 0.55;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.paddle-map__base path {
  fill: var(--reed);
}

.paddle-map__base > text {
  fill: var(--white);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.paddle-map__base-pulse {
  fill: none;
  stroke: var(--reed);
  stroke-width: 3;
  transform-origin: center;
  animation: arrival-pulse 2.8s ease-out infinite;
}

.paddle-map__canvas figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  align-items: center;
  padding: 0 1rem 1.1rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.6rem;
}

.paddle-map__canvas figcaption span {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}

.paddle-map__canvas figcaption strong {
  width: 100%;
  color: rgba(255, 255, 255, 0.36);
  font-weight: 600;
}

.legend-line {
  display: inline-block;
  width: 1.5rem;
  height: 0;
  border-top: 3px solid;
}

.legend-line--active {
  border-color: var(--paddle);
}

.paddle-map__canvas[data-active-route="streva"] .legend-line--active {
  border-color: var(--water);
}

.legend-line--quiet {
  opacity: 0.35;
  border-color: var(--water);
}

.legend-line--link {
  border-top: 2px dashed var(--reed);
}

.paddle-day {
  display: grid;
  gap: 0;
  margin: clamp(3.5rem, 7vw, 6rem) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.paddle-day li {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.85rem;
  padding-block: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.paddle-day li > span {
  color: var(--water);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.paddle-day strong,
.paddle-day p {
  display: block;
}

.paddle-day strong {
  font-size: 0.82rem;
}

.paddle-day p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  line-height: 1.5;
}

.paddle-map__cta {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.2rem, 4vw, 2rem);
  color: var(--ink);
  background: var(--foam);
}

.paddle-map__cta p,
.paddle-map__cta strong,
.paddle-map__cta span {
  display: block;
  margin: 0;
}

.paddle-map__cta strong {
  font-family: var(--display);
  font-size: clamp(1.65rem, 6vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
}

.paddle-map__cta p > span {
  margin-top: 0.4rem;
  color: rgba(11, 38, 42, 0.62);
  font-size: 0.74rem;
}

@keyframes paddle-current {
  to {
    stroke-dashoffset: -56;
  }
}

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

.contact h2 em {
  color: var(--paddle);
}

.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.58);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact__details strong {
  font-family: var(--sans);
  font-size: clamp(1.2rem, 5.5vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

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

.map-link__grid {
  position: absolute;
  inset: -20%;
  opacity: 0.18;
  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__place,
.map-link > span:last-child {
  position: relative;
}

.map-link strong {
  font-family: var(--sans);
  font-size: clamp(2.45rem, 11vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.map-link__place {
  margin-top: 0.85rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.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.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

.brand--footer {
  display: grid;
  width: max-content;
  gap: 0.65rem;
}

.brand--footer .brand__logo {
  width: clamp(13.5rem, 38vw, 17rem);
}

.brand__note {
  color: #86755d;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.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(11, 38, 42, 0.56);
  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.72fr 1.28fr;
  padding: 0.28rem;
  background: var(--foam);
  box-shadow: 0 0.8rem 2.5rem rgba(5, 29, 34, 0.28);
}

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

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

dialog {
  border: 0;
}

dialog::backdrop {
  background: rgba(4, 28, 32, 0.76);
  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(--foam);
  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(--reed);
}

.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(243, 247, 243, 0.85);
  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(11, 38, 42, 0.46);
}

.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(--river);
}

.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(11, 38, 42, 0.7);
  font-size: 0.68rem;
}

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

.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.75rem;
  bottom: calc(4.85rem + env(safe-area-inset-bottom));
  width: min(24rem, calc(100% - 1.5rem));
  padding: 0.9rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.25rem 1.25rem 0.3rem 1.25rem;
  background: var(--ink);
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.35);
}

.consent-banner__copy > span {
  display: block;
  color: var(--reed);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.consent-banner__copy strong {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
}

.consent-banner p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.66rem;
  line-height: 1.5;
}

.consent-banner__actions {
  display: grid;
  grid-template-columns: 0.9fr 0.8fr 1.1fr;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.consent-banner__actions button {
  min-height: 2.5rem;
  padding: 0.55rem 0.35rem;
  color: var(--white);
  border: 1px solid var(--white-line);
  background: transparent;
  font-size: 0.6rem;
  font-weight: 700;
}

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

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

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

.plain-dialog > p {
  color: rgba(11, 38, 42, 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(11, 38, 42, 0.58);
  font-size: 0.68rem;
}

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

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

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 680ms ease, transform 680ms 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.12rem);
  }

  .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;
  }

  .gallery-card__button:hover img {
    filter: saturate(1.05) brightness(1.03);
    transform: scale(1.025);
  }

  .gallery-card__button:hover figcaption > span {
    color: var(--ink);
    border-color: var(--reed);
    background: var(--reed);
  }

  .arrival-route:hover i {
    color: var(--ink);
    background: var(--reed);
    transform: translate(0.12rem, -0.12rem);
  }

  .arrival-route i {
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
  }
}

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

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

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

  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
    align-items: end;
    padding-block: 10rem 6.5rem;
  }

  .hero h1 {
    font-size: clamp(5.2rem, 9vw, 9.4rem);
  }

  .route-card {
    display: block;
  }

  .hero__scroll {
    right: 2rem;
    bottom: 1.5rem;
  }

  .service-choice__heading {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 4rem;
    align-items: end;
  }

  .service-choice h2 {
    font-size: clamp(4.4rem, 6.4vw, 7rem);
  }

  .choice-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(18rem, 0.75fr);
    align-items: end;
  }

  .choice--kayak {
    min-height: 46rem;
  }

  .choice--stay {
    min-height: 35rem;
  }

  .choice__content {
    padding: 2rem;
  }

  .choice--stay .choice__content {
    padding: 1.5rem;
  }

  .choice--kayak strong {
    font-size: clamp(4.5rem, 7vw, 7.2rem);
  }

  .choice--stay strong {
    font-size: clamp(3.5rem, 4.3vw, 5.4rem);
  }

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

  .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) {
    min-height: 9.5rem;
    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: 50rem;
  }

  .service__visual {
    min-height: 100%;
  }

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

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

  .service--kayak .service__visual {
    grid-column: 2;
    grid-row: 1;
  }

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

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

  .field-gallery__header {
    grid-template-columns: 1.15fr 0.55fr;
    gap: 4rem;
    align-items: end;
    margin-bottom: 3.5rem;
  }

  .field-gallery__header > p {
    justify-self: end;
    padding-bottom: 0.6rem;
  }

  .field-gallery__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(2rem, 3vw, 3.5rem) clamp(1rem, 2vw, 2rem);
    align-items: start;
  }

  .gallery-card--hero {
    grid-column: 1 / span 7;
  }

  .gallery-card--transport {
    grid-column: 9 / -1;
    margin-top: 6rem;
  }

  .gallery-card--transport .gallery-card__media,
  .gallery-card--sauna .gallery-card__media {
    aspect-ratio: 4 / 5;
  }

  .gallery-card--detail {
    grid-column: 2 / span 4;
    margin-top: -1rem;
  }

  .gallery-card--detail .gallery-card__media {
    aspect-ratio: 1 / 1;
  }

  .gallery-card--aerial {
    grid-column: 6 / -1;
    margin-top: 4rem;
  }

  .gallery-card--interior {
    grid-column: 1 / span 7;
  }

  .gallery-card--sauna {
    grid-column: 9 / -1;
    margin-top: 5rem;
  }

  .field-gallery__grid:not([data-filter="all"]) .gallery-card {
    grid-column: span 6;
    margin-top: 0;
  }

  .field-gallery__grid:not([data-filter="all"]) .gallery-card__media {
    aspect-ratio: 4 / 3;
  }

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

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

  .faq {
    grid-template-columns: 0.78fr 1.22fr;
    gap: clamp(4rem, 7vw, 7rem);
    padding-block: 7.25rem;
  }

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

  .arrival__header {
    grid-template-columns: 1.15fr 0.55fr;
    gap: 4rem;
    align-items: end;
  }

  .arrival__header > p {
    justify-self: end;
    padding-bottom: 0.5rem;
  }

  .arrival__layout {
    grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 1.38fr);
    align-items: center;
  }

  .arrival-map {
    transform: rotate(0.6deg);
  }

  .paddle-map__header {
    grid-template-columns: 1.15fr 0.55fr;
    gap: 4rem;
    align-items: end;
  }

  .paddle-map__header > p {
    justify-self: end;
    padding-bottom: 0.5rem;
  }

  .paddle-map__explorer {
    grid-template-columns: minmax(18rem, 0.58fr) minmax(0, 1.42fr);
    align-items: center;
  }

  .paddle-day {
    grid-template-columns: repeat(4, 1fr);
  }

  .paddle-day li {
    grid-template-columns: 2.25rem 1fr;
    padding: 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .paddle-day li:first-child {
    padding-left: 0;
  }

  .paddle-day li:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .paddle-map__cta {
    grid-template-columns: 1fr auto;
  }

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

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

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

  .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: 30rem;
  }

  .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;
    width: min(25rem, calc(100% - 2rem));
    padding: 1rem;
  }

  .consent-banner__actions {
    margin-top: 0.8rem;
  }
}

@media (max-width: 47.99rem) {
  .paddle-map__point text {
    font-size: 25px;
  }

  .paddle-map__town text,
  .paddle-map__link-label {
    display: none;
  }

  .paddle-map__meta {
    font-size: 20px !important;
  }

  .paddle-map__base > text {
    font-size: 24px;
  }

  .paddle-map__river-name {
    font-size: 38px !important;
  }
}

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

  .brand__logo {
    width: clamp(8.1rem, 34vw, 9rem);
  }

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

  .header-phone__label {
    display: none;
  }

  .hero__layout {
    padding-block: 7.5rem 7rem;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14vw, 4rem);
  }

  .hero__lead {
    font-size: 0.94rem;
  }

  .hero__actions {
    display: grid;
  }

  .hero__call {
    border-top: 1px solid var(--white-line);
    border-left: 0;
  }

  .hero__scroll span {
    display: none;
  }

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

  .choice__content {
    padding-inline: 1rem;
  }

  .button {
    width: 100%;
  }

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

@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;
  }
}
