:root {
  color-scheme: light;
  --ink: #071621;
  --muted: #61717b;
  --line: #d9d2c4;
  --paper: #f4f0e8;
  --white: #ffffff;
  --blue: #0b5e74;
  --blue-dark: #061b28;
  --teal: #3ca79f;
  --coral: #b97954;
  --gold: #c8a968;
  --champagne: #efe2c7;
  --shadow: 0 24px 70px rgba(6, 27, 40, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px clamp(18px, 4vw, 56px);
  background: rgba(6, 27, 40, 0.9);
  border-bottom: 1px solid rgba(239, 226, 199, 0.18);
  backdrop-filter: blur(16px);
}

.brand,
nav,
.hero-actions,
address {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
}

nav {
  gap: 22px;
  font-size: 0.93rem;
}

nav a,
.header-cta,
.button,
.product-card {
  text-decoration: none;
}

nav a {
  color: rgba(255, 255, 255, 0.74);
}

nav a:hover {
  color: var(--champagne);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--blue-dark);
  font-weight: 800;
}

.header-cta,
.button.primary {
  color: #061b28;
  border-color: var(--gold);
  background: var(--gold);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(239, 226, 199, 0.7);
  background: rgba(239, 226, 199, 0.08);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: 120px clamp(20px, 6vw, 76px) 54px;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  background:
    radial-gradient(circle at 76% 28%, rgba(200, 169, 104, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(3, 18, 28, 0.92), rgba(4, 28, 40, 0.6) 55%, rgba(4, 28, 40, 0.16));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding-left: clamp(0px, 2vw, 24px);
  border-left: 1px solid rgba(239, 226, 199, 0.42);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--champagne);
}

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

h1 {
  margin-bottom: 18px;
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 500;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 500;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.hero-content > p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

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

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(6, 27, 40, 0.14);
  border-top: 1px solid rgba(200, 169, 104, 0.34);
  border-bottom: 1px solid rgba(200, 169, 104, 0.34);
}

.trust-strip p {
  margin: 0;
  padding: 18px 14px;
  color: var(--blue-dark);
  background: #fbfaf6;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.intro,
.plans,
.quote-section,
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 76px);
}

.intro p,
.plans p,
.quote-copy p,
.section-heading p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.gallery-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.75fr;
  gap: 14px;
  padding: 0 clamp(20px, 6vw, 76px) clamp(64px, 9vw, 112px);
}

.gallery-band img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(6, 27, 40, 0.16);
}

.gallery-band img:nth-child(even) {
  margin-top: 38px;
}

.owners-section {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 76px);
  background:
    linear-gradient(135deg, rgba(200, 169, 104, 0.11), transparent 34%),
    #061b28;
  color: var(--white);
}

.owners-section .eyebrow {
  color: var(--champagne);
}

.owners-copy p {
  max-width: 840px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.owner-profiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.owner-card {
  overflow: hidden;
  border: 1px solid rgba(239, 226, 199, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.owner-photo {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: 24px;
  border-bottom: 1px solid rgba(239, 226, 199, 0.22);
  background:
    linear-gradient(135deg, rgba(239, 226, 199, 0.16), rgba(11, 94, 116, 0.15)),
    rgba(255, 255, 255, 0.07);
}

.owner-photo span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px dashed rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
  text-align: center;
}

.owner-bio {
  padding: 22px;
}

.owner-bio h3 {
  margin-bottom: 10px;
}

.owner-bio p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 76px);
  background: var(--white);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.service-grid,
.package-grid,
.product-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.package-card,
.product-card,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.service-card,
.package-card {
  padding: 26px;
}

.service-card.featured {
  border-color: rgba(200, 169, 104, 0.68);
  box-shadow: var(--shadow);
}

.price {
  color: var(--blue-dark);
  font-size: 1.55rem;
  font-weight: 900;
}

.price span {
  font-size: 0.95rem;
}

.service-card p:last-child,
.package-card li {
  color: var(--muted);
  line-height: 1.58;
}

.plans {
  background:
    linear-gradient(135deg, rgba(200, 169, 104, 0.14), transparent 34%),
    var(--blue-dark);
  color: var(--white);
}

.plans .eyebrow {
  color: var(--champagne);
}

.plans p {
  color: rgba(255, 255, 255, 0.82);
}

.quote-section {
  background: linear-gradient(135deg, #efe2c7, #ffffff 58%);
}

.quote-section.reverse {
  background: linear-gradient(135deg, #f4f0e8, #ffffff 72%);
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 32px);
  box-shadow: var(--shadow);
}

.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.direct-contact span {
  flex-basis: 100%;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.direct-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(6, 27, 40, 0.16);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.58);
  font-weight: 800;
  text-decoration: none;
}

.direct-contact a:hover {
  border-color: rgba(200, 169, 104, 0.72);
}

label {
  display: grid;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d3c6ad;
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

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

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.management {
  background: #f3eee4;
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.package-card.premium {
  border-color: rgba(215, 168, 70, 0.6);
  box-shadow: var(--shadow);
}

.package-tier {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.frequency {
  color: var(--blue);
  font-weight: 900;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li + li {
  margin-top: 8px;
}

.products {
  background: #fbfaf6;
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 20px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.product-card img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  background: #f2eadb;
  border-radius: 8px;
}

.product-card span {
  font-size: 1.18rem;
  font-weight: 900;
}

.product-card strong {
  color: var(--blue);
  font-size: 1.35rem;
}

.site-footer {
  color: var(--white);
  background: #06131d;
}

.site-footer .eyebrow {
  color: var(--champagne);
}

address {
  flex-wrap: wrap;
  gap: 12px;
  font-style: normal;
}

address a {
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: var(--white);
  text-decoration: none;
}

.chatbot-label {
  position: fixed;
  right: 54px;
  bottom: 29px;
  z-index: 8;
  width: 176px;
  padding: 8px 46px 8px 12px;
  border: 1px solid rgba(239, 226, 199, 0.22);
  border-radius: 999px;
  color: var(--white);
  background: rgba(6, 27, 40, 0.78);
  box-shadow: 0 10px 28px rgba(6, 27, 40, 0.14);
  backdrop-filter: blur(10px);
  opacity: 0.94;
  pointer-events: none;
}

.chatbot-label::after {
  display: none;
}

.chatbot-label::before {
  display: none;
}

.chatbot-label span {
  display: block;
  margin-bottom: 1px;
  color: var(--champagne);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chatbot-label strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .intro,
  .plans,
  .quote-section,
  .site-footer,
  .owners-section,
  .service-grid,
  .package-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .gallery-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-band img {
    height: 300px;
  }

  .product-card {
    grid-template-columns: 150px 1fr;
  }

  .product-card strong {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    padding: 0 12px;
  }

  .hero {
    min-height: 760px;
    padding: 112px 18px 38px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(5, 30, 47, 0.25), rgba(5, 30, 47, 0.86));
  }

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

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .gallery-band img,
  .gallery-band img:nth-child(even) {
    height: 260px;
    margin-top: 0;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card img {
    width: 100%;
  }

  .owner-profiles {
    gap: 10px;
  }

  .owner-photo {
    min-height: 170px;
    padding: 14px;
  }

  .owner-photo span {
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .owner-bio {
    padding: 16px;
  }

  .owner-bio h3 {
    font-size: 1.05rem;
  }

  .owner-bio p {
    font-size: 0.9rem;
  }

  .chatbot-label {
    right: 46px;
    bottom: 27px;
    width: 164px;
    padding: 8px 42px 8px 11px;
  }

  .chatbot-label strong {
    font-size: 0.78rem;
  }
}
