:root {
  --white: #ffffff;
  --off-white: #f6f6f4;
  --soft-gray: #ececeb;
  --dark: #111111;
  --ink: #2c2c2c;
  --line: rgba(17, 17, 17, 0.1);
  --shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg, #fafafa 0%, #efefef 100%); color: var(--ink); font-family: "Manrope", sans-serif; }
a { color: inherit; text-decoration: none; }
.page-shell { width: min(1240px, calc(100% - 28px)); margin: 14px auto; background: rgba(255,255,255,0.92); border: 1px solid rgba(255,255,255,0.9); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.site-header,.site-footer,.hero,.page-hero,.section { padding-inline: clamp(20px, 4vw, 60px); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 0.96rem; }
.brand-mark { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--dark); color: var(--white); }
.site-nav { display: flex; align-items: center; gap: 16px; font-size: 0.92rem; font-weight: 700; }
.site-nav a { color: #4a4a4a; }
.site-nav a.active { color: var(--dark); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--dark); }
.hero,.page-hero { padding-top: 44px; padding-bottom: 44px; }
.hero-home { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,430px); gap: 28px; align-items: center; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; font-weight: 800; color: #656565; }
h1,h2,h3 { margin: 0; color: var(--dark); font-family: "Fraunces", Georgia, serif; }
h1 { font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: 0.98; }
h2 { font-size: clamp(1.75rem, 3vw, 3rem); line-height: 1.08; }
h3 { font-size: 1.2rem; line-height: 1.2; }
.lead,.section p,.summary-list p,.elegant-list li,.contact-form,.quote { font-size: 1rem; line-height: 1.72; color: #565656; }
.narrow { max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 20px; border-radius: 999px; font-weight: 800; transition: transform 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--dark); color: var(--white); }
.button-secondary { background: var(--white); color: var(--dark); border: 1px solid var(--line); }
.button-full { width: 100%; border: 0; cursor: pointer; font: inherit; }
.landscape-card,.summary-list article,.visual-panel,.institutional-block,.gallery-shell,.contact-form,.alert { border: 1px solid var(--line); border-radius: 24px; }
.landscape-card { overflow: hidden; background: linear-gradient(180deg, #1f2328, #31363d); }
.landscape-scene { position: relative; min-height: 320px; background: linear-gradient(180deg, #dfe3e6 0%, #f4f4f2 30%, #d5cab7 30%, #bca07f 100%); }
.mount { position: absolute; bottom: 94px; width: 72%; height: 170px; background: linear-gradient(180deg, #444d57, #22272e); clip-path: polygon(0 100%, 16% 58%, 32% 74%, 48% 30%, 62% 60%, 80% 42%, 100% 100%); }
.mountain-one { left: -8%; opacity: 0.6; }
.mountain-two { right: -6%; background: linear-gradient(180deg, #5c636d, #2b3138); }
.road { position: absolute; left: 50%; bottom: -14px; width: 170px; height: 150px; transform: translateX(-50%); background: linear-gradient(180deg, #eadcc8, #caa57e); clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%); }
.chess-piece.knight { position: absolute; right: 38px; bottom: 34px; width: 88px; height: 120px; background: linear-gradient(180deg, #ffffff, #d6d6d6); border: 2px solid rgba(0,0,0,0.12); clip-path: polygon(34% 0, 68% 14%, 72% 30%, 62% 42%, 76% 62%, 84% 94%, 18% 94%, 22% 62%, 34% 50%, 28% 28%); }
.landscape-copy { padding: 22px; color: #f2f2f2; }
.landscape-copy .quote { color: #f2f2f2; font-family: "Fraunces", Georgia, serif; }
.section { padding-top: 68px; padding-bottom: 68px; }
.intro-slab,.prose-section,.requirements-layout { background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(248,248,248,0.9)); }
.feature-split,.editorial-grid,.alternating-list,.institutional-grid { background: linear-gradient(180deg, rgba(245,245,245,0.9), rgba(255,255,255,0.95)); }
.cta-strip,.contact-layout { background: linear-gradient(135deg, #111111, #262626); color: var(--white); }
.cta-strip h2,.contact-layout h2,.contact-layout .lead { color: var(--white); }
.section-intro { max-width: 780px; margin-bottom: 24px; }
.summary-list,.feature-columns,.editorial-grid,.institutional-grid,.contact-layout { display: grid; gap: 22px; }
.illustration-strip {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, #f7f7f7, #efefef);
}
.illustration-strip img {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}
.summary-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
.summary-list article { padding: 22px; background: var(--white); }
.summary-list a { font-weight: 800; color: var(--dark); }
.feature-columns { grid-template-columns: repeat(3, minmax(0,1fr)); align-items: start; }
.feature-columns div { padding-top: 10px; border-top: 2px solid var(--dark); }
.editorial-grid,.institutional-grid,.contact-layout { grid-template-columns: repeat(2, minmax(0,1fr)); }
.text-image-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); gap: 28px; align-items: center; }
.visual-panel { min-height: 320px; overflow: hidden; background: linear-gradient(180deg, #f7f7f7, #e9e9e9); }
.minimal-board { position: relative; }
.board-pattern { position: absolute; inset: 0; background-image: linear-gradient(45deg, rgba(0,0,0,0.05) 25%, transparent 25%), linear-gradient(-45deg, rgba(0,0,0,0.05) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.05) 75%), linear-gradient(-45deg, transparent 75%, rgba(0,0,0,0.05) 75%); background-size: 48px 48px; background-position: 0 0, 0 24px, 24px -24px, -24px 0; }
.board-copy { position: relative; padding: 24px; display: flex; height: 100%; flex-direction: column; justify-content: flex-end; }
.panel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
}
.institutional-block { padding: 26px; background: var(--white); }
.institutional-block.strong { background: #1b1c1f; }
.institutional-block.strong .eyebrow,.institutional-block.strong h2,.institutional-block.strong p { color: var(--white); }
.principles-list ul,.elegant-list { list-style: none; padding: 0; margin: 0; }
.principles-list ul li,.elegant-list li { position: relative; padding-left: 24px; }
.principles-list ul li + li,.elegant-list li + li { margin-top: 12px; }
.elegant-list li::before { content: ""; position: absolute; left: 0; top: 11px; width: 10px; height: 10px; background: var(--dark); transform: rotate(45deg); }
.alternating-list { display: grid; gap: 18px; }
.alternating-list article { display: grid; grid-template-columns: minmax(220px,320px) 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.gallery-shell { padding: 22px; background: var(--white); }
.gallery-track { display: grid; }
.gallery-slide { display: none; }
.gallery-slide.active { display: block; }
.gallery-figure {
  margin: 0;
}
.gallery-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 14 / 9;
  max-height: 720px;
  object-fit: cover;
  border-radius: 20px;
}
.gallery-figure figcaption {
  padding-top: 14px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #565656;
}
.gallery-placeholder { display: flex; align-items: center; justify-content: center; min-height: 360px; border-radius: 20px; border: 1px dashed rgba(0,0,0,0.18); background: linear-gradient(180deg, #f8f8f8, #eeeeee); color: #4b4b4b; text-align: center; padding: 24px; font-family: "Fraunces", Georgia, serif; font-size: 1.3rem; }
.gallery-controls { display: flex; justify-content: flex-end; gap: 12px; margin-top: 18px; }
.gallery-button { width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--dark); color: var(--white); font-size: 1.45rem; cursor: pointer; }
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.2);
  cursor: pointer;
}
.gallery-dot.active {
  background: var(--dark);
}
.ethics-note { margin-top: 18px; padding: 16px 18px; border-radius: 18px; background: #f8f8f8; border: 1px solid var(--line); }
.contact-form { display: grid; gap: 10px; padding: 24px; background: var(--white); }
.contact-form label { font-size: 0.92rem; font-weight: 700; }
.contact-form input,.contact-form textarea { width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.14); background: #fff; color: var(--ink); font: inherit; }
.contact-form input:focus,.contact-form textarea:focus { outline: 2px solid rgba(0,0,0,0.08); border-color: rgba(0,0,0,0.3); }
.honeypot { position: absolute; left: -9999px; }
.alert { padding: 14px 16px; background: var(--white); }
.alert-success { color: #1a5c2d; }
.alert-error { color: #8c2e22; }
.site-footer { padding-top: 24px; padding-bottom: 28px; text-align: center; border-top: 1px solid var(--line); }
.real-photo-band {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,244,244,0.92));
}
.featured-photo {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}
.featured-photo img {
  display: block;
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .hero-home,.summary-list,.feature-columns,.editorial-grid,.institutional-grid,.contact-layout,.text-image-split,.alternating-list article { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .page-shell { width: calc(100% - 12px); margin: 6px auto; border-radius: 20px; }
  .site-header,.site-footer,.hero,.page-hero,.section { padding-inline: 16px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: calc(100% - 1px); left: 0; right: 0; padding: 12px 16px 18px; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 10px; }
  .site-nav.open { display: flex; }
  .topbar { position: relative; }
}
