@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow+Condensed:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@1,500;1,600&family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700&display=swap');

/* ============================================================
   EQUATOR INTERIOR SOLUTION — design system
   Direction A · A2 "Wood Rooms" · Oswald + Barlow Condensed
   ============================================================ */

:root {
  /* colour */
  --timber-img: url('../photos/wood-walnut.jpg');
  --timber-solid: #4A3728;
  --espresso: #1A120C;
  --cream: #F4EDE3;
  --bone: #FBF7F0;
  --brass: #C9A227;
  --brass-deep: #8A6D1F;
  --ink: #3A2F24;
  --muted: #6B5A46;
  --line: #DCD0BE;
  --on-dark: #F0E8DA;
  --on-dark-mute: #B7A68E;
  --whatsapp: #25A366;

  /* type */
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --ui: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --eyebrow: 'Cormorant Garamond', Georgia, serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --cjk: 'Noto Sans SC', 'Microsoft YaHei', 'PingFang SC', sans-serif;

  /* space */
  --wrap: 1200px;
  --gut: clamp(18px, 4vw, 40px);
  --sect: clamp(52px, 8vw, 96px);

  --shadow-mount: 0 10px 30px rgba(0, 0, 0, .45);
  --shadow-soft: 0 6px 22px rgba(58, 47, 36, .13);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: 8px; top: -60px; z-index: 200;
  background: var(--brass); color: var(--espresso); padding: 10px 18px;
  font-family: var(--ui); text-transform: uppercase; letter-spacing: .14em; font-weight: 600;
  transition: top .18s;
}
.skip:focus { top: 8px; }

/* ---------- grounds ---------- */
.g-timber {
  background-color: var(--timber-solid);
  background-image: linear-gradient(rgba(28, 19, 13, .84), rgba(28, 19, 13, .84)), var(--timber-img);
  background-size: auto, 720px;
  color: var(--on-dark);
}
.g-timber-solid {
  background-color: var(--timber-solid);
  background-image: linear-gradient(rgba(26, 18, 12, .72), rgba(26, 18, 12, .72)), var(--timber-img);
  background-size: auto, 620px;
  color: var(--on-dark);
}
.g-cream { background: var(--cream); color: var(--ink); }
.g-bone  { background: var(--bone);  color: var(--ink); }
.sect { padding-block: var(--sect); }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; text-transform: uppercase; margin: 0; line-height: 1.06; letter-spacing: .005em; }
h1 { font-size: clamp(2.15rem, 6.2vw, 4rem); }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); }
h3 { font-size: clamp(1.1rem, 2.1vw, 1.4rem); }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--eyebrow); font-style: italic; font-weight: 600;
  font-size: clamp(1.05rem, 2.3vw, 1.45rem); letter-spacing: .1em;
  color: var(--brass); margin-bottom: .55em;
}
.g-cream .eyebrow, .g-bone .eyebrow { color: var(--brass-deep); }

.lede { font-size: clamp(1rem, 1.5vw, 1.12rem); color: var(--muted); }
.g-timber .lede, .g-timber-solid .lede { color: var(--on-dark-mute); }

.zh, :lang(zh) { font-family: var(--cjk); }

/* section header with brass rules */
.shead { text-align: center; margin-bottom: clamp(30px, 5vw, 52px); }
.shead-rule {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-family: var(--ui); font-size: clamp(.82rem, 1.5vw, .95rem);
  letter-spacing: .28em; text-transform: uppercase; font-weight: 600;
  color: var(--brass-deep);
}
.g-timber .shead-rule, .g-timber-solid .shead-rule { color: var(--brass); }
.shead-rule::before, .shead-rule::after {
  content: ''; height: 1px; width: clamp(30px, 7vw, 66px); background: currentColor; opacity: .75;
}
.shead h2 { margin-top: 14px; }
.shead .lede { margin-top: 12px; max-width: 62ch; margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ui); font-weight: 600; font-size: 1rem;
  letter-spacing: .17em; text-transform: uppercase;
  padding: 14px 26px; min-height: 48px; border-radius: 2px;
  transition: transform .15s, filter .15s, background .15s, color .15s;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.07); }
.btn:active { transform: translateY(0); }
.btn svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.btn-wa { background: var(--whatsapp); color: #fff; }
.btn-brass { background: var(--brass); color: var(--espresso); }
.btn-line { border: 1px solid rgba(240, 232, 218, .55); color: var(--on-dark); }
.btn-line:hover { background: rgba(240, 232, 218, .1); }
.btn-dark { border: 1px solid var(--line); color: var(--ink); background: transparent; }
.btn-dark:hover { background: var(--ink); color: var(--cream); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-row.center { justify-content: center; }

/* ---------- social icons ---------- */
.social { display: flex; gap: 8px; }
.social a {
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, .4); color: var(--brass); transition: background .15s, color .15s;
}
.social a:hover { background: var(--brass); color: var(--espresso); }
.social svg { width: 16px; height: 16px; fill: currentColor; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid rgba(201, 162, 39, .35); }
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(14px, 2vw, 28px); padding-block: 14px;
}
.brand { display: flex; align-items: center; gap: 14px; flex: none; }
.brand img { height: clamp(52px, 5.4vw, 72px); width: auto; filter: brightness(0) invert(1); }
.brand-txt { font-family: var(--display); font-weight: 700; letter-spacing: .22em; font-size: 1.42rem; color: var(--brass); line-height: 1; }
.brand-txt small { display: block; font-family: var(--ui); font-size: .82rem; letter-spacing: .2em; color: var(--on-dark-mute); font-weight: 500; margin-top: 4px; }

.nav ul { display: flex; gap: clamp(14px, 2.2vw, 30px); list-style: none; margin: 0; padding: 0; }
.nav a {
  font-family: var(--ui); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark);
  padding: 8px 0; display: block; position: relative;
}
.nav a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px;
  background: var(--brass); transition: right .22s;
}
.nav a:hover::after, .nav a[aria-current="page"]::after { right: 0; }
.nav a[aria-current="page"] { color: var(--brass); }

.hdr-actions { display: flex; align-items: center; gap: clamp(10px, 1.4vw, 18px); flex: none; }
.burger { display: none; width: 46px; height: 46px; place-items: center; color: var(--on-dark); }
.burger svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 2; }

/* inline search — always visible, never a dropdown */
.hdr-search { position: relative; display: flex; align-items: center; }
.hdr-search .search-ico {
  position: absolute; left: 11px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; color: var(--on-dark-mute); pointer-events: none;
}
.hdr-search .search-ico svg { width: 100%; height: 100%; fill: currentColor; }
.hdr-search input {
  width: clamp(130px, 13vw, 190px); height: 44px; padding: 0 13px 0 34px;
  background: rgba(240, 232, 218, .09); border: 1px solid rgba(240, 232, 218, .3);
  border-radius: 2px; font-family: var(--body); font-size: .95rem; color: var(--on-dark);
  transition: background .18s, border-color .18s, width .22s;
}
.hdr-search input::placeholder { color: var(--on-dark-mute); }
.hdr-search input:focus {
  outline: none; background: rgba(240, 232, 218, .16);
  border-color: var(--brass); width: clamp(160px, 17vw, 240px);
}
.hdr-search input::-webkit-search-cancel-button { filter: invert(1) opacity(.5); }

.drawer-search { position: relative; display: flex; align-items: center; margin-top: 54px; }
.drawer-search .search-ico { position: absolute; left: 12px; width: 16px; height: 16px; color: var(--on-dark-mute); pointer-events: none; }
.drawer-search .search-ico svg { width: 100%; height: 100%; fill: currentColor; }
.drawer-search input {
  width: 100%; height: 48px; padding: 0 14px 0 36px;
  background: rgba(240, 232, 218, .1); border: 1px solid rgba(240, 232, 218, .3);
  border-radius: 2px; font-family: var(--body); font-size: 1rem; color: var(--on-dark);
}
.drawer-search input:focus { outline: none; border-color: var(--brass); }

/* mobile drawer */
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(84vw, 340px); z-index: 120;
  transform: translateX(100%); transition: transform .28s ease;
  padding: 26px 26px 40px; overflow-y: auto;
}
.drawer.open { transform: translateX(0); }
.drawer-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--on-dark); font-size: 1.7rem; }
.drawer ul { list-style: none; margin: 22px 0 26px; padding: 0; }
.drawer-social { justify-content: flex-start; gap: 12px; }
.drawer-social a { width: 46px; height: 46px; }
.drawer a {
  display: block; padding: 15px 0; border-bottom: 1px solid rgba(201, 162, 39, .22);
  font-family: var(--display); font-size: 1.32rem; text-transform: uppercase; color: var(--on-dark);
}
.drawer a[aria-current="page"] { color: var(--brass); }
.scrim {
  position: fixed; inset: 0; background: rgba(10, 7, 4, .6); z-index: 110;
  opacity: 0; visibility: hidden; transition: opacity .28s, visibility .28s;
}
.scrim.open { opacity: 1; visibility: visible; }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; }
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(20, 13, 8, .95) 0%, rgba(20, 13, 8, .8) 42%, rgba(20, 13, 8, .34) 100%);
}
.hero .wrap { padding-block: clamp(58px, 11vw, 128px); }
.hero-in { max-width: 640px; }
.hero h1 { color: #F8F1E6; margin-bottom: 16px; }
.hero .lede { color: #E0D3BF; font-size: clamp(1.02rem, 1.9vw, 1.2rem); margin-bottom: 30px; max-width: 46ch; }
.hero-page { min-height: clamp(240px, 34vw, 380px); display: grid; align-items: center; }
.hero-page .hero-in { max-width: 720px; }

/* ---------- stat band ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 26px; text-align: center; }
.stat b {
  display: block; font-family: var(--display); font-weight: 600;
  font-size: clamp(2.1rem, 4.6vw, 3.1rem); color: var(--brass-deep); line-height: 1;
}
.g-timber .stat b, .g-timber-solid .stat b { color: var(--brass); }
.stat span {
  font-family: var(--ui); font-size: .95rem; letter-spacing: .19em;
  text-transform: uppercase; color: var(--muted); display: block; margin-top: 8px; font-weight: 500;
}
.g-timber .stat span, .g-timber-solid .stat span { color: var(--on-dark-mute); }

/* ---------- service / pillar cards ---------- */
.cards { display: grid; gap: clamp(14px, 2vw, 24px); }
.c-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.c-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); }
.c-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }

.svc { background: var(--bone); border: 1px solid var(--line); padding: 30px 26px; border-radius: 3px; transition: transform .18s, box-shadow .18s; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.svc-ico { width: 46px; height: 46px; color: var(--brass-deep); margin-bottom: 16px; }
.svc-ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.svc h3 { font-size: 1.13rem; line-height: 1.25; }

.pillar { text-align: center; padding: 26px 18px; }
.pillar-n {
  font-family: var(--display); font-size: 1rem; color: var(--brass); letter-spacing: .2em;
  display: block; margin-bottom: 10px;
}
.pillar h3 { font-size: 1.05rem; line-height: 1.3; }

/* ---------- photo mount (the load-bearing rule) ---------- */
.mount { background: var(--cream); padding: 10px; box-shadow: var(--shadow-mount); display: block; }
/* must be block — aspect-ratio is ignored on inline elements */
.mount-ph { display: block; position: relative; overflow: hidden; background: #E6DDCE; }
.mount-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mount:hover .mount-ph img { transform: scale(1.055); }
.mount-cap {
  display: block; text-align: center; font-family: var(--ui); font-size: .98rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink);
  padding: 12px 4px 3px; font-weight: 600;
}
.mount-cap small { display: block; font-family: var(--body); font-size: .76rem; letter-spacing: .06em; text-transform: none; color: var(--muted); margin-top: 3px; font-weight: 400; }

.tile-grid { display: grid; gap: clamp(14px, 2vw, 22px); grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.tile-grid .mount-ph { aspect-ratio: 4 / 3; }
/* portfolio gallery is square */
#gallery .mount-ph { aspect-ratio: 1 / 1; }

/* ---------- testimonials ---------- */
.quotes { display: grid; gap: clamp(16px, 2.4vw, 26px); grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.quote-card { background: var(--cream); padding: 30px 28px; border-radius: 3px; box-shadow: var(--shadow-mount); display: flex; flex-direction: column; }
.quote-mark { font-family: var(--eyebrow); font-size: 3.4rem; line-height: .6; color: var(--brass); height: 26px; }
.quote-card blockquote { margin: 0 0 18px; font-family: var(--eyebrow); font-style: italic; font-size: 1.15rem; line-height: 1.62; color: var(--ink); flex: 1; }
.quote-who { font-family: var(--display); font-size: 1rem; letter-spacing: .2em; text-transform: uppercase; color: var(--brass-deep); }
.stars { color: var(--brass); letter-spacing: .18em; font-size: .9rem; margin-bottom: 12px; }

/* ---------- blog cards ---------- */
.post-card { background: var(--bone); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.post-card .ph { aspect-ratio: 16 / 10; overflow: hidden; background: #E6DDCE; }
.post-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover .ph img { transform: scale(1.055); }
.post-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-body h3 { font-family: var(--cjk); font-weight: 700; text-transform: none; font-size: 1.07rem; line-height: 1.45; letter-spacing: 0; margin-bottom: 10px; }
.post-body h3:lang(en) { font-family: var(--display); text-transform: uppercase; }
.post-ex { font-size: .93rem; color: var(--muted); margin-bottom: 16px; flex: 1; }
.read-more { font-family: var(--ui); font-size: .98rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 600; color: var(--brass-deep); display: inline-flex; align-items: center; gap: 7px; }
.read-more::after { content: '→'; transition: transform .18s; }
.post-card:hover .read-more::after { transform: translateX(4px); }

/* ---------- portfolio filter + lightbox ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-bottom: clamp(26px, 4vw, 44px); }
.filter {
  font-family: var(--ui); font-size: 1rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600;
  padding: 11px 20px; min-height: 44px; border: 1px solid rgba(240, 232, 218, .38);
  color: var(--on-dark); border-radius: 2px; transition: background .16s, color .16s, border-color .16s;
}
.filter:hover { border-color: var(--brass); color: var(--brass); }
.filter[aria-pressed="true"] { background: var(--brass); border-color: var(--brass); color: var(--espresso); }
.gal-item.hide { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(12, 8, 5, .95); display: none; place-items: center; padding: 20px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(94vw, 1200px); max-height: 84vh; width: auto; box-shadow: 0 20px 60px rgba(0, 0, 0, .7); border: 9px solid var(--cream); }
.lb-cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; font-family: var(--ui); letter-spacing: .18em; text-transform: uppercase; color: var(--on-dark-mute); font-size: 1rem; }
.lb-btn { position: absolute; width: 54px; height: 54px; display: grid; place-items: center; color: var(--on-dark); background: rgba(28, 19, 13, .7); border: 1px solid rgba(201, 162, 39, .35); font-size: 1.6rem; border-radius: 50%; }
.lb-btn:hover { background: var(--brass); color: var(--espresso); }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.lb-close { top: 16px; right: 16px; }

/* ---------- video facade ---------- */
.vid-block { display: grid; gap: clamp(20px, 3.4vw, 46px); align-items: center; margin-bottom: clamp(38px, 6vw, 74px); }
@media (min-width: 860px) {
  .vid-block { grid-template-columns: 1.15fr 1fr; }
  .vid-block:nth-child(even) .vid-media { order: 2; }
}
.vid-facade { position: relative; background: #100C08; aspect-ratio: 16 / 9; display: grid; place-items: center; cursor: pointer; overflow: hidden; }
.vid-facade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.vid-play { position: relative; width: 74px; height: 74px; border-radius: 50%; background: rgba(201, 162, 39, .94); display: grid; place-items: center; transition: transform .2s; }
.vid-facade:hover .vid-play { transform: scale(1.11); }
.vid-play svg { width: 26px; height: 26px; fill: var(--espresso); margin-left: 4px; }
.vid-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vid-hint { position: absolute; bottom: 12px; left: 0; right: 0; text-align: center; font-family: var(--ui); font-size: .88rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-mute); }

/* ---------- contact ---------- */
.info-card { background: var(--bone); border: 1px solid var(--line); padding: 28px 26px; border-radius: 3px; }
.info-card .svc-ico { width: 38px; height: 38px; margin-bottom: 13px; }
.info-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.info-card p { font-size: 1.02rem; color: var(--muted); }
.info-card a { color: var(--ink); font-weight: 600; }
.info-card a:hover { color: var(--brass-deep); }

.map-frame { border: 10px solid var(--cream); box-shadow: var(--shadow-mount); line-height: 0; }
.map-frame iframe { width: 100%; height: clamp(260px, 40vw, 400px); border: 0; }

.pullquote { text-align: center; max-width: 46ch; margin-inline: auto; }
.pullquote p { font-family: var(--eyebrow); font-style: italic; font-size: clamp(1.3rem, 3vw, 1.9rem); line-height: 1.5; color: var(--on-dark); }
.pullquote cite { font-family: var(--ui); font-style: normal; letter-spacing: .24em; text-transform: uppercase; font-size: .95rem; color: var(--brass); display: block; margin-top: 18px; }

/* ---------- pagination ---------- */
.pager { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; align-items: center; margin-top: clamp(34px, 5vw, 58px); }
.pager a, .pager span {
  min-width: 46px; min-height: 46px; padding: 0 13px; display: grid; place-items: center;
  font-family: var(--ui); font-size: 1rem; letter-spacing: .1em; font-weight: 600;
  border: 1px solid var(--line); color: var(--ink); border-radius: 2px;
}
.pager a:hover { border-color: var(--brass); color: var(--brass-deep); }
.pager [aria-current="page"] { background: var(--brass); border-color: var(--brass); color: var(--espresso); }
.pager .gap { border: 0; }

/* ---------- article ---------- */
.article { max-width: 68ch; margin-inline: auto; }
.article-body { font-family: var(--cjk); font-size: 1.06rem; line-height: 1.9; }
.article-body p { margin-bottom: 1.4em; }
.article-body h2, .article-body h3 { font-family: var(--cjk); text-transform: none; letter-spacing: 0; margin: 1.8em 0 .7em; line-height: 1.4; }
.article-meta { font-family: var(--ui); font-size: .95rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 14px; }
.cta-band .lede { max-width: 56ch; margin-inline: auto; margin-bottom: 26px; }

/* ---------- footer ---------- */
.site-footer { padding-block: clamp(44px, 6vw, 70px) 0; }
.foot-grid { display: grid; gap: 34px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.site-footer h4 { font-size: 1.02rem; letter-spacing: .2em; color: var(--brass); margin-bottom: 15px; }
.site-footer p, .site-footer li { color: var(--on-dark-mute); font-size: .96rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a:hover { color: var(--brass); }
.foot-tel { font-family: var(--display); font-size: 1.5rem; color: var(--brass); letter-spacing: .04em; display: block; margin-bottom: 8px; }
.foot-social { margin-top: 22px; }
.foot-social .social { gap: 10px; }
.foot-social .social a { width: 42px; height: 42px; }
.foot-legal {
  margin-top: 38px; border-top: 1px solid rgba(201, 162, 39, .24); padding-block: 20px 22px;
  font-family: var(--ui); font-size: .93rem; letter-spacing: .11em; text-transform: uppercase;
  color: var(--on-dark-mute); display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
}

/* ---------- sticky mobile action bar ---------- */
.mobar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; display: none; border-top: 1px solid rgba(201, 162, 39, .4); }
.mobar div { display: grid; grid-template-columns: 1fr 1fr; }
.mobar a {
  display: flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 8px; min-height: 56px;
  font-family: var(--ui); font-size: 1rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 600;
}
.mobar .wa { background: var(--whatsapp); color: #fff; }
.mobar .tel { color: var(--on-dark); }
.mobar svg { width: 18px; height: 18px; fill: currentColor; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .hdr-search { display: none; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .hdr-social { display: none; }
  .burger { display: grid; }
  .brand-txt small { display: none; }
}
@media (max-width: 767px) {
  .mobar { display: block; }
  body { padding-bottom: 56px; }
  .hero .wrap { padding-block: 52px 44px; }
  .foot-legal { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .filters { gap: 7px; }
  .filter { flex: 1 1 calc(50% - 4px); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .mount:hover .mount-ph img, .post-card:hover .ph img { transform: none; }
}

/* reveal on scroll */
.rev { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.rev.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rev { opacity: 1; transform: none; } }

@media print {
  .site-header, .topbar, .mobar, .drawer, .scrim { display: none !important; }
  body { background: #fff; color: #000; }
}
