:root {
  --ink: #172423;
  --forest: #132c2a;
  --forest-soft: #254541;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --sand: #d9cbb5;
  --terracotta: #c66e4e;
  --white: #fff;
  --line: rgba(23, 36, 35, 0.16);
  --shadow: 0 24px 70px rgba(18, 39, 37, 0.16);
  --radius: 28px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; width: 100%; }
.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-link {
  position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem;
  background: var(--white); border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto 0; height: 88px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: var(--white);
  transition: background .35s ease, color .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  color: var(--ink); background: rgba(251, 250, 246, .92);
  box-shadow: 0 1px 0 rgba(23, 36, 35, .1); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif;
  font-size: 1.25rem; font-style: italic;
}
.brand-copy { display: grid; line-height: 1; gap: .34rem; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; letter-spacing: .01em; }
.brand-copy small { font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { text-decoration: none; font-size: .85rem; font-weight: 650; letter-spacing: .02em; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px;
  background: currentColor; transition: right .25s ease;
}
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: .78rem 1.15rem; border: 1px solid currentColor; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; padding: .5rem; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; margin: 5px 0; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--white); }
.hero-media {
  position: absolute; inset: 0;
  background-image: url("/assets/hero-living-modern-home.webp");
  background-size: cover; background-position: 50% 50%; transform: scale(1.02);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 24, 23, .77) 0%, rgba(9, 24, 23, .38) 49%, rgba(9, 24, 23, .12) 78%), linear-gradient(0deg, rgba(9, 24, 23, .38), transparent 52%); }
.hero-content { position: relative; z-index: 2; width: min(860px, 86vw); margin: 0 0 clamp(3rem, 7vh, 5.5rem) clamp(1.5rem, 9vw, 9rem); }
.eyebrow { margin: 0 0 1.1rem; color: var(--terracotta); font-size: .71rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #eadcc9; }
.hero h1, .section h2, .contact-card h2, .category-dialog h2 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: .97;
}
.hero h1 { max-width: 720px; font-size: clamp(3.4rem, 7.2vw, 7rem); }
.hero h1 em { color: #eadcc9; font-weight: 400; }
.hero-intro { max-width: 610px; margin: 1.75rem 0 2.2rem; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.hero-search {
  width: min(760px, 100%); margin-top: clamp(1.5rem, 3vh, 2.4rem); padding: .9rem;
  border: 1px solid rgba(255,255,255,.26); border-radius: 12px;
  color: var(--ink); background: rgba(251,250,246,.94); box-shadow: 0 18px 55px rgba(6,21,20,.24);
  backdrop-filter: blur(18px); scroll-margin-top: 110px;
}
.hero-search > label { display: block; padding: 0 .25rem .55rem; font-family: Georgia, serif; font-size: 1rem; }
.hero-search-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; min-height: 58px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.search-icon { padding-left: 1rem; color: var(--terracotta); font-family: Georgia, serif; font-size: 1.65rem; line-height: 1; transform: rotate(-18deg); }
.hero-search input { min-width: 0; height: 100%; padding: .8rem .85rem; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; }
.hero-search input::placeholder { color: #70807d; opacity: 1; }
.hero-search-row:focus-within { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(198,110,78,.16); }
.hero-search-row > button { align-self: stretch; min-width: 126px; border: 0; color: var(--white); background: var(--forest); font-size: .76rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.hero-search-row > button:hover { background: var(--forest-soft); }
.search-examples { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; padding: .65rem .25rem 0; color: #65716e; font-size: .76rem; }
.search-examples button { padding: .22rem .48rem; border: 0; border-bottom: 1px solid currentColor; color: var(--forest); background: transparent; font-weight: 700; cursor: pointer; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 1.4rem;
  min-height: 51px; padding: .85rem 1.25rem; border: 0; border-radius: 999px;
  font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-decoration: none;
  text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: var(--white); }
.button-primary:hover { background: #b95f41; }
.button-dark { background: var(--forest); color: var(--white); }
.text-link { display: inline-block; font-size: .82rem; font-weight: 750; letter-spacing: .04em; text-underline-offset: .38rem; }
.text-link.light { color: var(--white); }
.instagram-link { display: inline-flex; align-items: center; gap: .42rem; }
.instagram-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon-dot { fill: currentColor; stroke: none; }
.hero-note {
  position: absolute; right: clamp(1.5rem, 5vw, 5rem); bottom: clamp(2rem, 5vh, 4rem); z-index: 2;
  display: grid; padding-left: 1.15rem; border-left: 1px solid rgba(255,255,255,.5);
}
.hero-note strong { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.hero-note span { color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.search-results { color: var(--ink); background: var(--cream); scroll-margin-top: 76px; }
.search-results-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); align-items: end; gap: 3rem; max-width: 1440px; margin: 0 auto 2.5rem; }
.search-results-heading h2 { max-width: 820px; overflow-wrap: anywhere; }
.search-results-heading > p { margin: 0 0 .35rem; color: #65716e; font-size: 1rem; }
.search-results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; max-width: 1440px; margin: 0 auto; }
.search-suggestion { display: flex; min-height: 100%; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid rgba(19,44,42,.17); border-radius: 6px; background: var(--paper); }
.search-suggestion .eyebrow { margin-bottom: .7rem; }
.search-suggestion h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 2.4vw, 2.35rem); font-weight: 400; line-height: 1.05; }
.search-suggestion > p:not(.eyebrow) { flex: 1; margin: 1rem 0 1.5rem; color: #65716e; }
.search-suggestion-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.35rem; }
.search-suggestion-tags span { padding: .38rem .62rem; border-radius: 99px; color: var(--forest); background: #ebe5d8; font-size: .72rem; font-weight: 700; }
.search-suggestion .text-link { align-self: flex-start; }
.search-contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1440px; margin: 1rem auto 0; padding: clamp(1.5rem, 3vw, 2.6rem); color: var(--white); background: var(--forest); }
.search-contact-strip h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 400; line-height: 1; }
.search-contact-strip p:not(.eyebrow) { max-width: 760px; margin: .75rem 0 0; color: rgba(255,255,255,.7); }
.search-contact-actions { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 6rem); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 4rem; max-width: 1280px; margin: 0 auto 3.8rem; }
.section h2, .contact-card h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.section-heading > p { max-width: 450px; margin: 0 0 .35rem; color: #65716e; }
.service-highlight {
  display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(260px, .65fr); gap: 2rem; align-items: center;
  max-width: 1440px; margin: 0 auto 1rem; padding: clamp(1.5rem, 3vw, 2.6rem); color: var(--white); background: var(--forest);
}
.service-icon { display: grid; place-items: center; width: 74px; height: 74px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.service-icon svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-main .eyebrow { margin-bottom: .55rem; }
.service-main h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.service-main > p:not(.eyebrow) { margin: .7rem 0 0; color: rgba(255,255,255,.7); }
.service-main .service-fine-print { max-width: 720px; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.5; }
.service-highlight ul { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; }
.service-highlight li { padding-bottom: .7rem; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .78rem; font-weight: 700; }
.service-highlight li:last-child { padding-bottom: 0; border-bottom: 0; }
.service-highlight li span { margin-right: .65rem; color: var(--terracotta); font-size: .62rem; letter-spacing: .08em; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1440px; margin: 0 auto; }
.category-card {
  position: relative; min-height: 440px; padding: 0; overflow: hidden; border: 0; border-radius: 6px;
  color: var(--white); background: var(--forest); text-align: left; cursor: pointer;
}
.category-card-wide { grid-column: span 2; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.045); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9, 24, 23, .72), rgba(9, 24, 23, .02) 64%); }
.category-copy { position: absolute; inset: auto 1.6rem 1.5rem; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.category-copy small { grid-column: 1 / -1; color: rgba(255,255,255,.72); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.category-copy strong { margin-top: .32rem; font-family: Georgia, serif; font-size: clamp(1.55rem, 2.2vw, 2.2rem); font-weight: 400; }
.category-copy > span { padding-bottom: .35rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.category-copy b { font-size: 1.1rem; font-weight: 400; }

.product-feed { max-width: 1440px; margin: clamp(4rem, 8vw, 7rem) auto 0; padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); }
.product-feed-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.product-feed-heading h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; letter-spacing: -.03em; line-height: 1; }
.product-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.product-filters button { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 99px; color: var(--ink); background: transparent; font-size: .7rem; cursor: pointer; }
.product-filters button[aria-pressed="true"] { color: var(--white); background: var(--forest); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-card { overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 6px; color: inherit; background: var(--white); text-align: left; cursor: pointer; }
.product-card:focus-visible { outline: 3px solid rgba(198,110,78,.38); outline-offset: 3px; }
.product-card-visual { aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; color: #71807d; background: #ebe6dc; font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; }
.product-photo-count { position: absolute; right: .75rem; bottom: .75rem; padding: .4rem .6rem; border-radius: 99px; color: var(--white); background: rgba(10,29,27,.78); backdrop-filter: blur(8px); font-family: Inter, sans-serif; font-size: .64rem; font-style: normal; font-weight: 750; }
.product-card-visual { position: relative; }
.product-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card-visual img { transform: scale(1.035); }
.product-card-copy { padding: 1.35rem; }
.product-card-copy .eyebrow { margin-bottom: .65rem; }
.product-card-copy h4 { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.08; }
.product-dimensions { display: inline-block; margin: 1rem 0 .55rem; padding: .35rem .55rem; border-radius: 4px; color: var(--forest); background: var(--cream); font-size: .7rem; font-weight: 700; }
.product-description { display: -webkit-box; overflow: hidden; margin: .5rem 0 0; color: #65716e; font-size: .84rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-empty { padding: 2rem; color: #65716e; background: var(--cream); text-align: center; }

.visit { padding-bottom: 0; color: var(--white); background: var(--forest); }
.visit-shell { max-width: 1440px; margin: 0 auto; }
.visit-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .48fr); gap: 2rem 5rem; align-items: end; margin-bottom: 4rem; }
.visit-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.visit-intro h2 { max-width: 820px; }
.visit-intro > p:not(.eyebrow):not(.route-count) { margin: 0 0 .6rem; color: rgba(255,255,255,.68); }
.route-progress { grid-column: 1 / -1; height: 2px; margin-top: 1rem; overflow: hidden; background: rgba(255,255,255,.15); }
.route-progress span { display: block; width: 25%; height: 100%; background: var(--terracotta); transition: width .35s ease; }
.route-count { grid-column: 1 / -1; margin: -.9rem 0 0; text-align: right; color: rgba(255,255,255,.48); font-size: .72rem; letter-spacing: .1em; }
.showroom-navigator { border: 1px solid rgba(255,255,255,.13); }
.zone-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.13); }
.zone-tabs button {
  padding: 1.3rem 1.2rem; border: 0; border-right: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.52); background: transparent; cursor: pointer; font-size: .76rem;
  font-weight: 700; letter-spacing: .07em; text-align: left; text-transform: uppercase;
}
.zone-tabs button:last-child { border-right: 0; }
.zone-tabs button span { display: block; margin-bottom: .35rem; color: inherit; font-size: .62rem; }
.zone-tabs button[aria-selected="true"] { color: var(--white); background: rgba(255,255,255,.07); }
.zone-panel { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 460px; outline: none; }
.zone-visual { position: relative; min-width: 0; overflow: hidden; background: var(--sand); }
.zone-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.zone-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,25,23,.5), rgba(8,25,23,.08) 48%, rgba(8,25,23,.38)); }
.zone-number { position: absolute; z-index: 1; left: 1.5rem; top: 1.2rem; color: var(--white); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.zone-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); background: var(--cream); color: var(--ink); }
.zone-copy h3 { margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; line-height: 1.05; }
.zone-copy > p:not(.eyebrow) { max-width: 610px; margin: 0; color: #5d6a67; }
.zone-copy ul { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 1.6rem 0 2.2rem; list-style: none; }
.zone-copy li { display: flex; }
.zone-category-link {
  padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 99px;
  color: var(--ink); background: transparent; font-size: .875rem; cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.zone-category-link:hover, .zone-category-link:focus-visible {
  border-color: var(--terracotta); background: var(--white); transform: translateY(-1px);
}
.zone-controls { display: flex; gap: .65rem; margin-top: auto; }
.icon-button { width: 51px; height: 51px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; }
.icon-button:disabled { opacity: .3; cursor: default; }
.contact-card {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center;
  margin-top: clamp(5rem, 10vw, 9rem); padding: clamp(2rem, 6vw, 6rem); color: var(--ink); background: var(--paper);
}
.contact-card h2 { max-width: 620px; font-size: clamp(2.5rem, 4vw, 4.5rem); }
.contact-lead { max-width: 580px; margin: 1.4rem 0 1.7rem; color: #65716e; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.8rem 0; }
.contact-details div { display: grid; gap: .28rem; }
.contact-details span { color: #7b8583; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { font-size: .9rem; }
.contact-links { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.opening-card { padding: clamp(1.6rem, 4vw, 3.2rem); border-radius: 6px; background: var(--cream); }
.opening-card h3 { margin: 1.4rem 0 1rem; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 400; }
.open-badge { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .7rem; border-radius: 99px; color: #315d55; background: #dce8df; font-size: .67rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.open-badge i { width: 7px; height: 7px; border-radius: 50%; background: #42806f; box-shadow: 0 0 0 4px rgba(66,128,111,.12); }
.opening-card dl { margin: 0 0 1.8rem; }
.opening-card dl div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.opening-card dt { color: #56615f; font-size: .85rem; }
.opening-card dd { margin: 0; font-size: .85rem; font-weight: 700; text-align: right; }
.opening-card > p { margin: 1rem 0 0; color: #7a8582; font-size: .72rem; }

.site-footer {
  display: grid; grid-template-columns: 1fr auto auto auto; gap: 2rem; align-items: center;
  padding: 2.2rem clamp(1.25rem, 6vw, 6rem); color: rgba(255,255,255,.68); background: #0c201e; font-size: .72rem;
}
.site-footer p { margin: 0; }
.footer-brand { color: var(--white); }
.footer-links { display: flex; align-items: center; gap: 1.2rem; }
.footer-link-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.footer-legal {
  display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: .8rem 2rem;
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58);
  font-size: .78rem; line-height: 1.6; text-align: left;
}
.footer-legal strong { color: rgba(255,255,255,.88); }
.footer-legal a { color: inherit; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: .2em; }
.footer-identity { grid-column: 1 / -1; }

.category-dialog {
  width: min(620px, calc(100vw - 2rem)); padding: clamp(2rem, 6vw, 4rem); border: 0; border-radius: 6px;
  color: var(--ink); background: var(--paper); box-shadow: var(--shadow);
}
.category-dialog::backdrop { background: rgba(8,22,21,.72); backdrop-filter: blur(5px); }
.category-dialog h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4rem); }
.category-dialog > p:not(.eyebrow) { color: #65716e; }
.dialog-close { position: absolute; right: 1rem; top: .8rem; border: 0; color: var(--ink); background: none; font-family: Georgia, serif; font-size: 2rem; cursor: pointer; }
.dialog-points { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.7rem 0 2.2rem; }
.dialog-points button {
  min-height: 44px; padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 99px;
  color: var(--ink); background: transparent; font: inherit; font-size: .78rem; cursor: pointer;
}
.dialog-points button:hover { color: var(--white); border-color: var(--forest); background: var(--forest); }
.dialog-points button:focus-visible { outline: 3px solid rgba(198,110,78,.38); outline-offset: 2px; }

.product-dialog {
  width: min(1120px, calc(100vw - 2rem)); max-width: calc(100vw - 2rem); max-height: min(860px, calc(100vh - 2rem)); padding: 0; overflow: hidden;
  border: 0; border-radius: 8px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow);
}
.product-dialog::backdrop { background: rgba(8,22,21,.78); backdrop-filter: blur(6px); }
.product-dialog-close {
  z-index: 4; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 0;
  color: var(--ink); background: transparent; font-size: 2.25rem; line-height: 1;
}
.product-dialog-close:hover { color: var(--terracotta); }
.product-dialog-close:focus { outline: none; }
.product-dialog-close:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 1px; border-radius: 3px; }
.product-dialog[open] { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.product-dialog-gallery { min-width: 0; padding: 1rem; background: #e8e2d7; }
.product-dialog-main { position: relative; display: grid; place-items: center; min-height: 500px; overflow: hidden; background: #ded6c9; }
.product-dialog-main img { width: 100%; height: min(68vh, 620px); object-fit: contain; }
.product-dialog-main > span:not(.gallery-count) { color: #71807d; font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.gallery-arrow { position: absolute; top: 50%; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--white); background: rgba(9,27,25,.72); cursor: pointer; transform: translateY(-50%); }
.gallery-arrow:disabled { display: none; }
.gallery-prev { left: .8rem; }
.gallery-next { right: .8rem; }
.gallery-count { position: absolute; right: .75rem; bottom: .75rem; padding: .38rem .58rem; border-radius: 99px; color: var(--white); background: rgba(9,27,25,.72); font-size: .68rem; font-style: normal; }
.product-thumbnails { display: flex; gap: .55rem; flex-wrap: wrap; overflow: visible; padding-top: .75rem; }
.product-thumbnails button { flex: 0 0 76px; height: 62px; overflow: hidden; padding: 0; border: 2px solid transparent; background: #d7cfc1; cursor: pointer; }
.product-thumbnails button[aria-current="true"] { border-color: var(--terracotta); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-dialog-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(1.75rem, 3.5vw, 3rem); overflow-x: hidden; overflow-y: auto; }
.product-dialog-copy h2 {
  max-width: 100%; font-size: clamp(2.25rem, 3.8vw, 4.15rem); line-height: .98;
  overflow-wrap: anywhere; hyphens: auto;
}
.product-dialog-copy h2.title-long { font-size: clamp(2rem, 3vw, 3.25rem); }
.product-dialog-copy h2.title-very-long { font-size: clamp(1.8rem, 2.45vw, 2.7rem); line-height: 1.04; }
.product-dialog-copy > p { overflow-wrap: anywhere; }
.product-dialog-copy > p:not(.eyebrow):not(.product-dialog-dimensions) { color: #65716e; }
.product-dialog-dimensions { align-self: flex-start; margin: 1.2rem 0; padding: .5rem .7rem; border-radius: 4px; color: var(--forest); background: var(--cream); font-size: .76rem; font-weight: 750; }
.product-service-note { display: grid; gap: .15rem; margin: 1.7rem 0; padding: 1rem; border-left: 3px solid var(--terracotta); background: var(--cream); }
.product-service-note strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; }
.product-service-note span { color: #65716e; font-size: .78rem; line-height: 1.45; }
.product-dialog-copy .button { align-self: flex-start; }

.cookie-notice {
  position: fixed; z-index: 90; right: clamp(1rem, 3vw, 2.5rem); bottom: clamp(1rem, 3vw, 2.5rem);
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center;
  width: min(860px, calc(100vw - 2rem)); padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: var(--white);
  background: rgba(12,32,30,.98); box-shadow: 0 24px 80px rgba(5,18,17,.38); backdrop-filter: blur(18px);
}
.cookie-notice .eyebrow { margin-bottom: .5rem; }
.cookie-notice h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 400; line-height: 1; }
.cookie-notice-copy > p:last-child { max-width: 610px; margin: .7rem 0 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.cookie-notice-actions { display: flex; align-items: center; gap: 1rem; }
.cookie-notice-actions .text-link { padding: .5rem 0; border: 0; color: var(--white); background: transparent; cursor: pointer; }

.cookie-dialog {
  width: min(780px, calc(100vw - 2rem)); max-height: min(860px, calc(100vh - 2rem));
  padding: clamp(2rem, 5vw, 3.5rem); overflow-y: auto; border: 0; border-radius: 8px;
  color: var(--ink); background: var(--paper); box-shadow: var(--shadow);
}
.cookie-dialog::backdrop { background: rgba(8,22,21,.76); backdrop-filter: blur(6px); }
.cookie-dialog h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 400; line-height: .98; }
.cookie-dialog > h3, .cookie-details h3 { margin: 2rem 0 .5rem; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.cookie-dialog > p:not(.eyebrow):not(.cookie-updated), .cookie-details p { color: #65716e; }
.cookie-updated { margin: .65rem 0 1.7rem; color: #7a8582; font-size: .8rem; }
.cookie-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
.cookie-details section { padding: 1.2rem; border: 1px solid var(--line); border-radius: 6px; background: var(--cream); }
.cookie-details h3 { margin-top: 0; }
.cookie-details span { display: block; margin-top: 1rem; color: var(--forest); font-size: .78rem; font-weight: 700; }
.cookie-policy-contact { display: grid; gap: .2rem; margin-top: 2rem; padding: 1rem 1.15rem; border-left: 3px solid var(--terracotta); background: var(--cream); }
.cookie-policy-contact span, .cookie-policy-contact a { color: #65716e; font-size: .86rem; }
.cookie-dialog-actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.cookie-dialog-actions .text-link { border: 0; background: transparent; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; position: relative; z-index: 52; }
  .site-nav {
    position: fixed; inset: 0; z-index: 51; display: flex; flex-direction: column; justify-content: center;
    gap: 2rem; color: var(--white); background: var(--forest); transform: translateX(100%); transition: transform .35s ease;
  }
  .site-nav.open { transform: none; }
  .site-nav a { font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
  .nav-cta { font-family: inherit !important; font-size: .78rem !important; }
  .section-heading, .visit-intro, .contact-card { grid-template-columns: 1fr; }
  .search-results-heading { grid-template-columns: 1fr; gap: 1rem; }
  .search-results-grid { grid-template-columns: 1fr 1fr; }
  .search-contact-strip { align-items: flex-start; flex-direction: column; }
  .visit-intro .eyebrow, .route-progress, .route-count { grid-column: 1; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .service-highlight { grid-template-columns: auto 1fr; }
  .service-highlight ul { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-feed-heading { align-items: start; flex-direction: column; }
  .product-filters { justify-content: flex-start; }
  .category-card-wide { grid-column: span 1; }
  .category-card:last-child { grid-column: 1 / -1; }
  .zone-panel { grid-template-columns: 1fr; }
  .zone-visual { min-height: 260px; }
  .contact-card { padding-inline: clamp(1.25rem, 6vw, 4rem); }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; }
  .footer-legal { grid-template-columns: 1fr; text-align: left; }
  .footer-identity { grid-column: 1; }
  .cookie-notice { grid-template-columns: 1fr; gap: 1.25rem; }
  .product-dialog[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .product-dialog-gallery { padding-bottom: 0; }
  .product-dialog-main { min-height: 340px; }
  .product-dialog-main img { height: min(52vh, 480px); }
  .product-dialog-copy h2 { font-size: clamp(2.2rem, 7vw, 3.8rem); }
  .product-dialog-copy h2.title-long { font-size: clamp(1.9rem, 5.8vw, 3rem); }
  .product-dialog-copy h2.title-very-long { font-size: clamp(1.7rem, 5vw, 2.5rem); }
}

@media (max-width: 620px) {
  .hero { min-height: 760px; }
  .hero-content { width: auto; margin: 0 1.25rem 8rem; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-note { right: 1.25rem; bottom: 2rem; }
  .section { padding-inline: 1.1rem; }
  .section-heading { gap: 1.4rem; }
  .category-grid { grid-template-columns: 1fr; }
  .hero-search { padding: .7rem; }
  .hero-search-row { grid-template-columns: auto minmax(0, 1fr); }
  .hero-search-row > button { grid-column: 1 / -1; min-height: 48px; }
  .search-examples { align-items: flex-start; }
  .search-results-grid { grid-template-columns: 1fr; }
  .search-contact-actions { width: 100%; align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .category-card, .category-card:last-child { grid-column: 1; min-height: 380px; }
  .service-highlight { grid-template-columns: 1fr; }
  .service-icon { width: 58px; height: 58px; }
  .service-highlight ul { grid-column: 1; grid-template-columns: 1fr; }
  .zone-tabs { grid-template-columns: 1fr 1fr; }
  .zone-tabs button { border-bottom: 1px solid rgba(255,255,255,.13); }
  .zone-copy { padding: 2rem 1.35rem; }
  .contact-card { margin-inline: -1.1rem; }
  .contact-details { grid-template-columns: 1fr; }
  .product-dialog { width: calc(100vw - 1rem); max-height: calc(100vh - 1rem); }
  .product-dialog-main { min-height: 280px; }
  .product-dialog-copy { padding: 2rem 1.25rem; }
  .product-dialog-copy h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .product-dialog-copy h2.title-long { font-size: clamp(1.75rem, 8vw, 2.4rem); }
  .product-dialog-copy h2.title-very-long { font-size: clamp(1.55rem, 7vw, 2.05rem); }
  .site-footer { padding-block: 2.5rem; }
  .cookie-notice { right: .5rem; bottom: .5rem; width: calc(100vw - 1rem); }
  .cookie-notice-actions, .cookie-dialog-actions { align-items: flex-start; flex-direction: column; }
  .cookie-details { grid-template-columns: 1fr; }
}

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