/* ===== ASIANCAMBO — JADE BAY & JUNK BOAT HARBOR (LIGHT THEME) ===== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #F4F9F5;
  color: #1F3529;
  overflow-x: hidden;
}

a {
  color: #1F6E52;
  text-decoration: none;
}

a:hover {
  color: #173F2F;
}

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

/* ---------- HARBOR-MASTER NAV ---------- */

.harbor-master-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  background-color: #FBFAF2;
  box-shadow: 0 1px 0 #DCE7DE;
}

.buoy-channel {
  height: 10px;
  background-color: #FBFAF2;
  background-image:
    radial-gradient(circle at 12px 5px, #1F6E52 5px, transparent 6px),
    radial-gradient(circle at 36px 5px, #C0392B 5px, transparent 6px);
  background-size: 48px 10px;
  background-position: 0 0;
  border-bottom: 1px solid #DCE7DE;
}

.nav-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: #1F6E52;
  text-decoration: none;
  text-transform: uppercase;
}

.junk-sail-glyph {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 0 14px 0 0;
  background-color: #7C8B80;
  position: relative;
}

.junk-sail-glyph::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 4px;
  height: 1px;
  background-color: #FBFAF2;
}

.right-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.right-links a {
  color: #1F3529;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 8px;
  position: relative;
}

.right-links a:hover {
  color: #1F6E52;
}

.right-links a.current::after,
.right-links a:hover::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 2px;
  height: 2px;
  background-color: #1F6E52;
}

.buoy-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C0392B;
  display: inline-block;
  margin: 0 4px;
}

.nav-toggle {
  display: none;
}

/* ---------- JADE-BAY HERO ---------- */

.jade-bay-hero {
  background: linear-gradient(#FBFAF2 0%, #FBFAF2 55%, #1F6E52 55%, #1F6E52 100%);
  overflow: hidden;
  position: relative;
}

.hero-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 24px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #1F6E52;
  color: #FBFAF2;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.hero-title {
  font-size: 64px;
  line-height: 1.08;
  font-weight: 900;
  color: #1F3529;
  letter-spacing: -0.02em;
}

.hero-title .bay {
  color: #1F6E52;
}

.hero-subcopy {
  margin: 26px auto 34px;
  max-width: 760px;
  font-size: 18px;
  color: #1F3529;
}

.hero-ctas {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background-color: #1F6E52;
  color: #FBFAF2;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 999px;
  border: 1px solid #1F6E52;
  letter-spacing: 0.04em;
}

.btn-primary:hover {
  background-color: #173F2F;
  border-color: #173F2F;
  color: #FBFAF2;
}

.btn-outline {
  display: inline-block;
  background-color: transparent;
  color: #1F6E52;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 999px;
  border: 1px solid #1F6E52;
  letter-spacing: 0.04em;
}

.btn-outline:hover {
  background-color: #1F6E52;
  color: #FBFAF2;
}

/* ----- junk boat scene ----- */

.harbor-scene {
  position: relative;
  height: 300px;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.junk-boat {
  position: absolute;
  height: 160px;
  width: 240px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-70%);
  z-index: 3;
}

.junk-hull {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 210px;
  height: 42px;
  background-color: #173F2F;
  border-radius: 0 0 36px 12px;
}

.mast {
  position: absolute;
  bottom: 42px;
  left: 70px;
  width: 4px;
  height: 110px;
  background-color: #173F2F;
}

.mast-left {
  left: 30px;
  height: 86px;
}

.sail {
  position: absolute;
  width: 66px;
  height: 74px;
  background-color: #FFFFFF;
  border-radius: 0 24px 0 0;
  top: 20px;
  left: 78px;
  box-shadow: inset -3px 0 0 0 #DCE7DE;
}

.sail-left {
  top: 12px;
  left: 38px;
  width: 56px;
  height: 62px;
  border-radius: 0 0 0 20px;
  box-shadow: inset 3px 0 0 0 #DCE7DE;
}

.sail::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 12px;
  height: 1px;
  background-color: #7C8B80;
  box-shadow: 0 22px 0 0 #7C8B80, 0 44px 0 0 #7C8B80;
}

.sail-left::after {
  left: 3px;
  right: 3px;
  top: 10px;
}

.pennant {
  position: absolute;
  top: 6px;
  left: 82px;
  width: 20px;
  height: 6px;
  background-color: #C0392B;
  transform: rotate(20deg);
  transform-origin: left center;
}

.wave-dash {
  position: absolute;
  height: 4px;
  width: 46px;
  border-radius: 4px;
  background-color: #FBFAF2;
  filter: saturate(0.92);
}

.wave-dash-1 {
  left: 20px;
  bottom: 60px;
}

.wave-dash-2 {
  right: 30px;
  bottom: 90px;
  width: 60px;
}

.lighthouse {
  position: absolute;
  right: 60px;
  bottom: 44px;
  width: 24px;
  height: 70px;
  z-index: 2;
}

.lighthouse-tower {
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 10px;
  height: 56px;
  background-color: #FFFFFF;
}

.lighthouse-cap {
  position: absolute;
  bottom: 52px;
  left: 4px;
  width: 18px;
  height: 10px;
  background-color: #C0392B;
  border-radius: 4px 4px 0 0;
}

.lighthouse-rock {
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 40px;
  height: 18px;
  background-color: #173F2F;
  border-radius: 20px 20px 0 0;
}

.seagull {
  position: absolute;
  height: 2px;
  width: 18px;
  background-color: #FFFFFF;
  border-radius: 2px;
}

.seagull::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  height: 2px;
  width: 12px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transform: rotate(2deg);
}

.seagull-1 {
  left: 30%;
  bottom: 80px;
}

.seagull-2 {
  left: 38%;
  bottom: 110px;
}

.seagull-3 {
  right: 24%;
  bottom: 90px;
}

/* ---------- CARGO-QUAY ROWS ---------- */

.quay-rows {
  background-color: #FBFAF2;
  padding: 80px 24px;
  position: relative;
}

.section-heading {
  max-width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading h2 {
  font-size: 40px;
  color: #1F6E52;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.section-heading p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #35493D;
  font-size: 17px;
}

.quay-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quay-row {
  background-color: #FFFFFF;
  border: 1px solid #DCE7DE;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 90px 1fr 120px;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
  box-shadow: 0 2px 10px rgba(31, 53, 41, 0.04);
}

.crate-stack {
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 66px;
  align-items: flex-end;
  justify-content: center;
}

.crate {
  width: 26px;
  height: 20px;
  background-color: #1F6E52;
  border-radius: 2px;
  position: relative;
}

.crate::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 3px;
  height: 1px;
  background-color: #FBFAF2;
  box-shadow: 0 6px 0 0 #FBFAF2;
}

.stack-wide {
  flex-direction: row;
  align-items: flex-end;
}

.stack-wide .crate:nth-child(2) {
  margin-bottom: 6px;
}

.stack-tower {
  flex-direction: column;
  align-items: center;
  width: 26px;
  justify-content: flex-start;
}

.stack-tower .crate {
  margin-bottom: 2px;
}

.stack-single {
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
}

.stack-single .crate + .crate {
  margin-bottom: 10px;
}

.quay-row h3 {
  font-size: 22px;
  color: #1F3529;
  font-weight: 800;
  margin-bottom: 6px;
}

.quay-row p {
  color: #35493D;
}

.route-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: #F4F9F5;
  border: 1px solid #DCE7DE;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #1F6E52;
  font-weight: 700;
  justify-self: center;
}

.compass-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #1F6E52;
  border-left-color: #C0392B;
}

/* ---------- TIDE-CLOCK METRIC BAND ---------- */

.tide-metrics {
  background-color: #1F6E52;
  padding: 70px 24px;
}

.metrics-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.metric {
  text-align: center;
  padding: 0 20px;
}

.metric + .metric {
  border-left: 1px solid #FBFAF2;
}

.metric-num {
  font-size: 54px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 10px;
}

.metric-label {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FBFAF2;
}

/* ---------- STATEMENT BAND ---------- */

.statement-band {
  background-color: #FFFFFF;
  padding: 80px 24px;
}

.statement-inner {
  max-width: 900px;
  margin: 0 auto;
  border-left: 4px solid #C0392B;
  padding: 8px 36px;
}

.statement-band p {
  font-size: 26px;
  line-height: 1.55;
  color: #1F3529;
  font-weight: 500;
}

.statement-attr {
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F6E52;
  font-weight: 700;
}

/* ---------- CTA BAND ---------- */

.cta-band {
  background-color: #FBFAF2;
  padding: 80px 24px;
  text-align: center;
  border-top: 1px solid #DCE7DE;
}

.cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.cta-band h2 {
  font-size: 40px;
  color: #1F6E52;
  font-weight: 900;
}

.cta-band p {
  margin: 18px auto 30px;
  color: #35493D;
  max-width: 640px;
  font-size: 17px;
}

/* ---------- LIGHTHOUSE FOOTER ---------- */

.lighthouse-footer {
  background-color: #173F2F;
  color: #FBFAF2;
  position: relative;
}

.sea-swell {
  height: 14px;
  background-image:
    radial-gradient(circle at 10px 0, #173F2F 4px, #FBFAF2 5px, transparent 10px);
  background-size: 20px 14px;
  background-repeat: repeat-x;
  background-color: #1F6E52;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 24px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lighthouse-glyph {
  width: 30px;
  height: 54px;
  margin: 0 auto 18px;
  position: relative;
}

.lighthouse-glyph .lg-tower {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 12px;
  height: 42px;
  background-color: #FFFFFF;
}

.lighthouse-glyph .lg-cap {
  position: absolute;
  bottom: 38px;
  left: 6px;
  width: 20px;
  height: 10px;
  background-color: #C0392B;
  border-radius: 3px 3px 0 0;
}

.lighthouse-glyph .lg-beam {
  position: absolute;
  bottom: 26px;
  height: 2px;
  background-color: #1F6E52;
  border-radius: 2px;
}

.lg-beam-1 {
  left: -24px;
  width: 32px;
  transform: rotate(-14deg);
  transform-origin: right center;
}

.lg-beam-2 {
  right: -24px;
  width: 32px;
  transform: rotate(14deg);
  transform-origin: left center;
}

.footer-wordmark {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 26px;
}

.footer-links li {
  color: #FBFAF2;
  font-size: 14px;
}

.footer-links a {
  color: #FBFAF2;
  padding: 4px 10px;
}

.footer-links a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-links .sep {
  color: #7C8B80;
  padding: 0 2px;
}

.compass-rose {
  width: 40px;
  height: 40px;
  margin: 0 auto 26px;
  border: 2px solid #FBFAF2;
  border-radius: 50%;
  position: relative;
}

.compass-rose::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -3px;
  border: 4px solid transparent;
  border-bottom: 8px solid #C0392B;
  border-top-width: 0;
}

.compass-rose::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  border: 4px solid transparent;
  border-top: 8px solid #1F6E52;
  border-bottom-width: 0;
}

.footer-legal {
  font-size: 13px;
  color: #F4F9F5;
  line-height: 1.8;
}

.footer-legal a {
  color: #FBFAF2;
  text-decoration: underline;
}

/* ---------- PRINCIPLE SECTION (home) ---------- */

.principle-section {
  background-color: #FFFFFF;
  padding: 80px 24px;
  border-top: 1px solid #DCE7DE;
}

.principle-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.principle {
  background-color: #FBFAF2;
  border: 1px solid #DCE7DE;
  border-left: 4px solid #1F6E52;
  border-radius: 10px;
  padding: 30px 28px;
}

.principle h3 {
  font-size: 22px;
  color: #1F6E52;
  font-weight: 800;
  margin-bottom: 12px;
}

.principle p {
  color: #35493D;
}

/* ---------- REVEAL ---------- */

.fade-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ---------- PAGE HEADER (secondary) ---------- */

.page-hero {
  background-color: #1F6E52;
  color: #FFFFFF;
  padding: 70px 24px;
  text-align: center;
  position: relative;
}

.page-hero h1 {
  font-size: 44px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

.page-hero p {
  max-width: 720px;
  margin: 16px auto 0;
  color: #F4F9F5;
  font-size: 17px;
}

.page-hero.top-cream {
  background: #FBFAF2;
}

.page-hero.top-cream h1 {
  color: #1F6E52;
}

.page-hero.top-cream p {
  color: #35493D;
}

/* ---------- GENERIC CONTENT SECTION (services/contact) ---------- */

.content-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 24px;
}

.content-section.alt {
  background-color: #FBFAF2;
}

.section-title {
  font-size: 34px;
  font-weight: 900;
  color: #1F6E52;
  margin-bottom: 16px;
}

.section-intro {
  color: #35493D;
  font-size: 17px;
  max-width: 760px;
  margin-bottom: 36px;
}

.service-block {
  background-color: #FFFFFF;
  border: 1px solid #DCE7DE;
  border-radius: 10px;
  padding: 34px 36px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: start;
}

.service-mark {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: #1F6E52;
  position: relative;
}

.service-mark::before {
  content: "";
  position: absolute;
  inset: 12px 20px;
  background-color: #FBFAF2;
}

.service-block h3 {
  font-size: 24px;
  color: #1F3529;
  font-weight: 800;
  margin-bottom: 10px;
}

.service-block p {
  color: #35493D;
  margin-bottom: 12px;
}

.service-block p:last-child {
  margin-bottom: 0;
}

.service-block ul {
  color: #35493D;
  padding-left: 20px;
}

.service-block li {
  margin-bottom: 6px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.process-step {
  background-color: #FFFFFF;
  border: 1px solid #DCE7DE;
  border-radius: 10px;
  padding: 26px 24px;
  text-align: center;
}

.process-step .step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1F6E52;
  color: #FBFAF2;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.process-step h4 {
  color: #1F3529;
  font-size: 17px;
  margin-bottom: 8px;
}

.process-step p {
  color: #35493D;
  font-size: 14px;
}

/* ---------- CONTACT PAGE ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-form {
  background-color: #FFFFFF;
  border: 1px solid #DCE7DE;
  border-radius: 10px;
  padding: 34px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1F3529;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #7C8B80;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  background-color: #FBFAF2;
  color: #1F3529;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1F6E52;
  box-shadow: 0 0 0 2px rgba(31, 110, 82, 0.15);
}

.form-status {
  display: none;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
}

.form-status.error {
  background-color: #FBEAE8;
  color: #C0392B;
  border: 1px solid #C0392B;
  display: block;
}

.form-status.info {
  background-color: #E8F2EC;
  color: #1F6E52;
  border: 1px solid #1F6E52;
  display: block;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  background-color: #FFFFFF;
  border: 1px solid #DCE7DE;
  border-radius: 10px;
  padding: 24px 26px;
}

.contact-card h4 {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1F6E52;
  margin-bottom: 8px;
}

.contact-card p,
.contact-card a {
  color: #1F3529;
  font-size: 16px;
  line-height: 1.7;
}

.contact-card a.button-link {
  display: inline-block;
  margin-top: 6px;
  color: #1F6E52;
  font-weight: 700;
}

.faq-item {
  background-color: #FFFFFF;
  border: 1px solid #DCE7DE;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 700;
  color: #1F3529;
  padding: 20px 26px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}

.faq-q .faq-arrow {
  font-size: 20px;
  color: #1F6E52;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-arrow {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-inner {
  padding: 0 26px 20px;
  color: #35493D;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  .quay-row {
    grid-template-columns: 70px 1fr;
  }
  .route-chip {
    grid-column: 2;
    justify-self: start;
  }
  .metrics-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }
  .metric:nth-child(3) {
    border-left: none;
  }
  .metric:nth-child(odd) {
    border-left: none;
  }
  .metric:nth-child(even) {
    border-left: 1px solid #FBFAF2;
  }
  .hero-title {
    font-size: 46px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .principle-list {
    grid-template-columns: 1fr;
  }
  .service-block {
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 26px;
  }
}

@media (max-width: 640px) {
  .nav-toggle {
    display: block;
    background: none;
    border: 1px solid #1F6E52;
    color: #1F6E52;
    font-size: 22px;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    line-height: 1;
  }
  .right-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 0;
    width: 100%;
  }
  .right-links.open {
    display: flex;
  }
  .right-links .buoy-dot {
    display: none;
  }
  .nav-row {
    flex-wrap: wrap;
  }
  .quay-row {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .crate-stack {
    justify-content: flex-start;
  }
  .route-chip {
    grid-column: auto;
  }
  .metrics-inner {
    grid-template-columns: 1fr 1fr;
  }
  .metric {
    padding: 16px 8px;
  }
  .metric-num {
    font-size: 40px;
  }
  .hero-title {
    font-size: 36px;
  }
  .statement-band p {
    font-size: 20px;
  }
  .principle-list {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
  .footer-links .sep {
    display: none;
  }
  .junk-boat {
    transform: translateX(-60%) scale(0.8);
  }
  .lighthouse {
    right: 20px;
  }
}
