:root {
  --ink: #0b2632;
  --ink-soft: #163946;
  --paper: #f5f1e7;
  --paper-deep: #e8e0d1;
  --white: #fffdf8;
  --orange: #d6653a;
  --orange-dark: #a84424;
  --sea: #8fc4cf;
  --line: rgba(11, 38, 50, .18);
  --shadow: 0 24px 70px rgba(4, 24, 33, .18);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

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

body.lightbox-open { overflow: hidden; }

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

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: 1rem;
  padding: .7rem 1rem;
  color: var(--white);
  background: var(--orange-dark);
  transform: translateY(-160%);
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  margin: 0 auto;
  padding: 1.25rem 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand b { color: #f29a72; }

.brand-mark {
  width: 0;
  height: 0;
  border-top: 1.25rem solid transparent;
  border-right: .9rem solid var(--white);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.55rem;
  font-size: .84rem;
  font-weight: 650;
  letter-spacing: .03em;
}

.site-header nav a {
  text-decoration: none;
  text-shadow: 0 1px 15px rgba(0, 0, 0, .35);
}

.site-header nav a:hover,
.site-header nav a:focus-visible { color: #ffd5c3; }

.site-header .nav-cta {
  padding: .7rem 1rem;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 94vh;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 52%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 22, 29, .88) 0%, rgba(3, 22, 29, .61) 42%, rgba(3, 22, 29, .05) 74%),
    linear-gradient(0deg, rgba(3, 22, 29, .72) 0%, transparent 33%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 94vh;
  width: var(--shell);
  margin: 0 auto;
  padding: 9rem 52% 8rem 0;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: #b8dce2;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.dark { color: var(--orange-dark); }

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

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}

h1 {
  max-width: 820px;
  margin-bottom: 1.55rem;
  font-size: clamp(3.2rem, 6.1vw, 6.7rem);
}

h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.4rem, 4.4vw, 4.6rem);
}

h3 {
  margin-bottom: .65rem;
  font-size: 1.22rem;
  line-height: 1.25;
}

.hero-summary {
  max-width: 630px;
  margin-bottom: 2rem;
  color: rgba(255, 253, 248, .86);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: .85rem 1.35rem;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-light:hover,
.button-light:focus-visible { background: #ffd8c7; }

.button-muted {
  color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .35);
  cursor: not-allowed;
}

.text-link {
  font-weight: 700;
  text-underline-offset: .32em;
  text-decoration-thickness: 1px;
}

.text-link span {
  display: inline-block;
  margin-left: .3rem;
  transition: transform .18s ease;
}

.text-link:hover span { transform: translateX(.25rem); }

.hero-facts {
  position: absolute;
  z-index: 3;
  right: max(20px, calc((100% - 1180px) / 2));
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-facts span {
  display: flex;
  flex-direction: column;
  min-width: 155px;
  padding: 1.1rem 1.4rem;
  border-right: 1px solid var(--line);
  font-size: .73rem;
  letter-spacing: .03em;
}

.hero-facts span:last-child { border-right: 0; }

.hero-facts b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 500;
  letter-spacing: -.02em;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.intro { padding: clamp(5rem, 9vw, 8rem) 0; }

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(2rem, 8vw, 7rem);
  align-items: end;
}

.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1.2rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin-bottom: .35rem; color: #3e535c; font-size: 1.05rem; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-card {
  min-height: 265px;
  padding: 1.6rem 1.4rem 1.7rem;
  border-right: 1px solid var(--line);
}

.feature-card:first-child { padding-left: 0; }
.feature-card:last-child { padding-right: 0; border-right: 0; }

.feature-number {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--orange-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-style: italic;
}

.feature-card p { margin-bottom: 0; color: #52636a; font-size: .93rem; }

.photo-story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .72fr) minmax(220px, .58fr);
  min-height: 680px;
  background: var(--ink);
  color: var(--white);
}

.photo-story figure { position: relative; margin: 0; overflow: hidden; }
.photo-story figure img { width: 100%; height: 100%; object-fit: cover; }

.photo-story figcaption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  padding: .5rem .75rem;
  color: var(--ink);
  background: rgba(255, 253, 248, .9);
  font-size: .75rem;
  font-weight: 700;
}

.photo-story-main img { object-position: 50% 48%; }
.photo-story-secondary img { object-position: 50% 72%; }

.photo-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.4rem, 5vw, 5rem) clamp(2rem, 4vw, 4rem);
}

.photo-story-copy h2 { font-size: clamp(2.2rem, 3.7vw, 4.1rem); }
.photo-story-copy p:not(.eyebrow) { color: rgba(255, 253, 248, .74); }
.light-link { margin-top: 1.25rem; color: #ffd4c1; }
.light-link:hover span { transform: translateY(.2rem); }

.details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 9vw, 8rem);
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.details-copy > p:not(.eyebrow) { max-width: 630px; color: #40575f; }

.spec-list {
  margin: 0;
  border-top: 2px solid var(--ink);
}

.spec-list div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 1.25rem;
  padding: .93rem 0;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: #617278;
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.spec-list dd { margin: 0; font-weight: 620; }

.gallery-section { padding: 6rem 0 8rem; background: #eee8dc; }

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 5rem;
}

.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { margin: 0 0 .6rem; color: #506168; }

.gallery-group {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 2rem;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.gallery-label span {
  color: var(--orange-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.gallery-label h3 { margin-top: .5rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 235px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.gallery-item {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--white);
  background: var(--ink-soft);
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-item.gallery-wide { grid-column: span 2; }
.gallery-item.gallery-tall { grid-row: span 2; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .72, .25, 1), filter .3s ease;
}

.gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.1rem 1rem .8rem;
  background: linear-gradient(transparent, rgba(2, 20, 27, .78));
  font-size: .78rem;
  font-weight: 700;
  text-align: left;
}

.gallery-item:hover img,
.gallery-item:focus-visible img { transform: scale(1.025); filter: saturate(1.07); }

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

.cabin-gallery .gallery-item img { object-position: 50% 42%; }

.contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(4rem, 8vw, 7rem) max(20px, calc((100% - 1180px) / 2));
  color: var(--white);
  background: var(--orange-dark);
}

.contact h2 { max-width: 780px; margin-bottom: 1rem; }
.contact p:not(.eyebrow) { max-width: 660px; margin-bottom: 0; color: rgba(255, 255, 255, .8); }
.contact .eyebrow { color: #ffd8c8; }
.contact .button { flex: 0 0 auto; }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem max(20px, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, .6);
  background: #071a22;
  font-size: .75rem;
}

footer p { margin: 0; }
footer p:last-child { text-align: right; }

.lightbox {
  position: fixed;
  width: min(94vw, 1500px);
  height: min(92vh, 1000px);
  max-width: none;
  max-height: none;
  padding: 0;
  color: var(--white);
  background: #06171e;
  border: 0;
  box-shadow: 0 28px 100px rgba(0, 0, 0, .5);
}

.lightbox::backdrop { background: rgba(2, 12, 16, .88); backdrop-filter: blur(6px); }

.lightbox figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2.5rem;
}

.lightbox figure img { width: 100%; height: 100%; object-fit: contain; }

.lightbox figcaption {
  min-height: 2.5rem;
  padding-top: .8rem;
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  color: var(--white);
  background: rgba(7, 26, 34, .72);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
}

.lightbox-close { top: .8rem; right: .8rem; font-size: 1.7rem; }
.lightbox-nav { top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: .8rem; }
.lightbox-next { right: .8rem; }
.lightbox button:hover,
.lightbox button:focus-visible { background: var(--orange-dark); outline: 2px solid var(--white); }

@media (max-width: 1000px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero-copy { padding-right: 34%; }
  .hero-shade { background: linear-gradient(90deg, rgba(3, 22, 29, .9), rgba(3, 22, 29, .36) 78%), linear-gradient(0deg, rgba(3, 22, 29, .8), transparent 40%); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(2) { border-right: 0; }
  .feature-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-card:nth-child(3) { padding-left: 0; }
  .photo-story { grid-template-columns: 1.25fr .75fr; }
  .photo-story-secondary { display: none; }
  .gallery-group { grid-template-columns: 150px 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 64px; }
  .site-header { padding: .9rem 0; }
  .brand { font-size: .92rem; }
  .site-header .nav-cta { padding: .6rem .8rem; font-size: .74rem; }
  .hero { min-height: 800px; }
  .hero > img { object-position: 64% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(3, 22, 29, .96) 0%, rgba(3, 22, 29, .68) 54%, rgba(3, 22, 29, .16) 100%); }
  .hero-copy { justify-content: flex-end; min-height: 800px; padding: 7rem 0 10.5rem; }
  h1 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-facts { left: 14px; right: 14px; grid-template-columns: repeat(3, 1fr); }
  .hero-facts span { min-width: 0; padding: .85rem .65rem; }
  .hero-facts b { font-size: 1.05rem; }
  .section-heading,
  .details,
  .gallery-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .feature-card,
  .feature-card:first-child,
  .feature-card:nth-child(3),
  .feature-card:last-child { min-height: 0; padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .feature-number { margin-bottom: 1rem; }
  .photo-story { grid-template-columns: 1fr; }
  .photo-story-main { min-height: 520px; }
  .photo-story-copy { min-height: 500px; }
  .spec-list div { grid-template-columns: 115px 1fr; }
  .gallery-section { padding-top: 4rem; }
  .gallery-heading { margin-bottom: 3rem; }
  .gallery-group { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-label { display: flex; align-items: baseline; gap: .75rem; }
  .gallery-label h3 { margin: 0; }
  .gallery-grid { grid-auto-rows: 205px; gap: .6rem; }
  .gallery-item.gallery-wide { grid-column: span 2; }
  .contact { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
  .lightbox { width: 100vw; height: 100vh; }
  .lightbox figure { padding: 3.6rem .8rem 1rem; }
  .lightbox-prev { left: .4rem; }
  .lightbox-next { right: .4rem; }
}

@media (max-width: 480px) {
  .hero-facts span { font-size: .64rem; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-item { height: 260px; }
  .gallery-item.gallery-tall { height: 360px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Sale details and direct buyer contact. */
.sale-notes { padding: 0 0 clamp(4rem, 7vw, 6rem); }
.sale-notes h2 { max-width: 800px; }
.sale-notes-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.sale-notes-grid p { color: #40575f; }
.contact-links { display: flex; flex-direction: column; gap: .75rem; align-items: flex-start; flex-shrink: 0; }
.contact-email { overflow-wrap: anywhere; text-underline-offset: .25em; }
.contact-links > span { font-size: .875rem; }
.feature-card p { font-size: 1rem; }
.hero-facts span { font-size: .875rem; }
.site-header nav, .site-header .nav-cta, .spec-list dt, .gallery-item span, .photo-story figcaption, .lightbox figcaption { font-size: .875rem; }
@media (max-width: 760px) {
 .sale-notes-grid { grid-template-columns: 1fr; gap: 1.25rem; }
 .contact-links { max-width: 100%; }
 .hero-facts span { font-size: .75rem; }
}
