:root {
  --ink: #1f1d1a;
  --muted: #726c64;
  --stone: #f3eee7;
  --sand: #ded0bf;
  --greige: #b9ad9d;
  --clay: #9b6049;
  --bronze: #8a6a45;
  --charcoal: #2d2c2d;
  --line: rgba(31, 29, 26, .12);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf7;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 12px; background: white; padding: 10px; z-index: 20; }
.skip-link:focus { left: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(251, 250, 247, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; flex: 0 0 auto; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 12px; }
.main-nav { display: flex; gap: clamp(12px, 1.6vw, 22px); align-items: center; margin-left: auto; font-size: 14px; white-space: nowrap; }
.main-nav a { color: var(--muted); }
.main-nav a:hover { color: var(--ink); }
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  font-weight: 650;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .header-cta:hover { transform: translateY(-2px); background: var(--clay); border-color: var(--clay); }
.button.ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }
.button.light { background: white; color: var(--ink); border-color: white; }
.nav-toggle { display: none; margin-left: auto; background: none; border: 1px solid var(--line); padding: 10px 14px; }
.hero {
  min-height: min(760px, calc(100vh - 77px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 720px);
  align-items: stretch;
  background: var(--charcoal);
  color: white;
  overflow: hidden;
}
.hero.sub { min-height: 540px; }
.hero-media {
  background-image: linear-gradient(90deg, rgba(31,29,26,.18), rgba(31,29,26,.62)), var(--hero);
  background-size: cover;
  background-position: center;
  min-height: 460px;
  transform: scale(1.02);
  animation: slowZoom 18s ease-in-out infinite alternate;
}
.hero-content {
  padding: clamp(42px, 6vw, 86px);
  align-self: center;
  position: relative;
  min-width: 0;
}
.hero-content:before, .section:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: .35;
}
.hero-content > * { position: relative; }
.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  color: var(--bronze);
  font-weight: 800;
}
.hero .eyebrow { color: var(--sand); }
h1, h2, h3 {
  line-height: 1.08;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  overflow-wrap: anywhere;
  hyphens: auto;
}
h1 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 64px);
}
h2 {
  max-width: 860px;
  font-size: clamp(28px, 3.4vw, 44px);
}
h3 { font-size: clamp(22px, 2vw, 27px); }
.hero p { max-width: 590px; font-size: clamp(17px, 1.55vw, 21px); color: rgba(255,255,255,.82); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.trust-strip {
  max-width: var(--max);
  margin: -42px auto 0;
  background: white;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 30px 70px rgba(31,29,26,.12);
}
.trust-strip div { padding: 28px; border-right: 1px solid var(--line); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; }
.trust-strip span { color: var(--muted); font-size: 14px; }
.section {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 11vw, 132px) clamp(18px, 4vw, 28px);
}
.section > * { position: relative; }
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 7vw, 86px); align-items: start; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 34px; }
.section-head h2 { max-width: 780px; }
.section-head h2, .contact-band h2, .showroom h2 { max-width: 820px; }
.material-card {
  background: var(--stone);
  padding: 34px;
  border-left: 5px solid var(--clay);
  min-height: 260px;
}
.material-card span { color: var(--clay); font-weight: 800; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-grid.featured { grid-template-columns: repeat(4, 1fr); }
.project-card {
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.project-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(31,29,26,.14); }
.project-card img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; }
.project-card div { padding: 20px; }
.project-card span, .project-card small { color: var(--muted); font-size: 13px; }
.project-card p { color: var(--muted); }
.clay { max-width: none; background: var(--stone); }
.clay .section-head, .clay .service-grid { max-width: var(--max); margin-left: auto; margin-right: auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid.large { grid-template-columns: repeat(3, 1fr); }
.service-card {
  background: rgba(255,255,255,.74);
  border: 1px solid var(--line);
  padding: 28px;
  min-height: 230px;
}
.service-card span { color: var(--clay); font-weight: 800; }
.service-card p { color: var(--muted); }
.showroom {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: var(--charcoal);
  color: white;
}
.showroom img { height: 100%; min-height: 520px; width: 100%; object-fit: cover; }
.showroom > div { padding: clamp(48px, 8vw, 96px); align-self: center; }
.showroom p { color: rgba(255,255,255,.78); }
.review-grid, .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card, .person-card {
  background: white;
  border: 1px solid var(--line);
  padding: 24px;
}
.review-card div { color: var(--bronze); }
.person-card img { aspect-ratio: 1; object-fit: cover; margin-bottom: 18px; }
.person-card p, .person-card small { color: var(--muted); }
.logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.logo-tile {
  min-height: 140px;
  border: 1px solid var(--line);
  background: white;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
}
.logo-tile img { max-height: 74px; object-fit: contain; filter: grayscale(.2); }
.contact-band {
  max-width: none;
  background: var(--clay);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.contact-band > * { max-width: var(--max); }
.gallery-band {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 8px;
}
.gallery-band img { aspect-ratio: 1.2; object-fit: cover; width: 100%; }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.filter-bar button {
  border: 1px solid var(--line);
  background: white;
  padding: 10px 14px;
  cursor: pointer;
}
.filter-bar button.active { background: var(--ink); color: white; }
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: white;
  border: 1px solid var(--line);
  padding: 28px;
}
.contact-form .full { grid-column: 1 / -1; }
label { display: grid; gap: 7px; font-weight: 700; font-size: 14px; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fbfaf7;
  padding: 13px;
  font: inherit;
}
.check { display: flex; align-items: center; font-weight: 500; color: var(--muted); }
.check input { width: auto; }
.form-status { grid-column: 1 / -1; color: var(--clay); }
.notice-pop {
  position: fixed;
  inset: auto 24px 24px auto;
  width: min(430px, calc(100vw - 48px));
  z-index: 30;
}
.notice-pop > div {
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(31,29,26,.2);
  padding: 28px;
}
.notice-pop button { float: right; border: 0; background: var(--ink); color: white; width: 32px; height: 32px; cursor: pointer; }
.notice-banner { padding: 12px 24px; background: var(--clay); color: white; display: flex; gap: 12px; justify-content: center; }
.site-footer {
  background: #1f1d1a;
  color: white;
  padding: clamp(54px, 7vw, 86px) clamp(18px, 4vw, 48px) clamp(34px, 5vw, 56px);
}
.site-footer > div { max-width: var(--max); margin: 0 auto; }
.footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}
.footer-cta h2 {
  max-width: 780px;
  font-size: clamp(31px, 3.2vw, 46px);
}
.footer-action {
  display: grid;
  justify-items: end;
  gap: 12px;
  padding-bottom: 6px;
}
.footer-action .button {
  width: 100%;
  min-height: 50px;
}
.footer-action span {
  color: rgba(255,255,255,.58);
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(260px, 1fr) minmax(180px, .7fr);
  gap: clamp(28px, 5vw, 72px);
  margin-top: clamp(42px, 6vw, 68px);
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: clamp(30px, 4vw, 44px);
  align-items: start;
}
.footer-grid section {
  min-width: 0;
}
.footer-grid h3 {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin-bottom: 18px;
}
.footer-grid p {
  margin: 0 0 16px;
}
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes slowZoom { to { transform: scale(1.08); } }

@media (max-width: 1080px) {
  .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: white; padding: 18px; flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
}

@media (max-width: 920px) {
  .hero, .split, .showroom { grid-template-columns: 1fr; }
  .hero-content { order: -1; }
  .trust-strip, .project-grid, .project-grid.featured, .service-grid, .service-grid.large, .review-grid, .team-grid, .logos, .footer-grid, .footer-cta { grid-template-columns: 1fr; }
  .section-head, .contact-band { display: block; }
  .footer-action { justify-items: start; }
  .footer-action .button { width: auto; }
  .gallery-band { grid-template-columns: repeat(2, 1fr); }
  .contact-form { grid-template-columns: 1fr; }
  h1 { max-width: 100%; font-size: clamp(38px, 12vw, 54px); }
  h2 { max-width: 100%; font-size: clamp(28px, 8vw, 38px); }
  .hero-content { padding: 38px 22px 52px; }
  .hero p { font-size: 17px; }
}

@media (min-width: 1280px) {
  .hero-content { padding-right: clamp(64px, 7vw, 120px); }
}

@media (max-width: 420px) {
  h1 { font-size: 36px; line-height: 1.1; }
  h2 { font-size: 29px; line-height: 1.14; }
  .brand span { display: none; }
}
