:root {
  --ink: #0c1320;
  --ink-2: #111a2a;
  --slate: #172335;
  --slate-2: #21314a;
  --hairline: rgba(244, 239, 227, 0.16);
  --putty: #c7b294;
  --putty-light: #ded1bc;
  --parchment: #f4efe3;
  --mist: #e6e2d6;
  --muted: #9aa0b0;
  --blue: #1f78a8;
  --blue-dark: #155d83;
  --ember: #d98a5c;
  --shadow: 0 28px 70px -34px rgba(8, 12, 20, 0.65);
  --radius: 8px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--putty-light);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--blue);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--ember);
  outline-offset: 4px;
}

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--parchment);
  color: var(--ink);
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
}

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

.concept-bar {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.55rem 1rem;
  background: var(--ink);
  color: var(--mist);
  font-size: 0.82rem;
}

.concept-bar a {
  color: var(--parchment);
  font-weight: 700;
}

.site-header {
  max-width: var(--container);
  margin: 1.15rem auto 0;
  padding: 0.8rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  color: var(--parchment);
  background: rgba(12, 19, 32, 0.94);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: sticky;
  top: 0.75rem;
  z-index: 10;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
}

.brand strong {
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  line-height: 1.15;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  margin-top: 0.1rem;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--parchment);
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 38px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.site-nav a,
.header-cta {
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  color: var(--mist);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a:hover {
  background: var(--slate);
  color: var(--parchment);
}

.header-cta {
  background: var(--parchment);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: transparent;
  color: var(--parchment);
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  margin: auto;
  content: "";
}

.nav-toggle-lines::before {
  transform: translateY(-6px);
}

.nav-toggle-lines::after {
  transform: translateY(4px);
}

.hero {
  max-width: var(--container);
  min-height: calc(100vh - 120px);
  margin: 1.25rem auto 0;
  padding: clamp(1rem, 2vw, 1.4rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  position: relative;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-img {
  position: absolute;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  filter: saturate(0.95) contrast(1.04);
}

.hero-img-main {
  inset: 4rem 24% 6rem 0;
  width: 76%;
  height: auto;
  min-height: 58%;
}

.hero-img-side {
  right: 2rem;
  top: 1.5rem;
  width: 29%;
  height: 34%;
}

.hero-img-small {
  right: 5rem;
  bottom: 1.5rem;
  width: 25%;
  height: 28%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(199, 178, 148, 0.78), rgba(199, 178, 148, 0.25));
  border-radius: var(--radius);
}

.hero-panel {
  width: min(690px, 100%);
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--parchment);
  background: rgba(12, 19, 32, 0.96);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--ember);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Inter Tight", "Inter", sans-serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 8vw, 5.9rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.8vw, 3.7rem);
  font-weight: 800;
}

h3 {
  font-size: 1.32rem;
  font-weight: 800;
}

.hero-copy {
  max-width: 58ch;
  color: var(--mist);
  font-size: 1.06rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.btn-primary {
  background: var(--parchment);
  color: var(--ink);
}

.btn-primary:hover {
  background: white;
  color: var(--ink);
}

.btn-secondary {
  border: 1px solid var(--hairline);
  color: var(--parchment);
  background: rgba(244, 239, 227, 0.05);
}

.btn-secondary:hover,
.btn-quiet:hover {
  border-color: rgba(244, 239, 227, 0.5);
  color: var(--parchment);
}

.btn-quiet {
  color: var(--mist);
  border: 1px solid transparent;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  margin: 2rem 0 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--hairline);
}

.hero-facts div {
  padding: 1rem;
  background: var(--slate);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0.25rem 0 0;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
}

.trust-strip,
.section,
.contact-panel,
.owner-cta,
.site-footer {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(12, 19, 32, 0.16);
  box-shadow: var(--shadow);
}

.trust-strip > div {
  min-height: 158px;
  padding: 1.25rem;
  background: var(--parchment);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin: 0.8rem 0 0.35rem;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
}

.trust-strip span:last-child {
  color: #445064;
  font-size: 0.92rem;
}

.icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--parchment);
  background: var(--blue);
}

.icon svg {
  width: 20px;
  height: 20px;
}

.section {
  padding: clamp(3.5rem, 8vw, 6.5rem) 1.25rem;
}

.section-dark {
  margin-top: 1.5rem;
  color: var(--parchment);
  background: var(--ink);
  border-radius: var(--radius);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading p,
.split p,
.contact-panel p,
.owner-cta p {
  color: #445064;
  font-size: 1.03rem;
}

.section-dark .section-heading p,
.section-dark .service-card p,
.contact-panel p,
.owner-cta p {
  color: var(--mist);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  overflow: hidden;
  background: var(--slate);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.service-card div {
  padding: 1.25rem;
}

.service-card a,
.text-link {
  color: var(--parchment);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(244, 239, 227, 0.32);
  text-underline-offset: 0.22em;
}

.text-link {
  color: var(--blue-dark);
  text-decoration-color: rgba(31, 120, 168, 0.4);
}

.amenities {
  background: var(--putty-light);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.amenity-list {
  display: grid;
  gap: 0.75rem;
}

.amenity-list div,
.detail-grid article {
  padding: 1.25rem;
  background: var(--parchment);
  border: 1px solid rgba(12, 19, 32, 0.12);
  border-radius: var(--radius);
}

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

.amenity-list strong {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}

.amenity-list span {
  margin-top: 0.35rem;
  color: #445064;
}

.contact-panel,
.owner-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 3.5rem);
  color: var(--parchment);
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-actions {
  max-width: 420px;
  justify-content: flex-end;
}

.gallery-section {
  padding-bottom: 3rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  color: var(--parchment);
  background: var(--ink);
  border-radius: var(--radius);
  position: relative;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.gallery-large {
  grid-row: span 2;
}

.gallery-large img {
  min-height: 520px;
}

figcaption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.4rem 0.65rem;
  color: var(--parchment);
  background: rgba(12, 19, 32, 0.78);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.section-heading-narrow {
  max-width: 660px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.detail-grid h3 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.detail-grid p {
  color: #445064;
  margin-bottom: 0;
}

.owner-cta {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--ink), var(--slate));
}

.site-footer {
  padding: 2rem 1.25rem 2.5rem;
  color: var(--mist);
  background: var(--ink);
  border-radius: var(--radius) var(--radius) 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.brand-footer .brand-mark {
  background: var(--parchment);
}

.site-footer nav,
.footer-contact {
  display: grid;
  gap: 0.45rem;
}

.site-footer a {
  color: var(--mist);
}

.site-footer a:hover {
  color: var(--parchment);
}

.disclaimer {
  margin: 2rem 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .brand {
    max-width: 260px;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--hairline);
  }

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

  .site-nav a {
    padding: 0.85rem;
    background: var(--slate);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    margin-top: 0.75rem;
    padding-top: 9rem;
  }

  .hero-img-main {
    inset: 0 0 auto 0;
    width: 100%;
    height: 320px;
    min-height: 0;
  }

  .hero-img-side,
  .hero-img-small {
    display: none;
  }

  .hero-panel {
    margin-top: 4.5rem;
  }

  .trust-strip,
  .service-grid,
  .split,
  .detail-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-large {
    grid-column: 1 / -1;
  }

  .contact-panel,
  .owner-cta {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 640px) {
  body {
    line-height: 1.58;
  }

  .concept-bar {
    justify-content: flex-start;
  }

  .site-header {
    top: 0.4rem;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero {
    padding: 7rem 0.75rem 0.75rem;
  }

  .hero-panel {
    padding: 1.25rem;
    margin-top: 2rem;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-facts,
  .trust-strip,
  .service-grid,
  .split,
  .gallery-grid,
  .detail-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-facts div,
  .trust-strip > div,
  .amenity-list div,
  .detail-grid article {
    padding: 1rem;
  }

  .section {
    padding: 3.25rem 0.75rem;
  }

  .section-dark,
  .contact-panel,
  .owner-cta,
  .site-footer {
    border-radius: 0;
  }

  .service-card div {
    padding: 1rem;
  }

  .gallery-grid img,
  .gallery-large img {
    min-height: 260px;
  }

  .contact-panel,
  .owner-cta {
    padding: 2rem 0.75rem;
  }

  .site-footer {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

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