/*
Theme Name: The Local INN.terior
Theme URI: https://www.thelocalinnterior.com.sg/
Author: The Local INN.terior
Description: Architectural minimalist SEO/GEO and conversion theme for The Local INN.terior Singapore.
Version: 2.7.5
Text Domain: local-innterior
*/

:root {
  --ink: #1a1a1a;
  --ink-soft: #3b3a37;
  --paper: #f8f7f3;
  --white: #ffffff;
  --linen: #f0eee8;
  --chalk: #fbfaf7;
  --line: #e5e5e5;
  --line-warm: #eceae5;
  --muted: #74716b;
  --accent: #8f7758;
  --wrap: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p { margin-top: 0; }

h1, h2, h3 {
  color: var(--ink);
  margin-top: 0;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.01em;
}
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0.02em;
}
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 400;
}

.wrap { width: var(--wrap); margin-inline: auto; }
.narrow { max-width: 790px; margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--white); padding: 10px 14px; border: 1px solid var(--line); }
.skip-link:focus { top: 10px; }
.eyebrow {
  margin: 0 0 15px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lead {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}
.text-link { display: inline-flex; gap: 7px; align-items: center; border-bottom: 1px solid var(--ink); font-size: 13px; }

.btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: #31312f; border-color: #31312f; }
.btn-outline { color: var(--ink); }
.btn-outline:hover { background: var(--linen); }
.btn-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.btn-light:hover { background: var(--linen); border-color: var(--linen); }
.btn-ghost { border-color: var(--line); color: var(--ink-soft); }
.btn:disabled { opacity: .4; cursor: not-allowed; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

/* Header */
.trust-bar { background: var(--ink); color: #f4f0e8; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.trust-bar .wrap { min-height: 31px; display: flex; align-items: center; gap: 22px; }
.trust-bar a { margin-left: auto; color: #d8cbb9; border-bottom: 1px solid #665f55; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(248,247,243,.96); border-bottom: 1px solid var(--line-warm); backdrop-filter: blur(14px); }
.nav-shell { height: 70px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 215px; }
.brand img, .custom-logo { width: 38px !important; height: 38px !important; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.navlinks { display: flex; align-items: center; gap: 17px; margin-left: auto; font-size: 12px; }
.navlinks > a, .nav-group-toggle { border: 0; background: transparent; padding: 9px 0; font-size: 12px; cursor: pointer; }
.nav-group { position: relative; }
.nav-group-toggle { display: flex; align-items: center; gap: 5px; }
.nav-dropdown { position: absolute; top: calc(100% + 9px); left: -16px; min-width: 205px; padding: 9px; background: var(--white); border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(5px); transition: .18s ease; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown, .nav-group.is-open .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown a { display: block; padding: 8px 9px; border-bottom: 1px solid transparent; font-size: 12px; }
.nav-dropdown a:hover { border-color: var(--line); background: var(--chalk); }
.nav-cta { min-height: 38px; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: var(--white); padding: 8px 13px; font-size: 11px; cursor: pointer; white-space: nowrap; }
.menu-toggle { display: none; width: 40px; height: 40px; margin-left: auto; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 6px auto; background: var(--ink); }

/* Heroes */
.home-hero { padding: 72px 0 82px; overflow: hidden; }
.home-hero-grid, .landing-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
/* Pages with no client-approved photography: single-column hero, so the copy
   fills the measure instead of sitting beside an empty half. */
.landing-grid.no-media { grid-template-columns: 1fr; gap: 0; }
.landing-grid.no-media > div { max-width: 68ch; }
.home-hero-copy h1, .landing-hero h1, .project-hero h1 { max-width: 18ch; margin-bottom: 22px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 31px; padding-top: 18px; border-top: 1px solid var(--line-warm); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-collage { position: relative; height: 540px; }
.hero-image { position: absolute; overflow: hidden; background: var(--linen); }
.hero-image img, .landing-image img, .project-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.15s cubic-bezier(.2,.7,.2,1); }
.hero-image-main { width: 72%; height: 82%; right: 0; top: 8%; }
.hero-image-small.one { width: 40%; height: 33%; left: 0; top: 1%; z-index: 2; }
.hero-image-small.two { width: 36%; height: 31%; left: 7%; bottom: 2%; z-index: 2; }
.parallax-media { will-change: transform; }
.landing-hero { padding: 68px 0 80px; }
.landing-image { height: 500px; overflow: hidden; background: var(--linen); }
.breadcrumbs { display: flex; gap: 8px; align-items: center; margin-bottom: 36px; color: var(--muted); font-size: 10px; }
.breadcrumbs a { border-bottom: 1px solid var(--line); }

/* Credentials */
.cred-section { background: var(--white); border-block: 1px solid var(--line); }
.cred-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.cred-grid > div { min-width: 0; padding: 22px 21px; border-right: 1px solid var(--line); }
.cred-grid > div:last-child { border-right: 0; }
.cred-kicker { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.cred-grid strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; line-height: 1.2; }
.cred-grid small { color: var(--muted); font-size: 10px; }
.credential-note { padding: 8px 0 11px; border-top: 1px solid var(--line-warm); color: var(--muted); font-size: 10px; }

/* Editorial sections */
.section { padding: 84px 0; }
.section.soft { background: var(--linen); }
.section-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 39px; }
.section-head h2, .split-copy h2, .faq-section h2, .final-cta h2, .estimator-band h2, .estimator-inline h2 { max-width: 24ch; margin-bottom: 0; }
.section-head > p { max-width: 52ch; margin: 0; color: var(--muted); font-size: 14px; }
.split-copy { display: grid; grid-template-columns: .75fr 1.25fr; gap: 78px; align-items: start; }
.split-copy > div > p:not(.eyebrow) { margin-top: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.editorial-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: start; }
.editorial-heading { position: sticky; top: 118px; }
.editorial-copy { max-width: 760px; }
.editorial-copy p { margin: 0 0 20px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.editorial-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-list li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }

.fact-list { margin-top: 30px; border-top: 1px solid var(--line); }
.fact-list > div { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.fact-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.fact-list span { color: var(--muted); font-size: 13px; }

.hub-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.hub-card { min-height: 240px; padding: 30px; background: var(--white); display: flex; flex-direction: column; transition: background .2s ease; }
.hub-card.large { grid-row: span 2; min-height: 481px; background: var(--ink); color: var(--white); justify-content: flex-end; }
.hub-card:hover { background: var(--chalk); }
.hub-card.large:hover { background: #262624; }
.hub-card span, .source-card span, .person-card span, .project-card-body > span { color: var(--accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hub-card h3 { margin: 15px 0 10px; font-size: 23px; }
.hub-card.large h3, .hub-card.large b { color: var(--white); }
.hub-card p { max-width: 46ch; color: var(--muted); font-size: 14px; }
.hub-card.large p { color: #c7c3ba; }
.hub-card b { margin-top: auto; font-size: 11px; font-weight: 500; }
.context-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.context-chips span { padding: 7px 10px; border: 1px solid var(--line); background: var(--white); font-size: 11px; }
.location-grid, .evidence-grid, .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-grid article, .evidence-grid article, .process-grid article { min-height: 190px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; }
.location-grid span, .evidence-grid span, .process-grid span { color: var(--accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.location-grid h3, .evidence-grid h3, .process-grid h3 { margin: 12px 0 8px; font-size: 19px; }
.location-grid p, .evidence-grid p, .process-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.material-note { margin-top: 28px; padding: 20px 0; border-block: 1px solid var(--line); }
.material-note span, .material-note small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.material-note strong { display: block; margin: 9px 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; line-height: 1.35; }
.material-note small { letter-spacing: 0; line-height: 1.6; text-transform: none; }

.related-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-links a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 17px; transition: background .18s ease; }
.related-links a:hover { background: var(--chalk); }

/* Direct-answer and AI-readable data */
.answer-block {
  max-width: 72ch;
  margin: 22px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid var(--line-warm);
}
.answer-label {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-answer .lead { max-width: 68ch; }
.data-section { border-top: 1px solid var(--line-warm); background: var(--chalk); }
.data-section + .data-section { padding-top: 0; border-top: 0; }
.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--white); -webkit-overflow-scrolling: touch; }
.data-table { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: auto; font-size: 13px; line-height: 1.55; }
.data-table th, .data-table td { padding: 14px 15px; border-right: 1px solid var(--line-warm); border-bottom: 1px solid var(--line-warm); text-align: left; vertical-align: top; }
.data-table th:last-child, .data-table td:last-child { border-right: 0; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table th { color: var(--ink); background: #f3f1eb; font-size: 10px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.data-table td { color: var(--ink-soft); }
.table-source { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.table-source strong { color: var(--ink-soft); font-weight: 500; }
.table-source a { border-bottom: 1px solid var(--line); }
.source-notes { border-top: 1px solid var(--line-warm); }
.source-list { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.source-list li { border-bottom: 1px solid var(--line); }
.source-list a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; color: var(--ink-soft); font-size: 13px; }
.source-list a:hover { color: var(--ink); }
.source-list span { color: var(--accent); }

/* FAQ */
.faq-section { border-top: 1px solid var(--line); }
.faq-list { margin-top: 30px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; }
.faq-toggle { width: 100%; min-height: 58px; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 15px 0; border: 0; background: transparent; text-align: left; font-size: 14px; font-weight: 500; cursor: pointer; }
.faq-toggle > span:last-child { color: var(--muted); font-size: 19px; font-weight: 300; }
.faq-answer { max-width: 67ch; padding: 0 0 18px; color: var(--muted); font-size: 14px; }
.faq-answer p { margin: 0; }

/* Estimator */
.estimator-band, .final-cta { padding: 70px 0; background: var(--ink); color: var(--white); }
.estimator-band-grid { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; }
.estimator-band h2, .final-cta h2 { color: var(--white); }
.estimator-band p:not(.eyebrow), .final-cta p:not(.eyebrow) { max-width: 60ch; color: #c1bdb4; font-size: 14px; }
.final-cta { text-align: center; }
.final-cta .narrow { display: flex; flex-direction: column; align-items: center; }
.final-cta p { margin-inline: auto; }

.estimator-inline-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--chalk); }
.estimator-inline { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.estimator-inline-copy { position: sticky; top: 118px; }
.estimator-inline-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.estimator-inline-form { padding: 2px 0; }

.estimator-modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.estimator-modal.is-open { display: block; }
.estimator-backdrop { position: absolute; inset: 0; background: rgba(26,26,26,.72); backdrop-filter: blur(5px); }
.estimator-dialog { position: relative; width: min(720px, calc(100vw - 28px)); max-height: calc(100vh - 40px); overflow: auto; margin: 20px auto; padding: 42px; border: 1px solid var(--line); background: var(--paper); }
.estimator-dialog h2 { margin-bottom: 10px; }
.modal-intro { max-width: 60ch; color: var(--muted); font-size: 13px; }
.modal-close { position: absolute; right: 14px; top: 12px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 0; background: transparent; font-size: 20px; font-weight: 300; cursor: pointer; }
.est-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin: 29px 0; }
.est-progress span { height: 1px; background: var(--line); }
.est-progress span.is-active { background: var(--ink); }
.est-step { display: none; margin: 0; padding: 0; border: 0; }
.est-step.is-active { display: block; }
.est-step legend { margin-bottom: 17px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.est-step legend span { margin-right: 10px; color: var(--accent); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 9px; letter-spacing: .1em; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.choice-grid.cols-2 { grid-template-columns: repeat(2,1fr); }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 51px; display: flex; align-items: center; padding: 13px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); color: var(--ink-soft); font-size: 13px; cursor: pointer; }
.choice input:checked + span { background: var(--ink); color: var(--white); }
.choice input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: -3px; }
.date-field { display: block; margin-top: 18px; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.date-field small { font-size: 10px; font-weight: 400; text-transform: none; letter-spacing: 0; }
.date-field input { width: 100%; max-width: 280px; display: block; margin-top: 7px; padding: 11px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 22px; }
.field-grid label { color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.field-grid label.wide { grid-column: 1 / -1; }
.field-grid label small { font-size: 10px; text-transform: none; letter-spacing: 0; }
.field-grid input { width: 100%; margin-top: 7px; padding: 11px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); }
.consent { display: flex; gap: 9px; align-items: flex-start; margin-top: 17px; color: var(--muted); font-size: 11px; }
.consent.optional { margin-bottom: -6px; }
.est-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 25px; }
.est-next, .est-submit { margin-left: auto; }
.form-status { min-height: 18px; margin: 10px 0 0; color: #8b4035; font-size: 11px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

/* Cards / proof / project */
.source-grid, .people-grid, .contact-layout { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.people-grid, .contact-layout { grid-template-columns: repeat(2,1fr); }
.source-card, .person-card, .contact-card { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.source-card h3, .person-card h3, .contact-card h3 { margin: 10px 0; font-size: 20px; }
.source-card p, .person-card p, .contact-card p { color: var(--muted); font-size: 13px; }
.contact-card a { border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 22px; }

.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.project-card { border-bottom: 1px solid var(--line); }
.project-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--linen); }
.project-card-body { padding: 15px 0 18px; }
.project-card-body h3 { margin: 8px 0 4px; font-size: 19px; }
.project-card-body p { margin: 0; color: var(--muted); font-size: 12px; }
.empty-state { grid-column: 1/-1; padding: 28px 0; border-block: 1px solid var(--line); }
.empty-state h3 { margin-bottom: 8px; }
.empty-state p { max-width: 62ch; color: var(--muted); font-size: 13px; }

.project-hero { padding: 66px 0 42px; }
.project-meta-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-meta-row > div { padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-meta-row span { display: block; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-meta-row strong { font-size: 13px; font-weight: 500; }
.project-cover { width: var(--wrap); height: min(70vh,720px); margin: 0 auto; overflow: hidden; }
.entry-content { color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.entry-content h2 { margin-top: 42px; font-size: 25px; }
.entry-content h3 { margin-top: 30px; font-size: 20px; }
.entry-content a { border-bottom: 1px solid currentColor; }

.ba-slider { position: relative; overflow: hidden; aspect-ratio: 16/9; background: var(--linen); }
.ba-slider > img, .ba-after img { width: 100%; height: 100%; object-fit: cover; }
.ba-after { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 50% 0 0); }
.ba-after img { width: 100%; max-width: none; height: 100%; object-fit: cover; }
.ba-slider input { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--white); pointer-events: none; }
.ba-handle:after { content: "↔"; position: absolute; left: 50%; top: 50%; width: 36px; height: 36px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid var(--line); background: var(--white); color: var(--ink); }

.notice-success, .notice-info { margin: 0 0 24px; padding: 14px 16px; border: 1px solid var(--line); background: var(--white); font-size: 13px; }
.notice-success { border-left: 2px solid #65735d; }
.notice-info { border-left: 2px solid var(--accent); }

/* Footer */
.site-footer { padding: 64px 0 27px; background: #121211; color: #dedbd2; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 38px; padding-bottom: 30px; border-bottom: 1px solid #34332f; }
.footer-top > p { max-width: 52ch; color: #9d9a91; font-size: 13px; }
.footer-brand { display: flex; align-items: center; gap: 11px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.footer-brand img { width: 40px; height: 40px; object-fit: contain; filter: grayscale(1) brightness(2); }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand small { margin-top: 4px; color: #85827a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.footer-grid h3 { margin-bottom: 16px; color: #7f7c74; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 8px; color: #aaa79f; font-size: 12px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid #34332f; color: #77746d; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.mobile-conversion { display: none; }

.will-reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.will-reveal.revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .navlinks { position: fixed; top: 102px; left: 16px; right: 16px; max-height: calc(100vh - 120px); overflow: auto; display: none; flex-direction: column; align-items: stretch; margin: 0; padding: 18px; border: 1px solid var(--line); background: var(--white); }
  .navlinks.nav-open { display: flex; }
  .nav-group { width: 100%; }
  .nav-group-toggle { width: 100%; justify-content: space-between; }
  .nav-dropdown { position: static; display: none; min-width: 0; margin: 0 0 8px 6px; padding: 0 0 0 12px; border: 0; border-left: 1px solid var(--line); opacity: 1; visibility: visible; transform: none; }
  .nav-group.is-open .nav-dropdown { display: block; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .home-hero-grid, .landing-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-collage { height: 470px; }
  .landing-image { height: 460px; }
  .location-grid, .evidence-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .source-grid { grid-template-columns: 1fr; }
  .editorial-grid, .estimator-inline { grid-template-columns: 1fr; gap: 28px; }
  .editorial-heading, .estimator-inline-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  :root { --wrap: calc(100vw - 30px); }
  body { padding-bottom: 58px; font-size: 15px; }
  h1, .home-hero-copy h1, .landing-hero h1, .project-hero h1 { font-size: 28px; line-height: 1.12; }
  h2, .section-head h2, .split-copy h2, .faq-section h2, .final-cta h2, .estimator-band h2, .estimator-inline h2 { font-size: 23px; line-height: 1.25; }
  h3 { font-size: 18px; }
  .trust-bar .wrap { min-height: 30px; gap: 12px; overflow: auto; white-space: nowrap; }
  .trust-bar span:nth-child(3), .trust-bar a { display: none; }
  .nav-shell { height: 64px; }
  .brand { min-width: auto; }
  .brand small { display: none; }
  .home-hero, .landing-hero { padding: 46px 0 56px; }
  .hero-collage { height: 360px; }
  .hero-image-main { width: 80%; height: 82%; }
  .hero-image-small.one { width: 44%; height: 31%; }
  .hero-image-small.two { width: 41%; height: 29%; }
  .landing-image { height: 350px; }
  .cred-grid { grid-template-columns: 1fr 1fr; }
  .cred-grid > div { padding: 17px 13px; border-bottom: 1px solid var(--line); }
  .cred-grid strong { font-size: 16px; }
  .credential-note { font-size: 9px; }
  .section { padding: 62px 0; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head > p { margin-top: 14px; }
  .split-copy { grid-template-columns: 1fr; gap: 24px; }
  .editorial-copy p, .split-copy > div > p:not(.eyebrow), .lead { font-size: 15px; line-height: 1.72; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card.large { grid-row: auto; min-height: 300px; }
  .location-grid, .evidence-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .location-grid article, .evidence-grid article, .process-grid article { min-height: 0; padding: 18px; }
  .estimator-band-grid { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .people-grid, .contact-layout { grid-template-columns: 1fr; }
  .fact-list > div { grid-template-columns: 1fr; gap: 4px; }
  .project-meta-row { grid-template-columns: 1fr 1fr; }
  .footer-top { display: block; }
  .footer-top > p { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 6px; }
  .mobile-conversion { position: fixed; left: 0; right: 0; bottom: 0; z-index: 800; height: 58px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); background: var(--white); }
  .mobile-conversion a, .mobile-conversion button { display: grid; place-items: center; border: 0; background: var(--white); font-size: 10px; font-weight: 600; }
  .mobile-conversion button { background: var(--ink); color: var(--white); }
  .estimator-dialog { max-height: calc(100vh - 18px); margin: 9px auto; padding: 34px 19px 24px; }
  .choice-grid, .choice-grid.cols-2, .field-grid { grid-template-columns: 1fr; }
  .field-grid label.wide { grid-column: auto; }
  .choice span { min-height: 47px; }
  .date-field input { max-width: none; }
}

@media (max-width: 460px) {
  h1, .home-hero-copy h1, .landing-hero h1, .project-hero h1 { font-size: 26px; }
  .location-grid, .evidence-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-collage { height: 310px; }
  .brand strong { font-size: 16px; }
  .cred-grid { grid-template-columns: 1fr; }
  .cred-grid > div { border-right: 0; }
  .project-meta-row { grid-template-columns: 1fr; }
}

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

/* v2.4.1 — launch-ready editorial photography */
.hero-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: auto auto;
  gap: 12px;
  height: auto;
  align-items: start;
}
.hero-image {
  position: relative;
  width: auto !important;
  height: auto !important;
  inset: auto !important;
  overflow: hidden;
  margin: 0;
  background: transparent;
}
.hero-image-main { grid-column: 1; grid-row: 1 / span 2; }
.hero-image-small.one { grid-column: 2; grid-row: 1; }
.hero-image-small.two { grid-column: 2; grid-row: 2; align-self: end; }
.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.hero-image:hover img { transform: scale(1.012); }

/* Never crop project photography in page heroes or project covers. */
.landing-image {
  height: auto;
  min-height: 0;
  overflow: visible;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}
.project-cover {
  width: var(--wrap);
  height: auto;
  margin: 0 auto;
  overflow: visible;
  background: transparent;
}
.project-cover img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 760px;
  margin: 0 auto;
  object-fit: contain;
}

.approved-work-section { padding-top: 74px; }
.approved-project-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 34px 26px;
  align-items: start;
}
.approved-project-card {
  min-width: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}
.approved-project-card.feature { grid-row: 1 / span 2; }
.approved-project-card > a,
.approved-project-card.feature > a { display: block; height: auto; }
.approved-project-card figure {
  min-height: 0;
  margin: 0 0 16px;
  overflow: hidden;
  background: var(--linen);
}
.approved-project-card img,
.approved-project-card.feature img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  transform: none;
  transition: transform .75s cubic-bezier(.2,.7,.2,1);
}
.approved-project-card:hover img { transform: scale(1.012); }
.approved-project-meta { padding: 0 0 21px; border-top: 0; }
.approved-project-meta span { color: var(--accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.approved-project-meta h3 { margin: 8px 0 3px; font-size: 20px; font-weight: 400; }
.approved-project-meta p { margin: 0 0 12px; color: var(--muted); font-size: 12px; }
.approved-project-meta b { display: inline-block; padding-bottom: 2px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 500; letter-spacing: .025em; }

.editorial-project-band { padding-top: 30px; }
.editorial-image-pair {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: start;
}
.editorial-image {
  min-height: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
}
.editorial-image-tall { min-height: 0; margin-top: 78px; }
.editorial-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

/* Replaces the repeated homepage portfolio grid with a design-process feature. */
.home-method-section { overflow: hidden; }
.home-method-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
}
.home-method-media { margin: 0; overflow: hidden; background: var(--linen); }
.home-method-media img { display: block; width: 100%; height: auto; object-fit: contain; }
.home-method-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; }
.home-method-steps { margin: 30px 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.home-method-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.home-method-steps li > span { padding-top: 2px; color: var(--accent); font-size: 9px; letter-spacing: .12em; }
.home-method-steps strong { display: block; margin-bottom: 3px; font-size: 13px; font-weight: 500; }
.home-method-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }


/* Portfolio cards keep a consistent grid while showing the full image inside the frame. */
.project-card { overflow: hidden; }
.project-card img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: var(--linen);
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.project-card:hover img { transform: scale(1.012); }

@media (max-width: 980px) {
  .hero-collage { grid-template-columns: 1.2fr .8fr; }
  .approved-project-grid { grid-template-columns: 1fr 1fr; }
  .approved-project-card.feature { grid-row: auto; grid-column: 1 / -1; }
  .editorial-image-pair { grid-template-columns: 1fr 1fr; }
  .editorial-image-tall { margin-top: 0; }
  .home-method-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
}

@media (max-width: 720px) {
  .hero-collage { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-image-main { grid-column: 1 / -1; grid-row: 1; }
  .hero-image-small.one { grid-column: 1; grid-row: 2; }
  .hero-image-small.two { grid-column: 2; grid-row: 2; }
  .approved-work-section { padding-top: 54px; }
  .approved-project-grid { grid-template-columns: 1fr; gap: 22px; }
  .approved-project-card.feature { grid-column: auto; }
  .editorial-image-pair { grid-template-columns: 1fr; gap: 16px; }
  .editorial-image-tall { margin-top: 0; }
  .home-method-grid { grid-template-columns: 1fr; gap: 34px; }
}

/* --------------------------------------------------------------------------
   v2.5.1 — explicit heading hooks
   .lii-hero-title  : the single H1 on the homepage hero
   .lii-section-title: the capabilities H2 (was previously an H1, which created
                       a duplicate-H1 condition on the front page)
   Both inherit the existing type scale rather than redefining it, so the
   minimalist architectural typography is unchanged.
   -------------------------------------------------------------------------- */
.lii-hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 20ch;
}
.lii-section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.005em;
  max-width: 28ch;
}
@media (max-width: 720px) {
  .lii-hero-title { font-size: 28px; }
  .lii-section-title { font-size: 23px; }
}


/* v2.7.0 commercial portfolio refinement */
.commercial-projects { padding-top: 72px; }
.commercial-project-grid .project-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: #f3f1eb; }
.commercial-project-grid .project-card-body { border-top: 1px solid #eceae5; }
@media (max-width:720px){ .commercial-projects { padding-top: 48px; } }

/* v2.7.2 — commercial project photography, top + lower editorial gallery */
.commercial-projects .section-head { margin-bottom: 34px; }
.commercial-project-grid { align-items: start; }
.commercial-project-grid .project-card { background: transparent; border: 0; }
.commercial-project-grid .project-card a { display: block; }
.commercial-project-grid .project-card img { display: block; width: 100%; height: auto; object-fit: contain; }
.commercial-project-grid .project-card-body { padding: 17px 0 0; }
.commercial-project-grid .project-card-body span,
.commercial-editorial-item span { color: var(--accent); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.commercial-project-grid .project-card-body h3,
.commercial-editorial-item h3 { margin: 8px 0 4px; font-size: 20px; font-weight: 400; }
.commercial-project-grid .project-card-body p,
.commercial-editorial-item p { margin: 0; color: var(--muted); font-size: 12px; }

.commercial-bottom-gallery { padding-top: 88px; padding-bottom: 92px; background: #f3f1eb; }
.commercial-bottom-gallery .section-head { margin-bottom: 38px; }
.commercial-editorial-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 26px;
  align-items: start;
}
.commercial-editorial-item { display: block; min-width: 0; color: inherit; }
.commercial-editorial-item figure { margin: 0 0 16px; overflow: hidden; background: #ebe7de; }
.commercial-editorial-item img { display: block; width: 100%; height: auto; object-fit: contain; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.commercial-editorial-item:hover img { transform: scale(1.012); }
.commercial-editorial-item-1 { grid-row: 1 / span 2; }
.commercial-editorial-item-2,
.commercial-editorial-item-3 { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; align-items: end; padding-bottom: 22px; border-bottom: 1px solid #dedbd3; }
.commercial-editorial-item-2 figure,
.commercial-editorial-item-3 figure { margin: 0; }
.commercial-gallery-link { margin-top: 34px; text-align: right; }

@media (max-width: 900px) {
  .commercial-editorial-grid { grid-template-columns: 1fr 1fr; }
  .commercial-editorial-item-1 { grid-column: 1 / -1; grid-row: auto; }
  .commercial-editorial-item-2,
  .commercial-editorial-item-3 { display: block; padding-bottom: 18px; }
  .commercial-editorial-item-2 figure,
  .commercial-editorial-item-3 figure { margin-bottom: 14px; }
}
@media (max-width: 720px) {
  .commercial-bottom-gallery { padding-top: 58px; padding-bottom: 62px; }
  .commercial-editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  .commercial-editorial-item-1 { grid-column: auto; }
  .commercial-gallery-link { text-align: left; }
}


/* v2.7.4 — enquiry anti-spam / Cloudflare Turnstile */
.lii-turnstile-wrap{margin:18px 0 14px;max-width:100%;overflow:hidden}
.lii-turnstile-wrap .cf-turnstile{max-width:100%}
.lii-antispam-note{margin:7px 0 0;font-size:11px;line-height:1.5;color:var(--muted);letter-spacing:.02em}
@media(max-width:460px){.lii-turnstile-wrap{transform-origin:left center}}

/* v2.7.5 — SEO metadata is managed exclusively by Rank Math. */
