/* Sea Trek build 1 final - main.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
*, *:before, *:after { box-sizing: border-box; }

:root{
  --navy:#223343;
  --navy2:#1a2733;
  --sky:#2d87a8;
  --sky2:#1f6f8c;
  --line:#d9e3ea;
  --text:#303742;
  --muted:#60707f;
  --max:1140px;
}

html { scroll-behavior: smooth; }

body {
  line-height: 1;
  background: #f8fafc;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
}
body.menu-visible { overflow: hidden; }

ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

a { color: var(--sky); text-decoration: none; }
a:hover { color: var(--sky2); }

strong, b { font-weight: 700; }
em, i { font-style: italic; }

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

p, li {
  font-size: 1rem;
  line-height: 1.82;
  color: var(--text);
}

h1, h2, h3 {
  color: var(--navy);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1 { font-size: 2.35rem; }
h2 { font-size: 1.32rem; }
h3 { font-size: 1rem; }

.wrapper { padding: 4.25rem 1.1rem; }
.container { max-width: var(--max); margin: 0 auto; }

.major {
  text-align: center;
  margin-bottom: 2.5rem;
}
.major h1, .major h2 { margin-bottom: 1rem; }
.major p {
  max-width: 820px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.9;
}

.eyebrow {
  display: inline-block;
  margin-bottom: .95rem;
  font-size: .76rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--sky);
  font-weight: 700;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background: rgba(34, 51, 67, .96);
  color: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.14);
}
#header h1 {
  font-size: .84rem;
  margin: 0;
  letter-spacing: .14em;
}
#header h1 a { color: #fff; }
#header .menu-toggle {
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  padding: .62rem .92rem;
  border-radius: 999px;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

#header.site-header {
  gap: .7rem;
  flex-wrap: wrap;
  align-content: center;
  padding-top: .6rem;
  padding-bottom: .6rem;
}
#header.site-header h1 {
  flex: 0 0 auto;
}
#header.site-header .header-quick-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin-left: auto;
}
#header.site-header .header-quick-actions .button {
  width: auto;
  padding: .52rem .78rem;
  border: 0;
  font-size: .7rem;
  line-height: 1;
  letter-spacing: .12em;
  box-shadow: none;
  white-space: nowrap;
}
#header.site-header .menu-toggle {
  flex: 0 0 auto;
}
#header.site-header .book-short {
  display: none;
}
body.page-home #header.site-header .header-home {
  display: none;
}
body.page-contact #header.site-header .header-book {
  display: none;
}

#navShade {
  position: fixed;
  inset: 0;
  background: rgba(16,24,32,.58);
  z-index: 1000;
  display: none;
}
body.menu-visible #navShade { display:block; }

#nav {
  position: fixed;
  top: 0;
  right: 0;
  width: min(20rem, 88vw);
  height: 100%;
  z-index: 1001;
  background: var(--navy2);
  padding: 4.9rem 1.25rem 2rem;
  transform: translateX(100%);
  transition: transform .24s ease;
  box-shadow: -2px 0 26px rgba(0,0,0,.22);
  overflow-y: auto;
}
body.menu-visible #nav { transform: translateX(0); }
#navClose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
#nav .links li { margin-bottom: .2rem; }
#nav .links a {
  display:block;
  color:#fff;
  padding: .82rem .2rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#nav .links a.active { color: #a7e0ef; }

.hero {
  background:
    linear-gradient(rgba(21,31,40,.44), rgba(21,31,40,.62)),
    url('../images/044_IMG_2712.JPEG') center/cover no-repeat;
  color: #fff;
  padding: 6.25rem 1.1rem 4.6rem;
}
.hero .container { max-width: 1080px; }
.hero .hero-copy { max-width: 760px; }
.hero .eyebrow { color: #cfeaf2; }
.hero h1 {
  color: #fff;
  font-size: 2.45rem;
  margin-bottom: 1.05rem;
}
.hero p {
  color: rgba(255,255,255,.94);
  font-size: 1.05rem;
  line-height: 1.9;
}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:.85rem;
  align-items:center;
}
.button {
  display:inline-block;
  padding: .92rem 1.3rem;
  border-radius: 999px;
  background: var(--sky);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.button:hover { background: var(--sky2); color:#fff; }
.button.alt {
  background: transparent;
  border:1px solid rgba(255,255,255,.5);
}
.button.alt:hover { background: rgba(255,255,255,.1); }
.button.small {
  padding: .74rem 1.03rem;
  font-size:.72rem;
}
.button.dark {
  background: var(--navy);
}
.button.dark:hover { background: #17232d; }

.notice-bar {
  background: #f2f7fb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.notice-bar .container {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
  padding: 1rem 1.1rem;
}
.notice-item {
  text-align:center;
  font-size: .9rem;
  color: var(--muted);
}
.notice-item strong {
  display:block;
  margin-bottom:.22rem;
  color: var(--navy);
  font-size: .77rem;
  letter-spacing:.08em;
  text-transform: uppercase;
}

.image.fit {
  display:block;
  border-radius: .45rem;
  overflow:hidden;
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
}
.image.fit img {
  display:block;
  width:100%;
  height:auto;
}

.features-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:1.2rem;
}
.feature-card, .section-panel, .price-card, .contact-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:.5rem;
  padding:1.4rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}
.feature-card h3, .section-panel h2, .section-panel h3, .price-card h3, .contact-card h3 { margin-bottom:.85rem; }
.feature-card p, .section-panel p, .contact-card p, .price-note { color: var(--muted); }

.split-section { background:#fff; border-top:1px solid var(--line); }
.article {
  display:grid;
  grid-template-columns: 1.03fr .97fr;
  gap:2.2rem;
  align-items:center;
  margin-bottom:2.8rem;
}
.article:last-child { margin-bottom:0; }
.article.article-right .copy { order:2; }
.article.article-right .media { order:1; }

.copy ul, .feature-card ul, .price-card ul, .contact-card ul {
  margin-top:.45rem;
}
.copy ul li, .feature-card ul li, .price-card ul li, .contact-card ul li {
  position:relative;
  padding-left:1.2rem;
}
.copy ul li:before, .feature-card ul li:before, .price-card ul li:before, .contact-card ul li:before {
  content: "•";
  color: var(--sky);
  position:absolute;
  left:0;
}

.badge {
  display:inline-block;
  padding:.44rem .72rem;
  border-radius:999px;
  background:#eef8fb;
  color: var(--sky2);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight:700;
  margin-bottom:.85rem;
}

.pricing-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:1.2rem;
}
.price-card {
  border-top:4px solid var(--sky);
  display:flex;
  flex-direction:column;
}
.price-card .price-card-actions {
  margin-top:auto;
  padding-top:1.2rem;
}
.kicker {
  color: var(--muted);
  margin-bottom:.75rem;
  text-transform:uppercase;
  font-size:.76rem;
  letter-spacing:.12em;
}
.pricing-actions {
  display:flex;
  justify-content:center;
  gap:.85rem;
  flex-wrap:wrap;
  margin-top:2rem;
}

.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--sky));
  color:#fff;
}
.cta-band h2, .cta-band p { color:#fff; }
.cta-band p {
  max-width:760px;
  margin:0 auto 1.2rem auto;
  text-align:center;
}

.gallery {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:1rem;
  overflow: visible;
}
.ff-gallery-item {
  position: relative;
  overflow: visible;
}
.ff-gallery-card {
  position: relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:.45rem;
  overflow: visible;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}
.ff-gallery-thumb {
  display:block;
  width:100%;
  height:240px;
  object-fit:cover;
  cursor:pointer;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
  transform-origin:center center;
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .ff-gallery-item:hover {
    z-index: 30;
  }
  .ff-gallery-card:hover .ff-gallery-thumb {
    transform: scale(1.25);
    filter: contrast(1.03) brightness(1.01);
    box-shadow: 0 14px 30px rgba(0,0,0,.20);
    z-index: 30;
  }
}
.ff-gallery-preview {
  position: fixed;
  inset: 0;
  background: rgba(10,16,24,.92);
  z-index: 1200;
  display:none;
  padding: 1.25rem;
}
.ff-gallery-preview.is-visible { display:block; }
.ff-gallery-preview-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ff-gallery-preview img {
  max-width:min(1200px,94vw);
  max-height:82vh;
  border-radius:.45rem;
  box-shadow: 0 20px 55px rgba(0,0,0,.34);
}
.ff-gallery-close {
  position:absolute;
  top:0;
  right:0;
  background:#fff;
  color: var(--navy);
  border:none;
  border-radius:999px;
  padding:.7rem 1rem;
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  cursor:pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.ff-gallery-caption {
  position:absolute;
  bottom:.5rem;
  left:50%;
  transform:translateX(-50%);
  color:#fff;
  font-size:.85rem;
  background:rgba(0,0,0,.45);
  padding:.5rem .75rem;
  border-radius:.4rem;
  max-width:90vw;
  text-align:center;
}

.contact-grid {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:1.2rem;
}
.contact-card .big {
  font-size:1.12rem;
  color: var(--navy);
  font-weight:700;
}

.footer {
  background: var(--navy2);
  color: rgba(255,255,255,.88);
  padding: 2.1rem 1.1rem;
}
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:center;
}
.footer p {
  color: rgba(255,255,255,.88);
  font-size:.92rem;
  line-height:1.7;
}
.footer-nav a {
  color:#fff;
  margin-left:1rem;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.center { text-align:center; }
.smallprint {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.7;
}

@media screen and (max-width: 980px){
  .article, .article.article-right {
    grid-template-columns: 1fr;
  }
  .article.article-right .copy, .article.article-right .media {
    order: initial;
  }
  .features-grid, .pricing-grid, .gallery, .contact-grid, .notice-bar .container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 736px){
  h1 { font-size: 1.92rem; }
  h2 { font-size: 1.12rem; }
  p, li { font-size: .98rem; line-height: 1.8; }

  .hero { padding: 5.15rem 1rem 3.7rem; }
  .hero h1 { font-size: 1.96rem; }
  .hero p { font-size: 1rem; }

  .wrapper { padding: 3.25rem 1rem; }

  .features-grid, .pricing-grid, .gallery, .contact-grid, .notice-bar .container {
    grid-template-columns: 1fr;
  }

  .ff-gallery-thumb { height: 210px; }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-nav a {
    margin-left: 0;
    margin-right: 1rem;
  }

  #header h1 {
    max-width: 70%;
    line-height: 1.4;
  }

  #header.site-header {
    row-gap: .6rem;
  }

  #header.site-header h1 {
    order: 1;
  }

  #header.site-header .menu-toggle {
    order: 2;
    margin-left: auto;
  }

  #header.site-header .header-quick-actions {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  #header.site-header .header-quick-actions .button {
    width: auto;
  }

  #header.site-header .book-long {
    display: none;
  }

  #header.site-header .book-short {
    display: inline;
  }

  .actions {
    align-items: stretch;
  }
  .button, .button.alt, .button.dark {
    width: 100%;
    text-align: center;
  }

  .ff-gallery-close {
    top: .25rem;
    right: .25rem;
  }
  .ff-gallery-preview img {
    max-height: 74vh;
  }
}


@media screen and (max-width: 380px) {
  #header.site-header .header-quick-actions {
    gap: .35rem;
  }

  #header.site-header .header-quick-actions .button {
    padding: .48rem .6rem;
    font-size: .66rem;
    letter-spacing: .1em;
  }
}

.contact-page {
  background:
    linear-gradient(rgba(248,250,252,.92), rgba(248,250,252,.96)),
    url('../images/044_IMG_2712.JPEG') center top / cover no-repeat;
}
.contact-page-inner {
  max-width: 980px;
}
.contact-hero-copy p {
  max-width: 860px;
}
.contact-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.contact-options {
  margin-bottom: 1.2rem;
}
.contact-option-card {
  min-height: 100%;
}
.contact-option-card .big a {
  color: var(--navy);
}
.contact-option-highlight {
  border-top: 4px solid var(--sky);
}
.booking-card {
  margin-bottom: 1.2rem;
}
.booking-actions {
  justify-content: flex-start;
}
.booking-actions .button {
  min-width: 220px;
  text-align: center;
}
.contact-form-card {
  padding: 1.75rem;
}
.form-heading {
  margin-bottom: 1.2rem;
}
.form-heading h3 {
  margin-bottom: .75rem;
}
.form-heading p {
  color: var(--muted);
}
.contact-form {
  display: block;
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.1rem;
}
.field {
  display: block;
}
.field-full {
  grid-column: 1 / -1;
}
.field label {
  display: block;
  margin-bottom: .45rem;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #c9d6df;
  border-radius: .45rem;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: .9rem .95rem;
  appearance: none;
}
.field textarea {
  resize: vertical;
  min-height: 8.5rem;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(45,135,168,.12);
}
.field .input-error,
.field input.input-error {
  border-color: #b44343;
  box-shadow: 0 0 0 3px rgba(180,67,67,.10);
}
.form-meta {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin-top: 1.1rem;
}
.form-note {
  color: var(--muted);
  font-size: .92rem;
}
.form-actions {
  margin-top: 1.3rem;
}
.button-input {
  border: none;
  cursor: pointer;
  font: inherit;
}
.button-reset {
  background: #eff5f8;
  color: var(--navy);
}
.button-reset:hover {
  background: #dfeaf0;
  color: var(--navy);
}
.button-input[disabled] {
  opacity: .55;
  cursor: not-allowed;
}
.status-shell {
  min-height: calc(100vh - 4rem);
  display: flex;
  align-items: center;
}
.status-card {
  max-width: 760px;
  margin: 0 auto;
}
.status-card .actions {
  justify-content: center;
  margin-top: 1rem;
}

@media screen and (max-width: 980px){
  .contact-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px){
  .field-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-card {
    padding: 1.25rem;
  }
}


.contact-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.booking-paths {
  margin-bottom: 1.2rem;
}
.booking-path-card {
  min-height: 100%;
}
.booking-path-actions {
  justify-content: flex-start;
  margin-top: 1rem;
}
.pricing-disclosures {
  max-width: 980px;
  margin: 1.15rem auto 0 auto;
  padding: 1rem 1.2rem;
  background: #f7fbfd;
  border: 1px solid var(--line);
  border-radius: .5rem;
}
.pricing-disclosures ul {
  margin: 0;
}
.pricing-disclosures li {
  color: var(--muted);
}
.payment-note {
  margin: .85rem 0 0 0;
  color: var(--muted);
  font-size: .95rem;
}
@media screen and (max-width: 980px){
  .contact-grid-2 {
    grid-template-columns: 1fr;
  }
}


.booking-path-actions {
  flex-direction: column;
  align-items: flex-start;
}
.booking-path-actions .button {
  min-width: 220px;
  text-align: center;
}
