:root {
  --plaster: #EFF0EC;   /* lime plaster walls */
  --stone: #E1E3DC;     /* kota stone */
  --paper: #FAFAF8;
  --hara: #1F3A31;      /* bottle green */
  --hara-2: #2B4A3F;
  --hara-line: #4A6A5E;
  --ink: #2A231E;       /* teak ink */
  --muted: #5F5A54;
  --walnut: #7A5A40;
  --brass: #B8975A;
  --brass-soft: #D6BF8E;
  --line: #CFD2CA;
  --display: "Tiro Devanagari Hindi", "Iowan Old Style", Georgia, serif;
  --body: "Albert Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(16px, 4vw, 48px);
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--plaster); color: var(--ink); font: 400 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1200px; margin-inline: auto; padding-inline: var(--gutter); }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.12; margin: 0; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 4.9vw, 4.1rem); letter-spacing: -0.01em; line-height: 1.06; }
h2 { font-size: clamp(2rem, 3.5vw, 2.9rem); max-width: 22ch; letter-spacing: -0.005em; }
h3 { font-size: 1.3rem; }
p { margin: 0; }
a { color: inherit; }
address { font-style: normal; }
:focus-visible { outline: 2px solid var(--walnut); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0.75em 1.4em;
  border: 1px solid transparent; border-radius: var(--radius);
  font: 600 0.98rem/1.2 var(--body); text-decoration: none; text-align: center;
  cursor: pointer; transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.btn-small { min-height: 42px; padding: 0.55em 1.1em; }
.btn-primary { background: var(--hara); color: var(--paper); }
.btn-primary:hover { background: var(--hara-2); }
.btn-secondary { border-color: var(--ink); color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--paper); }
.btn-light { background: var(--paper); color: var(--hara); }
.btn-light:hover { background: #fff; }
.btn-outline-light { border-color: rgba(250, 250, 248, 0.45); color: var(--paper); }
.btn-outline-light:hover { border-color: var(--paper); }
.wa-icon { width: 18px; height: 18px; flex: none; }

/* Logo */
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.logo-mark { width: 36px; height: 43px; flex: none; }
.logo-word { display: grid; }
.logo-word b { font: 400 1.65rem/1 var(--display); letter-spacing: 0.01em; }
.logo-word small { font: 400 0.82rem/1.1 var(--display); color: var(--walnut); margin-top: 4px; letter-spacing: 0.04em; }

/* Header */
.site-header { padding-block: 18px; border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a:not(.btn) { text-decoration: none; color: var(--muted); font-weight: 500; font-size: 0.95rem; }
.nav a:not(.btn):hover { color: var(--ink); }
@media (max-width: 900px) { .nav a:not(.btn) { display: none; } }

/* Hero */
.hero { padding-block: clamp(36px, 6vw, 84px) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.lede { margin-top: 24px; font-size: 1.15rem; color: var(--muted); max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-art { margin: 0; }
.hero-art svg { display: block; width: 100%; height: auto; }
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 520px; }
}

.art-line { fill: none; stroke: var(--ink); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.art-thin { stroke-width: 1; stroke-opacity: 0.5; }
.art-floor { stroke-width: 1.8; }
.art-paper { fill: var(--paper); }
.art-stone { fill: var(--stone); stroke: none; }
.art-stone-2 { fill: var(--stone); }
.art-ink { fill: var(--ink); }
.art-brass { fill: var(--brass); }
.art-walnut { fill: var(--walnut); }
.art-leaf { fill: var(--hara); }
.art-dimline { fill: none; stroke: var(--walnut); stroke-width: 1; }
.art-dim { font: 500 12px var(--body); fill: var(--walnut); }
.art-note { font: italic 400 16px var(--display); fill: var(--muted); }

.assurances {
  list-style: none; margin: clamp(44px, 6vw, 80px) 0 0; padding: 28px 0 clamp(44px, 6vw, 72px);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 36px;
  border-top: 1px solid var(--line);
}
.assurances h3 { font: 600 1rem/1.35 var(--body); margin-bottom: 6px; text-wrap: pretty; }
.assurances p { color: var(--muted); font-size: 0.95rem; }
@media (max-width: 980px) { .assurances { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .assurances { grid-template-columns: 1fr; } }

/* Planner: the drafting board */
.planner { background: var(--hara); color: #E6EBE6; padding-block: clamp(44px, 6vw, 84px); }
.planner-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 40px; align-items: end; margin-bottom: clamp(22px, 3vw, 36px); }
.planner-head h2 { color: var(--paper); max-width: none; }
.how { list-style: none; counter-reset: how; display: flex; flex-wrap: wrap; gap: 8px 28px; margin: 16px 0 0; padding: 0; color: #C4CEC7; font-size: 0.95rem; }
.how li { counter-increment: how; display: flex; align-items: center; gap: 10px; }
.how li::before { content: counter(how); display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--hara-line); border-radius: 50%; font: 600 0.78rem/1 var(--body); color: var(--paper); }
.controls { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
@media (max-width: 960px) {
  .planner-head { grid-template-columns: 1fr; }
  .controls { justify-content: flex-start; }
}
.seg { display: inline-flex; padding: 3px; border: 1px solid var(--hara-line); border-radius: 999px; }
.seg button, .chip {
  appearance: none; border: 0; background: transparent; color: #C4CEC7;
  font: 600 0.92rem/1 var(--body); min-height: 40px; padding: 0.5em 1.05em;
  border-radius: 999px; cursor: pointer;
}
.seg button:hover, .chip:hover { color: var(--paper); }
.seg button[aria-pressed="true"] { background: var(--paper); color: var(--hara); }
.chip { border: 1px solid var(--hara-line); }
.chip[aria-pressed="true"] { background: var(--paper); border-color: var(--paper); color: var(--hara); }
.controls { position: relative; }
.tier-hint { position: absolute; top: calc(100% + 8px); right: 0; margin: 0; white-space: nowrap; color: #A9B8AF; font-size: 0.85rem; }
@media (max-width: 960px) { .tier-hint { right: auto; left: 0; } }

.planner-body { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 44px); align-items: start; }
@media (max-width: 900px) { .planner-body { grid-template-columns: 1fr; } }
.plan { margin: 0; }
.plan svg { display: block; width: 100%; height: auto; overflow: visible; }

.room { cursor: pointer; outline: none; animation: fade-in 0.5s ease 0.9s both; }
.room-fill { fill: var(--hara); stroke: #B5C1BA; stroke-width: 2; transition: fill 0.2s; }
.room.has-items .room-fill { fill: var(--hara-2); }
.room:hover .room-fill { fill: #36584B; }
.room.is-active .room-fill { fill: var(--plaster); }
.room:focus-visible .room-fill { stroke: var(--brass-soft); stroke-width: 4; }
.room text { text-anchor: middle; fill: #F1F3EF; font-family: var(--body); pointer-events: none; }
.room .room-name { font-size: 14px; font-weight: 600; }
.room .room-dims { font-size: 11.5px; fill: #A9B8AF; }
.room .room-count { font-size: 11.5px; font-weight: 600; fill: var(--brass-soft); }
.room.is-active .room-name, .room.is-active .room-dims { fill: var(--ink); }
.room.is-active .room-count { fill: var(--walnut); }

.wall-outer { fill: none; stroke: var(--plaster); stroke-width: 6; stroke-linejoin: miter; pointer-events: none;
  stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.5s cubic-bezier(0.6, 0.1, 0.3, 1) 0.1s forwards; }
.door-gap { stroke: var(--hara); stroke-width: 9; pointer-events: none; }
.door { fill: none; stroke: #A9B8AF; stroke-width: 1.4; pointer-events: none; }
.entry { fill: #A9B8AF; font: 500 12px var(--body); text-anchor: middle; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade-in { from { opacity: 0; } }

.plan-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.plan-hint { color: #A9B8AF; font-size: 0.92rem; }
.room-chips { display: none; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
@media (max-width: 640px) {
  .room-chips { display: flex; }
  .room .room-dims, .room .room-count { display: none; }
  .home-btn { display: none; }
}

.panel { background: var(--paper); color: var(--ink); border-radius: var(--radius); padding: clamp(20px, 2.6vw, 30px); }
.panel h3 { font-size: 1.65rem; }
.panel-sub { color: var(--muted); font-size: 0.92rem; margin-top: 2px; }
.items { list-style: none; margin: 14px 0 0; padding: 0; }
.items li + li { border-top: 1px solid var(--stone); }
.item { padding: 12px 0 14px; }
.items label { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; cursor: pointer; }
.items input { width: 20px; height: 20px; margin: 0; accent-color: var(--hara); }
.item-name { font-weight: 500; }
.items .price { color: var(--ink); font-size: 0.95rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.item-note { margin: 2px 0 8px 32px; color: var(--muted); font-size: 0.85rem; line-height: 1.4; }
.levels { display: inline-flex; margin-left: 32px; padding: 2px; border: 1px solid var(--line); border-radius: 999px; }
.levels button {
  appearance: none; border: 0; background: transparent; color: var(--muted);
  font: 600 0.8rem/1 var(--body); min-height: 34px; padding: 0.4em 0.85em; border-radius: 999px; cursor: pointer;
}
.levels button:hover { color: var(--ink); }
.levels button[aria-pressed="true"] { background: var(--hara); color: var(--paper); }
.item.is-off .item-name, .item.is-off .price { color: #8C877F; font-weight: 400; }
.item.is-off .levels button[aria-pressed="true"] { background: var(--stone); color: var(--ink); }

.estimate { margin-top: 16px; padding-top: 18px; border-top: 1px solid var(--ink); }
.estimate-label { color: var(--muted); font-size: 0.95rem; }
.estimate output { display: block; margin: 4px 0 8px; font: 400 clamp(2.1rem, 3.2vw, 2.7rem)/1.1 var(--display); color: var(--ink); font-variant-numeric: tabular-nums; }
.estimate-includes { margin: 4px 0 10px; padding: 10px 12px; border-radius: var(--radius); background: var(--plaster); color: var(--ink); font-size: 0.9rem; line-height: 1.45; }
.estimate-note { color: var(--muted); font-size: 0.85rem; }
.estimate .btn { width: 100%; margin-top: 16px; }
.link-btn { appearance: none; border: 0; background: none; padding: 0; font: inherit; font-weight: 600; color: var(--hara); text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }

/* Sections */
.section { padding-block: clamp(64px, 9vw, 120px); }
.section-alt { background: var(--stone); }
.section-head { display: grid; gap: 16px; align-content: start; margin-bottom: clamp(30px, 4vw, 52px); }
.section-head p { color: var(--muted); font-size: 1.08rem; max-width: 56ch; }

.table-wrap, .table-scroll { overflow-x: auto; }
.table-wrap { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; min-width: 640px; border-collapse: collapse; }
th, td { text-align: left; vertical-align: top; padding: 14px 20px; border-bottom: 1px solid var(--stone); }
thead th { padding-top: 24px; padding-bottom: 18px; font: 400 1.5rem/1.2 var(--display); color: var(--ink); border-bottom-color: var(--line); }
thead th small { display: block; margin-top: 6px; font: 400 0.92rem/1.4 var(--body); color: var(--muted); }
tbody th { width: 24%; font-weight: 500; color: var(--muted); }
tbody tr.typical th, tbody tr.typical td { background: var(--plaster); }
tbody tr.typical td { font: 400 1.45rem/1.2 var(--display); color: var(--ink); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.table-note { color: var(--muted); font-size: 0.92rem; margin-top: 14px; max-width: 80ch; }

.included-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 72px); }
@media (max-width: 760px) { .included-grid { grid-template-columns: 1fr; } }
.list-title { font-size: 1.5rem; margin-bottom: 14px; }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { position: relative; padding: 13px 0 13px 34px; border-top: 1px solid var(--line); }
.checklist li:last-child { border-bottom: 1px solid var(--line); }
.checklist li::before {
  content: ""; position: absolute; left: 4px; top: 20px; width: 13px; height: 7px;
  border-left: 2px solid var(--hara); border-bottom: 2px solid var(--hara); transform: rotate(-45deg);
}
.checklist.is-excluded li { color: var(--muted); }
.checklist.is-excluded li::before { top: 25px; height: 0; border-left: 0; border-bottom-color: var(--walnut); transform: none; }

.quote { margin-top: clamp(48px, 6vw, 84px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 36px); }
.quote-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 24px; margin-bottom: 16px; }
.quote-head h3 { font-size: 1.6rem; }
.quote-head p { color: var(--muted); }
.quote-table { min-width: 580px; }
.quote-table th, .quote-table td { padding: 12px 14px; }
.quote-table thead th { font: 600 0.88rem/1.3 var(--body); color: var(--muted); padding-top: 6px; padding-bottom: 10px; }
.quote-table td:first-child, .quote-table th:first-child { padding-left: 0; }
.quote-table .amount { text-align: right; padding-right: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.quote-table tfoot td { border-top: 1px solid var(--ink); border-bottom: 0; font-weight: 600; font-size: 1.05rem; }
.quote-note { margin-top: 12px; color: var(--muted); font-size: 0.88rem; }
@media (max-width: 600px) {
  .quote-table { min-width: 0; }
  .quote-table thead { display: none; }
  .quote-table tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--stone); }
  .quote-table tbody td { padding: 0; border: 0; }
  .quote-table tbody td:first-child { font-weight: 500; }
  .quote-table tbody td:nth-child(2), .quote-table tbody td:nth-child(3) { grid-column: 1; color: var(--muted); font-size: 0.9rem; }
  .quote-table tbody td.amount { grid-column: 2; grid-row: 1; }
  .quote-table tbody td:empty { display: none; }
  .quote-table tfoot tr { display: flex; justify-content: space-between; border-top: 1px solid var(--ink); }
  .quote-table tfoot td { padding: 12px 0; border: 0; }
}

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr); gap: clamp(28px, 5vw, 80px); }
.split .section-head { margin-bottom: 0; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.promises { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 3vw, 40px) clamp(24px, 4vw, 48px); }
@media (max-width: 600px) { .promises { grid-template-columns: 1fr; } }
.promise { border-top: 1px solid var(--line); padding-top: 18px; }
.promise h3 { margin-bottom: 8px; }
.promise p { color: var(--muted); }

.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 48px; counter-reset: step; }
.step { border-top: 1px solid var(--ink); padding-right: 32px; }
.step::before {
  counter-increment: step; content: counter(step);
  display: grid; place-items: center; width: 34px; height: 34px; margin: -18px 0 16px;
  border-radius: 50%; background: var(--hara); color: var(--paper); font: 600 0.9rem/1 var(--body);
}
.step-when { color: var(--walnut); font-weight: 600; font-size: 0.92rem; margin-bottom: 6px; }
.step h3 { margin-bottom: 8px; }
.step p:not(.step-when):not(.step-pay) { color: var(--muted); }
.step-pay { margin-top: 10px; font-size: 0.9rem; font-weight: 600; color: var(--hara); }
.step-pay:empty { display: none; }
@media (max-width: 860px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } .step { padding-right: 0; } }

.studio-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
@media (max-width: 900px) { .studio-grid { grid-template-columns: 1fr; } }
.studio-card { display: grid; gap: 8px; justify-items: start; padding-top: 22px; border-top: 1px solid var(--line); }
.studio-address { font: 400 1.35rem/1.3 var(--display); }
.studio-address a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.studio-hours { color: var(--muted); margin-bottom: 12px; }
.company { margin-top: 10px; color: var(--muted); font-size: 0.9rem; }
.people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 560px) { .people { grid-template-columns: 1fr; } }
.person { margin: 0; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.person img, .person .initials { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; }
.person .initials { display: grid; place-items: center; background: var(--stone); color: var(--hara); font: 400 1.7rem/1 var(--display); }
.person h3 { margin-top: 18px; font-size: 1.4rem; }
.person .role { margin-top: 2px; color: var(--walnut); font-size: 0.95rem; font-weight: 500; }
.person .about { margin-top: 10px; color: var(--muted); font-size: 0.95rem; }
.person.is-placeholder { background: transparent; border-style: dashed; }
.preview-note { grid-column: 1 / -1; padding: 10px 14px; border: 1px dashed var(--walnut); border-radius: var(--radius); color: var(--walnut); font-size: 0.88rem; }

.visit .wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.visit .section-head { margin-bottom: 0; }
@media (max-width: 860px) { .visit .wrap { grid-template-columns: 1fr; } }
.section-head .areas-label { margin-top: 10px; font-weight: 600; color: var(--ink); font-size: 1rem; }
.areas { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.areas li { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 0.35em 0.95em; font-size: 0.95rem; }

.form { display: grid; gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px, 3vw, 34px); }
.field { display: grid; gap: 6px; border: 0; margin: 0; padding: 0; min-width: 0; }
.field > label, legend { font-weight: 600; font-size: 0.95rem; padding: 0; }
.form input[type="text"], .form select {
  width: 100%; min-height: 48px; padding: 0.6em 0.85em;
  font: inherit; color: var(--ink); background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
}
.form input[type="text"]:focus-visible, .form select:focus-visible { border-color: var(--hara); outline-offset: 1px; }
.form input[aria-invalid="true"] { border-color: #9B2F24; }
.radio-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.radio-row label { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0.4em 1em; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 500; cursor: pointer; }
.radio-row label:has(input:checked) { border-color: var(--hara); background: var(--plaster); }
.radio-row input { margin: 0; accent-color: var(--hara); }
.form-error { color: #9B2F24; font-size: 0.92rem; font-weight: 500; }
.form-alt { color: var(--muted); font-size: 0.95rem; }

.faq { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr); gap: clamp(28px, 5vw, 80px); }
@media (max-width: 900px) { .faq { grid-template-columns: 1fr; } }
.faq .section-head { margin-bottom: 0; }
details { border-bottom: 1px solid var(--line); }
details:first-child { border-top: 1px solid var(--line); }
summary { position: relative; list-style: none; cursor: pointer; padding: 20px 44px 20px 0; font: 500 1.08rem/1.4 var(--body); color: var(--ink); }
summary::-webkit-details-marker { display: none; }
summary::after {
  content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px;
  border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink);
  transform: translateY(-75%) rotate(45deg); transition: transform 0.2s;
}
details[open] summary::after { transform: translateY(-25%) rotate(-135deg); }
details p { padding-bottom: 22px; color: var(--muted); max-width: 66ch; }

.closing { padding-block: clamp(64px, 9vw, 112px); background: var(--hara); color: #E6EBE6; }
.closing h2 { color: var(--paper); max-width: 22ch; }
.closing p { margin-top: 14px; max-width: 50ch; color: #C4CEC7; }

.site-footer { background: var(--ink); color: #BDB6AE; padding-block: 40px 48px; font-size: 0.95rem; }
.site-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px 48px; }
.site-footer a { color: var(--paper); }
.site-footer .logo { color: var(--paper); }
.site-footer .logo-word small { color: var(--brass-soft); }
.footer-brand p { margin-top: 12px; }

.float-wa { position: fixed; right: 16px; bottom: 16px; z-index: 10; display: none; width: 56px; height: 56px; border-radius: 50%; background: var(--hara); color: var(--paper); place-items: center; box-shadow: 0 6px 18px rgba(42, 35, 30, 0.28); }
.float-wa svg { width: 26px; height: 26px; }
@media (max-width: 640px) { .float-wa { display: grid; } }

/* Society picker */
.society { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: 8px 24px; align-items: center; margin-bottom: 24px; padding: 16px 18px; border: 1px solid var(--hara-line); border-radius: var(--radius); }
.society label { grid-column: 1 / -1; color: var(--paper); font-weight: 600; font-size: 0.95rem; }
.society input { width: 100%; min-height: 46px; padding: 0.55em 0.85em; font: inherit; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: var(--radius); }
.society-status { color: #C4CEC7; font-size: 0.92rem; }
.society-status.is-mapped { color: var(--brass-soft); }
@media (max-width: 760px) { .society { grid-template-columns: 1fr; } }

/* Photos */
.photo-frame { display: block; overflow: hidden; border-radius: var(--radius); background: var(--stone); }
.photo { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-empty { background: repeating-linear-gradient(135deg, var(--stone) 0 12px, #D6D9D0 12px 24px); }
.credit { font-size: 0.78rem; color: var(--muted); }
.credit a { color: inherit; }

/* Styles */
.style-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 20px; }
@media (max-width: 1080px) { .style-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; } }
.style-card { appearance: none; display: grid; gap: 8px; align-content: start; margin: 0; padding: 0; border: 0; background: none; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.style-card .photo-frame { aspect-ratio: 4 / 5; margin-bottom: 6px; }
.style-card img { transition: transform 0.6s ease; }
.style-card:hover img { transform: scale(1.03); }
.style-card:focus-visible { outline-offset: 6px; }
.style-card h3 { font-size: 1.35rem; }
.style-summary { color: var(--muted); font-size: 0.95rem; line-height: 1.5; }
.style-meta { color: var(--walnut); font-size: 0.85rem; font-weight: 600; }
.pinterest-rooms { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: clamp(40px, 5vw, 56px); padding-top: 24px; border-top: 1px solid var(--line); }
.pinterest-rooms p { margin-right: 6px; font-weight: 600; }
.pill-link { display: inline-flex; align-items: center; min-height: 40px; padding: 0.4em 1em; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-decoration: none; font-size: 0.92rem; }
.pill-link:hover { border-color: var(--ink); }
.styles-note { margin-top: 16px; color: var(--muted); font-size: 0.88rem; max-width: 80ch; }

/* Materials */
.material-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 980px) { .material-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .material-grid { grid-template-columns: 1fr; } }
.material { display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); scroll-margin-top: 24px; }
.material .photo-frame { aspect-ratio: 16 / 9; border-radius: 0; }
.material-body { display: grid; gap: 10px; padding: 18px 20px 22px; }
.material-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.material h3 { font-size: 1.3rem; }
.cost { color: var(--walnut); font-weight: 600; letter-spacing: 0.06em; white-space: nowrap; }
.cost .dim { color: var(--line); }
.material p { color: var(--muted); font-size: 0.95rem; }
.material dl { display: grid; gap: 8px; margin: 0; font-size: 0.92rem; }
.material dt { font-weight: 600; color: var(--ink); }
.material dd { margin: 0; color: var(--muted); }
.material:target { border-color: var(--hara); box-shadow: 0 0 0 2px var(--hara); }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { padding: 0.2em 0.65em; border-radius: 999px; background: var(--plaster); color: var(--hara); font-size: 0.78rem; font-weight: 600; }

/* Dialogs */
dialog { width: min(920px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 10px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(42, 35, 30, 0.35); }
dialog::backdrop { background: rgba(31, 58, 49, 0.55); backdrop-filter: blur(2px); }
.dialog-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(250, 250, 248, 0.92); color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dialog-close:hover { background: #fff; }
.lead-dialog { width: min(840px, calc(100vw - 32px)); }
.lead-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.lead-aside { display: grid; align-content: start; gap: 18px; padding: clamp(24px, 4vw, 40px); background: var(--hara); color: #D5DDD7; }
.lead-aside .logo-mark { color: var(--paper); }
.lead-aside h2 { color: var(--paper); font-size: clamp(1.7rem, 3vw, 2.2rem); }
.lead-aside ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.lead-aside li { position: relative; padding-left: 26px; }
.lead-aside li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 12px; height: 6px; border-left: 2px solid var(--brass-soft); border-bottom: 2px solid var(--brass-soft); transform: rotate(-45deg); }
.lead-main { padding: clamp(24px, 4vw, 40px); }
@media (max-width: 700px) {
  .lead-layout { grid-template-columns: 1fr; }
  .lead-aside { gap: 10px; padding-block: 22px; }
  .lead-aside ul, .lead-aside .logo-mark { display: none; }
  .lead-aside h2 { padding-right: 44px; }
}
.lead-context { margin-bottom: 12px; color: var(--walnut); font-weight: 600; font-size: 0.92rem; }
.form-plain { padding: 0; background: none; border: 0; }
.form input[type="tel"] { width: 100%; min-height: 48px; padding: 0.6em 0.85em; font: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.form input[type="tel"]:focus-visible { border-color: var(--hara); outline-offset: 1px; }
.optional { color: var(--muted); font-weight: 400; }
.consent { color: var(--muted); font-size: 0.82rem; }
.lead-thanks { display: grid; justify-items: start; gap: 12px; padding: clamp(20px, 3vw, 34px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); outline: none; }
.lead-dialog .lead-thanks { padding: 0; border: 0; }
.lead-thanks h3 { font-size: 1.7rem; }
.lead-thanks p { color: var(--muted); }

.style-dialog-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.style-dialog-photo { min-height: 100%; background: var(--stone); }
.style-dialog-layout { align-items: start; }
/* The photo column stays in view while the description scrolls */
.style-dialog-photo { position: sticky; top: 0; display: flex; flex-direction: column; height: calc(100dvh - 32px); min-height: 0; max-height: 760px; background: var(--ink); }
@media (max-width: 760px) { .style-dialog-photo { position: static; height: auto; max-height: none; } }
.gallery-main { position: relative; flex: 1; min-height: 460px; background: var(--stone); }
.gallery-img, .gallery-img .photo { position: absolute; inset: 0; width: 100%; height: 100%; }
.gallery-nav { position: absolute; top: 50%; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(250, 250, 248, 0.92); color: var(--ink); font: 400 1.8rem/1 var(--body); cursor: pointer; transform: translateY(-50%); }
.gallery-nav:hover { background: #fff; }
.gallery-nav.prev { left: 12px; }
.gallery-nav.next { right: 12px; }
.gallery-bar { display: grid; gap: 10px; padding: 12px 14px 14px; color: #D9D3CC; }
.gallery-caption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 12px; font-size: 0.88rem; }
.gallery-caption strong { color: var(--paper); font-weight: 600; }
.gallery-caption .credit { color: #A9A29A; }
.render-tag { padding: 0.05em 0.5em; border: 1px solid #6F6962; border-radius: 999px; color: #D9D3CC; font-size: 0.75rem; }
.gallery-thumbs { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 2px; }
.gallery-thumb { flex: none; width: 64px; height: 48px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; background: var(--stone); opacity: 0.65; cursor: pointer; }
.gallery-thumb:hover { opacity: 0.9; }
.gallery-thumb[aria-pressed="true"] { border-color: var(--brass-soft); opacity: 1; }
.gallery-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.style-card .photo-frame { position: relative; }
.photo-count { position: absolute; right: 8px; bottom: 8px; padding: 0.2em 0.65em; border-radius: 999px; background: rgba(42, 35, 30, 0.75); color: #fff; font-size: 0.75rem; font-weight: 600; }
@media (max-width: 760px) { .gallery-main { flex: none; min-height: 0; aspect-ratio: 4 / 3; } }
.style-dialog-body { display: grid; align-content: start; gap: 18px; padding: clamp(24px, 4vw, 40px); }
.style-dialog-body h2 { padding-right: 40px; font-size: clamp(1.9rem, 3vw, 2.5rem); }
.style-dialog-body h3 { margin-bottom: 8px; font: 600 0.92rem/1.3 var(--body); }
.style-dialog-summary { color: var(--muted); }
.bullets { margin: 0; padding-left: 1.1em; color: var(--muted); }
.bullets li + li { margin-top: 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-link { display: inline-flex; align-items: center; min-height: 36px; padding: 0.3em 0.9em; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: 500 0.88rem/1.2 var(--body); text-decoration: none; }
.chip-link:hover { border-color: var(--ink); }
.swatches { display: flex; gap: 8px; }
.swatch { width: 32px; height: 32px; border: 1px solid rgba(42, 35, 30, 0.15); border-radius: 50%; }
.style-price { font: 400 1.2rem/1.35 var(--display); }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.text-link { color: var(--hara); font-weight: 600; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .style-dialog-layout { grid-template-columns: 1fr; }
  .style-dialog-photo .photo { min-height: 0; aspect-ratio: 4 / 3; }
}

/* Brands */
.brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 0 40px; border-top: 1px solid var(--line); }
.brand-group { padding: 20px 0 22px; border-bottom: 1px solid var(--line); }
.brand-group h3 { margin-bottom: 10px; color: var(--muted); font: 600 0.9rem/1.3 var(--body); }
.brand-list { display: flex; flex-wrap: wrap; gap: 4px 20px; margin: 0; padding: 0; list-style: none; }
.brand-list li { color: var(--ink); font: 400 1.3rem/1.35 var(--display); }
.brand-partners { margin-bottom: 20px; padding: 12px 16px; border-left: 3px solid var(--hara); background: var(--paper); font-weight: 500; }
.brands-note { margin-top: 18px; max-width: 80ch; color: var(--muted); font-size: 0.85rem; }

/* Logo cards inside the brands section */
.brand-list { gap: 10px; }
.brand-list li { display: flex; align-items: center; justify-content: center; min-width: 124px; height: 68px; padding: 10px 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.brand-list .brand-logo { display: block; max-width: 112px; max-height: 36px; width: auto; height: auto; object-fit: contain; }
.brand-list .brand-word { color: var(--ink); font: 400 1.1rem/1.2 var(--display); text-align: center; }

/* Written commitments */
.commitments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 clamp(40px, 5vw, 60px); padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.commitments li { display: grid; align-content: start; gap: 4px; padding: 20px 28px 22px 0; border-bottom: 1px solid var(--line); }
.commitments strong { color: var(--ink); font: 400 1.5rem/1.2 var(--display); }
.commitments .desc { color: var(--muted); font-size: 0.95rem; }
@media (max-width: 860px) { .commitments { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .commitments { grid-template-columns: 1fr; } }

/* Running brand banner under the hero */
.brand-band { padding-block: 22px 26px; overflow: hidden; background: #fff; border-block: 1px solid var(--line); }
.brand-band-label { margin-bottom: 16px; padding-inline: var(--gutter); color: var(--muted); font-size: 0.92rem; text-align: center; }
.brand-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.brand-track { display: flex; width: max-content; animation: brand-scroll 70s linear infinite; }
.brand-marquee:hover .brand-track, .brand-marquee:focus-within .brand-track { animation-play-state: paused; }
.brand-row { display: flex; flex: none; align-items: center; gap: 64px; margin: 0; padding: 0 32px; list-style: none; }
.brand-row li { display: flex; flex: none; align-items: center; height: 48px; }
.brand-row .brand-logo { display: block; width: auto; max-width: 140px; height: auto; max-height: 40px; object-fit: contain; }
.brand-row .brand-word { color: var(--muted); font: 400 1.35rem/1 var(--display); white-space: nowrap; }
@keyframes brand-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .brand-marquee { -webkit-mask-image: none; mask-image: none; }
  .brand-track { width: auto; animation: none; }
  .brand-row { flex-wrap: wrap; justify-content: center; gap: 20px 40px; }
  .brand-row[aria-hidden] { display: none; }
}

/* Finance */
.finance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 900px) { .finance-grid { grid-template-columns: 1fr; } }
.finance-option { display: grid; align-content: start; gap: 12px; padding: clamp(20px, 2.5vw, 28px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.finance-tag { color: var(--walnut); font-size: 0.85rem; font-weight: 600; }
.finance-option h3 { font-size: 1.5rem; }
.finance-option > p:not(.finance-tag) { color: var(--muted); }
.finance-option dl { display: grid; gap: 10px; margin: 4px 0 0; padding-top: 14px; border-top: 1px solid var(--stone); font-size: 0.92rem; }
.finance-option dt { font-weight: 600; }
.finance-option dd { margin: 0; color: var(--muted); }
.finance-foot { display: grid; gap: 12px; max-width: 80ch; margin-top: 28px; }
.emi-example { font: 400 1.3rem/1.4 var(--display); }
.finance-note { color: var(--muted); font-size: 0.85rem; }
.estimate-emi { margin: -2px 0 8px; color: var(--muted); font-size: 0.92rem; }
.estimate-emi a { color: var(--hara); font-weight: 600; }

/* Societies */
.society-groups { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 32px; align-items: start; }
@media (max-width: 1080px) { .society-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .society-groups { grid-template-columns: 1fr; } }
.society-group h3 { margin-bottom: 4px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: 1.2rem; }
.society-group ul { margin: 0; padding: 0; list-style: none; }
.society-link { appearance: none; display: flex; justify-content: space-between; gap: 12px; width: 100%; min-height: 40px; padding: 9px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--ink); font: 500 0.95rem/1.35 var(--body); text-align: left; cursor: pointer; }
.society-link:hover { color: var(--hara); }
.society-link .sector { flex: none; color: var(--muted); font-size: 0.85rem; font-weight: 400; }
.societies-note { margin-top: 22px; max-width: 80ch; color: var(--muted); font-size: 0.85rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .style-card img { transition: none; }
  .wall-outer { animation: none; stroke-dashoffset: 0; }
  .room { animation: none; }
  .room-fill, .btn, summary::after { transition: none; }
}
