:root {
  --ink: #171711;
  --muted: #68685f;
  --paper: #f4f1e9;
  --paper-deep: #e9e4d8;
  --white: #fffdf8;
  --gold: #b38a4a;
  --gold-dark: #80602f;
  --line: rgba(23, 23, 17, 0.15);
}

*, *::before, *::after { box-sizing: border-box; }
html { line-height: 1.5; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body, h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
img, svg { display: block; vertical-align: middle; }
img { max-width: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
body::selection { background: #d8c29b; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
:focus-visible {
  outline: 3px solid #b38a4a;
  outline-offset: 4px;
}
svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.site-header {
  align-items: center;
  background: rgba(244, 241, 233, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 68px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-mark {
  align-items: center;
  border: 1px solid var(--ink);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: 0.25em; margin-top: 5px; text-transform: uppercase; }
.header-cta {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.06em;
  padding: 8px 0;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: calc(100svh - 82px);
}
.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(66px, 8vw, 130px) clamp(30px, 6vw, 100px);
}
.kicker {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  margin: 0 0 22px;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(43px, 5vw, 76px); line-height: 0.99; margin-bottom: 30px; max-width: 800px; }
h1 em { color: var(--gold-dark); font-weight: 400; }
.hero-lead {
  color: #515149;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
  margin-bottom: 35px;
  max-width: 650px;
}
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }
.hero-actions > span { color: var(--muted); font-size: 13px; }
.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 56px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary, .button-submit { background: var(--ink); color: var(--white); }
.button-primary:hover, .button-submit:hover { background: var(--gold-dark); }
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}
.trust-list li { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 7px; }
.trust-list svg { color: var(--gold-dark); }
.hero-visual, .project-card figure { margin: 0; overflow: hidden; position: relative; }
.hero-visual { background: #d8d1c4; min-height: 680px; }
.hero-visual img, .project-card img { display: block; height: 100%; object-fit: cover; width: 100%; }
.hero-visual figcaption {
  background: rgba(23, 23, 17, 0.78);
  bottom: 18px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 8px 10px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
}
.image-label {
  background: rgba(255, 253, 248, 0.92);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
}
.image-label-before { left: 18px; }
.image-label-after { right: 18px; }

.intro-strip {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  gap: 35px;
  justify-content: space-between;
  min-height: 86px;
  padding: 22px clamp(20px, 4vw, 68px);
}
.intro-strip > p { font-family: Georgia, "Times New Roman", serif; font-size: 18px; margin: 0; }
.intro-strip > div { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.intro-strip span { border: 1px solid rgba(255,255,255,.25); border-radius: 99px; color: #d6d1c7; font-size: 11px; letter-spacing: .07em; padding: 8px 12px; text-transform: uppercase; }

.section { padding: clamp(84px, 10vw, 150px) clamp(20px, 6vw, 100px); }
.section-heading {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.2fr .8fr;
  margin-bottom: 60px;
}
h2 { font-size: clamp(38px, 5vw, 70px); line-height: 1.02; margin-bottom: 0; }
.section-heading > p, .local > p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0; max-width: 620px; }
.projects { background: var(--white); }
.project-grid { display: grid; gap: 56px 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-card:first-child { grid-column: 1 / -1; }
.project-card figure { aspect-ratio: 3 / 2; background: var(--paper-deep); }
.project-card figcaption {
  background: rgba(23, 23, 17, 0.78);
  bottom: 14px;
  color: #fff;
  font-size: 9px;
  letter-spacing: .12em;
  padding: 7px 9px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
}
.project-card:first-child figure { aspect-ratio: 2.12 / 1; }
.project-card img { transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.018); }
.project-copy { padding: 22px 2px 0; }
.project-copy > p { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; margin-bottom: 10px; text-transform: uppercase; }
.project-copy h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 38px); font-weight: 400; margin-bottom: 11px; }
.project-copy > span { color: var(--muted); display: block; line-height: 1.65; max-width: 610px; }
.image-disclosure { color: #7a786f; font-size: 11px; line-height: 1.6; margin: 42px 0 0; }

.quality { background: var(--paper-deep); }
.quality-title { max-width: 850px; }
.quality-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; }
.quality-grid article { border-right: 1px solid var(--line); padding: 35px 42px 0 0; }
.quality-grid article + article { padding-left: 42px; }
.quality-grid article:last-child { border-right: 0; }
.quality-grid article > span { color: var(--gold-dark); font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.quality-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; margin: 34px 0 14px; }
.quality-grid p { color: var(--muted); line-height: 1.65; margin: 0; }

.local {
  align-items: end;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 80px;
  grid-template-columns: 1.05fr .95fr;
}
.local .kicker { color: #d3b47e; }
.local > p { color: #c9c5bb; }

.contact {
  background: #dad1c1;
  display: grid;
  gap: clamp(50px, 8vw, 130px);
  grid-template-columns: minmax(0, .75fr) minmax(520px, 1.25fr);
}
.contact-copy { align-self: start; position: sticky; top: 150px; }
.contact-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 28px 0 40px; max-width: 480px; }
.contact-note { border-left: 2px solid var(--gold-dark); display: flex; flex-direction: column; gap: 8px; padding-left: 20px; }
.contact-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.contact-note span { color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 430px; }
.vision-card {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 50%),
    var(--ink);
  box-shadow: 0 30px 80px rgba(30,26,20,.16);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(38px, 6vw, 78px);
  position: relative;
}
.vision-card::after {
  color: rgba(211,180,126,.09);
  content: "V";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(260px, 35vw, 510px);
  line-height: .7;
  pointer-events: none;
  position: absolute;
  right: -45px;
  top: 75px;
}
.vision-card > * { position: relative; z-index: 1; }
.vision-card .kicker { color: #d3b47e; }
.vision-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  margin: 0 0 24px;
  max-width: 650px;
}
.vision-card > p:not(.kicker) {
  color: #c8c3b9;
  font-size: 16px;
  line-height: 1.7;
  max-width: 570px;
}
.vision-card .button-submit {
  background: #d3b47e;
  color: var(--ink);
  margin-top: 18px;
}
.vision-card .button-submit:hover { background: var(--white); }
.external-note {
  color: #8f8b83;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 17px;
}
.button-submit { min-width: 270px; }

.faq { background: var(--white); display: grid; gap: 80px; grid-template-columns: .7fr 1.3fr; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { align-items: center; cursor: pointer; display: flex; font-family: Georgia, "Times New Roman", serif; font-size: 22px; justify-content: space-between; list-style: none; padding: 26px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--gold-dark); font-family: Arial, sans-serif; font-size: 27px; font-weight: 300; transition: transform 160ms ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { color: var(--muted); line-height: 1.7; margin: -5px 50px 27px 0; }

footer {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 30px;
  grid-template-columns: .7fr 1.4fr .7fr auto;
  padding: 48px clamp(20px, 4vw, 68px);
}
.brand-footer .brand-mark { border-color: #d8d3c9; }
.brand-footer small { color: #9f9b92; }
footer p { color: #aaa69e; font-size: 11px; line-height: 1.6; margin: 0; max-width: 490px; }
footer > a:not(.brand) { border-bottom: 1px solid #6f6b63; font-size: 12px; padding-bottom: 5px; }
footer > span { color: #77736b; font-size: 10px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; }
  .hero-visual { aspect-ratio: 1.45 / 1; min-height: auto; }
  .contact { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }
  .brand-mark { height: 36px; width: 36px; }
  .brand strong { font-size: 18px; }
  .header-cta { font-size: 0; }
  .header-cta::before { content: "Vision"; font-size: 11px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: auto; padding: 70px 20px 60px; }
  h1 { font-size: clamp(42px, 13vw, 59px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button-primary { width: 100%; }
  .trust-list { align-items: flex-start; flex-direction: column; gap: 11px; margin-top: 32px; }
  .hero-visual { aspect-ratio: 1 / 1.05; }
  .intro-strip { align-items: flex-start; flex-direction: column; }
  .intro-strip > div { justify-content: flex-start; }
  .section { padding: 80px 20px; }
  .section-heading, .local, .faq { gap: 35px; grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 40px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-column: auto; }
  .project-card:first-child figure, .project-card figure { aspect-ratio: 1 / .82; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article, .quality-grid article + article { border-bottom: 1px solid var(--line); border-right: 0; padding: 30px 0; }
  .quality-grid article:last-child { border-bottom: 0; }
  .quality-grid h3 { margin-top: 18px; }
  .contact { gap: 45px; }
  .vision-card { min-height: 560px; padding: 42px 24px; }
  .button-submit { min-width: 0; width: 100%; }
  footer { grid-template-columns: 1fr; }
}

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