:root {
  --ink: #151817;
  --muted: #5d6663;
  --paper: #f4fbfa;
  --panel: #ffffff;
  --line: #d5e4e1;
  --sea: #0d6f78;
  --sea-dark: #08484f;
  --mist: #deefec;
  --gold: #c7a057;
  --coral: #c45a44;
  --deep: #101716;
  --shadow: 0 18px 50px rgba(14, 24, 23, 0.14);
  --radius: 8px;
  --container: 1160px;
  --wave-pattern: url("data:image/svg+xml,%3Csvg width='520' height='160' viewBox='0 0 520 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230d6f78' stroke-opacity='.13' stroke-width='1.4'%3E%3Cpath d='M-20 42 C45 8 105 8 170 42 S295 76 360 42 485 8 540 42'/%3E%3Cpath d='M-20 82 C45 48 105 48 170 82 S295 116 360 82 485 48 540 82'/%3E%3Cpath d='M-20 122 C45 88 105 88 170 122 S295 156 360 122 485 88 540 122'/%3E%3C/g%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #eef8f6;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background: transparent;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(199, 160, 87, 0.16), rgba(199, 160, 87, 0) 26%),
    radial-gradient(circle at 86% 12%, rgba(196, 90, 68, 0.08), rgba(196, 90, 68, 0) 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(244, 251, 250, 0.88) 42%, rgba(224, 243, 239, 0.94) 100%),
    var(--wave-pattern);
  background-position: top center, top center, top center, top center;
  background-size: auto, auto, auto, 520px 160px;
}

body > * {
  position: relative;
  z-index: 1;
}

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

a {
  color: inherit;
}

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

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--sea-dark);
  border-radius: var(--radius);
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 251, 250, 0.9);
  border-bottom: 1px solid rgba(199, 218, 214, 0.88);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(16, 23, 22, 0.08);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--deep);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
}

.brand img {
  flex: 0 0 auto;
  border-radius: 8px;
}

.brand-logo {
  width: 188px;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #26302d;
  text-decoration: none;
  border-radius: var(--radius);
  font-size: 0.96rem;
  font-weight: 650;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: var(--mist);
  outline: none;
}

.nav-menu .nav-cta {
  color: #fff;
  background: var(--sea);
}

.nav-menu .nav-cta:hover,
.nav-menu .nav-cta:focus-visible {
  background: var(--sea-dark);
}

.nav-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--panel);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  display: block;
  margin: 3px auto;
  background: currentColor;
  border-radius: 10px;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 58px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 18, 18, 0.82) 0%, rgba(9, 18, 18, 0.54) 42%, rgba(9, 18, 18, 0.08) 76%),
    linear-gradient(0deg, rgba(9, 18, 18, 0.45) 0%, rgba(9, 18, 18, 0) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 70px 0 54px;
}

.kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4rem;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-text {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: #fff;
  background: var(--coral);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #a94431;
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.12);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.button-fullscreen {
  color: var(--deep);
  background: #fff;
}

.button-fullscreen:hover,
.button-fullscreen:focus-visible {
  background: var(--mist);
}

.hero-facts {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
}

.hero-facts li {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  color: #fff;
  font-size: 1.06rem;
}

.hero-facts span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.section {
  padding: 88px 0;
}

.intro-band {
  padding: 22px 0;
  color: #fff;
  background: var(--sea-dark);
}

.intro-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.intro-grid p {
  max-width: 760px;
  margin: 0;
  font-weight: 700;
}

.text-link {
  color: inherit;
  font-weight: 800;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.section-alt {
  background: rgba(222, 239, 236, 0.64);
  backdrop-filter: blur(1px);
}

.section-deep {
  color: #fff;
  background: var(--deep);
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head h2,
.area-layout h2,
.seo-copy h2,
.faq-layout h2,
.contact-copy h2 {
  margin: 0;
  font-size: 2.45rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.section-head p:last-child,
.area-layout p,
.seo-copy p,
.faq-layout p,
.contact-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-head-light p:last-child,
.section-deep .eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(14, 24, 23, 0.06);
}

.service-card-accent {
  color: #fff;
  border-color: var(--sea-dark);
  background: var(--sea-dark);
}

.service-index {
  color: var(--coral);
  font-weight: 900;
}

.service-card-accent .service-index {
  color: var(--gold);
}

.service-card h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-card-accent p,
.service-card-accent li {
  color: rgba(255, 255, 255, 0.82);
}

.service-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 20px;
  color: #45504c;
  font-size: 0.95rem;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}

.gallery-item {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: var(--deep);
  cursor: pointer;
  box-shadow: var(--shadow);
}

.gallery-item-large {
  grid-row: span 2;
  min-height: 600px;
}

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

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 18, 18, 0.62), rgba(10, 18, 18, 0) 55%);
}

.gallery-item span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 850;
  text-align: left;
}

.gallery-item span em {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 750;
}

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

.gallery-item:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.video-slot {
  min-height: 292px;
  padding: 24px;
  border: 1px solid rgba(13, 111, 120, 0.26);
  border-radius: var(--radius);
  background: #fff;
}

.video-slot h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.video-slot p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
}

.area-layout,
.faq-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: start;
}

.area-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-panel span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--sea-dark);
  background: #fff;
  font-weight: 750;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  min-height: 226px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.process-list li::before {
  counter-increment: process;
  content: "0" counter(process);
  display: block;
  margin-bottom: 38px;
  color: var(--gold);
  font-weight: 900;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  font-size: 1.2rem;
}

.process-list span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.seo-section {
  padding: 72px 0;
}

.seo-copy {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq-list summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.faq-list summary:focus-visible {
  outline: 3px solid rgba(196, 90, 68, 0.45);
  outline-offset: 2px;
}

.faq-list details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.contact-section {
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(1px);
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--sea-dark);
  font-weight: 800;
}

.contact-lines a {
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #35403c;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #cad4cf;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
}

.contact-form textarea {
  min-height: 132px;
  padding-top: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--sea);
  outline: 3px solid rgba(13, 111, 120, 0.18);
}

.form-wide {
  grid-column: 1 / -1;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 650;
}

.consent input {
  width: 20px;
  min-height: 20px;
  margin-top: 3px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--sea-dark);
  font-weight: 750;
}

.form-status.is-error {
  color: #9b3223;
}

.site-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.82);
  background: var(--deep);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  color: #fff;
}

.footer-brand .brand-logo {
  width: 176px;
}

.site-footer p {
  margin: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background: rgba(10, 18, 18, 0.88);
  overflow: auto;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-panel {
  width: min(1180px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
}

.lightbox-stage {
  grid-row: 1 / 3;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.34);
}

.lightbox-stage img {
  width: 100%;
  max-height: calc(100vh - 52px);
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.lightbox-meta {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.lightbox-meta h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.16;
}

.lightbox-meta p:not(.eyebrow) {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.lightbox-meta span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-top: 14px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(13, 111, 120, 0.72);
  font-weight: 850;
}

.collection-thumbs {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  overflow: auto;
  padding-right: 4px;
}

.collection-thumb {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.collection-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-thumb.is-active {
  border-color: var(--gold);
}

.collection-thumb:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 2px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 1080px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gallery-item-large {
    grid-row: span 1;
    grid-column: 1 / -1;
    min-height: 440px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav {
    min-height: 66px;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-menu {
    position: fixed;
    top: 66px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    min-height: 46px;
    justify-content: center;
  }

  .hero {
    min-height: min(690px, calc(100svh - 42px));
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-content {
    padding: 52px 0 44px;
  }

  .hero h1 {
    font-size: 2.72rem;
    line-height: 1.05;
  }

  .hero-text {
    font-size: 1.02rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .hero-facts li {
    min-height: auto;
  }

  .section {
    padding: 62px 0;
  }

  .intro-grid,
  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head h2,
  .area-layout h2,
  .seo-copy h2,
  .faq-layout h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .area-layout,
  .faq-layout,
  .contact-layout,
  .process-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form label {
    grid-column: 1 / -1;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox-panel {
    max-height: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .lightbox-stage {
    grid-row: auto;
  }

  .lightbox-stage img {
    max-height: 56vh;
  }

  .collection-thumbs {
    grid-template-columns: repeat(5, minmax(72px, 1fr));
    max-height: 210px;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: 156px;
  }

  .hero h1 {
    font-size: 2.25rem;
  }

  .hero-actions .button {
    width: 100%;
  }

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

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

  .gallery-item,
  .gallery-item-large {
    min-height: 310px;
  }

  .area-panel span {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
