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

:root {
  --charcoal: #0d0d0d;
  --slate: #1a1a1a;
  --taupe: #3a3935;
  --sand: #c9c7c1;
  --sand-dark: #aaa8a2;
  --ivory: #f4f2ed;
  --ivory-bright: #fbfaf7;
  --muted: #64635f;
  --line: rgba(58, 57, 53, .22);
  --light-line: rgba(244, 241, 234, .22);
  --shadow: 0 28px 80px rgba(13, 13, 13, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: "Montserrat", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 99; background: var(--ivory); padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 108px;
  padding: 14px clamp(24px, 5vw, 82px);
  border-bottom: 1px solid rgba(13, 13, 13, .18);
  background: rgba(201, 199, 193, .94);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-name {
  display: grid;
  grid-template-columns: 1fr;
  width: 292px;
  color: var(--charcoal);
  font-size: 1.28rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .32em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.brand-name i { width: 100%; height: 1px; margin: 11px 0 9px; background: rgba(13, 13, 13, .48); }
.brand-name small { font-size: .8rem; font-weight: 500; letter-spacing: .42em; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { font-size: .9rem; font-weight: 600; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.nav-cta { padding: 13px 18px; border: 1px solid var(--charcoal); transition: .2s ease; }
.nav-cta:hover { background: var(--charcoal); color: var(--ivory); }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  align-items: center;
  min-height: calc(100vh - 108px);
  padding: 84px clamp(24px, 5vw, 82px) 88px;
  overflow: hidden;
  background: var(--sand);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/stone-velvet-texture.webp") center / cover;
  opacity: .58;
}
.hero::after {
  content: "C/W";
  position: absolute;
  left: -2vw;
  bottom: -7vw;
  z-index: -1;
  color: rgba(13, 13, 13, .035);
  font-size: clamp(13rem, 26vw, 30rem);
  font-weight: 300;
  letter-spacing: -.14em;
  line-height: .8;
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--taupe); font-size: .9rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2 { font-weight: 300; letter-spacing: -.055em; line-height: .95; }
h1 { max-width: 700px; margin-bottom: 30px; font-size: clamp(3.75rem, 6.8vw, 7.4rem); }
h1 em, h2 em { font-style: normal; font-weight: 500; }
.hero-lede { max-width: 620px; color: var(--taupe); font-size: clamp(1.08rem, 1.4vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 58px; padding: 0 24px; border: 0; border-radius: 0; font-size: .9rem; font-weight: 650; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(13, 13, 13, .16); }
.button-primary, .button-accent { background: var(--charcoal); color: var(--ivory); }
.button-light { width: 100%; background: var(--ivory); color: var(--charcoal); }
.text-link { font-size: .92rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: 7px; }
.proof-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 70px; padding-top: 25px; border-top: 1px solid rgba(13, 13, 13, .25); }
.proof-row div { min-width: 0; }
.proof-row strong { display: block; margin-bottom: 4px; font-size: 1.08rem; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }
.proof-row span { display: block; color: var(--taupe); font-size: .86rem; font-weight: 500; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }

.hero-gallery { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-rows: 1fr .78fr; gap: 13px; min-height: 650px; margin-left: 7%; padding: 12px 0 12px 12px; border-left: 1px solid rgba(13, 13, 13, .32); }
.portrait-card { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--taupe); box-shadow: var(--shadow); }
.portrait-one { grid-column: 2; grid-row: 1 / 3; }
.portrait-two { grid-column: 1; grid-row: 1; }
.portrait-three { grid-column: 1; grid-row: 2; }
.portrait-card img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.02); }
.portrait-one img { object-position: 50% 32%; }
.portrait-two img { object-position: 50% 42%; }
.portrait-three img { object-position: 50% 36%; }
.portrait-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px 16px; background: rgba(244, 241, 234, .92); backdrop-filter: blur(9px); }
.portrait-card figcaption b { display: block; font-size: .88rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.portrait-card figcaption span { display: block; margin-top: 3px; color: var(--muted); font-size: .88rem; line-height: 1.4; }

.offers-section { padding: 118px clamp(24px, 5vw, 82px); background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.35fr .7fr; column-gap: 9%; align-items: end; margin-bottom: 62px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5.6vw, 6.2rem); }
.section-heading > p:last-child { max-width: 470px; margin-bottom: 6px; color: var(--muted); font-size: 1.02rem; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 525px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ivory-bright); }
.package-card.featured { isolation: isolate; background: var(--sand); }
.package-card.featured::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("images/stone-velvet-texture.webp") center / cover; opacity: .42; }
.popular-tag { position: absolute; top: 0; left: 50%; padding: 9px 13px; background: var(--charcoal); color: var(--ivory); font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; transform: translateX(-50%); }
.package-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .86rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.package-card h3 { margin: 76px 0 14px; font-size: clamp(1.9rem, 2.8vw, 2.75rem); font-weight: 400; letter-spacing: -.035em; }
.package-card .price { font-size: 1.6rem; font-weight: 400; }
.price small { color: var(--muted); font-size: .84rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.package-card ul { flex: 1; min-height: 0; margin: 38px 0 30px; padding: 0; list-style: none; }
.package-card li { position: relative; margin: 11px 0; padding-left: 18px; color: var(--muted); font-size: 1rem; }
.package-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 1px; background: var(--taupe); }
.package-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); font-size: .88rem; font-weight: 650; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.offer-tools { margin-top: 96px; border: 1px solid var(--line); background: var(--ivory-bright); box-shadow: 0 24px 70px rgba(13, 13, 13, .06); }
.tool-tabs { display: flex; border-bottom: 1px solid var(--line); background: var(--sand); }
.tab { position: relative; flex: 1; padding: 22px; border: 0; background: transparent; color: var(--taupe); font-size: .88rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.tab:first-child { border-right: 1px solid rgba(13, 13, 13, .18); }
.tab.is-active { background: var(--ivory-bright); color: var(--charcoal); }
.tab.is-active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--charcoal); }
.tool-panel { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 570px; }
.tool-panel[hidden] { display: none; }
.calculator-copy { padding: clamp(32px, 5vw, 72px); }
.mini-label { margin-bottom: 10px; color: var(--taupe); font-size: .86rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.calculator-copy h3, .inquiry-form h3, .form-success h3 { margin-bottom: 14px; font-size: clamp(2.1rem, 3.7vw, 3.55rem); font-weight: 300; letter-spacing: -.045em; line-height: 1.05; }
.calculator-copy > p:not(.mini-label) { max-width: 560px; color: var(--muted); }
.field-group { margin-top: 34px; }
.label-row { display: flex; justify-content: space-between; font-size: .9rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.label-row output { font-size: 1rem; }
input[type="range"] { width: 100%; height: 3px; margin: 17px 0 4px; accent-color: var(--charcoal); cursor: pointer; }
.range-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: .84rem; }
.addons { margin: 34px 0 0; padding: 0; border: 0; }
.addons legend, .location-row label { margin-bottom: 10px; font-size: .86rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.check-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .98rem; cursor: pointer; }
.check-row:last-child { border-bottom: 1px solid var(--line); }
.check-row input { position: absolute; opacity: 0; }
.check-row i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 9px; border: 1px solid var(--muted); vertical-align: middle; }
.check-row input:checked + i { background: var(--charcoal); border-color: var(--charcoal); box-shadow: inset 0 0 0 4px var(--ivory); }
.check-row b { color: var(--charcoal); font-size: .9rem; }
.location-row { display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 20px; margin-top: 25px; }
.location-row label { margin: 0; }
select, input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--ivory-bright); color: var(--charcoal); outline: none; }
select:focus, input:focus, textarea:focus { border-color: var(--charcoal); box-shadow: 0 0 0 2px rgba(13, 13, 13, .08); }
select { padding: 12px; }
.estimate-card { display: flex; flex-direction: column; align-self: stretch; padding: clamp(36px, 5vw, 64px); background: var(--charcoal); color: var(--ivory); }
.estimate-card .mini-label { color: var(--sand); }
.estimate-number { margin-top: 8px; font-size: clamp(3.8rem, 6.5vw, 7rem); font-weight: 300; letter-spacing: -.07em; line-height: 1; }
.estimate-card > p:nth-child(3), .estimate-card dl div { color: #c8c3ba; }
.estimate-rule { height: 1px; margin: 25px 0; background: var(--light-line); }
.estimate-card dl { margin: 0 0 24px; }
.estimate-card dl div { display: flex; justify-content: space-between; gap: 20px; margin: 10px 0; font-size: .92rem; }
.estimate-card dd { margin: 0; color: var(--ivory); font-weight: 600; }
.smart-note { margin: auto 0 20px; padding: 16px; border-left: 2px solid var(--sand); background: rgba(244, 241, 234, .07); color: #d4d0c8; font-size: .92rem; }
.smart-note span { display: block; margin-bottom: 4px; color: var(--ivory); font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.estimate-card > small { margin-top: 14px; color: #aaa59c; font-size: .84rem; line-height: 1.5; }

.comparison-panel { display: block; padding: clamp(24px, 4vw, 58px); background: var(--ivory-bright); }
.comparison-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { min-width: 160px; padding: 19px; border-bottom: 1px solid var(--line); font-size: .94rem; }
thead th { color: var(--muted); font-size: .84rem; letter-spacing: .1em; text-transform: uppercase; }
tbody th { color: var(--muted); font-weight: 550; }
.yes { display: inline-block; padding: 4px 9px; background: var(--sand); color: var(--charcoal); font-size: .82rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.compare-cta { margin-top: 34px; }

.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; padding-top: 125px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { font-size: clamp(3rem, 4.7vw, 5.35rem); }
.faq-intro > p:last-child { max-width: 390px; margin-top: 30px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; font-size: clamp(1.12rem, 1.7vw, 1.42rem); font-weight: 400; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--taupe); font-weight: 300; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 720px; padding: 0 48px 26px 0; color: var(--muted); font-size: 1.05rem; }

.inquiry-section { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8%; padding: 124px clamp(24px, 5vw, 82px) 42px; overflow: hidden; background: var(--charcoal); color: var(--ivory); }
.inquiry-section::before { content: "C/W"; position: absolute; left: -3vw; bottom: -2vw; color: rgba(201,199,193,.055); font-size: 26vw; font-weight: 300; letter-spacing: -.12em; line-height: .65; pointer-events: none; }
.eyebrow.light { color: var(--sand); }
.inquiry-copy { position: relative; z-index: 1; }
.inquiry-copy h2 { font-size: clamp(3.4rem, 5.7vw, 6.6rem); }
.inquiry-copy h2 em { color: var(--sand); }
.inquiry-copy > p:nth-of-type(2) { max-width: 490px; margin-top: 34px; color: #c8c3ba; }
.inquiry-copy .direct-invite { max-width: 490px; margin: 18px 0 0; padding-left: 16px; border-left: 1px solid var(--sand); color: var(--sand); font-size: 1rem; }
.direct-contact { display: flex; flex-direction: column; gap: 8px; margin-top: 28px; }
.direct-contact a { width: max-content; color: var(--ivory); font-size: 1.1rem; font-weight: 400; letter-spacing: .03em; text-decoration: none; }
.inquiry-form { position: relative; z-index: 2; min-height: 620px; padding: clamp(30px, 5vw, 64px); background: var(--ivory); color: var(--charcoal); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.form-progress { display: flex; align-items: center; margin-bottom: 54px; }
.form-progress i { flex: 1; height: 1px; background: var(--line); }
.step-dot { display: flex; align-items: center; gap: 8px; padding: 0 8px; border: 0; background: transparent; color: var(--muted); font-size: .84rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.step-dot span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }
.step-dot.active { color: var(--charcoal); }
.step-dot.active span { background: var(--charcoal); border-color: var(--charcoal); color: var(--ivory); }
.form-step { display: none; }
.form-step.active { display: block; animation: slideUp .3s ease; }
@keyframes slideUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 38px; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label span { display: flex; flex-direction: column; min-height: 96px; padding: 20px; border: 1px solid var(--line); cursor: pointer; transition: .2s ease; }
.choice-grid label span:hover { border-color: var(--charcoal); }
.choice-grid input:checked + span { background: var(--charcoal); border-color: var(--charcoal); color: var(--ivory); }
.choice-grid small { margin-top: 3px; color: var(--muted); }
.choice-grid input:checked + span small { color: #c8c3ba; }
.form-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 38px; }
.form-nav.end { justify-content: flex-end; }
.back-step, .text-button { border: 0; border-bottom: 1px solid var(--charcoal); padding: 5px 0; background: transparent; color: var(--charcoal); font-size: .86rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.input-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 16px; margin-top: 34px; }
.input-grid label { color: var(--muted); font-size: .86rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.input-grid label.wide { grid-column: 1 / -1; }
.input-grid input, .input-grid textarea { margin-top: 8px; padding: 13px 2px; border-width: 0 0 1px; background: transparent; color: var(--charcoal); letter-spacing: 0; text-transform: none; resize: vertical; }
.consent { display: flex; gap: 9px; margin-top: 25px; color: var(--muted); font-size: .86rem; }
.consent input { width: 16px; accent-color: var(--charcoal); }
.estimate-attached { margin-top: 16px; padding: 12px 14px; border-left: 2px solid var(--sand-dark); background: rgba(201,199,193,.24); color: var(--muted); font-size: .9rem; }
.form-success { padding-top: 70px; text-align: center; }
.form-success > span { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 25px; border-radius: 50%; background: var(--sand); color: var(--charcoal); font-size: .84rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.form-success p { max-width: 480px; margin: 20px auto 28px; color: var(--muted); }
.inquiry-section footer { position: relative; z-index: 2; display: flex; justify-content: space-between; grid-column: 1 / -1; margin-top: 88px; padding-top: 22px; border-top: 1px solid var(--light-line); color: #aaa59c; font-size: .84rem; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-section footer a { color: var(--ivory); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr; padding-top: 74px; }
  .hero-gallery { min-height: 620px; max-width: 760px; margin: 48px auto 0; width: 100%; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 28px; }
  .package-card { padding: 27px; }
  .tool-panel, .faq-wrap, .inquiry-section { grid-template-columns: 1fr; }
  .faq-intro { position: static; margin-bottom: 46px; }
  .inquiry-form { margin-top: 56px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 88px; padding-inline: 20px; }
  .brand-name { width: 194px; font-size: .94rem; letter-spacing: .22em; }
  .brand-name i { margin: 7px 0 6px; }
  .brand-name small { font-size: .78rem; letter-spacing: .2em; }
  nav { gap: 0; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 11px; font-size: .82rem; }
  .hero { min-height: auto; padding: 64px 20px 76px; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { min-height: 54px; }
  .proof-row { gap: 11px; margin-top: 54px; }
  .proof-row strong { font-size: .95rem; }
  .proof-row span { font-size: .82rem; letter-spacing: .05em; }
  .hero-gallery { min-height: 490px; padding-left: 8px; }
  .portrait-card figcaption { padding: 11px 12px; }
  .portrait-card figcaption b, .portrait-card figcaption span { font-size: .82rem; }
  .offers-section { padding: 88px 20px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .package-card h3 { margin-top: 50px; }
  .package-card ul { min-height: auto; }
  .offer-tools { margin-top: 68px; }
  .tool-tabs { position: sticky; top: 88px; z-index: 5; }
  .tab { padding: 17px 8px; font-size: .82rem; }
  .calculator-copy { padding: 31px 22px 46px; }
  .estimate-card { min-height: 550px; }
  .faq-wrap { padding-top: 88px; }
  .inquiry-section { padding: 88px 20px 40px; }
  .inquiry-form { min-height: 670px; padding: 29px 20px; }
  .step-dot { flex-direction: column; gap: 4px; padding: 0 4px; font-size: .8rem; }
  .form-progress { margin-bottom: 40px; }
  .choice-grid, .input-grid { grid-template-columns: 1fr; }
  .input-grid label.wide { grid-column: auto; }
  .form-nav { gap: 18px; }
  .form-nav .button { flex: 1; gap: 12px; padding: 0 14px; }
  .inquiry-section footer { align-items: center; flex-direction: column; gap: 8px; margin-top: 60px; }
}

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