
:root {
  --bg: #f6f0e8;
  --bg2: #efe5d8;
  --panel: #fffaf3;
  --ink: #241f1a;
  --muted: #6e6258;
  --line: #d8c8b6;
  --gold: #b99670;
  --deep: #2c241c;
  --white: #fffdf9;
  --shadow: 0 18px 50px rgba(36,31,26,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.serif, h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; letter-spacing: -.02em; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,240,232,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216,200,182,.65);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { font-size: 13px; letter-spacing: .24em; text-transform: uppercase; font-weight: 600; }
.navlinks { display: flex; align-items: center; gap: 30px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.navlinks a { padding: 6px 0; border-bottom: 1px solid transparent; }
.navlinks a:hover, .navlinks a.active { border-bottom-color: var(--ink); }
.mobile-toggle { display: none; background: none; border: 0; font-size: 24px; }
.eyebrow { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; color: var(--ink); }
.rule { width: 34px; height: 1px; background: var(--gold); margin: 20px 0; }
.hero {
  min-height: calc(100vh - 76px);
  display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch;
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}
.hero-copy { padding: clamp(60px, 9vw, 128px) 7vw; align-self: center; }
.hero h1 { font-size: clamp(45px, 6vw, 86px); line-height: .96; margin: 18px 0 0; }
.hero p { max-width: 520px; color: var(--muted); margin: 0; }
.hero-media { position: relative; min-height: 540px; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(246,240,232,.35), transparent 38%); }
.btn-row { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border: 1px solid var(--deep);
  background: var(--deep); color: white;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700;
  border-radius: 2px; min-height: 48px;
}
.btn.secondary { background: transparent; color: var(--ink); border-color: transparent; padding-left: 0; }
.btn.light { background: var(--white); color: var(--ink); border-color: var(--white); }
.section { padding: clamp(70px, 8vw, 120px) 0; }
.section-tight { padding: clamp(50px, 6vw, 84px) 0; }
.center { text-align: center; }
.lead { font-size: clamp(18px, 2vw, 24px); color: var(--muted); max-width: 800px; }
.center .lead { margin: 0 auto; }
h2 { font-size: clamp(38px, 5vw, 66px); line-height: 1; margin: 16px 0 20px; }
h3 { font-size: 28px; line-height: 1.05; margin: 0 0 14px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.philosophy-card {
  padding: 46px 44px;
  border-right: 1px solid var(--line);
  min-height: 220px;
}
.philosophy-card:last-child { border-right: 0; }
.icon { width: 44px; height: 44px; color: var(--gold); margin-bottom: 20px; }
.icon.small { width: 30px; height: 30px; margin: 0 18px 0 0; flex: 0 0 auto; }
.split {
  display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.split .text { padding: clamp(50px, 7vw, 90px); }
.split .image { height: 560px; overflow: hidden; }
.split .image img { width: 100%; height: 100%; object-fit: cover; }
.soft { background: var(--panel); }
.taupe { background: var(--bg2); }
.darkband { background: var(--deep); color: var(--white); }
.darkband p, .darkband .muted { color: rgba(255,255,255,.72); }
.promise-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.promise { padding: 54px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.promise:last-child { border-right: 0; }
.promise h3 { font-family: Inter, sans-serif; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; line-height: 1.5; }
.promise p { font-size: 14px; margin: 0; }
.feature {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center;
  background: var(--panel); padding: clamp(34px, 5vw, 70px); box-shadow: var(--shadow);
}
.feature img { height: 420px; width: 100%; object-fit: cover; }
.list-lines { list-style: none; margin: 0; padding: 0; }
.list-lines li { display: flex; align-items: center; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.image-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.image-card { background: var(--panel); border: 1px solid var(--line); }
.image-card img { height: 250px; width: 100%; object-fit: cover; }
.image-card div { padding: 22px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { background: var(--panel); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card img { height: 230px; width: 100%; object-fit: cover; }
.article-card .content { padding: 26px; }
.meta { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.quote-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.quote { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; color: var(--ink); }
.form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.form-card { background: var(--panel); border: 1px solid var(--line); padding: clamp(28px, 4vw, 54px); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; margin: 16px 0 8px; }
input, textarea, select {
  width: 100%; border: 1px solid #bfb09f; background: rgba(255,255,255,.52);
  padding: 14px 15px; font: inherit; color: var(--ink); border-radius: 2px;
}
textarea { min-height: 150px; resize: vertical; }
.checkbox { display: flex; gap: 12px; align-items: flex-start; margin: 18px 0; color: var(--muted); font-size: 14px; }
.checkbox input { width: auto; margin-top: 6px; }
.note-list { display: grid; gap: 26px; }
.note-item { display: flex; align-items: flex-start; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.footer { border-top: 1px solid var(--line); padding: 54px 0; background: var(--panel); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.footer a { color: var(--muted); display: block; margin: 8px 0; }
.newsletter { display: flex; gap: 0; margin-top: 16px; }
.newsletter input { border-right: 0; }
.newsletter .btn { min-height: auto; border-radius: 0; }
.page-hero {
  padding: clamp(80px, 10vw, 145px) 0 clamp(60px, 7vw, 92px);
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}
.page-hero .inner { display:grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.page-hero img { height: 480px; object-fit: cover; width: 100%; }
.topo { background-image: url("../img/topographic-bg.svg"); background-size: cover; background-position: center; }
.destinations { display:grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.destination-card { position: relative; min-height: 430px; overflow:hidden; background: var(--deep); }
.destination-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.78; transition: transform .5s ease; }
.destination-card:hover img { transform: scale(1.04); }
.destination-card .content { position:absolute; inset:auto 0 0 0; padding: 36px; color:white; background: linear-gradient(transparent, rgba(0,0,0,.62)); }
.legal { max-width: 860px; }
.legal h2 { font-size: 36px; }
.legal p { color: var(--muted); }
@media (max-width: 960px) {
  .hero, .split, .feature, .form-wrap, .quote-section, .page-hero .inner { grid-template-columns: 1fr; }
  .hero-media { min-height: 390px; order: -1; }
  .grid-3, .promise-grid, .journal-grid, .footer-grid, .destinations, .image-grid { grid-template-columns: 1fr; }
  .philosophy-card, .promise { border-right: 0; border-bottom: 1px solid var(--line); }
  .navlinks { display: none; position:absolute; left:0; right:0; top:76px; background: var(--bg); padding: 24px 20px; flex-direction: column; align-items:flex-start; border-bottom:1px solid var(--line); }
  .navlinks.open { display:flex; }
  .mobile-toggle { display:block; }
  .field-grid { grid-template-columns: 1fr; }
}


/* Founder section added for About page */
.founder-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}
.founder-portrait {
  min-height: 640px;
  overflow: hidden;
  background: var(--bg2);
}
.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.founder-copy {
  padding: clamp(54px, 7vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-copy .founder-title {
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 26px;
}
.founder-signature {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 20px;
  align-items: center;
}
.founder-signature img {
  width: 64px;
  height: 64px;
  color: var(--gold);
}
.founder-signature p {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 960px) {
  .founder-section { grid-template-columns: 1fr; }
  .founder-portrait { min-height: 480px; }
}


/* Image focus refinements — added to correct visual centering and crop behavior */
.hero-media img,
.page-hero img,
.split .image img,
.feature img,
.article-card img,
.destination-card img,
.image-card img,
.founder-portrait img {
  object-fit: cover;
}

/* Crystal sphere: shift focal point so the orb sits more professionally centered. */
img[src*="crystal_sphere"] {
  object-position: 38% center !important;
}

/* Arch corridor: keep the top of the arches visible and prevent the ceiling line from feeling chopped. */
img[src*="arch_corridor"] {
  object-position: center top !important;
}

/* Founder portrait: keep the face naturally framed. */
img[src*="founder-sophie-portrait"],
.founder-portrait img {
  object-position: center 36% !important;
}

/* Still-life images: keep the main object in the visual center. */
img[src*="stone_bowl_olive"],
img[src*="still_life_books"],
img[src*="journal_desk"],
img[src*="private_doorway"],
img[src*="reading_room"] {
  object-position: center center !important;
}

/* Landscapes: keep horizon and coastline balanced. */
img[src*="quiet_landscape"] {
  object-position: center 48% !important;
}

/* On smaller screens, avoid overly aggressive crops. */
@media (max-width: 760px) {
  .hero-media { min-height: 360px; }
  .page-hero img { height: 380px; }
  .split .image { height: 420px; }
  .feature img { height: 340px; }
  .article-card img { height: 220px; }
}
