:root {
  --black: #000000;
  --soft-black: #050505;
  --white: #ffffff;
  --green: #466a50;
  --green-dark: #314d39;
  --sage: #cfd2bd;
  --sage-deep: #aeb49b;
  --ink: #12150f;
  --muted: #505343;
  --line: rgba(0, 0, 0, 0.24);
  --wave-height: 30px;
  --wave-width: 10%;
  --wave-soft-offset: 5%;
  --wave: url("data:image/svg+xml,%3Csvg id='comp-kbgaghri-bottom' preserveAspectRatio='none' data-bbox='0 125.7 1920 173.8' viewBox='0 125.7 1920 173.8' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-kbgaghri-bottom %7B fill: %23000000; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920 287.7c-480 0-480-162-960-162s-480 162-960 162v11.8h1920v-11.8z'/%3E%3C/g%3E%3C/svg%3E");
  --wave-soft: url("data:image/svg+xml,%3Csvg id='comp-kbgaghri-bottom-soft' preserveAspectRatio='none' data-bbox='0 125.7 1920 173.8' viewBox='0 125.7 1920 173.8' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath fill='%23000000' fill-opacity='0.42' d='M1920 287.7c-480 0-480-162-960-162s-480 162-960 162v11.8h1920v-11.8z'/%3E%3C/g%3E%3C/svg%3E");
  --water-texture: url("/images/texture-water-1600.jpg");
  --contact-texture: url("/images/texture-contact-1600.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 148px;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Avenir, "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.45;
}

img,
picture,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

main,
section[id] {
  scroll-margin-top: 148px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 244px minmax(420px, 1fr) 148px;
  align-items: center;
  gap: 34px;
  height: 148px;
  padding: 0 80px;
  color: var(--white);
  background: var(--black);
  transform: translateY(0);
  transition: transform 220ms ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 204px;
  height: 148px;
  text-decoration: none;
}

.brand img {
  width: 204px;
  height: auto;
  max-height: 148px;
  object-fit: contain;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.35vw, 34px);
  min-width: 0;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.93);
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] {
  color: rgb(52, 97, 67);
  border-bottom-color: currentColor;
}

.menu-label {
  display: none;
}

.book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 46px;
  padding: 11px 25px;
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--white);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.book-button:hover,
.book-button:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--green-dark);
}

.book-button.small {
  min-width: 122px;
  min-height: 40px;
  padding: 9px 20px;
  font-size: 16px;
}

.js .reveal {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition:
    opacity 1200ms cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1),
    clip-path 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: var(--reveal-delay, 400ms);
  will-change: opacity, transform, clip-path;
}

.js .hero-copy.reveal {
  transform: translate3d(0, 100%, 0);
}

.js .gallery-tile.reveal {
  transform: translate3d(0, 100%, 0);
}

.js .reveal.expand-reveal {
  transform: scale(0.8);
  clip-path: none;
  transition:
    opacity 1200ms linear,
    transform 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: var(--reveal-delay, 1ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.js .expand-reveal.is-visible {
  transform: scale(1);
  clip-path: none;
}

.bg-reveal {
  --bg-reveal-y: 0px;
}

.gallery-grid .gallery-tile:nth-child(2) {
  --reveal-delay: 90ms;
}

.gallery-grid .gallery-tile:nth-child(3) {
  --reveal-delay: 150ms;
}

.gallery-grid .gallery-tile:nth-child(4) {
  --reveal-delay: 60ms;
}

.gallery-grid .gallery-tile:nth-child(5) {
  --reveal-delay: 120ms;
}

.gallery-grid .gallery-tile:nth-child(6) {
  --reveal-delay: 210ms;
}

.gallery-grid .gallery-tile:nth-child(7) {
  --reveal-delay: 80ms;
}

.gallery-grid .gallery-tile:nth-child(8) {
  --reveal-delay: 160ms;
}

.wave-top,
.wave-bottom {
  position: relative;
}

.wave-top::before,
.wave-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--wave-height);
  pointer-events: none;
  background-image: var(--wave), var(--wave-soft);
  background-repeat: repeat-x;
  background-size:
    var(--wave-width) 100%,
    var(--wave-width) 100%;
  background-position:
    50% bottom,
    calc(50% + var(--wave-soft-offset)) bottom;
  z-index: 4;
}

.wave-top::before {
  top: -1px;
  transform: scale(1, -1);
  transform-origin: center;
}

.wave-bottom::after {
  bottom: -1px;
}

.wave-top > *,
.wave-bottom > * {
  position: relative;
  z-index: 5;
}

.hero {
  display: flex;
  align-items: center;
  min-height: 771px;
  padding: 34px 80px 86px;
  overflow: hidden;
  color: var(--white);
  background-color: var(--black);
  background-image: var(--hero-image);
  background-attachment: fixed;
  background-position: 47% 33%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.36) 53%, rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.2));
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1110px, calc(100vw - 160px));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

.hero h1 {
  max-width: 1180px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(54px, 5.5vw, 80px);
  font-weight: 700;
}

.hero p {
  margin-bottom: 28px;
  color: var(--white);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1776px);
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 648px;
  padding: clamp(94px, 6.9vw, 142px) clamp(44px, 6.65vw, 136px) 76px;
  color: var(--white);
  background: var(--black);
}

.about-photo {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  width: 70%;
  max-width: 1244px;
  min-width: 0;
  margin: 0;
}

.about-photo picture {
  width: 100%;
  height: clamp(560px, 46.6vw, 954px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 4px 4px 58px 58px;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% 31%;
}

.about-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  width: min(790px, max(544px, 44.5%));
  min-width: 0;
  max-width: 100%;
  margin-left: 0;
  padding: clamp(34px, 3.1vw, 58px) clamp(32px, 2.9vw, 52px) clamp(30px, 3vw, 58px);
  color: var(--white);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(0, 0, 0, 0.82) 34%, rgba(0, 0, 0, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 4px 4px 58px 58px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.about-copy h2 {
  max-width: 460px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(34px, 2.8vw, 40px);
  font-weight: 700;
}

.about-copy p {
  max-width: 480px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.38;
}

.about-copy .book-button {
  margin-top: 8px;
}

.service-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 226px;
  padding: 40px 24px 70px;
  color: var(--white);
  text-align: center;
  background: var(--black);
}

.service-intro div {
  width: min(890px, 100%);
}

.service-intro h2 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
}

.service-intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 1.8vw, 38px);
  min-height: 0;
  padding: clamp(24px, 2.8vw, 58px) clamp(30px, 2.9vw, 58px) clamp(70px, 4.3vw, 88px);
  color: var(--white);
  background: var(--black);
}

.service-card {
  display: flex;
  min-height: clamp(336px, 33vw, 678px);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(46px, 3.8vw, 78px) clamp(20px, 2.35vw, 48px) clamp(44px, 4.5vw, 92px);
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px 4px clamp(44px, 4.7vw, 96px) clamp(44px, 4.7vw, 96px);
  text-align: center;
}

.anchor-icon {
  width: clamp(58px, 4.6vw, 94px);
  height: clamp(140px, 10.8vw, 230px);
  margin: 0 auto clamp(6px, 0.8vw, 18px);
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.5;
}

.fishhook {
  width: 154px;
  height: auto;
  margin: 0 auto 27px;
  fill: currentColor;
}

.service-card h3 {
  margin-bottom: clamp(18px, 1.6vw, 34px);
  color: var(--white);
  font-size: clamp(28px, 2.85vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  white-space: nowrap;
}

.service-card p {
  margin-bottom: clamp(28px, 4vw, 86px);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.62vw, 34px);
}

.service-card .book-button {
  width: 100%;
  min-height: clamp(40px, 3.5vw, 76px);
  margin-top: auto;
  font-size: clamp(16px, 1.38vw, 30px);
}

.gallery-section {
  padding: 100px 80px;
  color: var(--white);
  background-color: rgb(52, 97, 67);
  background-image:
    linear-gradient(rgba(52, 97, 67, 0.96), rgba(52, 97, 67, 0.96)),
    var(--water-texture);
  background-position:
    center,
    center calc(50% + var(--bg-reveal-y));
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    cover;
}

.gear-copy {
  width: min(900px, 100%);
  margin: 0 auto 62px;
  text-align: center;
}

.gear-copy h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
}

.gear-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 136px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.gallery-tile {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 30px;
  cursor: zoom-in;
}

.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(52, 97, 67, 0.08), rgba(52, 97, 67, 0.56) 48%, rgba(52, 97, 67, 0.9)),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.gallery-tile:hover::after,
.gallery-tile:focus-visible::after {
  opacity: 1;
}

.gallery-tile:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 5px;
}

.gallery-tile picture {
  width: 100%;
  height: 100%;
}

.gallery-tile:nth-child(1) {
  grid-column: span 2;
  grid-row: span 4;
}

.gallery-tile:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tile:nth-child(3),
.gallery-tile:nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-tile:nth-child(5) {
  grid-column: span 2;
  grid-row: span 4;
}

.gallery-tile:nth-child(6),
.gallery-tile:nth-child(7) {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-tile:nth-child(8) {
  grid-column: span 4;
  grid-row: span 3;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.gallery-tile:hover img,
.gallery-tile:focus-visible img {
  transform: scale(1.04);
}

body.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  padding: 0;
  color: var(--white);
  background: rgba(0, 0, 0, 0.94);
  border: 0;
}

.gallery-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}

.gallery-lightbox[open] {
  display: grid;
  place-items: center;
}

.gallery-lightbox__shell {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 36px;
}

.gallery-lightbox__figure {
  display: grid;
  grid-column: 2;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gallery-lightbox__figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 96px);
  object-fit: contain;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.52);
}

.gallery-lightbox__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  color: var(--white);
  background: rgba(52, 97, 67, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
}

.gallery-lightbox__button:hover,
.gallery-lightbox__button:focus-visible {
  background: rgba(49, 77, 57, 0.96);
}

.gallery-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  font-size: 34px;
}

.gallery-lightbox__prev {
  grid-column: 1;
}

.gallery-lightbox__next {
  grid-column: 3;
}

.included-section {
  min-height: 760px;
  padding: clamp(96px, 5.6vw, 116px) max(64px, calc((100vw - 1680px) / 2)) 118px;
  color: var(--white);
  background: var(--black);
}

.included-heading {
  width: min(1260px, 100%);
  margin: 0 auto clamp(132px, 9vw, 182px);
  text-align: center;
}

.included-heading h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(40px, 2.7vw, 56px);
  font-weight: 700;
  line-height: 1.22;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(76px, 5.5vw, 110px) clamp(64px, 6vw, 124px);
}

.included-grid article {
  text-align: center;
}

.included-grid .fishhook {
  width: clamp(208px, 13.1vw, 268px);
  margin-bottom: clamp(34px, 2.2vw, 46px);
}

.included-grid p {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(24px, 1.38vw, 29px);
  line-height: 1.35;
}

.contact-section {
  display: block;
  min-height: 0;
  padding: 86px 80px 100px;
  color: var(--white);
  background-color: #141615;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.72)),
    var(--contact-texture);
  background-position:
    center,
    center calc(50% + var(--bg-reveal-y));
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    cover;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto;
  text-align: center;
}

.contact-copy h2 {
  margin-bottom: 32px;
  color: var(--white);
  font-size: clamp(46px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
}

.contact-copy p {
  max-width: 1040px;
  margin: 0 auto 54px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(24px, 1.45vw, 29px);
  line-height: 1.22;
}

.contact-copy address {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: var(--white);
  font-style: normal;
  font-size: clamp(24px, 1.45vw, 29px);
  line-height: 1;
  margin-bottom: 44px;
}

.contact-copy address a {
  text-decoration: none;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 48px;
  color: var(--black);
  background: var(--white);
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 0.98;
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 1180px;
  text-align: left;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(24px, 1.35vw, 28px);
  line-height: 1;
}

.contact-form label span {
  color: var(--white);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 13px;
  outline: 0;
}

.contact-form > input {
  min-height: 62px;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.phone-field {
  position: relative;
  margin-bottom: 30px;
}

.phone-field input {
  min-height: 62px;
  padding: 10px 20px 10px 82px;
}

.phone-field__prefix {
  position: absolute;
  top: 50%;
  left: 28px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  transform: translateY(-50%);
}

.phone-field__globe {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid currentcolor;
  border-radius: 999px;
}

.phone-field__globe::before,
.phone-field__globe::after {
  content: "";
  position: absolute;
  border-color: currentcolor;
}

.phone-field__globe::before {
  inset: 3px 7px;
  border-right: 2px solid currentcolor;
  border-left: 2px solid currentcolor;
  border-radius: 999px;
}

.phone-field__globe::after {
  top: 50%;
  right: 3px;
  left: 3px;
  border-top: 2px solid currentcolor;
  transform: translateY(-50%);
}

.phone-field__chevron {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  transform: rotate(45deg) translateY(-2px);
}

.contact-form textarea {
  min-height: 148px;
  margin-bottom: 18px;
  padding: 18px 20px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.contact-form button {
  justify-self: stretch;
  min-height: 66px;
  padding: 14px 24px;
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--white);
  border-radius: 999px;
  cursor: pointer;
  font-size: clamp(22px, 1.35vw, 27px);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  background: var(--black);
}

.site-footer p {
  margin: 0;
  font-size: 16px;
}

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

  .gallery-tile,
  .gallery-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 1050px) {
  html {
    scroll-padding-top: 118px;
  }

  main,
  section[id] {
    scroll-margin-top: 118px;
  }

  .site-header {
    grid-template-columns: 174px 1fr 124px;
    gap: 22px;
    height: 118px;
    padding: 0 30px;
  }

  .brand,
  .brand img {
    width: 164px;
    height: auto;
    max-height: 118px;
  }

  .primary-nav {
    gap: 17px;
  }

  .primary-nav a {
    font-size: 17px;
  }

  .book-button {
    min-width: 124px;
    font-size: 16px;
  }

  .about-section {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 0;
    padding-right: 34px;
    padding-left: 34px;
  }

  .about-photo {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 820px;
  }

  .about-copy {
    grid-column: 1;
    grid-row: 2;
    width: min(620px, calc(100% - 34px));
    margin-top: -118px;
    margin-left: 0;
  }

  .service-cards,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .contact-panel {
    gap: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --wave-width: 16.67%;
    --wave-soft-offset: 8.335%;
  }

  html {
    scroll-padding-top: 0;
  }

  main,
  section[id] {
    scroll-margin-top: 0;
  }

  .site-header {
    grid-template-columns: 110px 1fr;
    height: auto;
    min-height: 98px;
    padding: 10px 20px;
  }

  .brand {
    width: 106px;
    height: auto;
  }

  .brand img {
    width: 106px;
  }

  .primary-nav {
    display: none;
  }

  .menu-label {
    display: inline-flex;
    justify-self: end;
    color: var(--white);
    font-size: 18px;
  }

  .header-book {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 132px;
  }

  .hero,
  .about-section,
  .service-intro,
  .service-cards,
  .gallery-section,
  .included-section,
  .contact-section {
    min-height: 0;
  }

  .hero {
    padding: 118px 22px 108px;
    background-attachment: scroll;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hero p {
    font-size: 27px;
  }

  .about-section {
    display: block;
    padding: 70px 22px 54px;
    overflow-x: clip;
  }

  .about-photo,
  .about-copy {
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    margin-right: auto;
    margin-left: auto;
  }

  .about-photo picture {
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 4px 4px 42px 42px;
  }

  .about-copy {
    margin-top: -56px;
    padding: 25px 20px 24px;
    border-radius: 4px 4px 42px 42px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0.86) 28%, rgba(0, 0, 0, 0.92));
  }

  .about-copy h2 {
    max-width: 100%;
    font-size: 32px;
  }

  .about-copy p {
    max-width: 100%;
  }

  .about-copy p,
  .service-intro p {
    font-size: 18px;
  }

  .service-intro {
    padding: 58px 22px 52px;
  }

  .service-cards {
    gap: 34px;
    padding: 68px 22px 72px;
  }

  .service-card h3 {
    white-space: normal;
  }

  .gallery-section {
    padding: 80px 20px;
  }

  .gear-copy {
    margin-bottom: 52px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-tile,
  .gallery-tile:nth-child(2),
  .gallery-tile:nth-child(5),
  .gallery-tile:nth-child(8) {
    aspect-ratio: 1 / 1;
  }

  .gallery-lightbox__shell {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 8px;
    padding: 18px;
  }

  .gallery-lightbox__button {
    width: 44px;
    height: 44px;
    font-size: 34px;
  }

  .gallery-lightbox__close {
    top: 14px;
    right: 14px;
    font-size: 30px;
  }

  .gallery-lightbox__figure img {
    max-height: calc(100dvh - 64px);
  }

  .included-section {
    padding: 92px 22px 66px;
  }

  .included-heading h2 {
    font-size: 20px;
  }

  .contact-section {
    padding: 100px 22px 72px;
  }

  .contact-copy h2 {
    font-size: 42px;
  }

  .contact-copy p,
  .contact-copy address {
    font-size: 19px;
  }
}

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

  .js .reveal {
    opacity: 1;
    transform: none;
    clip-path: none;
    transition: none;
  }

  .site-header {
    transition: none;
  }

  .hero {
    background-attachment: scroll;
  }
}
