:root {
  --ink: #121820;
  --ink-soft: #2a3441;
  --muted: #5c6b7a;
  --paper: #f3f1ec;
  --paper-2: #e8e4db;
  --surface: #ffffff;
  --brass: #b8923f;
  --brass-deep: #8f6e2a;
  --sea: #1f4d5c;
  --sea-soft: #2f6a7c;
  --line: rgba(18, 24, 32, 0.12);
  --shadow: 0 18px 50px rgba(18, 24, 32, 0.08);
  --radius: 4px;
  --font-display: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --max: 1280px;
  --header-h: 4.25rem;
  --gutter: clamp(1rem, 4vw, 1.5rem);
  --gutter-tight: clamp(0.75rem, 3vw, 1rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(184, 146, 63, 0.14), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(31, 77, 92, 0.12), transparent 50%),
    linear-gradient(180deg, #f7f5f0 0%, var(--paper) 40%, #efebe3 100%);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sea); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--brass-deep); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 0.6em;
}
p { margin: 0 0 1em; }
.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) max(var(--gutter), env(safe-area-inset-right, 0px));
}
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: .75rem 1rem; z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(247, 245, 240, 0.86);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: .75rem; color: inherit; text-decoration: none;
}
.brand img { width: 42px; height: 42px; border-radius: 50%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 650; color: var(--ink);
}
.brand-sub { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 1.25rem; }
.nav a {
  color: var(--ink-soft); text-decoration: none; font-size: .92rem; font-weight: 600;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--brass-deep); }
.nav-toggle {
  display: none; border: 1px solid var(--line); background: var(--surface);
  padding: .55rem .7rem; border-radius: var(--radius); cursor: pointer;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border: 0; border-radius: 999px; padding: .85rem 1.35rem;
  font: inherit; font-weight: 700; font-size: .95rem; text-decoration: none;
  cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: #f7f5f0; }
.btn-primary:hover { background: var(--brass-deep); color: #fff; }
.btn-secondary {
  background: transparent; color: var(--ink); border: 1px solid rgba(18,24,32,.25);
}
.btn-secondary:hover { border-color: var(--brass-deep); color: var(--brass-deep); }
.btn-amazon { background: #ff9900; color: #111; }
.btn-amazon:hover { background: #e88900; color: #111; }

.hero {
  position: relative; min-height: calc(100svh - var(--header-h));
  display: grid; align-items: end;
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(18,24,32,.2) 0%, rgba(18,24,32,.58) 50%, rgba(18,24,32,.82) 100%),
    url("/assets/img/hero.webp?v=2") center/cover no-repeat,
    linear-gradient(135deg, #1f4d5c, #121820 60%);
}

.lifestyle-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: min(72vw, 520px);
  background: #fff;
  border-block: 1px solid var(--line);
}
.lifestyle-band-media { margin: 0; overflow: hidden; min-height: 320px; }
.lifestyle-band-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.lifestyle-band-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(1.75rem, 4vw, 3.5rem);
  background:
    linear-gradient(160deg, #f7f5f0 0%, #ebe6dc 100%);
}
.lifestyle-band-copy h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); max-width: 12ch; }

.lifestyle-mosaic {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 0.85rem;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto 1rem;
  padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) max(var(--gutter), env(safe-area-inset-right, 0px));
}
.lifestyle-mosaic figure {
  margin: 0; position: relative; overflow: hidden; background: #111;
  min-height: 280px;
}
.lifestyle-mosaic-main { min-height: min(58vw, 520px); }
.lifestyle-mosaic img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.lifestyle-mosaic figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(transparent, rgba(18,24,32,.78));
  color: #f7f5f0;
  display: grid; gap: .25rem;
}
.lifestyle-mosaic figcaption strong {
  font-family: var(--font-display); font-size: 1.15rem;
}
.lifestyle-mosaic figcaption span {
  font-size: .92rem; color: rgba(247,245,240,.82);
}

.lifestyle-cta { padding-top: 1rem; }
.lifestyle-cta-inner {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0;
  overflow: hidden; border: 1px solid var(--line); background: #fff;
  min-height: 360px;
}
.lifestyle-cta-inner picture,
.lifestyle-cta-inner > picture img {
  width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px;
}
.lifestyle-cta-inner > div {
  padding: clamp(1.75rem, 4vw, 3rem);
  display: flex; flex-direction: column; justify-content: center;
  background: linear-gradient(180deg, #fff, #f3f1ec);
}
.lifestyle-cta-inner h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }

.guide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.guide-card {
  display: flex; flex-direction: column; gap: .45rem;
  padding: 1.25rem 1.2rem;
  text-decoration: none; color: inherit;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease;
}
.guide-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184,146,63,.55);
  color: inherit;
}
.guide-card h2, .guide-card h3 {
  font-size: 1.15rem; margin: 0;
}
.guide-card p {
  margin: 0; color: var(--muted); font-size: .95rem;
}
.hero-content {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto 4.5rem;
  padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) max(var(--gutter), env(safe-area-inset-right, 0px));
  color: #f7f5f0;
  animation: rise .8s ease both;
}
.hero-kicker {
  display: inline-block; margin-bottom: 1rem;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #e8d7a8;
}
.hero h1 {
  color: #fff; font-size: clamp(2.4rem, 6vw, 4.4rem); max-width: 12ch; margin-bottom: .5rem;
}
.hero p {
  max-width: 38ch; color: rgba(247,245,240,.88); font-size: 1.1rem; margin-bottom: 1.6rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.section { padding: 4.5rem 0; }
.section-head { max-width: 40rem; margin-bottom: 2rem; }
.section-head p { color: var(--muted); }
.eyebrow {
  font-size: .75rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brass-deep); font-weight: 700; margin-bottom: .6rem;
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.grid-products--featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
  width: 100%;
}
.product-tile {
  display: flex; flex-direction: column; gap: .9rem;
  text-decoration: none; color: inherit;
  transition: transform .25s ease;
}
.product-tile:hover { transform: translateY(-4px); }
.product-tile figure {
  margin: 0; aspect-ratio: 1; background: #fff;
  border: 1px solid var(--line); overflow: hidden;
  display: block; position: relative;
}
.product-tile picture {
  display: block; width: 100%; height: 100%;
}
.product-tile img {
  width: 100%; height: 100%; object-fit: contain; object-position: center;
  padding: 0; display: block;
  transition: transform .35s ease;
}
.grid-products--featured .product-tile figure {
  min-height: clamp(320px, 42vw, 520px);
  aspect-ratio: auto;
}
.grid-products--featured .product-tile h3 {
  font-size: 1.35rem;
}
.product-tile:hover img { transform: scale(1.03); }
.product-tile h3 { font-size: 1.15rem; margin: 0; }
.product-tile .meta { color: var(--muted); font-size: .9rem; }

/* Product detail gallery — fill the white box */
.product-gallery {
  background: #fff; border: 1px solid var(--line);
  aspect-ratio: 1; width: 100%; min-height: min(70vw, 640px);
  display: block; overflow: hidden; padding: 0;
}
.product-gallery picture { display: block; width: 100%; height: 100%; }
.product-gallery img {
  width: 100%; height: 100%; object-fit: contain; object-position: center;
  display: block;
}

.product-page { padding-bottom: 2rem; }
.product-hero {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 2.25rem; align-items: start; padding: 1.5rem 0 2.5rem;
}
.product-summary .product-lead {
  font-size: 1.08rem; color: var(--ink-soft); max-width: 38ch;
}
.product-highlights {
  margin: 1.25rem 0 0; padding: 0; list-style: none;
  display: grid; gap: .55rem;
}
.product-highlights li {
  padding-left: 1.1rem; position: relative; color: var(--ink-soft); font-size: .95rem;
}
.product-highlights li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: .45rem; height: .45rem; border-radius: 50%; background: var(--brass);
}

.product-lifestyle {
  display: grid; grid-template-columns: 1.2fr 0.8fr;
  min-height: min(62vw, 460px);
  background: #fff; border-block: 1px solid var(--line);
  margin: 0 0 2.5rem;
}
.product-lifestyle-media { margin: 0; overflow: hidden; min-height: 280px; }
.product-lifestyle-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}
.product-lifestyle-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(160deg, #f7f5f0, #ebe6dc);
}
.product-lifestyle-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem); max-width: 14ch;
}

.product-detail-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem;
  align-items: start; padding-bottom: 2rem;
}
.product-aside { display: grid; gap: 1rem; }
.product-aside-card {
  background: #fff; border: 1px solid var(--line); padding: 1.35rem 1.25rem;
}
.product-aside-card h3 { font-size: 1.15rem; margin-bottom: .75rem; }
.product-aside-card ol { margin: 0 0 1.2rem; padding-left: 1.15rem; color: var(--ink-soft); }
.product-aside-card li { margin-bottom: .4rem; }
.product-aside-soft { background: rgba(255,255,255,.55); }
.product-aside-soft p { color: var(--muted); margin-bottom: .6rem; }
.product-related { padding-top: 1rem; }

.cat-row {
  display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 0;
}
.chip {
  display: inline-flex; padding: .55rem .9rem; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,.55);
  color: var(--ink-soft); text-decoration: none; font-size: .88rem; font-weight: 600;
}
.chip:hover, .chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

.split {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: center;
}
.panel {
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  padding: 1.5rem;
}
.stat-list { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .85rem; }
.stat-list li { display: grid; gap: .15rem; }
.stat-list strong { font-family: var(--font-display); font-size: 1.35rem; }

.article-list, .faq-list { display: grid; gap: 1rem; }
.article-item a {
  display: block; text-decoration: none; color: inherit;
  padding: 1.25rem 0; border-bottom: 1px solid var(--line);
}
.article-item h3 { margin-bottom: .35rem; font-size: 1.35rem; }
.article-item p { color: var(--muted); margin: 0; }

.faq details {
  border-bottom: 1px solid var(--line); padding: 1rem 0;
}
.faq summary {
  cursor: pointer; font-weight: 700; list-style: none;
  display: flex; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brass-deep); font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: .75rem 0 0; }

.product-buy { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.25rem 0; }
.disclosure {
  font-size: .88rem; color: var(--muted); border-left: 3px solid var(--brass);
  padding-left: .9rem; margin: 1.25rem 0;
}
.breadcrumb { font-size: .88rem; color: var(--muted); margin: 1.25rem 0 0; }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--brass-deep); }
.breadcrumb-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .15rem .35rem; align-items: center;
}
.breadcrumb-list li { display: inline; }
.asin-line { color: var(--muted); font-size: .9rem; margin-top: .5rem; }
.spec-list { margin: 0; display: grid; gap: .65rem; }
.spec-list > div { display: grid; grid-template-columns: 7rem 1fr; gap: .5rem; }
.spec-list dt { margin: 0; color: var(--muted); font-size: .85rem; }
.spec-list dd { margin: 0; font-weight: 600; }
.plain-list { margin: 0; padding-left: 1.1rem; color: var(--ink-soft); }
.plain-list li { margin-bottom: .4rem; }
.product-faq-block { padding-top: 0; }
.product-seo-copy h2 { scroll-margin-top: 5rem; }

.site-footer {
  margin-top: 0;
  padding: 0;
  background: var(--ink);
  color: rgba(247, 245, 240, 0.82);
  border-top: 3px solid var(--brass);
}
.site-footer .container {
  padding-top: clamp(2.25rem, 6vw, 3.5rem);
  padding-bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
}
.site-footer a { color: #e8d7a8; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 4vw, 2rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-col-brand p {
  margin: 0;
  max-width: 30ch;
  color: rgba(247, 245, 240, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}
.footer-col h2,
.footer-col h3 {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 245, 240, 0.5);
  font-weight: 700;
}
.footer-col-brand h2 {
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  letter-spacing: -0.02em;
  text-transform: none;
  color: #fff;
  margin-bottom: 0.65rem;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.15rem;
}
.footer-links a {
  display: inline-block;
  padding: 0.3rem 0;
  line-height: 1.45;
  font-size: 0.95rem;
}
.footer-links a:hover { text-decoration: underline; }
.footer-col-categories .footer-links {
  grid-template-columns: 1fr;
  gap: 0.15rem 1rem;
}
.footer-bottom {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: rgba(247, 245, 240, 0.55);
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.footer-legal a { font-size: 0.85rem; }

.prose { max-width: 42rem; }
.prose h2 { margin-top: 2rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .45rem; }

/* Information pages — lifestyle layout */
.info-page { padding-bottom: 3rem; }
.info-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: min(58vw, 420px);
  background: #fff;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2.5rem;
}
.info-hero-media { margin: 0; overflow: hidden; min-height: 260px; }
.info-hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}
.info-hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(160deg, #f7f5f0 0%, #ebe6dc 100%);
}
.info-hero-copy .breadcrumb { margin: 0 0 1rem; }
.info-hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 12ch;
  margin-bottom: .5rem;
}
.info-lead {
  color: var(--ink-soft);
  font-size: 1.08rem;
  max-width: 32ch;
  margin: 0;
}
.info-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  align-items: start;
}
.info-content { max-width: none; }
.info-content > .info-updated {
  color: var(--muted); font-size: .9rem; margin-top: 0;
}
.info-panel {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  padding: 1.35rem 1.4rem;
  margin: 0 0 1rem;
}
.info-panel h2 {
  font-size: 1.2rem;
  margin: 0 0 .65rem;
}
.info-panel p:last-child,
.info-panel ul:last-child { margin-bottom: 0; }
.info-panel-accent {
  background: linear-gradient(160deg, #fff 0%, #f3efe6 100%);
  border-color: rgba(184,146,63,.35);
}
.info-email {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 700;
  margin: .35rem 0 0 !important;
}
.info-email a { text-decoration: none; color: var(--ink); }
.info-email a:hover { color: var(--brass-deep); }
.info-aside { display: grid; gap: 1rem; }
.info-aside-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.35rem 1.25rem;
}
.info-aside-card h2 { font-size: 1.2rem; margin-bottom: .5rem; }
.info-aside-card p { color: var(--muted); margin-bottom: 1rem; }
.info-aside-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.info-aside-photo {
  margin: 0; overflow: hidden; border: 1px solid var(--line);
  min-height: 220px; background: #111;
}
.info-aside-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block; min-height: 220px;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto 2.5rem;
  padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) max(var(--gutter), env(safe-area-inset-right, 0px));
}
.info-strip figure {
  margin: 0; overflow: hidden; background: #111; min-height: 180px;
  border: 1px solid var(--line);
}
.info-strip img {
  width: 100%; height: 100%; object-fit: cover; display: block; min-height: 180px;
  aspect-ratio: 4/3;
}

.info-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: min(55vw, 420px);
  background: #fff;
  border-block: 1px solid var(--line);
  margin: 2.5rem 0 0;
}
.info-band-media { margin: 0; overflow: hidden; min-height: 260px; }
.info-band-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.info-band-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(160deg, #f7f5f0, #ebe6dc);
}
.info-band-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem); max-width: 14ch;
}

.info-mosaic {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 0.75rem;
  width: 100%;
  max-width: var(--max);
  margin: 1.5rem auto 0;
  padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) max(var(--gutter), env(safe-area-inset-right, 0px));
}
.info-mosaic figure {
  margin: 0; position: relative; overflow: hidden; background: #111; min-height: 260px;
}
.info-mosaic-main { min-height: min(50vw, 440px); }
.info-mosaic img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.info-mosaic figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(transparent, rgba(18,24,32,.8));
  color: #f7f5f0;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.catalog-search {
  display: flex; flex-wrap: wrap; gap: .6rem; margin: 0 0 1rem;
}
.catalog-search input {
  flex: 1; min-width: 220px; padding: .85rem 1.1rem;
  border: 1px solid var(--line); border-radius: 999px; font: inherit; background: #fff;
}
.catalog-cats { margin-bottom: 1.75rem; }
.grid-products--catalog {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.grid-products--catalog .product-tile figure {
  min-height: clamp(220px, 28vw, 340px);
}

.guide-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.guide-photo-card {
  display: grid; grid-template-rows: auto 1fr;
  text-decoration: none; color: inherit;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--line);
  transition: transform .2s ease, border-color .2s ease;
  overflow: hidden;
}
.guide-photo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184,146,63,.5);
  color: inherit;
}
.guide-photo-card figure { margin: 0; min-height: 200px; overflow: hidden; }
.guide-photo-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  min-height: 200px; aspect-ratio: 16/10;
}
.guide-photo-card > div { padding: 1.1rem 1.15rem 1.25rem; }
.guide-photo-card h2 { font-size: 1.25rem; margin: 0 0 .4rem; }
.guide-photo-card p { margin: 0; color: var(--muted); font-size: .95rem; }

.article-page .disclosure { margin-bottom: 1.25rem; }

/* Brand store pages */
.brand-store { padding-bottom: 0; }
.brand-cover {
  position: relative;
  min-height: clamp(280px, 42vw, 460px);
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}
.brand-cover-media {
  position: absolute;
  inset: 0;
}
.brand-cover-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.42;
}
.brand-cover-overlay {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(18,24,32,.15) 0%, rgba(18,24,32,.82) 72%, rgba(18,24,32,.95) 100%);
}
.brand-cover-inner {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  color: #f7f5f0;
}
.brand-cover-inner .breadcrumb a { color: rgba(247,245,240,.82); text-decoration: none; }
.brand-cover-inner .breadcrumb a:hover { color: #fff; }
.brand-cover-mark {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  margin-bottom: 1rem;
}
.brand-cover-inner h1 {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4rem);
  max-width: 14ch;
  margin-bottom: .35rem;
}
.brand-tagline {
  margin: 0;
  max-width: 42ch;
  color: rgba(247,245,240,.86);
  font-size: 1.08rem;
}
.brand-showcase {
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}
.brand-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem;
}
.brand-showcase-item {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  aspect-ratio: 1;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.brand-showcase-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.brand-showcase-item picture,
.brand-showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.brand-about { margin-bottom: 2.5rem; }
.brand-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}
.brand-about-copy h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.brand-about-copy p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.brand-highlights {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.35rem 1.4rem;
}
.brand-highlights h3 {
  font-size: 1.05rem;
  margin-bottom: .75rem;
}
.brand-highlights ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}
.brand-highlights li + li { margin-top: .45rem; }
.brand-collection {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.45);
}
.brand-collection-head {
  max-width: 42rem;
  margin-bottom: 1.75rem;
}
.brand-collection-head p {
  margin: 0;
  color: var(--muted);
}
.brand-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.brand-product-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.1rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1rem;
}
.brand-product-image {
  display: block;
  aspect-ratio: 1;
  background: #faf9f7;
  border: 1px solid var(--line);
  overflow: hidden;
}
.brand-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.brand-product-body h3 {
  font-size: 1.05rem;
  margin: .2rem 0 .55rem;
}
.brand-product-body h3 a {
  color: inherit;
  text-decoration: none;
}
.brand-product-body h3 a:hover { color: var(--brass-deep); }
.brand-product-body p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: .92rem;
}
.brand-band { margin-top: 0; }
.brand-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.product-buy { display: flex; flex-wrap: wrap; gap: .75rem 1rem; align-items: center; margin-top: 1.25rem; }
.product-price { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; }
.product-rating { color: var(--muted); }
.product-tile-meta { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: .35rem; }

@media (max-width: 900px) {
  .grid-products { grid-template-columns: repeat(2, 1fr); }
  .grid-products--featured { grid-template-columns: 1fr; gap: 1.5rem; }
  .grid-products--featured .product-tile figure { min-height: min(92vw, 560px); }
  .split, .product-lifestyle, .product-detail-grid,
  .lifestyle-band, .lifestyle-mosaic, .lifestyle-cta-inner,
  .info-hero, .info-layout, .info-band, .info-mosaic { grid-template-columns: 1fr; }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-col-brand,
  .footer-col-categories { grid-column: 1 / -1; }
  .footer-col-categories .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .info-hero { min-height: 0; }
  .info-hero-media { min-height: 240px; max-height: 320px; }
  .info-strip { grid-template-columns: 1fr; gap: 0; padding-inline: 0; }
  .info-strip figure { border-inline: 0; border-radius: 0; }
  .info-mosaic { padding-inline: 0; gap: 0; }
  .info-mosaic figure { border-inline: 0; }
  .info-mosaic-main { min-height: 280px; }
  .lifestyle-mosaic { padding-inline: 0; gap: 0; }
  .lifestyle-mosaic figure { border-inline: 0; }
  .guide-photo-grid { grid-template-columns: 1fr; }
  .grid-products--catalog { grid-template-columns: repeat(2, 1fr); gap: var(--gutter-tight); }
  .brand-showcase-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-about-grid,
  .brand-product-card { grid-template-columns: 1fr; }
  .hero { min-height: 78svh; }
  .lifestyle-mosaic-main { min-height: 320px; }
  .section { padding: clamp(2.5rem, 8vw, 4.5rem) 0; }
  .catalog-search { flex-direction: column; }
  .catalog-search input,
  .catalog-search .btn { width: 100%; }
}

/* Tablets: keep product hero side-by-side; add breathing room on product pages */
@media (min-width: 600px) and (max-width: 1024px) {
  .product-page .container {
    --gutter: clamp(1.5rem, 4.5vw, 2.25rem);
  }
  .product-hero.container {
    padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) max(var(--gutter), env(safe-area-inset-right, 0px));
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  .product-gallery {
    border-radius: var(--radius);
    min-height: min(52vw, 480px);
  }
  .product-detail-grid {
    gap: clamp(1.5rem, 3vw, 2rem);
  }
}

@media (max-width: 767px) {
  .product-hero { grid-template-columns: 1fr; }
}

@media (max-width: 599px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: var(--header-h);
    background: rgba(247,245,240,.97); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 1rem max(var(--gutter), env(safe-area-inset-left, 0px));
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.65rem 0; }
  .grid-products, .guide-cards, .guide-photo-grid, .grid-products--catalog,
  .brand-showcase-grid, .brand-product-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-col-categories .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-links a { padding: 0.4rem 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-content { margin-bottom: 3rem; }
  .product-hero { padding-top: 0.75rem; }
  .product-hero.container { padding-inline: 0; gap: 0; }
  .product-summary,
  .product-hero .breadcrumb { padding-inline: max(var(--gutter), env(safe-area-inset-left, 0px)) max(var(--gutter), env(safe-area-inset-right, 0px)); }
  .product-gallery { min-height: min(88vw, 480px); border-inline: 0; border-radius: 0; }
  .product-lifestyle,
  .lifestyle-band,
  .info-band,
  .info-hero,
  .lifestyle-cta-inner { border-inline: 0; }
  .chip { font-size: 0.88rem; }
  .cat-row { gap: 0.45rem; }
}

/* =========================================================
   SEO expansion (v10): dropdown nav, search, areas,
   community, tips, brands index, explore, category SEO
   ========================================================= */

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.btn-sm { padding: .6rem 1rem; font-size: .85rem; }

/* --- Header navigation --- */
.nav { gap: 1.05rem; }
.nav .nav-link {
  color: var(--ink-soft); text-decoration: none; font-size: .92rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: .3rem; padding: .4rem 0;
  background: none; border: 0; cursor: pointer; font-family: inherit;
}
.nav .nav-link:hover, .nav .nav-link[aria-current="page"] { color: var(--brass-deep); }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-item.has-menu > .nav-link::after {
  content: ""; width: .42em; height: .42em; margin-left: .1rem;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); opacity: .55; transition: transform .2s;
}
.nav-menu {
  position: absolute; top: calc(100% + .35rem); left: 0; min-width: 15rem;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
  border-radius: 10px; padding: .6rem; display: grid; gap: .1rem;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s; z-index: 60;
}
.nav-menu a {
  display: block; padding: .5rem .65rem; border-radius: 7px; font-size: .9rem;
  font-weight: 600; color: var(--ink-soft); text-decoration: none;
}
.nav-menu a:hover { background: var(--paper); color: var(--brass-deep); }
.nav-item.has-menu:hover > .nav-menu,
.nav-item.has-menu:focus-within > .nav-menu,
.nav-item.is-open > .nav-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-menu--mega {
  grid-template-columns: repeat(3, minmax(11rem, 1fr)); gap: 1rem;
  min-width: 42rem; padding: 1.1rem;
}
.nav-menu-title {
  display: block; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; margin: .1rem .65rem .45rem;
}
.nav-menu-more { margin-top: .3rem; color: var(--brass-deep) !important; font-weight: 700; }
.nav-menu-col--cta { background: var(--paper); border-radius: 10px; padding: .85rem; }
.nav-menu-chips { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .85rem; }
.nav-menu-chips a {
  padding: .28rem .6rem; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; font-size: .78rem;
}
.nav-search {
  display: flex; align-items: center; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: .18rem .18rem .18rem .85rem; margin-left: .3rem;
}
.nav-search input {
  border: 0; background: none; font: inherit; font-size: .85rem; padding: .35rem .25rem;
  min-width: 11rem; outline: none; color: var(--ink);
}
.nav-search button {
  border: 0; background: var(--ink); color: #fff; border-radius: 999px;
  width: 2rem; height: 2rem; display: inline-flex; align-items: center;
  justify-content: center; cursor: pointer; flex: none;
}
.nav-search button:hover { background: var(--brass-deep); }
.nav-toggle { flex-direction: column; gap: 0; align-items: center; justify-content: center; }
.nav-toggle-bar { position: relative; display: block; width: 20px; height: 2px; background: var(--ink); }
.nav-toggle-bar::before, .nav-toggle-bar::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink);
}
.nav-toggle-bar::before { top: -6px; }
.nav-toggle-bar::after { top: 6px; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: var(--header-h);
    background: rgba(247, 245, 240, .98); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: .05rem;
    padding: 1rem max(var(--gutter), env(safe-area-inset-left, 0px));
    max-height: calc(100dvh - var(--header-h)); overflow: auto;
  }
  .nav.is-open { display: flex; }
  .nav-item { display: block; }
  .nav .nav-link { width: 100%; justify-content: space-between; padding: .8rem 0; font-size: 1rem; }
  .nav-item.has-menu > .nav-link::after { margin-left: auto; }
  .nav-menu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; background: none; min-width: 0;
    padding: 0 0 .6rem .6rem; display: none; border-radius: 0;
  }
  .nav-menu--mega { grid-template-columns: 1fr; min-width: 0; gap: .4rem; padding: 0 0 .6rem .6rem; }
  .nav-item.is-open > .nav-menu { display: grid; }
  .nav-menu-col--cta { background: none; padding: 0; }
  .nav-search { margin: .7rem 0 0; width: 100%; }
  .nav-search input { width: 100%; min-width: 0; flex: 1; }
  body.nav-open { overflow: hidden; }
}

/* --- Section intro / search suggestions --- */
.section-intro { max-width: 62ch; color: var(--muted); margin: 0 0 2rem; font-size: 1.05rem; }
.search-suggest { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin: 1rem 0 .25rem; }
.search-suggest-label { font-size: .82rem; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.search-suggest-tag {
  padding: .35rem .75rem; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255,255,255,.6); font-size: .85rem; font-weight: 600;
  color: var(--ink-soft); text-decoration: none;
}
.search-suggest-tag:hover, .search-suggest-tag.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.catalog-count { color: var(--muted); font-size: .9rem; margin: 1rem 0 0; }

/* --- Areas / suburbs --- */
.area-region { margin: 2.25rem 0; }
.area-region-title { font-size: 1.4rem; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.area-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); gap: 1rem; }
.area-card {
  display: grid; gap: .25rem; padding: 1.1rem 1.2rem; background: rgba(255,255,255,.65);
  border: 1px solid var(--line); border-radius: 12px; text-decoration: none; color: inherit;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.area-card:hover { transform: translateY(-2px); border-color: var(--brass); box-shadow: var(--shadow); }
.area-card-name { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.area-card-meta { font-size: .8rem; color: var(--brass-deep); font-weight: 600; }
.area-card-homes { font-size: .85rem; color: var(--muted); }

/* --- Community Q&A --- */
.community-topics { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 2rem; }
.community-group { margin-bottom: 2.5rem; scroll-margin-top: 6rem; }
.community-group-title { font-size: 1.35rem; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.community-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.community-item {
  padding: 1.15rem 1.25rem; background: rgba(255,255,255,.65); border: 1px solid var(--line);
  border-radius: 12px;
}
.community-q { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--ink); text-decoration: none; }
.community-q:hover { color: var(--brass-deep); }
.community-snippet { color: var(--muted); margin: .5rem 0 .35rem; font-size: .95rem; }
.community-meta { font-size: .8rem; color: var(--brass-deep); font-weight: 600; }

/* --- QA thread page --- */
.qa-narrow { max-width: 52rem; }
.qa-thread { margin-top: 1rem; }
.qa-head h1 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); margin-bottom: .5rem; }
.qa-asked { color: var(--brass-deep); font-weight: 600; font-size: .9rem; margin-bottom: 1rem; }
.qa-detail { color: var(--muted); font-size: 1.05rem; border-left: 3px solid var(--line); padding-left: 1rem; }
.qa-answer { padding: 1.25rem 1.35rem; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.7); margin-bottom: 1rem; }
.qa-answer p { margin: 0; color: var(--ink-soft); }
.qa-answer--accepted { border-color: var(--brass); border-left: 4px solid var(--brass); background: #fff; box-shadow: var(--shadow); }
.qa-answer-badge {
  display: inline-block; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 700; color: #fff; background: var(--brass-deep); padding: .2rem .55rem;
  border-radius: 999px; margin-bottom: .6rem;
}
.qa-answer-author { font-weight: 700; margin-bottom: .4rem; font-size: .92rem; }
.qa-upvotes { color: var(--sea-soft); font-weight: 600; font-size: .85rem; margin-left: .35rem; }
.qa-community-title { font-size: 1.15rem; margin: 1.75rem 0 1rem; }
.qa-links { margin-top: 1.75rem; }
.qa-related { margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--line); }

/* --- Tips & pointers --- */
.howto-card { background: var(--ink); color: #f3f1ec; border-radius: 16px; padding: clamp(1.5rem, 4vw, 2.5rem); margin: 1.5rem 0 2.5rem; }
.howto-card h2 { color: #fff; }
.howto-steps { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: 1rem; }
.howto-steps li { display: flex; gap: 1rem; align-items: flex-start; color: rgba(247,245,240,.85); }
.howto-steps strong { color: #fff; }
.howto-step-num {
  flex: none; width: 2rem; height: 2rem; border-radius: 50%; background: var(--brass);
  color: var(--ink); display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700;
}
.tips-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)); gap: 1.5rem; }
.tips-col { background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 12px; padding: 1.35rem 1.5rem; }
.tips-col-title { font-size: 1.1rem; margin-bottom: .85rem; }
.tips-list { margin: 0; padding-left: 1.1rem; display: grid; gap: .6rem; color: var(--ink-soft); }
.tips-list li { font-size: .95rem; }

/* --- Brands index --- */
.brand-index-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr)); gap: 1.25rem; }
.brand-index-card {
  display: grid; text-decoration: none; color: inherit; background: rgba(255,255,255,.65);
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.brand-index-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.brand-index-card figure { margin: 0; aspect-ratio: 1/1; background: #fff; }
.brand-index-card img { width: 100%; height: 100%; object-fit: cover; }
.brand-index-body { padding: .9rem 1.1rem; }
.brand-index-body h2 { font-size: 1.15rem; margin: 0 0 .2rem; }

/* --- Explore cards (home) --- */
.explore-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); gap: 1.25rem; }
.explore-card {
  display: block; text-decoration: none; color: inherit; padding: 1.35rem 1.5rem;
  background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.explore-card:hover { transform: translateY(-2px); border-color: var(--brass); box-shadow: var(--shadow); }
.explore-card h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.explore-card p { color: var(--muted); margin: 0; font-size: .95rem; }

/* --- Category SEO copy --- */
.category-seo { margin-top: 2.5rem; display: grid; gap: 2rem; }
.category-buying { max-width: 62ch; }
.category-buying h2 { font-size: 1.3rem; }

/* --- Footer additions --- */
.footer-brand { display: inline-flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; margin-bottom: .75rem; }
.footer-brand img { border-radius: 50%; }
.footer-brand span { font-family: var(--font-display); font-weight: 650; font-size: 1.15rem; color: #fff; }
.footer-nap { font-size: .85rem; color: rgba(247,245,240,.6); margin: .85rem 0; line-height: 1.6; }
.footer-search { display: flex; gap: .4rem; margin-top: .5rem; max-width: 22rem; }
.footer-search input {
  flex: 1; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06);
  color: #fff; border-radius: 999px; padding: .5rem .9rem; font: inherit; font-size: .85rem; outline: none;
}
.footer-search input::placeholder { color: rgba(247,245,240,.5); }
.footer-search button { border: 0; background: var(--brass); color: var(--ink); border-radius: 999px; padding: .5rem 1rem; font-weight: 700; cursor: pointer; }
.footer-search button:hover { background: #d0a94f; }
.footer-links--compact a { font-size: .88rem; padding: .22rem 0; }
.footer-col-sub { margin-top: 1.25rem !important; }
.footer-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.footer-tags a {
  padding: .28rem .6rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  font-size: .78rem; color: #e8d7a8;
}
.footer-tags a:hover { background: rgba(255,255,255,.08); color: #fff; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-col-brand { grid-column: 1 / -1; }
  .nav-menu--mega { min-width: 0; }
}
