:root {
  --forest: #173a32;
  --forest-dark: #0f2d27;
  --ivory: #f6f1e7;
  --warm-white: #fffdf8;
  --brass: #b58b45;
  --charcoal: #17211e;
  --sage: #aab8aa;
  --line: #d7c7aa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: Arial, Helvetica, sans-serif;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 96px;
  padding: 0 4.5vw;
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 35px);
  letter-spacing: -.03em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  font-size: 23px;
}
nav { display: flex; gap: 42px; font-weight: 600; }
nav { gap: 30px; font-size: 14px; }
nav a { position: relative; padding: 12px 0; }
nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 5px;
  height: 2px; background: var(--brass);
  transition: right .2s ease;
}
nav a:hover::after { right: 0; }
.header-cta {
  justify-self: end;
  border: 1px solid var(--forest);
  padding: 13px 20px;
  background: transparent;
  color: var(--forest);
  cursor: pointer;
  transition: .2s ease;
}
.header-cta:hover { background: var(--forest); color: white; }

.hero {
  min-height: calc(100vh - 96px);
  display: grid;
  grid-template-columns: 44% 56%;
  position: relative;
  overflow: hidden;
}
.plan-lines {
  position: absolute; left: 0; top: 0; bottom: 0; width: 44%;
  opacity: .14;
  background-image:
    linear-gradient(90deg, var(--brass) 1px, transparent 1px),
    linear-gradient(var(--brass) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom right, black, transparent 60%);
}
.hero-copy {
  padding: clamp(70px, 8vh, 110px) 4.8vw 55px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  animation: rise .55s ease-out both;
}
.eyebrow {
  margin: 0 0 23px;
  color: var(--brass);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 750;
}
h1, h2 {
  margin: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
h1 { font-size: clamp(48px, 5.15vw, 80px); line-height: .99; max-width: 680px; }
h2 { font-size: clamp(42px, 4.3vw, 68px); line-height: 1.02; }
.hero-intro {
  max-width: 550px;
  margin: 30px 0 24px;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.55;
}
.primary-cta, .light-cta, .outline-cta {
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 22px;
  transition: transform .18s ease, background .18s ease;
}
.primary-cta {
  width: min(100%, 545px);
  min-height: 70px;
  padding: 14px 22px;
  background: var(--forest);
  box-shadow: 0 12px 28px rgba(15,45,39,.18);
  color: white;
  font-weight: 700;
  text-align: left;
}
.primary-cta:hover { background: var(--forest-dark); transform: translateY(-2px); }
.video-icon { color: var(--brass); border-right: 1px solid var(--brass); padding-right: 20px; }
.arrow { color: var(--brass); font-size: 27px; margin-left: auto; }
.text-link { margin: 21px 0 31px; display: flex; gap: 22px; font-weight: 700; border-bottom: 1px solid var(--brass); padding-bottom: 4px; }
.text-link span { color: var(--brass); }
.trust-line { display: flex; align-items: center; gap: 13px; margin: 0; font-size: 14px; }
.trust-line b { color: var(--brass); }
.trust-seal { width: 44px; height: 44px; border: 1px solid var(--brass); color: var(--brass); border-radius: 50%; display: grid; place-items: center; font-size: 23px; }

.hero-image {
  position: relative;
  min-height: 680px;
  background: var(--forest) url("/hero-kitchen.png") center/cover no-repeat;
  animation: reveal .65s ease-out both;
}
.photo-frame {
  position: absolute; inset: 34px 34px 34px 26px;
  border: 1px solid var(--brass);
  pointer-events: none;
}
.expert-card {
  position: absolute; right: 4vw; bottom: 6vh;
  width: min(350px, 42%);
  padding: 11px;
  display: flex;
  gap: 13px;
  align-items: center;
  border: 1px solid var(--brass);
  background: rgba(246,241,231,.94);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.expert-photo { width: 84px; height: 72px; background: var(--forest); color: var(--brass); display: grid; place-items: center; font-family: Georgia,serif; font-size: 28px; }
.expert-card strong, .expert-card small { display: block; }
.expert-card small { margin-top: 4px; color: #52605b; }
.live-label { display: block; font-size: 9px; letter-spacing: .12em; color: var(--forest); margin-bottom: 5px; }
.live-label i { display: inline-block; width: 7px; height: 7px; background: #2d9a66; border-radius: 50%; margin-right: 5px; }

.section { padding: 120px 6vw; }
.section-heading { max-width: 740px; margin-bottom: 65px; }
.section-heading > p:last-child { font-size: 19px; line-height: 1.65; max-width: 640px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step-grid article { background: var(--warm-white); padding: 45px; min-height: 265px; }
.step-grid span { color: var(--brass); font-family: Georgia,serif; font-size: 45px; }
h3 { color: var(--forest); font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.step-grid p, .service-list p, .about-copy > p { line-height: 1.7; color: #4f5a56; }

.services { background: var(--forest); color: white; display: grid; grid-template-columns: 38% 62%; gap: 6vw; }
.services h2, .services h3 { color: var(--ivory); }
.service-list article { display: grid; grid-template-columns: 60px 1fr 1.4fr; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.24); padding: 26px 0; }
.service-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.service-list span { color: var(--brass); }
.service-list p { color: #d6ddd8; }

.savings-section {
  padding: 105px 6vw;
  background: #d8c6a6;
  display: grid;
  grid-template-columns: .45fr 1.25fr .7fr;
  gap: 5vw;
  align-items: center;
}
.savings-number {
  color: rgba(23,58,50,.12);
  font: 400 clamp(90px, 13vw, 190px)/.75 Georgia,serif;
  letter-spacing: -.08em;
  transform: rotate(-90deg);
}
.savings-copy h2 { max-width: 760px; }
.savings-copy > p:not(.eyebrow) { max-width: 720px; font-size: 19px; line-height: 1.7; color: #344640; }
.material-list { display: grid; border-top: 1px solid rgba(23,58,50,.35); }
.material-list span { padding: 13px 4px; border-bottom: 1px solid rgba(23,58,50,.35); color: var(--forest); font-weight: 750; }

.about { display: grid; grid-template-columns: 1fr 1fr; padding: 0; min-height: 630px; }
.about-art {
  background:
    linear-gradient(rgba(23,58,50,.62),rgba(23,58,50,.62)),
    url("/hero-kitchen.png") center/cover;
  display: flex; align-items: flex-end; padding: 60px;
}
.about-art span { color: var(--ivory); font: 400 clamp(54px,7vw,110px)/.84 Georgia,serif; letter-spacing: -.06em; }
.about-copy { padding: 90px 7vw; display: flex; flex-direction: column; justify-content: center; }
.about-copy > p { font-size: 19px; }
.network-proof { margin: 18px 0 4px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; }
.network-proof strong { color: var(--brass); font: 400 28px Georgia,serif; }
.network-proof span { color: var(--forest); font-weight: 700; line-height: 1.45; }
.outline-cta { align-self: flex-start; margin-top: 25px; padding: 17px 22px; background: transparent; border: 1px solid var(--forest); color: var(--forest); font-weight: 700; }
.outline-cta:hover { background: var(--forest); color: white; }

.upload-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 8vw;
  background: var(--warm-white);
  align-items: start;
}
.upload-copy > p:not(.eyebrow) { color: #52605b; font-size: 18px; line-height: 1.7; }
.measurement-tips { margin-top: 34px; display: grid; gap: 13px; color: var(--forest); }
.measurement-tips strong { margin-bottom: 4px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.measurement-tips span::before { content: "✓"; color: var(--brass); margin-right: 11px; font-weight: 800; }
.upload-form { background: var(--ivory); border: 1px solid var(--line); padding: clamp(25px, 4vw, 52px); box-shadow: 0 20px 60px rgba(23,58,50,.08); }
.upload-form label { display: grid; gap: 9px; margin-bottom: 20px; color: var(--forest); font-weight: 750; font-size: 14px; }
.upload-form label > span { color: #6f7874; font-weight: 400; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.upload-form input[type="text"],
.upload-form input[type="email"],
.upload-form textarea {
  width: 100%;
  border: 1px solid #cbbd9f;
  background: var(--warm-white);
  padding: 14px;
  border-radius: 0;
  color: var(--charcoal);
  font: inherit;
  font-weight: 400;
}
.upload-form input:focus, .upload-form textarea:focus { outline: 2px solid var(--brass); outline-offset: 1px; }
.file-drop { border: 1px dashed var(--brass); background: #fbf6eb; padding: 28px; text-align: center; place-items: center; cursor: pointer; }
.file-drop:hover { background: #f5ead4; }
.file-drop .upload-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: 23px; font-weight: 400; }
.file-drop strong { font-family: Georgia,serif; font-size: 21px; font-weight: 400; }
.file-drop small { color: #6f7874; font-weight: 400; }
.file-drop input { max-width: 100%; font-weight: 400; }
.upload-button { width: 100%; justify-content: space-between; }
.upload-button:disabled { opacity: .65; cursor: wait; transform: none; }
.upload-message { margin: 15px 0 0; padding: 12px; background: #e4eee8; color: var(--forest); font-weight: 700; }
.upload-message:empty { display: none; }
.upload-message.error { background: #f7e2dd; color: #842f22; }
.upload-message.success { background: #e4eee8; color: var(--forest); }
.privacy-note { display: block; margin-top: 15px; color: #68716d; line-height: 1.5; }

.final-cta { text-align: center; padding: 110px 20px; background: #d8c6a6; }
.final-cta h2 { max-width: 800px; margin: auto; }
.final-cta > p:not(.eyebrow) { font-size: 19px; }
.light-cta { margin: 30px auto 0; padding: 18px 27px; background: var(--ivory); color: var(--forest); font-weight: 800; }
.light-cta:hover { transform: translateY(-2px); background: white; }
footer { background: var(--charcoal); color: #cbd4cf; padding: 42px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 13px; }
.footer-brand { color: var(--ivory); font-size: 25px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(9,22,19,.75); display: grid; place-items: center; padding: 20px; backdrop-filter: blur(7px); }
.booking-modal { width: min(680px, 100%); max-height: 92vh; overflow-y: auto; background: var(--ivory); padding: 48px; position: relative; box-shadow: 0 30px 100px rgba(0,0,0,.4); }
.booking-modal h2 { font-size: clamp(38px,5vw,57px); }
.modal-close { position: absolute; top: 15px; right: 18px; border: 0; background: transparent; font-size: 32px; cursor: pointer; color: var(--forest); }
.modal-intro { line-height: 1.6; color: #52605b; }
fieldset { border: 0; padding: 0; margin: 27px 0; }
legend { font-weight: 800; margin-bottom: 12px; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-row button { border: 1px solid var(--line); background: var(--warm-white); padding: 14px 9px; cursor: pointer; color: var(--forest); }
.choice-row button.selected { background: var(--forest); color: white; border-color: var(--forest); }
.time-row { grid-template-columns: repeat(4, 1fr); }
.modal-submit { width: 100%; justify-content: space-between; }
.setup-note { display: block; margin-top: 14px; color: #6c736f; line-height: 1.4; }

@keyframes rise { from { opacity: 0; transform: translateY(14px); } }
@keyframes reveal { from { opacity: .35; transform: scale(1.02); } }
@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 670px; }
  .hero-image { min-height: 650px; }
  .plan-lines { width: 100%; }
  .services { grid-template-columns: 1fr; }
  .savings-section { grid-template-columns: 1fr; }
  .savings-number { display: none; }
  .upload-section { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-art { min-height: 520px; }
}
@media (max-width: 680px) {
  .site-header { height: 76px; padding: 0 18px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 32px; height: 32px; font-size: 19px; }
  .header-cta { font-size: 12px; padding: 10px; }
  .hero-copy { padding: 72px 23px 45px; min-height: auto; }
  h1 { font-size: 49px; }
  .hero-image { min-height: 500px; }
  .expert-card { width: 76%; right: 20px; bottom: 28px; }
  .section { padding: 85px 23px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 0; padding: 32px; }
  .service-list article { grid-template-columns: 42px 1fr; }
  .service-list p { grid-column: 2; margin-top: 0; }
  .about-art { min-height: 400px; padding: 30px; }
  .about-copy { padding: 75px 23px; }
  .field-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; align-items: flex-start; }
  .booking-modal { padding: 38px 22px 25px; }
  .choice-row, .time-row { grid-template-columns: 1fr 1fr; }
  .modal-submit { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
