/* Shared Harbor Register identity and locked Shoreline Accord hero */

.hero {
  isolation: isolate;
  position: relative;
  min-height: max(760px, calc(100svh - var(--review-strip-h)));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 39, 33, 0.74), rgba(10, 39, 33, 0.05) 72%),
    linear-gradient(0deg, rgba(8, 30, 25, 0.76), transparent 62%),
    url("assets/images/tidal-room-1080-poster.jpg") center / cover no-repeat;
  color: var(--light);
}

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

.hero-video {
  z-index: -3;
  object-fit: cover;
}

.hero-scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 39, 33, 0.76), rgba(10, 39, 33, 0.05) 72%),
    linear-gradient(0deg, rgba(8, 30, 25, 0.77), transparent 62%);
  pointer-events: none;
}

.motion-paused .hero-video {
  visibility: hidden;
}

.site-nav {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(28px, 5vw, 80px);
  color: var(--light);
}

.site-brand,
.footer-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.brand-type strong,
.brand-type small {
  display: block;
}

.brand-type strong {
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.brand-type small {
  margin-top: 5px;
  font: 700 7px/1 var(--utility);
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

/* Selected Harbor Register identity: one lockup across every section study. */
.concept-site .site-brand,
.concept-site .footer-brand {
  color: #f3dfb6;
}

.concept-site .site-brand .brand-mark,
.concept-site .footer-brand .brand-mark {
  color: #f3dfb6;
}

.concept-site .site-brand .brand-mark svg,
.concept-site .footer-brand .brand-mark svg {
  stroke-width: 1.2;
}

.concept-site .brand-type--single strong {
  font-family: var(--display);
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.site-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 42px);
}

.site-nav nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font: 700 11px/1.2 var(--utility);
}

.nav-cta {
  padding: 0 18px;
  border: 1px solid currentColor;
}

.menu-toggle {
  display: none;
  min-width: 58px;
  min-height: 44px;
  border: 1px solid currentColor;
  background: transparent;
  color: currentColor;
}

.hero-field {
  position: absolute;
  bottom: 72px;
  left: clamp(28px, 7vw, 110px);
  z-index: 3;
  width: min(680px, 58%);
  padding: clamp(42px, 5vw, 72px);
  background: var(--hero-field);
  color: var(--hero-field-ink);
  box-shadow: 20px 24px 0 var(--hero-shadow);
}

.hero-code {
  position: absolute;
  top: 18px;
}

.hero-field .eyebrow {
  margin-top: 23px;
}

.hero-field h1 {
  max-width: 610px;
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(54px, 5.7vw, 86px);
  font-weight: 400;
  font-synthesis: none;
  font-variant-ligatures: common-ligatures;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.hero-field > p:not(.eyebrow) {
  max-width: 530px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.hero-benefits {
  position: absolute;
  right: clamp(28px, 5vw, 80px);
  bottom: 65px;
  z-index: 2;
  display: grid;
  width: min(390px, 31vw);
  border-top: 1px solid rgba(255, 250, 240, 0.55);
}

.hero-benefits span {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 250, 240, 0.42);
  font: 700 10px/1.3 var(--utility);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.motion-control {
  position: absolute;
  right: clamp(28px, 5vw, 80px);
  bottom: 214px;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.65);
  background: rgba(10, 39, 33, 0.45);
  color: var(--light);
  cursor: pointer;
}

.motion-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.contact-section {
  display: flex;
  min-height: 660px;
  align-items: center;
  background: var(--dark);
  color: var(--light);
}

.contact-motif {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background:
    repeating-radial-gradient(circle at 12% 52%, transparent 0 86px, currentColor 87px 88px);
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1.25fr 0.65fr;
  gap: 46px;
  align-items: end;
}

.contact-grid .display {
  font-size: clamp(52px, 6vw, 91px);
}

.contact-grid > div:last-child > p {
  margin-bottom: 34px;
  color: color-mix(in srgb, var(--light) 72%, transparent);
  line-height: 1.7;
}

.contact-button {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 22px;
  border: 1px solid var(--accent);
  color: var(--light);
  font: 700 10px/1 var(--utility);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-grid small {
  display: block;
  opacity: 0.65;
  font-size: 10px;
  line-height: 1.5;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 88px clamp(28px, 6vw, 100px) 26px;
  background: #0b2b25;
  color: #f3e7d0;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.footer-top > p {
  max-width: 420px;
  opacity: 0.72;
  font-size: 14px;
  line-height: 1.65;
}

.footer-directory {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  max-width: 820px;
  margin: 78px 0 90px auto;
  border-top: 1px solid rgba(243, 231, 208, 0.25);
}

.footer-directory > div {
  display: flex;
  flex-direction: column;
  padding: 24px 28px 0 0;
  gap: 13px;
}

.footer-directory b {
  margin-bottom: 8px;
  color: var(--accent);
  font: 700 9px/1 var(--utility);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-directory a,
.footer-directory span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  opacity: 0.75;
  font-size: 12px;
}

.footer-gesture {
  position: absolute;
  inset: auto 0 25px;
  overflow: hidden;
  opacity: 0.05;
  pointer-events: none;
}

.footer-gesture span {
  display: block;
  white-space: nowrap;
  font-family: var(--display);
  font-size: min(18vw, 270px);
  line-height: 0.7;
  text-align: center;
}

.footer-word {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 54px;
  font-family: var(--display);
  font-size: min(15vw, 240px);
  letter-spacing: -0.07em;
  line-height: 0.74;
  white-space: nowrap;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(243, 231, 208, 0.25);
  opacity: 0.68;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .hero-field {
    width: min(650px, 67%);
  }

  .hero-benefits {
    width: 270px;
  }

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

  .contact-grid > div:last-child {
    grid-column: 2;
    max-width: 560px;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 800px;
  }

  .site-nav {
    min-height: 88px;
    padding: 0 20px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-type strong {
    font-size: 22px;
  }

  .concept-site .brand-type--single strong {
    font-size: 26px;
  }

  .site-nav nav {
    position: absolute;
    top: 78px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 16px;
    border: 1px solid var(--accent);
    background: var(--dark);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  }

  .site-nav nav.is-open {
    display: grid;
  }

  .site-nav nav a {
    min-height: 52px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-field {
    right: 20px;
    bottom: 112px;
    left: 20px;
    width: auto;
    padding: 48px 30px 38px;
    box-shadow: 10px 12px 0 var(--hero-shadow);
  }

  .hero-field h1 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .hero-benefits {
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    width: auto;
    justify-content: space-between;
    gap: 14px;
    border: 0;
  }

  .hero-benefits span {
    flex: 1;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 250, 240, 0.55);
    border-bottom: 0;
    font-size: 8px;
  }

  .motion-control {
    right: 20px;
    bottom: 80px;
  }

  .contact-section {
    min-height: 0;
    padding: 100px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-grid > div:last-child {
    grid-column: 1;
  }

  .footer-top {
    display: grid;
  }

  .footer-directory {
    grid-template-columns: 1fr 1fr;
    margin: 60px 0;
  }

  .footer-directory > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .brand-type small {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-field {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-benefits {
    gap: 8px;
  }

  .footer-directory {
    grid-template-columns: 1fr;
  }

  .footer-directory > div:last-child {
    grid-column: auto;
  }
}
