
:root {
  --ochre: #b8894a;
  --plaster: #faf7f2;
  --cypress: #2c4034;
  --surface: #ffffff;
  --muted: #6b6358;
  --line: #e8e0d4;
  --serif: 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--plaster);
  color: var(--cypress);
  line-height: 1.65;
  font-size: 16px;
}
a { color: var(--cypress); text-decoration: none; }
a:hover { color: var(--ochre); }
.wrap { width: min(1100px, 90%); margin: 0 auto; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.15rem 5%;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.logo {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: .04em;
  font-size: 1.25rem;
  color: var(--cypress);
}
.logo:hover { color: var(--ochre); text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; align-items: center; }
nav a {
  color: var(--cypress);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  padding-bottom: .2rem;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
}
nav a:hover { border-bottom-color: var(--ochre); color: var(--ochre); text-decoration: none; }

.hero-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 78vh;
  background: var(--cypress);
  color: var(--plaster);
}
.hero-gallery .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5% 4rem 8%;
}
.hero-gallery .hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem 8% 3rem 5%;
  background: linear-gradient(135deg, rgba(184,137,74,.18) 0%, transparent 60%);
  border-left: 1px solid rgba(250,247,242,.12);
}
.hero-gallery .tag {
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ochre);
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.hero-gallery h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.01em;
  margin-bottom: 1.25rem;
}
.hero-gallery .lead {
  font-size: 1.05rem;
  opacity: .85;
  max-width: 40ch;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.hero-gallery .hero-detail {
  font-size: .85rem;
  opacity: .6;
  margin-top: 2rem;
  letter-spacing: .04em;
}
.hero-gallery .panel-block {
  background: var(--plaster);
  color: var(--cypress);
  padding: 2.5rem 2rem;
  max-width: 380px;
}
.hero-gallery .panel-block h2 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: .75rem;
  line-height: 1.25;
}
.hero-gallery .panel-block p { font-size: .92rem; color: var(--muted); }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: .5rem; }
.btn {
  display: inline-block;
  padding: .85rem 1.6rem;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
  background: var(--ochre);
  color: var(--plaster);
  border: 2px solid var(--ochre);
  transition: background .2s, color .2s, border-color .2s;
}
.btn:hover { background: var(--cypress); border-color: var(--cypress); color: var(--plaster); }
.btn-ghost {
  background: transparent;
  border-color: var(--plaster);
  color: var(--plaster);
}
.btn-ghost:hover { background: var(--plaster); color: var(--cypress); border-color: var(--plaster); }
.btn-dark {
  background: var(--cypress);
  border-color: var(--cypress);
  color: var(--plaster);
}
.btn-dark:hover { background: var(--ochre); border-color: var(--ochre); color: var(--plaster); }

.gallery-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.gallery-section .gallery-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}
.gallery-section .gallery-watermark span {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 13vw, 10rem);
  font-weight: 400;
  color: var(--ochre);
  opacity: .1;
  white-space: nowrap;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gallery-section .wrap { position: relative; z-index: 1; }
.gallery-section h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: -.01em;
}
.gallery-section .intro {
  color: var(--muted);
  max-width: 54ch;
  margin-bottom: 2rem;
  font-size: 1.02rem;
}

.section { padding: 4.5rem 0; }
.section h2 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 400;
  margin-bottom: 1rem;
}
.section .intro { color: var(--muted); max-width: 58ch; margin-bottom: 2rem; }

.grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid-gallery {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.15fr .85fr;
  align-items: start;
}
.grid-gallery.reverse { grid-template-columns: .85fr 1.15fr; }

.card {
  background: var(--surface);
  padding: 1.75rem;
  border: 1px solid var(--line);
  text-align: left;
}
.card h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: .6rem;
}
.card p { color: var(--muted); font-size: .96rem; }
.card .price-tag {
  display: inline-block;
  margin-top: .75rem;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .06em;
  color: var(--ochre);
  border-bottom: 2px solid var(--ochre);
  padding-bottom: .15rem;
}

.band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-cypress { background: var(--cypress); color: var(--plaster); }
.band-cypress a { color: var(--ochre); }
.band-cypress .intro { color: inherit; opacity: .82; }
.band-cypress .card {
  background: rgba(250,247,242,.06);
  border-color: rgba(250,247,242,.15);
  color: inherit;
}
.band-cypress .card p { color: inherit; opacity: .78; }

.pullquote {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  line-height: 1.35;
  color: var(--cypress);
  font-style: italic;
  text-align: left;
  max-width: 30ch;
  padding: 2rem 0;
  border-left: 4px solid var(--ochre);
  padding-left: 1.5rem;
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td {
  text-align: left;
  padding: 1rem .75rem;
  border-bottom: 1px solid var(--line);
}
.price-table th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  color: var(--muted);
}
.price-table td:last-child { font-weight: 700; color: var(--cypress); }

.muted { color: var(--muted); }
.text-center { text-align: center; }

.contact-block {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
form label { display: block; margin: .75rem 0 .35rem; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
form input, form textarea, form select {
  width: 100%;
  padding: .75rem .85rem;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--cypress);
  font: inherit;
}
form button { margin-top: 1rem; cursor: pointer; }

.site-footer {
  padding: 3rem 0 2.5rem;
  background: var(--cypress);
  color: var(--plaster);
  font-size: .88rem;
}
.footer-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  width: min(1100px, 90%);
  margin: 0 auto;
}
.site-footer a { color: inherit; opacity: .75; }
.site-footer a:hover { opacity: 1; color: var(--ochre); }
.footer-tagline {
  margin-top: 1.5rem;
  width: min(1100px, 90%);
  margin-left: auto;
  margin-right: auto;
  opacity: .55;
  font-family: var(--serif);
  font-style: italic;
  text-align: center;
}

.legal { font-size: .94rem; color: var(--muted); max-width: 72ch; line-height: 1.65; }
.legal h2 { color: var(--cypress); margin: 2rem 0 .75rem; font-size: 1.25rem; font-family: var(--serif); font-weight: 400; }
.legal h3 { color: var(--cypress); margin: 1.5rem 0 .5rem; font-size: 1.05rem; font-family: var(--serif); }
.legal p, .legal li { margin-bottom: .75rem; }
.legal ul { padding-left: 1.25rem; margin-bottom: 1rem; }

.steps { display: grid; gap: 0; max-width: 640px; margin: 0 auto; }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.step .num {
  font-family: var(--serif);
  color: var(--ochre);
  font-size: 1.5rem;
  min-width: 2rem;
  font-weight: 700;
}

.faq details { border-bottom: 1px solid var(--line); padding: 1rem 0; text-align: left; }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 1.05rem; }
.faq details p { margin-top: .65rem; color: var(--muted); font-size: .95rem; }

.list-plain { list-style: none; text-align: left; }
.list-plain li { padding: .5rem 0; border-bottom: 1px solid var(--line); }

.page-hero {
  padding: 3.5rem 0 2.5rem;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 400;
  margin-bottom: .5rem;
}
.breadcrumb { font-size: .78rem; color: var(--muted); margin-bottom: .75rem; text-transform: uppercase; letter-spacing: .06em; }

.portfolio-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.portfolio-grid .card:nth-child(2) { margin-top: 2rem; }
.portfolio-grid .card:nth-child(3) { margin-top: 4rem; }

.sitemap-list { columns: 2; gap: 2rem; text-align: left; font-size: .92rem; }
.sitemap-list li { break-inside: avoid; margin-bottom: .5rem; }

.service-hero-price {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--ochre);
  font-weight: 700;
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.stat-row .stat {
  border-left: 3px solid var(--ochre);
  padding-left: 1rem;
}
.stat-row .stat strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
.stat-row .stat span { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feature-strip .feature {
  padding: 2rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--line);
}
.feature-strip .feature:last-child { border-right: none; }
.feature-strip .feature h3 {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .5rem;
}
.feature-strip .feature p { font-size: .88rem; color: var(--muted); }

@media (max-width: 768px) {
  .hero-gallery { grid-template-columns: 1fr; min-height: auto; }
  .hero-gallery .hero-text { padding: 3rem 5%; }
  .hero-gallery .hero-panel { padding: 2rem 5%; border-left: none; border-top: 1px solid rgba(250,247,242,.12); }
  .hero-gallery .panel-block { max-width: none; }
  .split, .grid-gallery, .grid-gallery.reverse { grid-template-columns: 1fr; }
  .site-header { flex-direction: column; align-items: flex-start; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-grid .card:nth-child(2),
  .portfolio-grid .card:nth-child(3) { margin-top: 0; }
  .contact-block { grid-template-columns: 1fr; }
  .sitemap-list { columns: 1; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-strip .feature { border-right: none; border-bottom: 1px solid var(--line); }
  .feature-strip .feature:last-child { border-bottom: none; }
}
