@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap');

:root {
  --ink: #171512;
  --ink-soft: #28241f;
  --paper: #f4f0e9;
  --paper-deep: #e8e0d4;
  --white: #fffdf8;
  --copper: #b96b2b;
  --copper-bright: #d68642;
  --line: rgba(23, 21, 18, 0.14);
  --muted: #70685e;
  --success: #476c52;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(39, 30, 18, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
}

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1200px, calc(100% - 40px));
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  text-decoration: none;
  line-height: 1;
}
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand-copy { display: grid; gap: 5px; text-transform: uppercase; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 14px; letter-spacing: .04em; }
.brand-copy span { color: var(--muted); font-size: 9px; letter-spacing: .25em; }

.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
  color: #4a453e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.nav-links a:hover { color: var(--copper); }
.header-cta {
  justify-self: end;
  color: var(--white);
  background: var(--ink);
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

section { scroll-margin-top: 24px; }
.hero {
  min-height: calc(100vh - 84px);
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto 16px;
  padding: clamp(48px, 7vw, 96px) clamp(28px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  gap: clamp(46px, 7vw, 100px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 12%, rgba(213, 150, 83, .17), transparent 27%),
    linear-gradient(145deg, #fffdf8 0%, #f3ede4 70%, #e7dccd 100%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.05; letter-spacing: -.045em; }
h1 { max-width: 760px; font-size: clamp(50px, 6.2vw, 88px); }
h1 em { color: var(--copper); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: #5f584f; font-size: clamp(17px, 1.5vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 0; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .service-card:focus-visible, .text-link:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(214, 134, 66, .45);
  outline-offset: 3px;
}
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--copper); }
.button-secondary { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.button-secondary:hover { background: var(--white); }

.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; color: #454039; font-size: 12px; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row i { color: var(--copper); font-size: 9px; font-style: normal; letter-spacing: .08em; }

.hero-showcase { min-width: 0; margin: 0; overflow: hidden; border-radius: 24px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); border-bottom: 4px solid var(--copper); }
.showcase-photo { position: relative; height: clamp(360px, 37vw, 530px); isolation: isolate; }
.showcase-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; display: block; }
.showcase-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.38), transparent 35%, rgba(0,0,0,.8)); pointer-events: none; }
.showcase-brand { position: absolute; z-index: 1; top: 22px; left: 24px; display: flex; align-items: center; gap: 12px; }
.showcase-brand img { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; background: var(--white); }
.showcase-brand span { font-size: 14px; font-weight: 700; line-height: 1.3; text-shadow: 0 1px 5px #000; }
.showcase-title { position: absolute; z-index: 1; left: 28px; right: 24px; bottom: 28px; }
.showcase-title > span { display: block; margin-bottom: 12px; color: #f0bc8a; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.showcase-title strong { font-family: "Manrope", sans-serif; font-size: clamp(30px, 3vw, 44px); line-height: 1.12; letter-spacing: -.035em; }
.hero-showcase figcaption { padding: 24px 28px; }
.showcase-services { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #e5a875; font-size: 14px; font-weight: 600; }
.hero-showcase figcaption p { margin: 12px 0; font-size: 16px; }
.hero-showcase figcaption small { display: block; color: #b9b1a6; font-size: 12px; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.plan-card {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  padding: 24px;
  transform: rotate(2deg);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 24px;
  color: var(--white);
  background: #201d19;
  box-shadow: var(--shadow);
}
.plan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 22px 22px;
}
.plan-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.18); text-transform: uppercase; font-size: 10px; letter-spacing: .17em; }
.plan-scale { color: var(--copper-bright); }
.room-grid { position: relative; z-index: 1; height: 350px; margin-top: 20px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr .72fr; gap: 9px; }
.room { position: relative; display: flex; justify-content: space-between; align-items: flex-end; padding: 14px; border: 1px solid rgba(255,255,255,.43); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.room b { color: rgba(255,255,255,.25); font-size: 27px; }
.room-kitchen { grid-row: 1 / 3; background: linear-gradient(160deg, rgba(185,107,43,.28), transparent 55%); }
.room-bath { border-radius: 40px 40px 8px 8px; }
.room-finish { background: rgba(255,255,255,.05); }
.plan-caption { position: relative; z-index: 1; display: flex; align-items: center; gap: 15px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.plan-caption img { width: 50px; height: 50px; object-fit: contain; }
.plan-caption div { display: grid; gap: 3px; }
.plan-caption strong { font-size: 14px; }
.plan-caption span { color: rgba(255,255,255,.58); font-size: 11px; }
.material-swatch { position: absolute; width: 150px; height: 150px; border-radius: 50%; box-shadow: 0 20px 50px rgba(45,35,20,.16); }
.swatch-wood { top: 12px; right: -36px; background: repeating-linear-gradient(83deg, #b86e33 0 11px, #8a4e22 11px 15px, #d49150 15px 26px); }
.swatch-stone { bottom: 7px; left: -33px; background: radial-gradient(circle at 35% 30%, #fff 0 2px, transparent 3px), linear-gradient(135deg, #d7d0c4, #f4efe7); }

.services { padding: clamp(88px, 10vw, 150px) max(24px, calc((100% - 1200px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2 { font-size: clamp(38px, 5vw, 64px); }
.section-heading > p { color: var(--muted); font-size: 16px; }
.service-browser { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr); gap: 24px; align-items: stretch; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card {
  position: relative;
  min-height: 240px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--ink);
  background: rgba(255,255,255,.32);
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(185,107,43,.5); }
.service-card.is-active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.service-number { color: var(--copper); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.service-icon { width: 47px; height: 47px; margin: 27px 0 22px; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.3; }
.service-card strong { margin-bottom: 7px; font-family: "Manrope", sans-serif; font-size: 17px; }
.service-card small { max-width: 190px; color: var(--muted); line-height: 1.4; }
.service-card.is-active small { color: rgba(255,255,255,.57); }
.card-arrow { position: absolute; top: 21px; right: 21px; color: var(--copper-bright); }

.service-detail { min-height: 492px; padding: clamp(30px, 4vw, 54px); display: flex; flex-direction: column; justify-content: center; border-radius: var(--radius-md); color: var(--white); background: linear-gradient(160deg, #6f3b18 0%, #a65b23 55%, #bd773b 100%); }
.detail-kicker { margin: 0 0 18px; color: #f0c89d; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.service-detail h3 { max-width: 390px; font-size: clamp(30px, 3vw, 42px); }
.service-detail > p:not(.detail-kicker) { color: rgba(255,255,255,.75); font-size: 14px; }
.service-detail ul { margin: 18px 0 26px; padding: 0; list-style: none; }
.service-detail li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; }
.service-detail li::before { content: "✓"; margin-right: 9px; color: #f2cb9c; }
.text-link { width: fit-content; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; color: var(--white); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }

.craft-gallery {
  padding: clamp(80px, 10vw, 140px) max(24px, calc((100% - 1320px) / 2));
  color: var(--white);
  background: #11100e;
}
.craft-heading {
  max-width: 1200px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 60px;
}
.craft-heading h2 { font-size: clamp(40px, 5.4vw, 72px); }
.craft-intro > p { margin: 0 0 16px; color: rgba(255,255,255,.68); font-size: 16px; }
.craft-intro small { display: block; color: rgba(255,255,255,.38); font-size: 12px; line-height: 1.5; }
.craft-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 14px;
}
.craft-card {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #24211d;
}
.craft-card-featured { min-height: 540px; }
.craft-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}
.craft-card:hover img { transform: scale(1.025); }
.craft-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(12,10,8,.88), transparent 48%);
}
.craft-card figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
  display: grid;
  gap: 7px;
}
.craft-card figcaption span { color: #e2a46d; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.craft-card figcaption strong { max-width: 330px; font-family: "Manrope", sans-serif; font-size: 19px; line-height: 1.25; }

.inquiry { padding: clamp(70px, 9vw, 125px) max(24px, calc((100% - 1200px) / 2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 110px); color: var(--white); background: var(--ink); }
.eyebrow-light { color: #d28a4d; }
.inquiry-intro { padding-top: 35px; }
.inquiry-intro h2 { max-width: 470px; font-size: clamp(40px, 5vw, 66px); }
.inquiry-intro > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.58); font-size: 16px; }
.contact-note { margin-top: 44px; display: grid; gap: 4px; }
.contact-note span { color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-note a { width: fit-content; color: var(--white); font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 600; text-decoration: none; }
.contact-note a:hover { color: var(--copper-bright); }
.schedule-card {
  max-width: 470px;
  margin-top: 30px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
}
.schedule-card-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--ink);
  background: var(--copper-bright);
}
.schedule-card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.schedule-card strong { display: block; font-family: "Manrope", sans-serif; font-size: 15px; }
.schedule-card p { margin: 5px 0 12px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.45; }
.schedule-card a { color: var(--copper-bright); font-size: 13px; font-weight: 700; text-decoration: none; }
.schedule-card a:hover { color: var(--white); }

.planner-shell { min-height: 610px; padding: clamp(26px, 4vw, 52px); border-radius: 26px; color: var(--ink); background: var(--white); }
.progress-label { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { height: 3px; margin: 14px 0 42px; overflow: hidden; border-radius: 99px; background: #ded7cc; }
.progress-track span { display: block; width: 33.333%; height: 100%; background: var(--copper); transition: width .3s ease; }
.form-step { display: none; min-width: 0; padding: 0; border: 0; }
.form-step.is-visible { display: block; animation: slide-in .28s ease both; }
@keyframes slide-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
.form-step legend { width: 100%; margin-bottom: 10px; font-family: "Manrope", sans-serif; font-size: clamp(25px, 3vw, 36px); font-weight: 700; letter-spacing: -.035em; line-height: 1.12; }
.form-help { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 58px; display: flex; align-items: center; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; font-size: 13px; font-weight: 600; transition: background .2s ease, border .2s ease; }
.choice-grid input:checked + span { border-color: var(--copper); background: #f4e6d8; box-shadow: inset 4px 0 0 var(--copper); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(214,134,66,.35); outline-offset: 2px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 7px; margin-bottom: 15px; }
.field > span { font-size: 12px; font-weight: 700; }
.field b { color: var(--copper); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #faf8f3; }
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 108px; padding: 13px 14px; resize: vertical; }
.field small { justify-self: end; color: var(--muted); font-size: 10px; }
.consent-line { display: flex; align-items: flex-start; gap: 10px; margin-top: 8px; cursor: pointer; color: var(--muted); font-size: 12px; }
.consent-line input { margin-top: 3px; accent-color: var(--copper); }
.field-error { min-height: 20px; margin: 10px 0 0; color: #9e3c2d; font-size: 12px; font-weight: 600; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 23px; padding-top: 22px; border-top: 1px solid var(--line); }
.button-back { display: none; color: var(--ink); background: #e9e3da; }
.button-next { min-width: 145px; }
.summary-panel { animation: slide-in .32s ease both; }
.summary-check { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: var(--white); background: var(--success); font-size: 20px; }
.summary-panel h3 { max-width: 540px; font-size: clamp(28px, 3.5vw, 42px); }
.summary-panel pre { max-height: 260px; margin: 26px 0; padding: 18px; overflow: auto; border: 1px solid var(--line); border-radius: 13px; white-space: pre-wrap; color: #403a33; background: #f6f2eb; font: 12px/1.6 "DM Sans", sans-serif; }
.summary-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.summary-actions .button-back { display: inline-flex; }
.copy-status { min-height: 20px; color: var(--success); font-size: 12px; font-weight: 700; }

footer { min-height: 170px; padding: 45px max(24px, calc((100% - 1200px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); background: #11100e; font-size: 11px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-copy span { color: #8c847a; }
.brand-footer img { width: 44px; height: 44px; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 500px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 620px; }
  .service-browser { grid-template-columns: 1fr; }
  .service-detail { min-height: 430px; }
  .craft-heading { grid-template-columns: 1fr; gap: 24px; }
  .craft-intro { max-width: 660px; }
  .craft-grid { grid-template-columns: 1fr 1fr; }
  .craft-card-featured { grid-column: 1 / -1; }
  .inquiry { grid-template-columns: 1fr; }
  .inquiry-intro { padding-top: 0; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 28px); min-height: 72px; grid-template-columns: 1fr auto; }
  .brand img { width: 43px; height: 43px; }
  .brand-copy strong { font-size: 12px; }
  .nav-links { display: none; }
  .header-cta { padding: 10px 13px; font-size: 11px; }
  .hero { width: calc(100% - 20px); padding: 50px 21px; border-radius: 21px; gap: 30px; }
  h1 { font-size: clamp(44px, 14vw, 64px); }
  .hero-visual { min-height: 420px; }
  .plan-card { padding: 17px; transform: rotate(0); }
  .room-grid { height: 270px; }
  .material-swatch { width: 90px; height: 90px; }
  .swatch-wood { right: -25px; }
  .swatch-stone { left: -18px; }
  .trust-row { gap: 14px; }
  .services { padding-top: 82px; padding-bottom: 82px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 215px; padding: 18px; }
  .service-icon { margin: 22px 0 17px; }
  .craft-gallery { padding-top: 80px; padding-bottom: 80px; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-card-featured { grid-column: auto; }
  .craft-card, .craft-card-featured { min-height: 390px; }
  .craft-card figcaption { padding: 22px; }
  .inquiry { padding-top: 80px; padding-bottom: 80px; }
  .planner-shell { min-height: 650px; padding: 24px 18px; border-radius: 20px; }
  .progress-track { margin-bottom: 34px; }
  .field-row, .choice-grid { grid-template-columns: 1fr; }
  .choice-grid { gap: 7px; }
  .choice-grid span { min-height: 48px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .brand-copy { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
  .hero-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
