@font-face {
  font-family: "Spoqa Han Sans";
  src: local("Spoqa Han Sans Neo Regular"), url("../fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Program page */
.program-page-main {
  background: #f7f9fc;
}

.program-page-hero {
  min-height: 214px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 45, 108, .82) 0%, rgba(0, 75, 145, .36) 47%, rgba(0, 37, 85, .18) 100%),
    image-set(
      url("../images/sokcho-powerboat-hero-web.webp") type("image/webp"),
      url("../images/sokcho-powerboat-hero-web.jpg") type("image/jpeg")
    ) center 57% / cover no-repeat;
}

.program-page-hero-inner {
  width: min(1124px, calc(100% - 48px));
  min-height: 214px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.program-page-title > span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.program-page-title h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -2px;
}

.program-page-title p {
  margin: 17px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.program-breadcrumb {
  align-self: flex-end;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.program-breadcrumb a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.program-breadcrumb a:hover,
.program-breadcrumb a:focus-visible {
  background: rgba(255, 255, 255, .18);
}

.program-page-content {
  width: min(1384px, calc(100% - 80px));
  margin: 0 auto;
  padding: 26px 0 34px;
}

.program-category-nav {
  min-height: 82px;
  padding: 13px 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #d6e0ec;
  border-radius: 9px;
  background: #fff;
}

.program-category-nav a {
  min-width: 0;
  padding: 6px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  color: #123f80;
}

.program-category-nav a + a {
  border-left: 1px solid #e1e8f0;
}

.program-category-nav a:hover,
.program-category-nav a:focus-visible {
  background: #f4f8fd;
  outline: none;
}

.program-category-number {
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 800;
  opacity: .35;
}

.program-category-nav strong,
.program-category-nav small {
  display: block;
}

.program-category-nav strong {
  font-size: 16px;
}

.program-category-nav small {
  margin-top: 4px;
  color: #647184;
  font-size: 12px;
  font-weight: 500;
}

.program-detail-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.program-detail-card {
  min-width: 0;
  overflow: hidden;
  scroll-margin-top: 120px;
  border: 1px solid #d4deea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(18, 57, 101, .07);
}

.program-detail-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: center 40%;
}

.program-detail-copy {
  padding: 20px 20px 18px;
}

.program-detail-copy > span {
  color: #3172b7;
  font-size: 12px;
  font-weight: 700;
}

.program-tagline-emphasis {
  display: inline;
  color: #c8102e;
  font-size: 1.12em;
  font-style: italic;
  font-weight: 800;
}

.program-detail-copy h2 {
  margin: 5px 0 8px;
  color: #073c82;
  font-size: 20px;
  letter-spacing: -.8px;
}

.program-detail-copy > p {
  min-height: 62px;
  margin: 0;
  color: #536074;
  font-size: 13px;
  line-height: 1.6;
}

.program-detail-copy dl {
  margin: 14px 0 17px;
}

.program-detail-copy dl > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 7px;
  padding: 4px 0;
  font-size: 12px;
}

.program-detail-copy dt {
  color: #1555a4;
  font-weight: 700;
}

.program-detail-copy dd {
  margin: 0;
  color: #4f5c6e;
}

.program-info-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 14px;
}

.program-comparison,
.program-recommendations {
  min-width: 0;
  padding: 17px;
  border: 1px solid #d6e0ec;
  border-radius: 9px;
  background: #fff;
}

.program-comparison h2,
.program-recommendations h2 {
  margin: 0 0 12px;
  color: #0d478d;
  font-size: 17px;
}

.program-comparison table {
  width: 100%;
  border-collapse: collapse;
  color: #4e5a6c;
  font-size: 12px;
  text-align: center;
}

.program-comparison th,
.program-comparison td {
  padding: 9px 8px;
  border: 1px solid #dce4ed;
}

.program-comparison thead th {
  color: #164f96;
  background: #f2f6fb;
}

.program-comparison tbody th {
  color: #164f96;
  background: #fbfcfe;
}

.program-recommendation-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.program-recommendation-list article {
  min-width: 0;
  min-height: 139px;
  padding: 14px 8px 10px;
  border: 1px solid #dde5ee;
  border-radius: 7px;
  text-align: center;
}

.program-recommendation-list article > span {
  height: 42px;
  display: grid;
  place-items: center;
  color: #1757a7;
  font-size: 31px;
  line-height: 1;
}

.program-recommendation-list h3 {
  margin: 7px 0 5px;
  color: #104a92;
  font-size: 13px;
}

.program-recommendation-list p {
  margin: 0;
  color: #697486;
  font-size: 12px;
  line-height: 1.45;
}

.program-contact-banner {
  min-height: 90px;
  margin-top: 14px;
  padding: 17px 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  border-radius: 9px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 48, 113, .98), rgba(8, 63, 133, .86) 64%, rgba(1, 48, 111, .74)),
    image-set(
      url("../images/sokcho-marina-web.webp") type("image/webp"),
      url("../images/sokcho-marina-web.jpg") type("image/jpeg")
    ) center 57% / cover no-repeat;
}

.program-contact-banner > div {
  display: flex;
  align-items: center;
  gap: 22px;
}

.program-contact-icon {
  font-size: 35px;
}

.program-contact-banner h2 {
  margin: 0;
  font-size: 19px;
}

.program-contact-banner p {
  margin: 5px 0 0;
  font-size: 12px;
}

.program-contact-banner > a {
  width: 190px;
  min-height: 48px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 999px;
  color: #0b458e;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .program-page-content {
    width: min(100% - 48px, 920px);
  }

  .program-detail-grid {
    gap: 18px;
  }

  .program-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .program-page-hero,
  .program-page-hero-inner {
    min-height: 190px;
  }

  .program-page-hero {
    background-position: 62% center;
  }

  .program-page-hero-inner {
    width: calc(100% - 40px);
  }

  .program-page-title > span {
    font-size: 12px;
  }

  .program-page-title h1 {
    font-size: 31px;
  }

  .program-page-title p {
    max-width: 270px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
  }

  .program-breadcrumb {
    display: none;
  }

  .program-page-content {
    width: 100%;
    padding: 18px 16px 26px;
  }

  .program-category-nav {
    min-height: 0;
    padding: 6px;
    gap: 5px;
  }

  .program-category-nav a {
    padding: 10px 5px;
    border-radius: 7px;
  }

  .program-category-nav a + a {
    border-left: 0;
  }

  .program-category-number,
  .program-category-nav small {
    display: none;
  }

  .program-category-nav strong {
    font-size: 13px;
  }

  .program-detail-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .program-detail-copy {
    padding: 18px;
  }

  .program-detail-copy > p {
    min-height: 0;
  }

  .program-info-grid {
    margin-top: 16px;
  }

  .program-comparison,
  .program-recommendations {
    padding: 15px;
  }

  .program-table-scroll {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .program-comparison table {
    min-width: 690px;
  }

  .program-recommendation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-contact-banner {
    margin-top: 16px;
    padding: 23px 20px;
    display: block;
    text-align: center;
  }

  .program-contact-banner > div {
    display: block;
  }

  .program-contact-icon {
    display: block;
    margin-bottom: 10px;
  }

  .program-contact-banner h2 {
    font-size: 17px;
    line-height: 1.45;
  }

  .program-contact-banner p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.5;
  }

  .program-contact-banner > a {
    width: 100%;
    min-height: 46px;
    margin-top: 17px;
  }
}

/* Responsive marine video showcase */
.video-showcase {
  display: none;
  position: relative;
  padding: 34px 24px 38px;
  overflow: clip;
  background:
    radial-gradient(circle at 18% 0%, rgba(76, 163, 224, .13), transparent 34%),
    linear-gradient(180deg, #f8fbfe 0%, #eef4fa 100%);
}

.video-showcase-inner {
  width: min(1124px, 100%);
  margin: 0 auto;
}

.video-showcase-header {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.video-showcase-header > div > span {
  display: block;
  margin-bottom: 7px;
  color: #3273ba;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.video-showcase-header h2 {
  margin: 0;
  color: #12213a;
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: -1.2px;
}

.video-showcase-header > p {
  margin: 0 0 3px;
  color: #667286;
  font-size: 13px;
  line-height: 1.5;
}

.mobile-video-instruction,
.mobile-video-controls,
.mobile-video-toggle,
.mobile-video-sound-toggle {
  display: none;
}

.video-showcase-viewport {
  overflow: visible;
}

.video-showcase-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.video-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(170, 190, 213, .72);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 55, 93, .12);
  cursor: pointer;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.video-card:hover,
.video-card:focus-visible {
  z-index: 2;
  border-color: #5e91c7;
  outline: none;
  transform: translateY(-5px) scale(1.025);
  box-shadow: 0 20px 42px rgba(11, 48, 91, .21);
}

.video-card--portrait {
  width: 180px;
  justify-self: center;
}

.video-card-media {
  position: relative;
  overflow: hidden;
  background: #06182d;
}

.video-card--landscape .video-card-media {
  aspect-ratio: 16 / 9;
}

.video-card--portrait .video-card-media {
  aspect-ratio: 9 / 16;
}

.video-card-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-card-number {
  position: absolute;
  top: 13px;
  left: 13px;
  min-width: 34px;
  height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 13px;
  color: #fff;
  background: rgba(0, 35, 78, .62);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
  backdrop-filter: blur(6px);
}

.video-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 48, 105, .72);
  display: grid;
  place-items: center;
  font-size: 17px;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px rgba(0, 21, 51, .3);
  transition: transform .22s ease, background .22s ease, opacity .22s ease;
  backdrop-filter: blur(7px);
}

.video-card:hover .video-card-play,
.video-card:focus-visible .video-card-play {
  background: rgba(0, 65, 145, .88);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-card-copy {
  min-height: 76px;
  padding: 13px 15px 14px;
}

.video-card-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.55px;
}

.video-card-copy p {
  margin: 5px 0 0;
  color: #6b7789;
  font-size: 12px;
  line-height: 1.45;
}

.desktop-video-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  padding: 5vh 34px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(2, 11, 25, .9);
  display: grid;
  place-items: center;
  transition: opacity .24s ease, visibility .24s ease;
  backdrop-filter: blur(5px);
}

.desktop-video-overlay.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.desktop-video-player {
  position: relative;
  width: min(1120px, 92vw);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transform: scale(.88);
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.desktop-video-close {
  position: fixed;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 22, 46, .68);
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
  transition: background .2s ease, transform .2s ease;
  backdrop-filter: blur(7px);
}

.desktop-video-close:hover,
.desktop-video-close:focus-visible {
  outline: none;
  background: rgba(18, 82, 151, .9);
  transform: scale(1.07);
}

.desktop-video-overlay[data-orientation="portrait"] .desktop-video-player {
  width: min(430px, 82vw);
}

.desktop-video-overlay.is-active .desktop-video-player {
  transform: scale(1);
}

.desktop-video-player video {
  width: 100%;
  max-height: 80vh;
  border: 0;
  border-radius: 15px;
  background: #000;
  display: block;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .52);
}

.desktop-video-caption {
  min-height: 42px;
  text-align: center;
}

.desktop-video-player p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.3px;
  text-shadow: 0 2px 12px #000;
}

.desktop-video-sound-status,
.desktop-video-caption span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-shadow: 0 2px 10px #000;
}

@media (max-width: 1024px) {
  .video-showcase {
    display: block;
    margin-top: 28px;
    padding: 32px 24px 36px;
  }

  .video-showcase-header {
    margin-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .desktop-video-instruction {
    display: none;
  }

  .mobile-video-instruction {
    display: block;
    max-width: 520px;
  }

  .video-showcase-viewport {
    overflow: hidden;
    border-radius: 18px;
  }

  .video-showcase-track {
    display: flex;
    align-items: stretch;
    gap: 0;
    transition: transform .36s cubic-bezier(.25, .75, .25, 1);
    will-change: transform;
    touch-action: pan-y;
  }

  .video-card,
  .video-card--portrait {
    width: 100%;
    flex: 0 0 100%;
    justify-self: auto;
    border-radius: 18px;
    cursor: default;
    transform: none;
    box-shadow: 0 14px 32px rgba(20, 55, 93, .14);
  }

  .video-card:hover,
  .video-card:focus-visible {
    transform: none;
  }

  .video-card-media,
  .video-card--landscape .video-card-media,
  .video-card--portrait .video-card-media {
    height: min(52vw, 460px);
    aspect-ratio: auto;
    cursor: pointer;
  }

  .video-card-media video {
    object-fit: contain;
  }

  .video-card-copy {
    min-height: 78px;
    padding: 14px 18px 15px;
  }

  .video-card-copy h3 {
    font-size: 18px;
  }

  .video-card-copy p {
    font-size: 13px;
  }

  .video-card-play {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }

  .video-card.is-playing .video-card-play {
    opacity: 0;
  }

  .mobile-video-toggle,
  .mobile-video-sound-toggle {
    position: absolute;
    bottom: 13px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 35, 78, .7);
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(6px);
  }

  .mobile-video-toggle {
    right: 13px;
  }

  .mobile-video-sound-toggle {
    right: 64px;
    font-size: 16px;
  }

  .mobile-video-controls {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
  }

  .mobile-video-arrow {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #c5d5e7;
    border-radius: 50%;
    color: #285f9f;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(20, 55, 93, .09);
  }

  .mobile-video-dots {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .mobile-video-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #aebdce;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
  }

  .mobile-video-dot.is-active {
    width: 27px;
    background: #1768b4;
  }

  .desktop-video-overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .video-showcase {
    margin-top: 22px;
    padding: 30px 16px 32px;
  }

  .video-showcase-header {
    margin-bottom: 17px;
  }

  .video-showcase-header h2 {
    font-size: 24px;
  }

  .video-showcase-header > p {
    font-size: 13px;
  }

  .video-card-media,
  .video-card--landscape .video-card-media,
  .video-card--portrait .video-card-media {
    height: min(88vw, 360px);
  }

  .video-card-copy {
    min-height: 76px;
    padding: 13px 16px 14px;
  }

  .video-card-copy h3 {
    font-size: 17px;
  }

  .video-card-copy p {
    font-size: 12px;
  }

  .mobile-video-controls {
    margin-top: 15px;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-card,
  .video-card-play,
  .video-showcase-track,
  .desktop-video-overlay,
  .desktop-video-player,
  .mobile-video-dot {
    transition: none;
  }
}

@font-face {
  font-family: "Spoqa Han Sans";
  src: local("Spoqa Han Sans Neo Medium"), url("../fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Spoqa Han Sans";
  src: local("Spoqa Han Sans Neo Bold"), url("../fonts/SpoqaHanSansNeo-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --navy: #002e73;
  --deep-navy: #002763;
  --line: #d9e1eb;
  --text: #111827;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-size: 12px;
  font-family: "Spoqa Han Sans", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

.site-header {
  height: 102px;
  background: #fff;
}

.header-inner {
  width: min(1384px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 260px;
  align-items: center;
  gap: 24px;
}

.brand {
  flex: 0 0 260px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
}

.brand img {
  display: block;
  width: 54px;
  height: 72px;
  object-fit: contain;
}

.brand-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  line-height: 1;
}

.brand-kicker {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.brand-copy strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1.25px;
}

.brand-english {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-inverted {
  color: #fff;
}

.brand-inverted img {
  filter: brightness(0) invert(1);
}

.desktop-nav {
  min-width: 0;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(24px, 2.6vw, 48px);
}

.desktop-nav a {
  min-width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  white-space: nowrap;
}

.desktop-nav a small {
  font-size: 12px;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.active {
  color: var(--navy);
  border-color: #1d88d5;
}

.phone-box {
  flex: 0 0 210px;
  width: 210px;
  justify-self: end;
  height: 78px;
  border: 1px solid #abc1dd;
  border-radius: 7px;
  color: var(--navy);
  background: #fbfdff;
  box-shadow: 0 3px 10px rgba(0, 58, 126, .05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.phone-box small {
  width: calc(100% - 28px);
  margin-bottom: 1px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dce7f3;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.phone-box .phone-number-list-label-first .phone-number-line {
  justify-content: flex-end;
}

.phone-box .phone-number-list-label-first .phone-number-line strong {
  text-align: right;
}

.phone-number-list {
  display: grid;
  gap: 1px;
}

.phone-number-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 15px;
  line-height: 1.1;
}

.phone-number-label {
  color: #426b9c;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.phone-number-line strong {
  font-size: 13px;
  letter-spacing: -0.3px;
  text-align: center;
}

.phone-number-line:not(.phone-number-line-primary) strong {
  font-weight: 400;
}

.phone-number-line-primary strong {
  font-size: 16px;
  font-weight: 800;
}

.mobile-menu {
  display: none;
}

.mobile-drawer-overlay,
.mobile-drawer {
  display: none;
}

@media (max-width: 1180px) and (min-width: 1025px) {
  .header-inner {
    grid-template-columns: 225px minmax(0, 1fr) 225px;
    gap: 16px;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .desktop-nav a {
    min-width: 56px;
    font-size: 13px;
  }

  .desktop-nav a small {
    display: none;
  }
}

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1202 / 288;
  overflow: hidden;
  background: linear-gradient(135deg, #dcecf7 0%, #76b7df 45%, #0874b6 100%);
  line-height: 0;
}

.hero-viewport,
.hero-track,
.hero-slide,
.hero-slide picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-viewport {
  overflow: hidden;
}

.hero-track {
  display: flex;
  transition: transform .7s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.hero-slide {
  position: relative;
  inset: auto;
  flex: 0 0 100%;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 66%;
}

.hero-slide--jetboat img {
  object-position: center 60%;
}

.hero-slide--sailing img {
  object-position: center 70%;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 13%;
  left: max(24px, calc((100% - 1124px) / 2));
  color: var(--navy);
  line-height: 1.35;
  pointer-events: none;
  text-shadow: 0 1px 12px rgba(255, 255, 255, .82);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(26px, 2.7vw, 43px);
  line-height: 1.18;
  letter-spacing: -2px;
}

.hero-copy p {
  margin: 13px 0 0;
  font-size: clamp(12px, 1.15vw, 18px);
  font-weight: 500;
  letter-spacing: -.35px;
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
  line-height: 1;
}

.hero-arrow {
  width: 30px;
  height: 30px;
  padding: 0 0 3px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 44, 100, .42);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 50%;
  background: rgba(0, 44, 100, .35);
  cursor: pointer;
  transition: width .25s ease, border-radius .25s ease, background .25s ease;
}

.hero-dot.is-active {
  width: 24px;
  border-radius: 8px;
  background: #fff;
}

.hero-arrow:focus-visible,
.hero-dot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-track,
  .hero-dot {
    transition: none;
  }
}

.hero-booking-card {
  position: absolute;
  z-index: 2;
  top: 55px;
  right: max(2.5%, calc((100% - 1124px) / 2 - 9px));
  width: 166px;
  height: 188px;
  padding: 22px 19px 20px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(145deg, rgba(6, 75, 154, .8) 0%, rgba(0, 55, 126, .8) 45%, rgba(0, 40, 99, .8) 100%);
  box-shadow: 0 3px 10px rgba(0, 28, 75, .2);
  line-height: 1.45;
}

.booking-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

.booking-heading strong {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.booking-icon {
  font-size: 23px;
  line-height: 1;
}

.hero-booking-card p {
  margin: 18px 0 17px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
}

.hero-booking-card > a {
  height: 41px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  font-size: 13px;
  font-weight: 500;
}

.hero-booking-card > a span {
  font-size: 23px;
  line-height: 1;
}

.hero-booking-card > a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.desktop-video-gallery {
  margin-top: 10px;
  padding: 11px 19px 18px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
}

.desktop-video-thumbnails {
  margin-top: 8px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: minmax(0, 16fr) minmax(0, 16fr) minmax(0, 9fr);
  align-items: center;
  gap: 14px;
  border-radius: 4px;
  background: #f3f7fb;
  line-height: 0;
}

.desktop-video-thumb {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 7px;
  background: #071a31;
  cursor: pointer;
  box-shadow: 0 7px 20px rgba(0, 20, 48, .34);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.desktop-video-thumb--landscape {
  aspect-ratio: 16 / 9;
}

.desktop-video-thumb--portrait {
  aspect-ratio: 1;
}

.desktop-video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.desktop-video-thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  padding-left: 2px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 35, 78, .58);
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px rgba(0, 15, 38, .24);
  transition: background .2s ease, transform .2s ease;
  backdrop-filter: blur(5px);
}

.desktop-video-thumb:hover,
.desktop-video-thumb:focus-visible {
  z-index: 1;
  border-color: #fff;
  outline: none;
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 12px 28px rgba(0, 20, 48, .48);
}

.desktop-video-thumb:hover .desktop-video-thumb-play,
.desktop-video-thumb:focus-visible .desktop-video-thumb-play {
  background: rgba(10, 94, 183, .84);
  transform: translate(-50%, -50%) scale(1.08);
}

@media (max-width: 1024px) {
  .desktop-video-gallery {
    display: none;
  }
}

.content-shell {
  width: min(1124px, calc(100% - 48px));
  margin: 0 auto;
  padding: 20px 0 18px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.program-card {
  position: relative;
  height: 160px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
}

.program-card > img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 64%;
  height: 100%;
  object-fit: cover;
}

.program-card:nth-child(2) > img {
  object-position: center 72%;
}

.program-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 31%, rgba(255,255,255,.92) 41%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.program-copy {
  position: relative;
  z-index: 1;
  width: 54%;
  height: 100%;
  padding: 16px 0 14px 19px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.program-copy h2,
.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.8px;
}

.program-copy p {
  margin: 10px 0 auto;
  white-space: pre-line;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: -0.25px;
}

.program-copy a,
.location-copy > a {
  min-height: 24px;
  padding: 4px 10px;
  border: 1px solid #8ca9cc;
  border-radius: 3px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.program-copy a span,
.location-copy a span {
  margin-left: 4px;
  font-size: 16px;
  line-height: 8px;
}

@media (min-width: 1025px) {
  .program-copy a,
  .location-copy > a {
    font-weight: 500;
  }
}

.desktop-information {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1.02fr 1fr;
  gap: 12px;
}

.desktop-information > article,
.gallery {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
}

.desktop-information > article {
  height: 176px;
  padding: 14px 18px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 23px;
}

.section-heading a {
  color: var(--navy);
  font-size: 12px;
}

.notice-panel ul {
  list-style: none;
  margin: 7px 0 0;
  padding: 0;
}

.notice-panel li {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #49515d;
  font-size: 12px;
}

.notice-panel li a {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-panel time {
  white-space: nowrap;
}

.guide-grid {
  height: 123px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  padding-top: 10px;
}

.guide-item {
  min-width: 0;
  text-align: center;
}

.guide-icon {
  width: 43px;
  height: 43px;
  margin: 0 auto;
  color: #0b4a96;
  display: grid;
  place-items: center;
  font-size: 39px;
}

.guide-item strong {
  display: block;
  margin: 3px 0 6px;
  font-size: 12px;
}

.guide-item p {
  margin: 0;
  white-space: pre-line;
  font-size: 12px;
  line-height: 1.45;
}

.location-panel {
  display: flex;
  flex-direction: column;
}

.location-panel > .desktop-location-map {
  position: relative;
  width: 100%;
  height: 73px;
  margin-top: 6px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background: #e7eef6;
}

.desktop-location-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kakao-map-pin {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 32px;
  pointer-events: none;
  transform: translate(-50%, -100%);
  filter: drop-shadow(0 3px 4px rgba(0, 28, 75, .35));
}

.kakao-map-pin::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #084aa2;
  transform: rotate(-45deg);
}

.kakao-map-pin::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.location-copy {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.location-copy p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.location-copy > a {
  flex: 0 0 auto;
}

.mobile-information {
  display: none;
}

.mobile-section-intro {
  display: none;
}

.gallery {
  min-height: 144px;
  margin-top: 10px;
  padding: 11px 19px 15px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 7px;
}

.gallery-strip picture {
  display: block;
  min-width: 0;
}

.gallery-strip img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
}

.site-footer {
  min-height: 124px;
  color: #fff;
  background: linear-gradient(115deg, #07387e, #002f70 68%, #003f87);
}

.footer-inner {
  position: relative;
  width: min(1384px, calc(100% - 80px));
  min-height: 124px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  flex: 0 0 220px;
}

.footer-brand .brand {
  flex-basis: 215px;
  width: 215px;
  min-height: 56px;
  gap: 7px;
}

.footer-brand .brand img {
  width: 42px;
  height: 58px;
}

.footer-brand .brand-kicker {
  margin-bottom: 3px;
  font-size: 12px;
}

.footer-brand .brand-copy strong {
  font-size: 16px;
  letter-spacing: -0.8px;
}

.footer-brand .brand-english {
  margin-top: 3px;
  font-size: 12px;
}

.socials {
  display: flex;
  gap: 17px;
  margin: 5px 0 0 11px;
}

.socials a {
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
}

.footer-copy {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1.45;
}

.footer-copy p {
  margin: 4px 0;
  white-space: normal;
}

.footer-contact {
  flex: 0 0 290px;
  padding: 4px 0 4px 28px;
  border-left: 1px solid rgba(255, 255, 255, .28);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.footer-contact > span {
  color: #a9ccef;
  font-size: 12px;
  font-weight: 700;
}

.footer-contact > strong {
  font-size: 17px;
}

.footer-contact > strong small {
  font-size: 12px;
  font-weight: 400;
}

.footer-contact > a {
  margin-top: 3px;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact > a > span:first-child {
  padding-top: 1px;
  color: #a9ccef;
  font-weight: 700;
  white-space: nowrap;
}

.footer-contact .phone-number-label {
  color: #a9ccef;
}

.footer-contact .phone-number-line-primary strong {
  font-size: 15px;
}

@media (min-width: 1025px) {
  .footer-contact {
    flex: 0 1 440px;
    min-width: 390px;
    padding-left: 30px;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 28px;
    row-gap: 5px;
    align-items: start;
  }

  .footer-contact > span {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-contact > strong {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-contact > strong small {
    display: block;
    margin-top: 4px;
    white-space: nowrap;
  }

  .footer-contact > a {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
    min-height: 72px;
    margin-top: 0;
    padding: 0 28px;
    border-left: 1px solid rgba(255, 255, 255, .28);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .footer-contact > a > span:first-child {
    padding-top: 0;
  }

  .footer-contact > a .phone-number-list {
    width: max-content;
  }

  .footer-contact > a .phone-number-line {
    justify-content: flex-end;
  }

  .footer-contact > a .phone-number-line strong {
    text-align: right;
  }
}

.footer-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 14px;
}

.footer-actions a {
  padding: 10px 17px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 3px;
  font-size: 12px;
}

.mobile-footer-phone {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gallery-page-hero {
  position: relative;
  min-height: 214px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 47, 111, .78) 0%, rgba(0, 75, 142, .34) 43%, rgba(0, 50, 103, .1) 100%),
    image-set(
      url("../images/sokcho-powerboat-sunset-web.webp") type("image/webp"),
      url("../images/sokcho-powerboat-sunset-web.jpg") type("image/jpeg")
    ) center 38% / cover no-repeat;
}

.gallery-page-hero-inner {
  width: min(1124px, calc(100% - 48px));
  min-height: 214px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.gallery-page-title span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.gallery-page-title h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -2px;
}

.gallery-page-title p {
  margin: 17px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.gallery-breadcrumb {
  align-self: flex-end;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.gallery-breadcrumb a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.gallery-breadcrumb a:hover,
.gallery-breadcrumb a:focus-visible {
  background: rgba(255, 255, 255, .18);
}

.gallery-page-content {
  width: min(1384px, calc(100% - 80px));
  min-height: 540px;
  margin: 0 auto;
  padding: 40px 0 50px;
}

.gallery-page-toolbar {
  min-height: 39px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gallery-filters {
  display: flex;
  align-items: center;
  gap: 2px;
}

.gallery-filters button {
  height: 38px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  color: #4b5563;
  background: transparent;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.gallery-filters button:hover,
.gallery-filters button:focus-visible {
  color: var(--navy);
  background: #eef4fb;
}

.gallery-filters button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #084aa2, #003681);
  box-shadow: 0 4px 11px rgba(0, 55, 132, .16);
}

.gallery-sort select {
  width: 112px;
  height: 38px;
  padding: 0 34px 0 14px;
  border: 1px solid #d7dce3;
  border-radius: 4px;
  color: #4b5563;
  background: #fff;
  cursor: pointer;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery-page-item {
  min-width: 0;
  height: clamp(170px, 18vw, 230px);
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #e9eef4;
}

.gallery-page-item[hidden] {
  display: none;
}

.gallery-page-item picture {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-page-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s ease, filter .3s ease;
}

.gallery-image-button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-image-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -5px;
}

.gallery-page-item:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.gallery-page-item--video {
  background: #06182d;
}

.gallery-page-item--video video {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  display: block;
  object-fit: cover;
}

.gallery-page-item--video[data-orientation="portrait"] video {
  object-fit: contain;
}

body.is-gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  padding: 54px 72px;
  background: rgba(2, 11, 25, .92);
  display: grid;
  place-items: center;
  cursor: zoom-out;
  backdrop-filter: blur(5px);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox > img {
  width: auto;
  max-width: min(1380px, 92vw);
  height: auto;
  max-height: 86vh;
  border-radius: 8px;
  display: block;
  object-fit: contain;
  cursor: default;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .52);
}

.gallery-lightbox-close {
  position: fixed;
  z-index: 1;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  background: rgba(4, 22, 46, .72);
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(7px);
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible {
  outline: none;
  background: rgba(18, 82, 151, .92);
}

@media (max-width: 767px) {
  .gallery-lightbox {
    padding: 68px 16px 24px;
  }

  .gallery-lightbox > img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 6px;
  }

  .gallery-lightbox-close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }
}

.gallery-empty {
  margin: 80px 0;
  color: #6b7280;
  text-align: center;
}

.guide-page-hero {
  min-height: 214px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 48, 112, .76) 0%, rgba(0, 77, 145, .28) 48%, rgba(0, 40, 88, .12) 100%),
    image-set(
      url("../images/sokcho-marina-web.webp") type("image/webp"),
      url("../images/sokcho-marina-web.jpg") type("image/jpeg")
    ) center 61% / cover no-repeat;
}

.guide-page-hero-inner {
  width: min(1124px, calc(100% - 48px));
  min-height: 214px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.guide-page-title > span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.guide-page-title h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -2px;
}

.guide-page-title p {
  margin: 17px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.guide-breadcrumb {
  align-self: flex-end;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.guide-breadcrumb a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.guide-breadcrumb a:hover,
.guide-breadcrumb a:focus-visible {
  background: rgba(255, 255, 255, .18);
}

.guide-page-content {
  width: min(1384px, calc(100% - 80px));
  margin: 0 auto;
  padding: 26px 0 34px;
}

.guide-quick {
  min-height: 105px;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  border: 1px solid #d7e1ed;
  border-radius: 8px;
  background: #fff;
}

.guide-quick-item {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.guide-quick-item + .guide-quick-item {
  border-left: 1px solid #e1e7ef;
}

.guide-quick-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  color: #0b4a96;
  display: grid;
  place-items: center;
  font-size: 39px;
}

.guide-quick-item h2 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 14px;
}

.guide-quick-item p {
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.5;
}

.guide-primary-grid,
.guide-secondary-grid {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.guide-primary-grid {
  grid-template-columns: 1.55fr .92fr 1.13fr;
}

.guide-secondary-grid {
  grid-template-columns: 1.04fr 1.04fr .96fr;
}

.guide-card {
  position: relative;
  min-width: 0;
  min-height: 204px;
  padding: 17px 18px;
  overflow: hidden;
  border: 1px solid #d7e1ed;
  border-radius: 7px;
  background: #fff;
}

.guide-card > h2 {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.2;
}

.guide-card > h2 span {
  margin-right: 7px;
  font-size: 18px;
}

.guide-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.guide-process-step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.guide-process-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 7px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #eef5fc, #dfeaf7);
}

.guide-process-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.guide-process-icon i {
  color: #0b4a96;
  font-size: 31px;
}

.guide-process-step:last-child .guide-process-icon img {
  height: 44px;
}

.guide-process-step h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 13px;
}

.guide-process-step p {
  margin: 0 auto;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.45;
}

.guide-process-arrow {
  position: absolute;
  top: 18px;
  right: -12px;
  color: #5f86ba;
  font-size: 29px;
  font-weight: 300;
}

.guide-hours-table {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 6px;
}

.guide-hours-table div {
  min-height: 34px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  border-bottom: 1px solid #dbe4ee;
  font-size: 12px;
}

.guide-hours-table div:last-child {
  border-bottom: 0;
}

.guide-hours-table dt {
  color: var(--navy);
  font-weight: 700;
}

.guide-hours-table dd {
  margin: 0;
  color: #374151;
}

.guide-note {
  margin: 11px 0 0;
  padding: 9px 12px;
  border-radius: 5px;
  color: #365b8e;
  background: #e9f1fa;
  font-size: 12px;
  line-height: 1.45;
}

.guide-checklist ul,
.guide-list-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.guide-checklist li {
  position: relative;
  min-height: 27px;
  padding-left: 23px;
  color: #374151;
  font-size: 12px;
}

.guide-checklist li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  color: #0b51a2;
  font-weight: 700;
}

.guide-list-card li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 15px;
  color: #374151;
  font-size: 12px;
  line-height: 1.45;
}

.guide-list-card li::before {
  content: "•";
  position: absolute;
  left: 1px;
  color: #0b51a2;
  font-weight: 700;
}

.guide-lifebuoy {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 72px;
  height: 72px;
  border: 7px solid #e4eaf2;
  border-radius: 50%;
  opacity: .8;
}

.guide-lifebuoy::before,
.guide-lifebuoy::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 26px;
  width: 7px;
  height: 72px;
  background: #fff;
}

.guide-lifebuoy::after {
  transform: rotate(90deg);
}

.guide-faq-list details {
  margin-bottom: 5px;
  border: 1px solid #dce4ed;
  border-radius: 4px;
}

.guide-faq-list summary {
  min-height: 30px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #253d64;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.guide-faq-list summary::-webkit-details-marker {
  display: none;
}

.guide-faq-list details[open] summary {
  border-bottom: 1px solid #dce4ed;
  background: #f7faff;
}

.guide-faq-list details[open] summary span:last-child {
  transform: rotate(180deg);
}

.guide-faq-list p {
  margin: 0;
  padding: 9px 10px;
  color: #4b5563;
  background: #f9fbfd;
  font-size: 12px;
  line-height: 1.5;
}

.guide-contact {
  min-height: 82px;
  margin-top: 14px;
  padding: 14px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 47, 111, .98) 0%, rgba(0, 58, 126, .9) 45%, rgba(0, 82, 153, .65) 100%),
    image-set(
      url("../images/og-text-free-web.webp") type("image/webp"),
      url("../images/og-text-free-web.jpg") type("image/jpeg")
    ) 75% 63% / cover no-repeat;
}

.guide-contact-copy {
  display: flex;
  align-items: center;
  gap: 20px;
}

.guide-contact-copy > span {
  font-size: 35px;
}

.guide-contact h2 {
  margin: 0 0 5px;
  font-size: 19px;
}

.guide-contact p {
  margin: 0;
  font-size: 12px;
}

.guide-contact > a {
  min-width: 180px;
  height: 44px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  color: var(--navy);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.guide-contact > a span {
  font-size: 25px;
  line-height: 1;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-inner {
    width: calc(100% - 36px);
    display: flex;
  }

  .content-shell {
    width: calc(100% - 28px);
  }

  .brand {
    flex-basis: 225px;
    gap: 6px;
  }

  .brand img {
    width: 46px;
    height: 64px;
  }

  .brand-kicker {
    font-size: 12px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-english {
    font-size: 12px;
  }

  .desktop-nav a {
    min-width: 58px;
    font-size: 13px;
  }

  .desktop-nav a small {
    display: none;
  }

  .phone-box {
    display: none;
  }

  .footer-inner {
    width: calc(100% - 36px);
  }

  .footer-brand {
    flex-basis: 220px;
  }

  .footer-actions {
    display: none;
  }

  .footer-contact {
    flex-basis: 250px;
    padding-left: 18px;
  }

  .hero {
    height: 288px;
    aspect-ratio: auto;
  }

  .hero-copy {
    left: 14px;
  }

  .gallery-page-hero-inner {
    width: calc(100% - 48px);
  }

  .gallery-page-content {
    width: calc(100% - 36px);
  }

  .gallery-page-toolbar {
    align-items: flex-end;
  }

  .gallery-filters {
    flex-wrap: wrap;
  }

  .gallery-filters button {
    padding: 0 15px;
  }

  .gallery-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-page-hero-inner {
    width: calc(100% - 48px);
  }

  .guide-page-content {
    width: calc(100% - 36px);
  }

  .guide-quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }

  .guide-quick-item:nth-child(4) {
    border-left: 0;
  }

  .guide-primary-grid {
    grid-template-columns: 1.45fr 1fr;
  }

  .guide-checklist {
    grid-column: 1 / -1;
  }

  .guide-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-secondary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-faq {
    grid-column: 1 / -1;
  }

  .guide-faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .site-header {
    height: 84px;
    border-bottom: 1px solid #eef1f5;
  }

  .header-inner {
    width: 100%;
    padding: 0 22px;
    display: flex;
    justify-content: space-between;
  }

  .brand {
    flex: 0 0 225px;
    gap: 7px;
  }

  .brand img {
    width: 46px;
    height: 64px;
  }

  .brand-kicker {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .brand-copy strong {
    font-size: 18px;
    letter-spacing: -1px;
  }

  .brand-english {
    margin-top: 4px;
    font-size: 12px;
  }

  .desktop-nav,
  .phone-box {
    display: none;
  }

  .mobile-menu {
    width: 30px;
    height: 34px;
    padding: 5px 2px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .mobile-menu span {
    width: 24px;
    height: 2px;
    background: var(--navy);
  }

  body.mobile-drawer-open {
    overflow: hidden;
  }

  .mobile-drawer-overlay {
    position: fixed;
    z-index: 1000;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(3, 18, 42, .52);
    cursor: pointer;
    transition: opacity .25s ease, visibility .25s ease;
  }

  .mobile-drawer {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: min(340px, 86vw);
    height: 100vh;
    height: 100dvh;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    overflow: hidden;
    color: var(--text);
    background: #fff;
    box-shadow: -10px 0 28px rgba(0, 22, 60, .2);
    transform: translateX(100%);
    transition: transform .28s ease, visibility .28s ease;
  }

  body.mobile-drawer-open .mobile-drawer-overlay {
    visibility: visible;
    opacity: 1;
  }

  body.mobile-drawer-open .mobile-drawer {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-drawer-header {
    min-height: 84px;
    padding: 15px 18px 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    background: linear-gradient(135deg, #0750a4, #002f70);
  }

  .mobile-drawer-header > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .mobile-drawer-header small {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4px;
  }

  .mobile-drawer-header strong {
    font-size: 20px;
  }

  .mobile-drawer-close {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    flex: 0 0 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    cursor: pointer;
  }

  .mobile-drawer-close span {
    position: absolute;
    top: 19px;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #fff;
  }

  .mobile-drawer-close span:first-child {
    transform: rotate(45deg);
  }

  .mobile-drawer-close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-drawer-nav {
    min-height: 0;
    padding: 8px 20px;
    flex: 1;
    overflow-y: auto;
  }

  .mobile-drawer-nav a {
    min-height: 56px;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #edf1f6;
    color: #27364c;
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-drawer-nav a small {
    color: #8290a3;
    font-size: 12px;
    font-weight: 500;
  }

  .mobile-drawer-nav a.active,
  .mobile-drawer-nav a:hover,
  .mobile-drawer-nav a:focus-visible {
    color: var(--navy);
  }

  .mobile-drawer-nav a.active {
    border-bottom-color: #2b6db8;
  }

  .mobile-drawer-nav a.active small {
    color: #2b6db8;
  }

  .mobile-drawer-phone {
    margin: 12px 20px 20px;
    min-height: 89px;
    padding: 13px 18px;
    flex: 0 0 auto;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #0750a4, #002f70);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }

  .mobile-drawer-phone small {
    font-size: 12px;
  }

  .mobile-drawer-phone .phone-number-label {
    color: rgba(255, 255, 255, .72);
  }

  .mobile-drawer-phone .phone-number-line,
  .mobile-footer-phone .phone-number-line {
    display: flex;
    justify-content: center;
    gap: 6px;
  }

  .mobile-drawer-phone .phone-number-line strong,
  .mobile-footer-phone .phone-number-line strong {
    text-align: center;
  }

  .mobile-drawer-phone .phone-number-line strong {
    font-size: 15px;
  }

  .mobile-drawer-phone .phone-number-line-primary strong {
    font-size: 17px;
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-drawer,
    .mobile-drawer-overlay {
      transition: none;
    }
  }

  .hero {
    height: 339px;
    aspect-ratio: auto;
  }

  .hero-slide img {
    min-height: 0;
    object-fit: cover;
    object-position: 44% center;
  }

  .hero-copy {
    top: 25px;
    left: 22px;
    right: 18px;
  }

  .hero-copy h1 {
    max-width: 280px;
    font-size: 25px;
    letter-spacing: -1.4px;
  }

  .hero-copy p {
    max-width: 245px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-booking-card {
    top: auto;
    right: 12px;
    bottom: 9px;
    width: calc(100% - 24px);
    height: 132px;
    padding: 13px 17px 12px;
    border-radius: 4px;
  }

  .hero-controls {
    bottom: 153px;
  }

  .booking-heading {
    gap: 10px;
  }

  .booking-heading strong {
    font-size: 12px;
  }

  .booking-icon {
    font-size: 20px;
  }

  .hero-booking-card p {
    margin: 9px 0 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .desktop-booking-break {
    display: none;
  }

  .hero-booking-card > a {
    height: 32px;
    gap: 58px;
    font-size: 12px;
  }

  .hero-booking-card > a span {
    font-size: 18px;
  }

  .content-shell {
    width: 100%;
    padding: 7px 0 0;
  }

  .program-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 12px;
  }

  .program-card {
    height: 108px;
    flex: 0 0 108px;
  }

  .program-card > img {
    inset: 0 auto 0 0;
    width: 35%;
  }

  .program-card::after {
    display: none;
  }

  .program-copy {
    width: 65%;
    margin-left: 35%;
    padding: 9px 8px 7px 12px;
  }

  .program-copy h2 {
    font-size: 13px;
    line-height: 1;
  }

  .program-copy p {
    margin: 6px 0 2px;
    font-size: 12px;
    line-height: 1.42;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .program-copy a {
    min-height: 0;
    margin-top: auto;
    padding: 0;
    border: 0;
    font-size: 12px;
  }

  .program-copy a span {
    font-size: 12px;
  }

  .desktop-information {
    display: none;
  }

  .mobile-information {
    display: block;
    margin-top: 8px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .mobile-information > a,
  .mobile-information summary {
    min-height: 42px;
    height: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
  }

  .mobile-information small {
    font-size: 12px;
    font-weight: 400;
  }

  .mobile-information details:last-child summary {
    border-bottom: 0;
  }

  .mobile-information summary::-webkit-details-marker {
    display: none;
  }

  .mobile-information details p {
    margin: 0;
    padding: 8px 15px;
    border-bottom: 1px solid var(--line);
    background: #f5f8fb;
    font-size: 12px;
    line-height: 1.45;
  }

  .gallery {
    min-height: 106px;
    margin: 0;
    padding: 11px 13px 12px;
    border: 0;
  }

  .section-heading {
    min-height: 17px;
  }

  .section-heading h2 {
    font-size: 13px;
  }

  .section-heading a {
    font-size: 12px;
  }

  .gallery-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-top: 8px;
    overflow: hidden;
  }

  .gallery-strip img {
    height: auto;
  }

  .gallery-strip img:nth-child(n+5) {
    display: none;
  }

  .site-footer {
    min-height: 124px;
  }

  .footer-inner {
    width: 100%;
    min-height: 124px;
    padding: 0;
    display: block;
  }

  .footer-brand .brand,
  .footer-copy,
  .footer-actions,
  .footer-contact {
    display: none;
  }

  .footer-brand {
    position: absolute;
    inset: auto 0 10px;
  }

  .socials {
    justify-content: center;
    gap: 18px;
    margin: 0;
  }

  .socials a {
    width: 25px;
    height: 25px;
  }

  .mobile-footer-phone {
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .mobile-footer-phone small {
    font-size: 12px;
  }

  .mobile-footer-phone .phone-number-label {
    color: #a9ccef;
  }

  .mobile-footer-phone .phone-number-list-label-first .phone-number-line {
    justify-content: flex-end;
  }

  .mobile-footer-phone .phone-number-list-label-first .phone-number-line strong {
    text-align: right;
  }

  .mobile-footer-phone .phone-number-line strong {
    font-size: 15px;
  }

  .mobile-footer-phone .phone-number-line-primary strong {
    font-size: 17px;
  }

  .gallery-page-hero,
  .gallery-page-hero-inner {
    min-height: 196px;
  }

  .gallery-page-hero {
    background-position: 61% 38%;
  }

  .gallery-page-hero-inner {
    width: 100%;
    padding: 0 22px;
    align-items: center;
  }

  .gallery-page-title span {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .gallery-page-title h1 {
    font-size: 31px;
  }

  .gallery-page-title p {
    max-width: 235px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .gallery-breadcrumb {
    display: none;
  }

  .gallery-page-content {
    width: 100%;
    min-height: 360px;
    padding: 20px 12px 30px;
  }

  .gallery-page-toolbar {
    margin-bottom: 15px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .gallery-filters {
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 0 12px 2px;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .gallery-filters::-webkit-scrollbar {
    display: none;
  }

  .gallery-filters button {
    height: 34px;
    padding: 0 15px;
    flex: 0 0 auto;
    border-radius: 5px;
    font-size: 12px;
  }

  .gallery-sort {
    align-self: flex-end;
  }

  .gallery-sort select {
    width: 104px;
    height: 34px;
    font-size: 12px;
  }

  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .gallery-page-item {
    height: 34vw;
    min-height: 116px;
    max-height: 190px;
    border-radius: 5px;
  }

  .guide-page-hero,
  .guide-page-hero-inner {
    min-height: 196px;
  }

  .guide-page-hero {
    background-position: 61% center;
  }

  .guide-page-hero-inner {
    width: 100%;
    padding: 0 22px;
  }

  .guide-page-title > span {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .guide-page-title h1 {
    font-size: 31px;
  }

  .guide-page-title p {
    max-width: 270px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .guide-breadcrumb {
    display: none;
  }

  .guide-page-content {
    width: 100%;
    padding: 14px 12px 24px;
  }

  .guide-quick {
    padding: 14px 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .guide-quick-item {
    min-height: 96px;
    padding: 8px 5px;
    justify-content: flex-start;
    gap: 9px;
  }

  .guide-quick-item + .guide-quick-item {
    border-left: 0;
  }

  .guide-quick-item:nth-child(even) {
    border-left: 1px solid #e1e7ef;
  }

  .guide-quick-item:nth-child(n+3) {
    border-top: 1px solid #e1e7ef;
  }

  .guide-quick-icon {
    width: 36px;
    height: 36px;
    font-size: 32px;
  }

  .guide-quick-item h2 {
    font-size: 12px;
  }

  .guide-quick-item p {
    font-size: 12px;
  }

  .guide-primary-grid,
  .guide-secondary-grid {
    display: block;
    margin-top: 10px;
  }

  .guide-card {
    min-height: 0;
    margin-bottom: 10px;
    padding: 15px 14px;
  }

  .guide-card > h2 {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .guide-card > h2 span {
    font-size: 16px;
  }

  .guide-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 8px;
  }

  .guide-process-icon {
    width: 48px;
    height: 48px;
  }

  .guide-process-icon img {
    width: 29px;
    height: 29px;
  }

  .guide-process-step h3 {
    font-size: 12px;
  }

  .guide-process-step p {
    font-size: 12px;
  }

  .guide-process-arrow {
    display: none;
  }

  .guide-checklist li,
  .guide-list-card li {
    font-size: 12px;
  }

  .guide-lifebuoy {
    opacity: .45;
  }

  .guide-contact {
    min-height: 126px;
    margin-top: 10px;
    padding: 17px 18px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .guide-contact-copy {
    gap: 12px;
  }

  .guide-contact-copy > span {
    font-size: 27px;
  }

  .guide-contact h2 {
    font-size: 15px;
  }

  .guide-contact p {
    font-size: 12px;
  }

  .guide-contact > a {
    width: 100%;
    min-width: 0;
    height: 38px;
    justify-content: center;
    gap: 30px;
    font-size: 12px;
  }
}

/* Refined mobile home experience */
@media (max-width: 767px) {
  body {
    background: #f3f6fa;
  }

  .site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 80px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 18px rgba(16, 43, 79, .07);
    backdrop-filter: blur(12px);
  }

  .header-inner {
    padding: 0 16px;
  }

  .brand {
    flex-basis: 220px;
    gap: 8px;
  }

  .brand img {
    width: 42px;
    height: 60px;
  }

  .brand-copy strong {
    font-size: 17px;
    letter-spacing: -.8px;
  }

  .mobile-menu {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    align-items: center;
    gap: 5px;
    background: #edf3fa;
  }

  .mobile-menu span {
    width: 22px;
    border-radius: 2px;
  }

  .hero {
    height: clamp(460px, 132vw, 540px);
    background: #cfe4f3;
  }

  .hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(255,255,255,.44) 0%, rgba(255,255,255,0) 42%),
      linear-gradient(0deg, rgba(0,35,84,.18) 0%, rgba(0,35,84,0) 38%);
  }

  .hero-slide img {
    object-position: 78% center;
  }

  .hero-slide--jetboat img {
    object-position: 25% center;
  }

  .hero-slide--sailing img {
    object-position: 25% 60%;
  }

  .hero-viewport {
    touch-action: pan-y;
  }

  .hero-slide img {
    user-select: none;
    -webkit-user-drag: none;
  }

  .hero-copy {
    top: 35px;
    left: 22px;
    right: 22px;
    color: #fff;
    text-shadow:
      0 2px 5px rgba(0, 42, 92, .72),
      0 8px 24px rgba(0, 35, 84, .42);
  }

  .hero-copy h1 {
    max-width: 340px;
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.2;
    letter-spacing: -1.8px;
  }

  .hero-copy p {
    max-width: 300px;
    margin-top: 11px;
    color: #f5f9ff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
  }

  .hero-booking-card {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    height: 160px;
    padding: 17px 18px 16px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(6,75,154,.8), rgba(0,40,99,.8));
    box-shadow: 0 14px 32px rgba(0,37,89,.24);
  }

  .hero-controls {
    bottom: 188px;
  }

  .hero-arrow {
    display: none;
  }

  .hero-dots {
    pointer-events: none;
  }

  .hero-dot {
    width: 10px;
    height: 10px;
    border-color: rgba(255,255,255,.62);
    background: rgba(0,44,100,.28);
    cursor: default;
  }

  .hero-dot.is-active {
    width: 27px;
    background: rgba(255,255,255,.68);
  }

  .booking-heading {
    gap: 11px;
  }

  .booking-heading strong {
    font-size: 15px;
  }

  .booking-icon {
    font-size: 24px;
  }

  .hero-booking-card p {
    margin: 9px 0 11px;
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-booking-card > a {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    gap: 22px;
    font-size: 15px;
    background: rgba(255,255,255,.1);
  }

  .hero-booking-card > a span {
    font-size: 22px;
  }

  .content-shell {
    padding: 28px 0 0;
    background: #f3f6fa;
  }

  .mobile-section-intro {
    padding: 0 20px 17px;
    display: block;
  }

  .mobile-section-intro > span {
    display: block;
    margin-bottom: 6px;
    color: #3273ba;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
  }

  .mobile-section-intro h2 {
    margin: 0;
    color: #12213a;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -1px;
  }

  .mobile-section-intro p {
    margin: 7px 0 0;
    color: #6b778a;
    font-size: 14px;
    line-height: 1.5;
  }

  .program-grid {
    width: 100%;
    padding: 0 20px 12px;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 340px);
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .program-grid::-webkit-scrollbar {
    display: none;
  }

  .program-card {
    height: auto;
    min-height: 310px;
    min-width: 0;
    flex: none;
    scroll-snap-align: start;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(20,55,93,.12);
  }

  .program-card > img {
    inset: 0 0 auto;
    width: 100%;
    height: 145px;
  }

  .program-card:nth-child(3) > img {
    object-position: center 40%;
  }

  .program-copy {
    width: 100%;
    height: auto;
    min-height: 310px;
    margin: 0;
    padding: 163px 18px 17px;
  }

  .program-copy h2 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.7px;
  }

  .program-copy p {
    margin: 7px 0 8px;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .program-copy a {
    min-height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #cbd9e8;
    border-radius: 18px;
    font-size: 13px;
  }

  .program-copy a span {
    font-size: 17px;
  }

  .mobile-guide-intro {
    margin-top: 25px;
    padding-bottom: 14px;
  }

  .mobile-information {
    margin: 0 20px;
    overflow: hidden;
    border: 1px solid #e0e8f1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20,55,93,.08);
  }

  .mobile-information > a,
  .mobile-information summary {
    min-height: 60px;
    padding: 0 18px;
    font-size: 15px;
  }

  .mobile-information small {
    font-size: 12px;
  }

  .mobile-information details p {
    padding: 15px 18px;
    background: #f5f8fc;
    font-size: 14px;
    line-height: 1.6;
  }

  .gallery {
    min-height: 0;
    margin: 26px 20px 30px;
    padding: 20px;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20,55,93,.08);
  }

  .gallery .section-heading {
    min-height: 28px;
  }

  .gallery .section-heading h2 {
    color: #12213a;
    font-size: 22px;
  }

  .gallery .section-heading a {
    padding: 6px 10px;
    border-radius: 14px;
    color: #285f9f;
    background: #edf4fb;
    font-size: 12px;
  }

  .gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 15px;
    overflow: visible;
  }

  .gallery-strip img {
    height: auto;
    border-radius: 12px;
  }

  .site-footer {
    min-height: 160px;
  }

  .footer-inner {
    min-height: 160px;
  }

  .footer-brand {
    inset: auto 0 12px;
  }

  .socials a {
    width: 32px;
    height: 32px;
  }

  .mobile-footer-phone {
    height: 112px;
    gap: 5px;
  }

  .mobile-footer-phone .phone-number-line strong {
    font-size: 17px;
  }

  .mobile-footer-phone .phone-number-line-primary strong {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .mobile-information {
    margin: 0 20px;
    display: grid;
    gap: 16px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mobile-info-card {
    min-width: 0;
    padding: 20px;
    border: 1px solid #e0e8f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20,55,93,.08);
  }

  .mobile-info-card-heading {
    min-height: 44px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .mobile-info-kicker {
    display: block;
    margin-bottom: 3px;
    color: #3273ba;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .mobile-info-card-heading h2 {
    margin: 0;
    color: #12213a;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.7px;
  }

  .mobile-more-link,
  .gallery .section-heading a {
    min-width: 86px;
    min-height: 40px;
    padding: 0 14px;
    flex: 0 0 auto;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #285f9f;
    background: #edf4fb;
    font-size: 13px;
    font-weight: 700;
  }

  button.mobile-more-link {
    border: 0;
    cursor: pointer;
  }

  .mobile-notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e6ecf3;
  }

  .mobile-notice-list li {
    min-height: 50px;
    padding: 8px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #edf1f6;
  }

  .mobile-notice-list li:last-child {
    border-bottom: 0;
  }

  .mobile-notice-list:not(.is-expanded) li:nth-child(n+4) {
    display: none;
  }

  .mobile-notice-list a {
    min-width: 0;
    overflow: hidden;
    color: #27364c;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-notice-list time {
    color: #8390a2;
    font-size: 12px;
    white-space: nowrap;
  }

  .mobile-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mobile-guide-item {
    min-width: 0;
    min-height: 120px;
    padding: 14px;
    border-radius: 14px;
    background: #f5f8fc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-guide-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
    color: #0b4a96;
    display: grid;
    place-items: center;
    font-size: 36px;
  }

  .mobile-guide-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--navy);
    font-size: 14px;
  }

  .mobile-guide-item p {
    margin: 0;
    color: #667286;
    white-space: pre-line;
    font-size: 12px;
    line-height: 1.45;
  }

  .mobile-location-map {
    position: relative;
    height: 150px;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #e7eef6;
  }

  .mobile-location-map img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .mobile-location-copy {
    margin-top: 15px;
  }

  .mobile-location-copy p {
    margin: 0;
    color: #4a576b;
    font-size: 14px;
    line-height: 1.65;
  }

  .mobile-location-copy p strong {
    color: var(--navy);
    font-size: 15px;
  }

  .mobile-location-copy > div {
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mobile-location-copy > div a {
    min-height: 44px;
    border: 1px solid #c9d8e8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #285f9f;
    background: #f7faff;
    font-size: 14px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .site-footer,
  .footer-inner {
    min-height: 112px;
  }

  .footer-brand {
    display: none;
  }
}

/* FAQ preview and page */
.faq-preview-panel li > span {
  flex: 0 0 auto;
  color: #1b69b2;
  font-size: 18px;
  line-height: 1;
}

.faq-preview-panel li a span,
.mobile-faq-preview-list a span {
  color: #0b57a0;
  font-weight: 800;
}

.faq-page-main {
  min-height: 70vh;
  color: #1d2b3d;
  background: #f6f9fc;
}

.faq-page-hero {
  min-height: 290px;
  background-image:
    linear-gradient(90deg, rgba(240, 248, 255, .96) 0%, rgba(240, 248, 255, .86) 34%, rgba(240, 248, 255, .16) 68%, rgba(240, 248, 255, 0) 100%),
    image-set(
      url('../images/sokcho-sailing-yacht-hero-web.webp') type('image/webp'),
      url('../images/sokcho-sailing-yacht-hero-web.jpg') type('image/jpeg')
    );
  background-position: center 63%;
  background-size: cover;
}

.faq-page-hero-inner {
  width: min(1120px, calc(100% - 80px));
  min-height: 290px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #063b7c;
}

.faq-page-hero-inner > span {
  margin-bottom: 5px;
  color: #2574b8;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
}

.faq-page-hero h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.8px;
}

.faq-page-hero p {
  margin: 16px 0 0;
  color: #304b6b;
  font-size: 15px;
  line-height: 1.65;
}

.faq-page-content {
  width: min(1000px, calc(100% - 80px));
  margin: 0 auto;
  padding: 28px 0 42px;
}

.faq-search {
  width: min(680px, 100%);
  height: 54px;
  margin: 0 auto 22px;
  padding: 0 8px 0 22px;
  border: 1px solid #c9d6e5;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(21, 64, 111, .06);
  display: flex;
  align-items: center;
}

.faq-search:focus-within {
  border-color: #1c65ad;
  box-shadow: 0 0 0 3px rgba(28, 101, 173, .12);
}

.faq-search input {
  min-width: 0;
  height: 100%;
  flex: 1;
  border: 0;
  outline: 0;
  color: #1f334c;
  background: transparent;
  font: inherit;
  font-size: 14px;
}

.faq-search input::placeholder {
  color: #8a96a5;
}

.faq-search input::-webkit-search-cancel-button {
  cursor: pointer;
}

.faq-search button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.faq-search button:hover,
.faq-search button:focus-visible {
  background: #eef5fc;
}

.faq-search button span {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #0a3d7a;
  border-radius: 50%;
}

.faq-search button span::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #0a3d7a;
  content: '';
  transform: rotate(45deg);
  transform-origin: left center;
}

.faq-list {
  overflow: hidden;
  border: 1px solid #d7e1ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(28, 66, 108, .05);
}

.faq-list details {
  scroll-margin-top: 18px;
  border-bottom: 1px solid #e5ebf2;
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list details[hidden] {
  display: none;
}

.faq-list summary {
  min-height: 66px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #193757;
  background: #fff;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s ease, background-color .2s ease;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:hover,
.faq-list summary:focus-visible,
.faq-list details[open] summary {
  color: #07539d;
  background: #f7faff;
}

.faq-question {
  min-width: 0;
}

.faq-question b {
  margin-right: 7px;
  color: #0760b5;
}

.faq-toggle-icon {
  flex: 0 0 auto;
  color: #07539d;
  font-size: 21px;
  line-height: 1;
  transition: transform .2s ease;
}

.faq-list details[open] .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 18px 22px 20px;
  border-top: 1px solid #e5ebf2;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  color: #4b5e74;
  background: #fbfdff;
  font-size: 14px;
  line-height: 1.7;
}

.faq-answer > b {
  color: #0760b5;
}

.faq-answer p {
  margin: 0;
}

.faq-empty {
  padding: 54px 20px;
  border: 1px solid #d7e1ec;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}

.faq-empty strong {
  color: #173a61;
  font-size: 18px;
}

.faq-empty p {
  margin: 8px 0 0;
  color: #718096;
  font-size: 14px;
}

.faq-contact {
  min-height: 108px;
  margin-top: 18px;
  padding: 20px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef5fc, #f8fbff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.faq-contact-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-contact-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 1px solid #cfdeed;
  border-radius: 50%;
  color: #0a4c94;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
}

.faq-contact h2 {
  margin: 0;
  color: #153e6e;
  font-size: 17px;
}

.faq-contact p {
  margin: 6px 0 0;
  color: #5b6c80;
  font-size: 13px;
}

.faq-contact-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}

.faq-contact-actions a {
  min-width: 112px;
  height: 44px;
  padding: 0 18px;
  border: 1px solid #175aa4;
  border-radius: 6px;
  color: #0c4a8e;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.faq-contact-actions .faq-contact-phone {
  color: #fff;
  background: #07488f;
}

@media (max-width: 1024px) {
  .faq-page-hero,
  .faq-page-hero-inner {
    min-height: 260px;
  }

  .faq-page-hero-inner {
    width: calc(100% - 56px);
  }

  .faq-page-content {
    width: calc(100% - 56px);
  }

  .faq-contact {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-faq-preview-list li {
    grid-template-columns: minmax(0, 1fr);
  }

  .mobile-faq-preview-list:not(.is-expanded) li:nth-child(n+4) {
    display: grid;
  }

  .mobile-faq-preview-list a {
    white-space: normal;
    line-height: 1.45;
  }

  .faq-page-hero {
    min-height: 250px;
    background-image:
      linear-gradient(90deg, rgba(238, 247, 255, .98) 0%, rgba(238, 247, 255, .9) 48%, rgba(238, 247, 255, .28) 100%),
      image-set(
        url('../images/sokcho-sailing-yacht-hero-web.webp') type('image/webp'),
        url('../images/sokcho-sailing-yacht-hero-web.jpg') type('image/jpeg')
      );
    background-position: 67% 62%;
  }

  .faq-page-hero-inner {
    width: 100%;
    min-height: 250px;
    padding: 0 20px;
  }

  .faq-page-hero-inner > span {
    font-size: 13px;
  }

  .faq-page-hero h1 {
    font-size: 32px;
    letter-spacing: -1.3px;
  }

  .faq-page-hero p {
    max-width: 220px;
    margin-top: 12px;
    font-size: 13px;
  }

  .faq-page-content {
    width: 100%;
    padding: 20px 16px 28px;
  }

  .faq-search {
    height: 48px;
    margin-bottom: 16px;
    padding-left: 17px;
  }

  .faq-search input {
    font-size: 13px;
  }

  .faq-list {
    border-radius: 8px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 14px 13px;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  .faq-question {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .faq-question b {
    margin-right: 0;
  }

  .faq-toggle-icon {
    font-size: 19px;
  }

  .faq-answer {
    padding: 15px 13px 17px;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .faq-empty {
    padding: 40px 16px;
  }

  .faq-contact {
    min-height: 0;
    padding: 20px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
  }

  .faq-contact-copy {
    align-items: flex-start;
    gap: 12px;
  }

  .faq-contact-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 19px;
  }

  .faq-contact h2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .faq-contact p {
    font-size: 12px;
    line-height: 1.55;
  }

  .faq-contact-actions {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
  }

  .faq-contact-actions a {
    min-width: 0;
    padding: 0 10px;
    font-size: 13px;
  }
}

/* About page */
.about-page-main {
  background: #f7f9fc;
}

.about-page-hero {
  min-height: 214px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 46, 109, .82), rgba(0, 75, 143, .32) 53%, rgba(0, 43, 91, .18)),
    image-set(
      url("../images/sokcho-marina-web.webp") type("image/webp"),
      url("../images/sokcho-marina-web.jpg") type("image/jpeg")
    ) center 40% / cover no-repeat;
}

.about-page-hero-inner {
  width: min(1124px, calc(100% - 48px));
  min-height: 214px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.about-page-title > span,
.about-section-heading > span,
.about-intro-copy > span {
  display: block;
  color: #3679bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.about-page-title > span {
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
}

.about-page-title h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -2px;
}

.about-page-title p {
  margin: 17px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.about-breadcrumb {
  align-self: flex-end;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.about-breadcrumb a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.about-page-content {
  width: min(1384px, calc(100% - 80px));
  margin: 0 auto;
  padding: 28px 0 34px;
}

.about-intro {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 38px;
}

.about-intro > img {
  width: 100%;
  height: 306px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(17, 61, 107, .12);
}

.about-intro-copy h2 {
  margin: 8px 0 12px;
  color: #0b458c;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -1px;
}

.about-intro-copy > p {
  margin: 6px 0;
  color: #566274;
  font-size: 13px;
  line-height: 1.65;
}

.about-feature-grid {
  margin-top: 18px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dce4ed;
}

.about-feature-grid article {
  min-width: 0;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-feature-grid article:first-child {
  padding-left: 0;
}

.about-feature-grid article + article {
  border-left: 1px solid #e0e6ee;
}

.about-feature-grid article > i {
  flex: 0 0 auto;
  color: #1858a7;
  font-size: 29px;
}

.about-feature-grid h3 {
  margin: 0 0 3px;
  color: #15529d;
  font-size: 13px;
}

.about-feature-grid p {
  margin: 0;
  color: #707b8c;
  font-size: 12px;
  line-height: 1.4;
}

.about-section-heading {
  margin-bottom: 12px;
}

.about-section-heading h2 {
  margin: 4px 0 0;
  color: #0c478d;
  font-size: 19px;
}

.about-programs {
  margin-top: 28px;
}

.about-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-program-grid > article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d5dfeb;
  border-radius: 9px;
  background: #fff;
}

.about-program-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6;
  display: block;
  object-fit: cover;
}

.about-program-grid article:nth-child(2) img {
  object-position: center 82%;
}

.about-program-grid article > div {
  padding: 14px 16px 15px;
}

.about-program-grid h3 {
  margin: 0;
  color: #0d478d;
  font-size: 17px;
}

.about-program-grid p {
  min-height: 38px;
  margin: 5px 0 8px;
  color: #5c6879;
  font-size: 12px;
  line-height: 1.5;
}

.about-program-grid dl {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 22px;
  font-size: 12px;
}

.about-program-grid dl > div {
  display: flex;
  gap: 8px;
}

.about-program-grid dt {
  color: #1758a7;
  font-weight: 700;
}

.about-program-grid dd {
  margin: 0;
  color: #576374;
}

.about-program-grid a,
.about-info-grid a {
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #4a7fbd;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #16539e;
  font-size: 12px;
  font-weight: 700;
}

.about-stats {
  margin-top: 15px;
  padding: 13px 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d5dfeb;
  border-radius: 9px;
  background: linear-gradient(180deg, #fff, #f3f7fc);
}

.about-stats article {
  min-width: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.about-stats article + article {
  border-left: 1px solid #dce4ee;
}

.about-stats article > i {
  color: #1758a7;
  font-size: 34px;
}

.about-stats small,
.about-stats strong,
.about-stats p {
  display: block;
}

.about-stats small {
  color: #316cae;
  font-size: 12px;
  font-weight: 700;
}

.about-stats strong {
  margin-top: 1px;
  color: #0c478d;
  font-size: 17px;
}

.about-stats p {
  margin: 1px 0 0;
  color: #6c7787;
  font-size: 12px;
}

.about-club-info {
  margin-top: 19px;
}

.about-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-info-grid article {
  min-width: 0;
  min-height: 134px;
  padding: 17px;
  border: 1px solid #d5dfeb;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
}

.about-info-grid article > i {
  flex: 0 0 auto;
  color: #1758a7;
  font-size: 30px;
}

.about-info-grid h3 {
  margin: 0 0 5px;
  color: #15529d;
  font-size: 13px;
}

.about-info-grid p {
  min-height: 35px;
  margin: 0 0 9px;
  color: #606d7e;
  font-size: 12px;
  line-height: 1.45;
}

.about-info-grid a {
  min-height: 27px;
  padding: 0 10px;
}

.about-contact-banner {
  min-height: 86px;
  margin-top: 14px;
  padding: 15px 44px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 50, 115, .98), rgba(5, 66, 139, .82)),
    image-set(
      url("../images/sokcho-powerboat-sunset-web.webp") type("image/webp"),
      url("../images/sokcho-powerboat-sunset-web.jpg") type("image/jpeg")
    ) center 56% / cover no-repeat;
}

.about-contact-banner > div {
  display: flex;
  align-items: center;
  gap: 21px;
}

.about-contact-banner > div > i {
  font-size: 34px;
}

.about-contact-banner h2 {
  margin: 0;
  font-size: 18px;
}

.about-contact-banner p {
  margin: 5px 0 0;
  font-size: 12px;
}

.about-contact-banner > a {
  width: 190px;
  min-height: 46px;
  flex: 0 0 auto;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #0d478d;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .about-page-content {
    width: min(100% - 48px, 920px);
  }

  .about-intro {
    grid-template-columns: 1fr;
  }

  .about-intro > img {
    height: 330px;
  }

  .about-program-grid,
  .about-info-grid {
    gap: 12px;
  }

  .about-stats article {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .about-page-hero,
  .about-page-hero-inner {
    min-height: 190px;
  }

  .about-page-hero-inner {
    width: calc(100% - 40px);
  }

  .about-page-title > span {
    font-size: 12px;
  }

  .about-page-title h1 {
    font-size: 31px;
  }

  .about-page-title p {
    max-width: 280px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .about-breadcrumb {
    display: none;
  }

  .about-page-content {
    width: 100%;
    padding: 18px 16px 26px;
  }

  .about-intro {
    gap: 20px;
  }

  .about-intro > img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .about-intro-copy h2 {
    font-size: 22px;
  }

  .about-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 0;
  }

  .about-feature-grid article {
    padding: 0 10px;
  }

  .about-feature-grid article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .about-feature-grid article > i {
    font-size: 25px;
  }

  .about-programs {
    margin-top: 27px;
  }

  .about-program-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-program-grid img {
    aspect-ratio: 16 / 8;
  }

  .about-program-grid p {
    min-height: 0;
  }

  .about-program-grid a {
    min-height: 40px;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 5px 12px;
  }

  .about-stats article {
    min-height: 96px;
    padding: 10px;
    justify-content: flex-start;
  }

  .about-stats article + article {
    border-left: 0;
  }

  .about-stats article:nth-child(even) {
    border-left: 1px solid #dce4ee;
  }

  .about-stats article:nth-child(n+3) {
    border-top: 1px solid #dce4ee;
  }

  .about-stats article > i {
    font-size: 27px;
  }

  .about-stats strong {
    font-size: 14px;
  }

  .about-info-grid {
    grid-template-columns: 1fr;
  }

  .about-info-grid article {
    min-height: 0;
  }

  .about-info-grid p {
    min-height: 0;
  }

  .about-contact-banner {
    padding: 23px 20px;
    display: block;
    text-align: center;
  }

  .about-contact-banner > div {
    display: block;
  }

  .about-contact-banner > div > i {
    display: block;
    margin-bottom: 9px;
  }

  .about-contact-banner h2 {
    font-size: 17px;
    line-height: 1.45;
  }

  .about-contact-banner p {
    line-height: 1.5;
  }

  .about-contact-banner > a {
    width: 100%;
    margin-top: 17px;
  }
}

/* Price page */
.price-page-main {
  background: #f7f9fc;
}

.price-page-hero {
  min-height: 214px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 46, 109, .82), rgba(0, 75, 143, .31) 50%, rgba(0, 43, 91, .15)),
    image-set(
      url("../images/sokcho-powerboat-hero-web.webp") type("image/webp"),
      url("../images/sokcho-powerboat-hero-web.jpg") type("image/jpeg")
    ) center 58% / cover no-repeat;
}

.price-page-hero-inner {
  width: min(1124px, calc(100% - 48px));
  min-height: 214px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.price-page-title > span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.price-page-title h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -2px;
}

.price-page-title p {
  margin: 17px 0 0;
  font-size: 14px;
  font-weight: 500;
}

.price-breadcrumb {
  align-self: flex-end;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.price-breadcrumb a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.price-page-content {
  width: min(1384px, calc(100% - 80px));
  margin: 0 auto;
  padding: 28px 0 34px;
}

.price-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-program-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d3deea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(18, 57, 101, .06);
}

.price-program-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6;
  display: block;
  object-fit: cover;
  object-position: center 40%;
}

.price-program-card:nth-child(2) > img {
  object-position: center 82%;
}

.price-program-copy {
  padding: 16px 17px 17px;
}

.price-program-copy h2 {
  margin: 0;
  color: #0d478d;
  font-size: 18px;
}

.price-program-copy > p {
  min-height: 38px;
  margin: 5px 0 9px;
  color: #5f6b7c;
  font-size: 12px;
  line-height: 1.5;
}

.price-program-meta {
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 24px;
  font-size: 12px;
}

.price-program-meta > div {
  display: flex;
  gap: 8px;
}

.price-program-meta dt {
  color: #1758a7;
  font-weight: 700;
}

.price-program-meta dd {
  margin: 0;
  color: #586576;
}

.price-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d3dfec;
  border-radius: 7px;
  background: #f5f8fc;
}

.price-options > div {
  min-width: 0;
  min-height: 70px;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 9px;
}

.price-options > div + div {
  border-left: 1px solid #d6e1ed;
}

.price-options span {
  grid-row: 1 / span 2;
  color: #1a579f;
  font-size: 13px;
  font-weight: 800;
}

.price-options del {
  color: #8a94a3;
  font-size: 12px;
}

.price-options strong {
  color: #073e83;
  font-size: 19px;
  white-space: nowrap;
}

.price-comparison {
  margin-top: 20px;
}

.price-comparison h2 {
  margin: 0 0 9px;
  color: #0d478d;
  font-size: 18px;
}

.price-comparison table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #d3deea;
  border-radius: 9px;
  color: #4f5c6d;
  background: #fff;
  font-size: 12px;
  text-align: center;
}

.price-comparison th,
.price-comparison td {
  padding: 10px;
  border-right: 1px solid #dce4ed;
  border-bottom: 1px solid #dce4ed;
}

.price-comparison tr > *:last-child {
  border-right: 0;
}

.price-comparison tbody tr:last-child > * {
  border-bottom: 0;
}

.price-comparison thead th {
  color: #17539c;
  background: #f2f6fb;
}

.price-comparison tbody th,
.price-comparison tbody td:nth-last-child(-n+2) {
  color: #0e4a91;
  font-weight: 700;
}

.price-guide-grid {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.price-guide-grid article {
  min-width: 0;
  min-height: 164px;
  padding: 18px;
  border: 1px solid #d4deea;
  border-radius: 9px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
}

.price-guide-grid article > i {
  flex: 0 0 auto;
  color: #1758a7;
  font-size: 31px;
}

.price-guide-grid h2 {
  margin: 0 0 8px;
  color: #15529d;
  font-size: 15px;
}

.price-guide-grid ul {
  margin: 0;
  padding-left: 16px;
  color: #606c7d;
  font-size: 12px;
  line-height: 1.55;
}

.price-contact-banner {
  min-height: 86px;
  margin-top: 14px;
  padding: 15px 44px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 50, 115, .98), rgba(5, 66, 139, .82)),
    image-set(
      url("../images/sokcho-marina-web.webp") type("image/webp"),
      url("../images/sokcho-marina-web.jpg") type("image/jpeg")
    ) center 57% / cover no-repeat;
}

.price-contact-banner > div {
  display: flex;
  align-items: center;
  gap: 21px;
}

.price-contact-banner > div > i {
  font-size: 34px;
}

.price-contact-banner h2 {
  margin: 0;
  font-size: 18px;
}

.price-contact-banner p {
  margin: 5px 0 0;
  font-size: 12px;
}

.price-contact-banner > a {
  width: 190px;
  min-height: 46px;
  flex: 0 0 auto;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #0d478d;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .price-page-content {
    width: min(100% - 48px, 920px);
  }

  .price-program-grid,
  .price-guide-grid {
    gap: 12px;
  }

  .price-options > div {
    grid-template-columns: 1fr;
  }

  .price-options span {
    grid-row: auto;
  }

  .price-options strong {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .price-page-hero,
  .price-page-hero-inner {
    min-height: 190px;
  }

  .price-page-hero-inner {
    width: calc(100% - 40px);
  }

  .price-page-title > span {
    font-size: 12px;
  }

  .price-page-title h1 {
    font-size: 31px;
  }

  .price-page-title p {
    max-width: 270px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .price-breadcrumb {
    display: none;
  }

  .price-page-content {
    width: 100%;
    padding: 18px 16px 26px;
  }

  .price-program-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-program-card > img {
    aspect-ratio: 16 / 8;
  }

  .price-program-copy > p {
    min-height: 0;
  }

  .price-options > div {
    min-height: 67px;
    grid-template-columns: auto 1fr;
  }

  .price-options span {
    grid-row: 1 / span 2;
  }

  .price-options strong {
    font-size: 18px;
  }

  .price-table-scroll {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .price-comparison table {
    min-width: 690px;
  }

  .price-guide-grid {
    grid-template-columns: 1fr;
  }

  .price-guide-grid article {
    min-height: 0;
  }

  .price-contact-banner {
    padding: 23px 20px;
    display: block;
    text-align: center;
  }

  .price-contact-banner > div {
    display: block;
  }

  .price-contact-banner > div > i {
    display: block;
    margin-bottom: 9px;
  }

  .price-contact-banner h2 {
    font-size: 17px;
    line-height: 1.45;
  }

  .price-contact-banner p {
    line-height: 1.5;
  }

  .price-contact-banner > a {
    width: 100%;
    margin-top: 17px;
  }
}

/* Location page */
.location-page-main {
  background: #f7f9fc;
}

.location-page-hero {
  min-height: 280px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 48, 112, .84), rgba(0, 78, 145, .3) 50%, rgba(0, 45, 96, .15)),
    image-set(
      url("../images/sokcho-jetboat-lighthouse-web.webp") type("image/webp"),
      url("../images/sokcho-jetboat-lighthouse-web.jpg") type("image/jpeg")
    ) center 28% / cover no-repeat;
}

.location-page-hero-inner {
  width: min(1124px, calc(100% - 48px));
  min-height: 280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.location-page-title > span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.location-page-title h1 {
  margin: 0;
  font-size: 43px;
  line-height: 1.15;
  letter-spacing: -2px;
}

.location-page-title p {
  max-width: 390px;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.location-breadcrumb {
  align-self: flex-end;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.location-breadcrumb a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.location-page-content {
  width: min(1384px, calc(100% - 80px));
  margin: 0 auto;
  padding: 30px 0 34px;
}

.location-section-heading {
  margin-bottom: 15px;
}

.location-section-heading > span {
  display: block;
  color: #397abb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.location-section-heading h2 {
  margin: 4px 0 0;
  color: #0d478d;
  font-size: 22px;
}

.location-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(620px, 52vw, 780px);
  align-items: stretch;
  gap: 30px;
}

.location-overview-copy {
  min-width: 0;
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
}

.location-address {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #1b3559;
  font-size: 15px;
  line-height: 1.5;
}

.location-address > i {
  color: #1758a7;
  font-size: 20px;
}

.location-transport-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.location-transport-grid article {
  min-width: 0;
  padding: 17px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: center;
  gap: 2px 15px;
  border: 1px solid #d7e1ec;
  border-radius: 9px;
  background: #fff;
}

.location-transport-grid article > i {
  width: 48px;
  height: 48px;
  grid-row: 1 / span 2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1758a7;
  background: #edf4fc;
  font-size: 21px;
}

.location-transport-grid h3 {
  margin: 3px 0 2px;
  color: #174f94;
  font-size: 14px;
}

.location-transport-grid p {
  margin: 0;
  color: #667284;
  font-size: 12px;
  line-height: 1.55;
}

.location-map-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid #d6e0eb;
  border-radius: 10px;
  background: #fff;
}

.location-map-card > a:first-child {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  display: block;
}

.location-map-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}

.location-map-pin {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: #0750a6;
  box-shadow: 0 5px 15px rgba(0, 47, 105, .28);
  transform: translate(-50%, -70%) rotate(-45deg);
}

.location-map-pin i {
  transform: rotate(45deg);
}

.location-map-button {
  width: fit-content;
  min-height: 38px;
  margin: 12px auto 0;
  padding: 0 16px;
  border: 1px solid #4b80be;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #15529c;
  font-size: 13px;
  font-weight: 700;
}

.location-routes {
  margin-top: 27px;
}

.location-route-list {
  overflow: hidden;
  border: 1px solid #d5dfeb;
  border-radius: 10px;
  background: #fff;
}

.location-route-list details + details {
  border-top: 1px solid #dce4ed;
}

.location-route-list summary {
  min-height: 68px;
  padding: 12px 20px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  list-style: none;
}

.location-route-list summary::-webkit-details-marker {
  display: none;
}

.location-route-list summary > i:first-child {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1758a7;
  background: #edf4fc;
  font-size: 17px;
}

.location-route-list summary strong,
.location-route-list summary small {
  display: block;
}

.location-route-list summary strong {
  color: #174f94;
  font-size: 14px;
}

.location-route-list summary small {
  margin-top: 4px;
  color: #687486;
  font-size: 12px;
}

.location-route-arrow {
  color: #356da9;
  transition: transform .2s ease;
}

.location-route-list details[open] .location-route-arrow {
  transform: rotate(90deg);
}

.location-route-list details > p {
  margin: 0;
  padding: 14px 75px 18px;
  color: #566375;
  background: #f5f8fc;
  font-size: 13px;
  line-height: 1.55;
}

.location-scenery {
  margin-top: 27px;
}

.location-scenery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.location-scenery-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.location-contact-banner {
  min-height: 88px;
  margin-top: 27px;
  padding: 16px 44px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4, 50, 115, .98), rgba(5, 66, 139, .8)),
    image-set(
      url("../images/sokcho-marina-web.webp") type("image/webp"),
      url("../images/sokcho-marina-web.jpg") type("image/jpeg")
    ) center 57% / cover no-repeat;
}

.location-contact-banner > div {
  display: flex;
  align-items: center;
  gap: 21px;
}

.location-contact-banner > div > i {
  font-size: 34px;
}

.location-contact-banner h2 {
  margin: 0;
  font-size: 18px;
}

.location-contact-banner p {
  margin: 5px 0 0;
  font-size: 12px;
}

.location-contact-banner > a {
  width: 170px;
  min-height: 46px;
  flex: 0 0 auto;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #0d478d;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .location-page-content {
    width: min(100% - 48px, 920px);
  }

  .location-overview {
    grid-template-columns: 1fr;
  }

  .location-map-card img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  .location-page-hero,
  .location-page-hero-inner {
    min-height: 248px;
  }

  .location-page-hero {
    background-position: 47% 22%;
  }

  .location-page-hero-inner {
    width: calc(100% - 40px);
    align-items: flex-start;
    justify-content: center;
    padding-top: 34px;
    text-align: center;
  }

  .location-page-title > span {
    font-size: 12px;
  }

  .location-page-title h1 {
    font-size: 33px;
  }

  .location-page-title p {
    max-width: 285px;
    margin-top: 12px;
    font-size: 13px;
  }

  .location-breadcrumb {
    display: none;
  }

  .location-page-content {
    width: 100%;
    padding: 20px 16px 26px;
  }

  .location-overview {
    gap: 18px;
  }

  .location-overview-copy {
    padding: 0;
  }

  .location-address {
    align-items: flex-start;
    font-size: 14px;
  }

  .location-transport-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .location-transport-grid article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 2px 13px;
  }

  .location-transport-grid article > i {
    grid-row: 1 / span 2;
  }

  .location-transport-grid h3 {
    margin: 3px 0 2px;
  }

  .location-map-card img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .location-route-list summary {
    padding: 11px 13px;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .location-route-list summary > i:first-child {
    width: 38px;
    height: 38px;
  }

  .location-route-list details > p {
    padding: 13px 18px 16px;
  }

  .location-scenery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .location-contact-banner {
    padding: 23px 20px;
    display: block;
    text-align: center;
  }

  .location-contact-banner > div {
    display: block;
  }

  .location-contact-banner > div > i {
    display: block;
    margin-bottom: 9px;
  }

  .location-contact-banner h2 {
    font-size: 17px;
    line-height: 1.45;
  }

  .location-contact-banner p {
    line-height: 1.5;
  }

  .location-contact-banner > a {
    width: 100%;
    margin-top: 17px;
  }
}
