/* Foreview campaign worlds — shared chrome only; each brand is its own system */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body { margin: 0; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; display: block; }
a { color: inherit; }

/* Minimal campaign chrome — one thin bar, no layout fights */
.fv-chip {
  position: sticky;
  top: 0;
  z-index: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 8px 16px;
  font: 600 11px/1.3 system-ui, -apple-system, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(15, 18, 28, 0.94);
  color: rgba(253, 251, 247, 0.72);
  border-bottom: 1px solid rgba(232, 150, 58, 0.3);
  backdrop-filter: blur(12px);
}
.fv-chip a {
  color: #e8b06a;
  text-decoration: none;
  font-weight: 700;
}
.fv-chip a:hover { text-decoration: underline; }
.fv-chip strong { color: #f5d4a8; font-weight: 700; }

.fv-end {
  padding: 28px 20px 40px;
  background: #0f121c;
  color: rgba(253, 251, 247, 0.65);
  font: 400 14px/1.5 system-ui, sans-serif;
  text-align: center;
}
.fv-end a { color: #e8b06a; font-weight: 600; text-decoration: none; }
.fv-end a:hover { text-decoration: underline; }
.fv-end-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 16px 0 0;
}
.fv-end-nav a {
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(253,251,247,0.75);
}
.fv-end-nav a:hover { border-color: #e8b06a; color: #e8b06a; text-decoration: none; }
.fv-end-nav a.is-here { border-color: #e8b06a; color: #e8b06a; }

/* =========================================================
   HARBOR ROAST — neighborhood café, ritual & paper
   ========================================================= */
.hb-body {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  background: #f3ebe0;
  color: #2c2118;
}
.hb-wrap { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }

.hb-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}
.hb-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #2c2118;
}
.hb-logo img { width: 36px; height: 36px; }
.hb-nav-links { display: flex; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.hb-nav-links a {
  text-decoration: none;
  font-size: 0.95rem;
  color: #6a5646;
  font-style: italic;
}
.hb-nav-links a:hover { color: #2c2118; }
.hb-nav-cta {
  background: #6f4e37 !important;
  color: #f3ebe0 !important;
  font-style: normal !important;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem !important;
}

.hb-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: end;
  padding: 1rem 0 2.5rem;
}
.hb-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.03em;
  max-width: 9ch;
}
.hb-hero h1 em { font-style: italic; color: #6f4e37; }
.hb-lede {
  margin: 0 0 1.4rem;
  font-size: 1.15rem;
  line-height: 1.55;
  color: #6a5646;
  max-width: 28ch;
  font-style: italic;
}
.hb-hours-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  color: #6a5646;
}
.hb-hours-inline strong { color: #2c2118; font-weight: 600; font-style: normal; }
.hb-hero-visual {
  border-radius: 4px 4px 80px 4px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(44, 33, 24, 0.18);
}
.hb-hero-visual video,
.hb-hero-visual img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}

.hb-section { padding: 3rem 0; }
.hb-section h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.hb-menu {
  background: #fffaf4;
  border: 1px solid #e4d5c4;
  border-radius: 2px;
  padding: 1.5rem 1.5rem 0.5rem;
}
.hb-menu li {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #efe2d3;
  font-style: normal;
}
.hb-menu ul { margin: 0; padding: 0; }
.hb-menu li:last-child { border-bottom: 0; }
.hb-menu .name { font-size: 1.15rem; font-weight: 600; }
.hb-menu .desc { grid-column: 1 / -1; font-size: 0.95rem; color: #7a6554; font-style: italic; }
.hb-menu .price { font-weight: 600; color: #6f4e37; }

.hb-gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0.85rem;
}
.hb-gallery figure { margin: 0; }
.hb-gallery img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: 2px;
}
.hb-gallery figcaption {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  font-style: italic;
  color: #8a7460;
}

.hb-visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2.5rem;
  background: #2c2118;
  color: #f3ebe0;
  border-radius: 2px;
  margin: 1rem 0 3rem;
}
.hb-visit h2 { color: #f3ebe0; margin: 0 0 0.75rem; }
.hb-visit p { margin: 0 0 0.75rem; color: #c9b296; font-style: italic; line-height: 1.6; }
.hb-visit a.btn {
  display: inline-block;
  margin-top: 0.5rem;
  background: #d9a867;
  color: #2c2118;
  text-decoration: none;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  font-style: normal;
  font-size: 0.95rem;
}
@media (max-width: 800px) {
  .hb-hero, .hb-gallery, .hb-visit { grid-template-columns: 1fr; }
  .hb-nav-links { display: none; }
}

/* =========================================================
   HEARTH KITCHEN — evening restaurant, ember & appetite
   ========================================================= */
.hk-body {
  font-family: "Cormorant Garamond", Georgia, serif;
  background: #1a100c;
  color: #f6ebe3;
}
.hk-wrap { width: min(1080px, calc(100% - 2rem)); margin-inline: auto; }

.hk-hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hk-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) saturate(1.05);
}
.hk-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,16,12,0.2) 0%, rgba(26,16,12,0.55) 45%, rgba(26,16,12,0.95) 100%);
}
.hk-hero-inner {
  position: relative;
  z-index: 1;
  padding: 2rem 0 3.5rem;
  width: min(1080px, calc(100% - 2rem));
  margin-inline: auto;
}
.hk-kicker {
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8a070;
  margin: 0 0 0.85rem;
  font-weight: 600;
}
.hk-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
  max-width: 10ch;
}
.hk-hero p {
  margin: 0 0 1.5rem;
  font-size: 1.35rem;
  line-height: 1.45;
  color: rgba(246, 235, 227, 0.78);
  max-width: 28ch;
  font-style: italic;
}
.hk-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hk-btn {
  display: inline-flex;
  padding: 0.8rem 1.35rem;
  border-radius: 2px;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hk-btn-primary { background: #c45c26; color: #fff; }
.hk-btn-ghost { border: 1px solid rgba(246,235,227,0.35); color: #f6ebe3; }

.hk-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(246,235,227,0.1);
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hk-nav a { text-decoration: none; color: rgba(246,235,227,0.7); }
.hk-nav a:hover { color: #e8a070; }
.hk-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #f6ebe3;
  text-decoration: none;
  letter-spacing: 0.12em;
}
.hk-logo img { width: 28px; height: 28px; filter: brightness(1.2); }

.hk-menu-block { padding: 4rem 0 3rem; }
.hk-menu-block h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 500;
  text-align: center;
}
.hk-menu-block .sub {
  text-align: center;
  font-style: italic;
  color: rgba(246,235,227,0.55);
  margin: 0 0 2.5rem;
  font-size: 1.15rem;
}
.hk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.hk-card {
  background: #241610;
  border: 1px solid rgba(246,235,227,0.08);
}
.hk-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hk-card-body { padding: 1.1rem 1.15rem 1.3rem; }
.hk-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
  font-weight: 500;
}
.hk-card p {
  margin: 0;
  font-size: 1rem;
  color: rgba(246,235,227,0.55);
  font-style: italic;
  line-height: 1.45;
}
.hk-card .price {
  display: block;
  margin-top: 0.75rem;
  font-family: system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: #e8a070;
  font-style: normal;
}

.hk-reserve {
  text-align: center;
  padding: 4rem 1rem 5rem;
  border-top: 1px solid rgba(246,235,227,0.08);
}
.hk-reserve h2 { margin: 0 0 0.75rem; font-size: 2.4rem; font-weight: 500; }
.hk-reserve p { margin: 0 auto 1.5rem; max-width: 32ch; color: rgba(246,235,227,0.6); font-style: italic; font-size: 1.15rem; }
@media (max-width: 800px) {
  .hk-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   IRONLINE — industrial brewery, steel & fire
   ========================================================= */
.il-body {
  font-family: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  background: #121417;
  color: #eceae6;
}
.il-wrap { width: min(1000px, calc(100% - 2rem)); margin-inline: auto; }

.il-top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 0;
  border-bottom: 3px solid #d97b29;
}
.il-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #eceae6;
}
.il-logo img { width: 32px; height: 32px; }
.il-top nav {
  margin-left: auto;
  display: flex;
  gap: 1.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.il-top nav a { text-decoration: none; color: #9ba1a8; }
.il-top nav a:hover { color: #d97b29; }
.il-live {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #d97b29;
  white-space: nowrap;
}

.il-hero {
  position: relative;
  height: min(70vh, 560px);
  overflow: hidden;
  margin: 0 0 2rem;
}
.il-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) contrast(1.08);
}
.il-hero-type {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: end start;
  padding: 2rem min(4vw, 2rem) 2.5rem;
  background: linear-gradient(transparent 30%, rgba(18,20,23,0.85));
}
.il-hero-type span {
  display: block;
  font-size: clamp(3.5rem, 12vw, 7.5rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.il-hero-type .accent { color: #d97b29; }

.il-board { padding: 1rem 0 3rem; }
.il-board-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 3px solid #d97b29;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.il-board-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}
.il-board-head span {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  color: #9ba1a8;
  font-weight: 700;
  text-transform: uppercase;
}
.il-list { list-style: none; margin: 0; padding: 0; }
.il-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem 1rem;
  align-items: baseline;
  padding: 1.1rem 0;
  border-bottom: 1px solid #2c3036;
}
.il-list .abv {
  font-size: 0.8rem;
  font-weight: 800;
  color: #d97b29;
  letter-spacing: 0.08em;
  min-width: 3.5rem;
}
.il-list .name {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.il-list .note {
  grid-column: 2;
  font-family: system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  color: #9ba1a8;
  letter-spacing: 0;
  text-transform: none;
}
.il-list .price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #eceae6;
}

.il-media {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0.75rem;
  padding: 1rem 0 3rem;
}
.il-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.il-visit {
  background: #0c0e11;
  border-top: 2px solid #2c3036;
  padding: 3rem 0 4rem;
  text-align: center;
}
.il-visit h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.06em;
}
.il-visit p {
  margin: 0 auto 1.25rem;
  max-width: 36ch;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  color: #9ba1a8;
  line-height: 1.55;
  font-weight: 400;
}
.il-visit a {
  display: inline-block;
  background: #d97b29;
  color: #121417;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.85rem 1.4rem;
  text-transform: uppercase;
  font-size: 0.95rem;
}
@media (max-width: 800px) {
  .il-media { grid-template-columns: 1fr; }
  .il-top nav { display: none; }
  .il-list li { grid-template-columns: 1fr auto; }
  .il-list .abv { grid-column: 1; }
  .il-list .note { grid-column: 1 / -1; }
}

/* =========================================================
   APEX CLIMATE — trusted home service
   ========================================================= */
.ax-body {
  font-family: "Barlow", "Helvetica Neue", system-ui, sans-serif;
  background: #f0f5fa;
  color: #14283a;
}
.ax-wrap { width: min(1100px, calc(100% - 2rem)); margin-inline: auto; }

.ax-alert {
  background: #0b3554;
  color: #e8f3fb;
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.ax-alert a { color: #ffb020; font-weight: 700; text-decoration: none; }
.ax-alert i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffb020;
  margin-right: 0.45rem;
  animation: axPulse 1.5s ease-in-out infinite;
}
@keyframes axPulse { 50% { opacity: 0.35; } }

.ax-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border-bottom: 1px solid #d5e2ee;
  padding: 0.85rem min(4vw, 1.5rem);
  position: sticky;
  top: 40px;
  z-index: 40;
}
.ax-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  color: #0b3554;
}
.ax-logo img { width: 32px; height: 32px; }
.ax-nav nav { display: flex; gap: 1.25rem; }
.ax-nav nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  color: #4a6076;
}
.ax-nav nav a:hover { color: #0b3554; }
.ax-nav-cta {
  background: #ffb020;
  color: #14283a !important;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  font-weight: 700 !important;
  text-decoration: none;
  font-size: 0.9rem;
}

.ax-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  padding: 3rem 0 2.5rem;
}
.ax-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0b3554;
  max-width: 16ch;
}
.ax-hero p {
  margin: 0 0 1.4rem;
  font-size: 1.1rem;
  line-height: 1.55;
  color: #4a6076;
  max-width: 38ch;
}
.ax-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0 0 1.4rem; list-style: none; padding: 0; }
.ax-pills li {
  background: #fff;
  border: 1px solid #d5e2ee;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0b3554;
}
.ax-card {
  background: #fff;
  border: 1px solid #d5e2ee;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(11, 53, 84, 0.1);
}
.ax-card h2 { margin: 0 0 1rem; font-size: 1.2rem; color: #0b3554; }
.ax-slot {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e8eff5;
  font-size: 0.95rem;
}
.ax-slot b { color: #0b3554; }
.ax-book {
  display: block;
  text-align: center;
  margin-top: 1.1rem;
  background: #ffb020;
  color: #14283a;
  text-decoration: none;
  font-weight: 700;
  padding: 0.9rem;
  border-radius: 10px;
}
.ax-book:hover { background: #ffc04a; }

.ax-proof {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.25rem;
  padding: 1rem 0 3rem;
}
.ax-proof img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  min-height: 240px;
  height: 100%;
}
.ax-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.ax-stats div {
  background: #fff;
  border: 1px solid #d5e2ee;
  border-radius: 12px;
  padding: 1rem 0.75rem;
  text-align: center;
}
.ax-stats b { display: block; font-size: 1.35rem; color: #0b3554; }
.ax-stats span { font-size: 0.75rem; color: #7a8ca0; }

.ax-quote {
  background: #0b3554;
  color: #e8f3fb;
  text-align: center;
  padding: 3.5rem 1.5rem;
}
.ax-quote p {
  margin: 0 auto 0.75rem;
  max-width: 28ch;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.35;
}
.ax-quote span { color: #9fc1dd; font-size: 0.9rem; }
@media (max-width: 800px) {
  .ax-hero, .ax-proof { grid-template-columns: 1fr; }
  .ax-nav nav { display: none; }
}

/* =========================================================
   SWIFTDROP — kinetic local delivery
   ========================================================= */
.sd-body {
  font-family: "Archivo", "Helvetica Neue", system-ui, sans-serif;
  background: #fffdf9;
  color: #17130e;
}
.sd-wrap { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }

.sd-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #17130e;
  color: #fffdf9;
  padding: 0 min(4vw, 1.5rem);
  height: 64px;
}
.sd-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #fffdf9;
  font-weight: 800;
  font-size: 1.25rem;
}
.sd-logo em { color: #ff8a00; font-style: italic; }
.sd-logo img { width: 28px; height: 28px; }
.sd-zone {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ffb666;
  text-transform: uppercase;
}

.sd-hero {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: center;
  padding: 3rem 0 2rem;
}
.sd-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.sd-hero h1 em { color: #ff8a00; font-style: italic; }
.sd-hero p {
  margin: 0 0 1.4rem;
  font-size: 1.1rem;
  color: #5c5348;
  max-width: 32ch;
  line-height: 1.5;
}
.sd-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.sd-btn {
  display: inline-flex;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  border: 2px solid #17130e;
  color: #17130e;
}
.sd-btn-fill {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #17130e;
}
.sd-btn-fill:hover { background: #17130e; border-color: #17130e; color: #fffdf9; }
.sd-btn:hover { background: #17130e; color: #fffdf9; }

.sd-art { position: relative; }
.sd-art img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 16/11;
  object-fit: cover;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}
.sd-track {
  position: absolute;
  left: -0.75rem;
  bottom: 1.25rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  box-shadow: 0 16px 40px rgba(23, 19, 14, 0.18);
}
.sd-track i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #21b34c;
  animation: axPulse 1.4s ease-in-out infinite;
}
.sd-track b { display: block; font-size: 0.88rem; }
.sd-track span { font-size: 0.78rem; color: #5c5348; }

.sd-ticker {
  overflow: hidden;
  background: #ff8a00;
  padding: 0.7rem 0;
}
.sd-ticker-inner {
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  width: max-content;
  animation: sdTick 22s linear infinite;
}
.sd-ticker i { font-style: normal; opacity: 0.45; }
@keyframes sdTick {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.sd-steps {
  padding: 3rem 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.sd-steps li {
  background: #f6efe6;
  border-radius: 16px;
  padding: 1.4rem;
}
.sd-steps .n {
  display: inline-grid;
  place-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #17130e;
  color: #ff8a00;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.sd-steps h3 { margin: 0 0 0.4rem; font-size: 1.15rem; font-weight: 800; }
.sd-steps p { margin: 0; color: #5c5348; font-size: 0.95rem; line-height: 1.45; }

.sd-zones { padding: 0 0 3.5rem; }
.sd-zones h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  font-style: italic;
}
.sd-zones ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.sd-zones li {
  border: 2px solid #e4d9c8;
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #8a7c6a;
}
.sd-zones li.on { border-color: #17130e; color: #17130e; }
.sd-zones li b { color: #ff8a00; font-size: 0.72rem; letter-spacing: 0.08em; margin-right: 0.35rem; }
@media (max-width: 800px) {
  .sd-hero { grid-template-columns: 1fr; }
  .sd-steps { grid-template-columns: 1fr; }
  .sd-track { left: 0.5rem; right: 0.5rem; }
}

/* =========================================================
   LUMEN & STONE — quiet luxury jewelry
   ========================================================= */
.ls-body {
  font-family: "Cormorant Garamond", Georgia, serif;
  background: #100e0c;
  color: #efe9dd;
}
.ls-wrap { width: min(1000px, calc(100% - 2.5rem)); margin-inline: auto; }

.ls-mast {
  text-align: center;
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid #2a2620;
}
.ls-mast img {
  width: 44px;
  height: 44px;
  margin: 0 auto 1rem;
  filter: brightness(1.15);
}
.ls-mast h1 {
  margin: 0 0 0.4rem;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.ls-mast p {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  color: #a79e8d;
  font-style: italic;
}
.ls-mast nav {
  display: flex;
  justify-content: center;
  gap: 1.75rem;
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.ls-mast nav a {
  text-decoration: none;
  color: #a79e8d;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.ls-mast nav a:hover { color: #c9a96a; border-color: #c9a96a; }

.ls-open {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 4rem 0 3rem;
}
.ls-open blockquote {
  margin: 0 0 1.25rem;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.ls-open blockquote em { color: #c9a96a; font-style: italic; }
.ls-open p {
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #a79e8d;
  max-width: 34ch;
}
.ls-cta {
  display: inline-block;
  border: 1px solid #c9a96a;
  color: #c9a96a;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.85rem 1.3rem;
  transition: 0.2s;
}
.ls-cta:hover { background: #c9a96a; color: #100e0c; }
.ls-open figure { margin: 0; }
.ls-open img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.ls-open figcaption {
  margin-top: 0.6rem;
  font-family: system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a7160;
}

.ls-collection { padding: 2rem 0 3rem; }
.ls-collection h2 {
  text-align: center;
  margin: 0 0 2.5rem;
  font-size: 1rem;
  font-family: system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7a7160;
}
.ls-piece {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3.5rem;
}
.ls-piece:nth-child(even) { direction: rtl; }
.ls-piece:nth-child(even) > * { direction: ltr; }
.ls-piece img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.ls-piece .meta { padding: 0.5rem 0; }
.ls-piece .no {
  display: block;
  font-family: system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: #c9a96a;
  margin-bottom: 0.75rem;
}
.ls-piece h3 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
}
.ls-piece p {
  margin: 0 0 0.85rem;
  color: #a79e8d;
  line-height: 1.6;
  font-size: 1.05rem;
  max-width: 32ch;
}
.ls-piece .price {
  font-family: system-ui, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #efe9dd;
}

.ls-atelier {
  text-align: center;
  padding: 4rem 1.5rem;
  border-top: 1px solid #2a2620;
  border-bottom: 1px solid #2a2620;
  background: #0c0a09;
}
.ls-atelier p {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.4;
  font-style: italic;
}
.ls-atelier span {
  font-family: system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7a7160;
}

.ls-book {
  text-align: center;
  padding: 4rem 1rem 5rem;
}
.ls-book h2 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  font-weight: 500;
}
.ls-book p {
  margin: 0 auto 1.5rem;
  color: #a79e8d;
  max-width: 34ch;
  font-size: 1.1rem;
  line-height: 1.55;
}
@media (max-width: 800px) {
  .ls-open, .ls-piece { grid-template-columns: 1fr; }
  .ls-piece:nth-child(even) { direction: ltr; }
}
