/*
Theme Name: Afri Kingdom Clothing
Theme URI: https://afrikingdomclothing.com/
Author: Prince Desire Magomo
Description: The clothing house of Afri Kingdom — African luxury streetwear by Prince Desire Magomo.
Version: 3.1.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: afrikingdomclothing
*/

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-var.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-var.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("assets/fonts/newsreader-italic-var.woff2") format("woff2");
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --canvas: #ffffff;
  --panel: #f6f6f4;
  --panel-2: #fcfcfb;
  --ink: #090b0d;
  --muted: #4f565b;
  --quiet: #747b80;
  --line: rgba(9, 11, 13, 0.12);
  --line-strong: rgba(9, 11, 13, 0.18);
  --gold: #E6B325;
  --gold-deep: #D4A017;
  --gold-shine: linear-gradient(180deg, #F7DD72 0%, #E6B325 45%, #C9921B 100%);
  --blue: #0e5f96;
  --green: #1d5d45;
  --shadow: 0 28px 90px rgba(20, 20, 20, 0.08);
  --max: 1224px;
  --font-body: Inter, "Inter Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-display: Newsreader, "Newsreader Fallback", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: var(--canvas);
}

/* Header */

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(calc(100% - 48px), var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  width: 210px;
  height: auto;
  display: block;
}

.brand-suffix {
  padding: 5px 10px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: rgba(9, 11, 13, 0.72);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  outline: 0;
}

.site-nav a.nav-house {
  color: var(--gold-deep);
  font-weight: 600;
}

.nav-action,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.nav-action,
.button.primary {
  background: var(--ink);
  color: var(--canvas);
}

.nav-action:hover,
.button.primary:hover {
  transform: translateY(-1px);
  background: #1c2126;
}

.button.link {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.button.link:hover {
  border-color: var(--ink);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--panel-2);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
}

/* Sections */

.section {
  padding: 92px 0;
  border-bottom: 1px solid var(--line);
}

.section-inner {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.4vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.section-head > p {
  margin: 0;
  color: var(--muted);
}

/* Hero */

.hero {
  padding: 96px 0 88px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 56px;
  align-items: center;
}

.hero h1 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 66px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.015em;
}

.hero h1 em {
  color: var(--gold-deep);
  font-style: italic;
  background: var(--gold-shine);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lede {
  max-width: 54ch;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-proof {
  display: grid;
  gap: 6px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hero-proof p {
  margin: 0;
  color: var(--quiet);
  font-size: 13.5px;
}

.hero-panel {
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  background: var(--panel-2);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel-top,
.panel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 22px;
  color: var(--quiet);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-top {
  border-bottom: 1px solid var(--line);
}

.panel-bottom {
  border-top: 1px solid var(--line);
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
}

.live-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
}

.hero-portrait {
  margin: 0;
  padding: 26px 26px 0;
  background:
    radial-gradient(120% 90% at 50% 100%, rgba(181, 138, 55, 0.16), transparent 62%),
    var(--panel);
}

.hero-portrait img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  object-position: bottom;
}

.hero-portrait figcaption {
  padding: 14px 0 18px;
  color: var(--quiet);
  font-size: 12.5px;
  text-align: center;
}

/* Product-first hero */

.hero-center {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.hero-center .hero-lede {
  margin-left: auto;
  margin-right: auto;
}

.hero-center .hero-actions {
  justify-content: center;
}

.hero-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hero-tile {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: var(--panel);
  text-decoration: none;
  transition: transform 0.2s ease;
}

.hero-tile:hover {
  transform: translateY(-4px);
}

.hero-tile img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.hero-tile-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 600;
}

.hero-tile-label strong {
  color: var(--gold-deep);
}

@media (max-width: 820px) {
  .hero-showcase {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Ethos strip */

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.stat {
  display: grid;
  gap: 6px;
  padding: 0;
  border: 0;
  border-top: 2px solid var(--gold);
  border-radius: 0;
  padding-top: 14px;
  background: transparent;
}

.stat strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 500;
}

.stat span {
  color: var(--muted);
  font-size: 13.5px;
}

/* Collection lines */

.line-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.line-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 24px 0 0;
  border: 0;
  border-top: 2px solid var(--gold);
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.line-symbol {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--gold);
  border-radius: 18px;
  color: var(--gold-deep);
  font-family: var(--font-display);
  font-size: 20px;
}

.line-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 500;
}

.line-card > span {
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.line-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
}

.line-status {
  justify-self: start;
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Story */

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.story-figure {
  margin: 0;
  max-width: 320px;
  justify-self: center;
  text-align: center;
}

.story-figure img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  clip-path: path("M140 252 C 44 188, 6 128, 6 82 C 6 38, 40 10, 76 10 C 104 10, 128 26, 140 50 C 152 26, 176 10, 204 10 C 240 10, 274 38, 274 82 C 274 128, 236 188, 140 252 Z");
  filter: drop-shadow(0 14px 30px rgba(214, 69, 112, 0.25));
}

.story-figure figcaption {
  padding: 12px 0 0;
  color: var(--quiet);
  font-size: 12.5px;
}

.story-copy h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.1;
}

.story-copy p {
  margin: 0 0 16px;
  color: var(--muted);
}

.story-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.story-points div {
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.story-points span {
  color: var(--gold-deep);
  font-family: var(--font-display);
  font-size: 15px;
}

.story-points p {
  margin: 0;
  font-size: 14.5px;
}

/* Waitlist */

.waitlist-section {
  background:
    radial-gradient(90% 120% at 50% 0%, rgba(181, 138, 55, 0.1), transparent 60%),
    var(--panel);
}

.waitlist-box {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.waitlist-box h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4.4vw, 46px);
  font-weight: 500;
  line-height: 1.08;
}

.waitlist-box > p {
  margin: 0 0 30px;
  color: var(--muted);
}

.waitlist-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto 14px;
}

.waitlist-box {
  padding: 40px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 18px 60px rgba(20, 20, 20, 0.06);
}

.waitlist-form input[type="email"] {
  flex: 1;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
}

.waitlist-form input[type="email"]:focus-visible {
  border-color: var(--gold);
  outline: 2px solid rgba(181, 138, 55, 0.35);
  outline-offset: 1px;
}

.waitlist-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.waitlist-note {
  margin: 0;
  color: var(--quiet);
  font-size: 12.5px;
}

.waitlist-message {
  max-width: 520px;
  margin: 0 auto 22px;
  padding: 14px 20px;
  border-radius: 14px;
  font-size: 14.5px;
  font-weight: 500;
}

.waitlist-message.success {
  border: 1px solid rgba(29, 93, 69, 0.35);
  background: rgba(29, 93, 69, 0.08);
  color: var(--green);
}

.waitlist-message.error {
  border: 1px solid rgba(150, 40, 27, 0.35);
  background: rgba(150, 40, 27, 0.07);
  color: #96281b;
}

/* House link band */

.house-band {
  text-align: center;
}

.house-band h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 500;
}

.house-band p {
  max-width: 60ch;
  margin: 0 auto 26px;
  color: var(--muted);
}

/* Footer */

.site-footer {
  padding: 44px 0 52px;
}

.footer-inner {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--quiet);
  font-size: 13px;
}

.footer-inner a {
  color: var(--muted);
  text-decoration: none;
}

.footer-inner a:hover {
  color: var(--ink);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* First drop grid */

.drop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

@media (min-width: 1150px) {
  .drop-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.drop-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.drop-card:hover {
  transform: translateY(-4px);
}

.drop-card {
  content-visibility: auto;
  contain-intrinsic-size: 420px 560px;
}

.drop-card--xl {
  grid-column: span 1;
}

@media (max-width: 700px) {
  .drop-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .drop-card figure img {
    padding: 5%;
  }

  .heart-btn {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 8px;
  }
}

@media (min-width: 1150px) {
  .drop-card--xl {
    grid-column: span 2;
  }
}

.drop-card--xl figure {
  aspect-ratio: 4 / 3;
}

.drop-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}

.drop-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
  transition: transform 0.6s var(--ease-rhode), opacity 0.45s var(--ease-rhode);
}

.drop-card:hover figure img {
  transform: scale(1.05);
}

.drop-card figure .swap-img {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.drop-card:hover figure .swap-img {
  opacity: 1;
  transform: scale(1.02);
}

.drop-card:hover figure:has(.swap-img) img:first-child {
  opacity: 0;
}

.drop-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(9, 11, 13, 0.72);
  color: var(--canvas);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drop-card-copy {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px 2px 8px;
}

.drop-card-copy > span {
  color: var(--gold-deep);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.drop-card-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.drop-card-copy p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--muted);
  font-size: 13.5px;
}

.drop-price {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}

.product-price {
  margin: 4px 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-deep);
}

.drop-card-cta {
  margin-top: 4px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

/* Product detail */

.product-detail {
  padding-top: 56px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  gap: 52px;
  align-items: start;
}

.product-detail-grid.detail--set {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.4fr);
}

.product-gallery {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.gallery-thumb {
  padding: 0;
  border: 2px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.gallery-thumb:hover {
  transform: translateY(-2px);
}

.gallery-thumb.active {
  border-color: var(--gold);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.gallery-viewport {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
}

.gallery-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.gallery-slider::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: start;
}

.gallery-slide img {
  width: 100%;
  display: block;
}

.gal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease;
}

.gal-arrow:hover {
  background: rgba(255, 255, 255, 0.85);
}

.gal-prev { left: 14px; }
.gal-next { right: 14px; }

.product-detail-figure {
  margin: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--panel);
}

.product-detail-figure img {
  width: 100%;
}

.product-detail-figure figcaption {
  padding: 12px 18px;
  border-top: 1px solid var(--line);
  background: var(--panel-2);
  color: var(--quiet);
  font-size: 12.5px;
}

.product-detail-copy h1 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4.6vw, 50px);
  font-weight: 500;
  line-height: 1.06;
}

.product-lede {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 16.5px;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 24px;
}

.product-specs h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
}

.product-specs ul {
  margin: 0;
  padding: 0 0 0 18px;
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13.5px;
}

.heart-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 20px;
  line-height: 1;
  color: #d64570;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.heart-btn:hover {
  transform: scale(1.12);
}

.heart-btn.hearted {
  background: #ffe6ee;
}

.drop-card {
  position: relative;
}

.heart-detail {
  position: static;
  vertical-align: middle;
  margin-left: 10px;
  background: #f6f6f4;
}

.drop-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.line-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.line-pill {
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--panel-2);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.15s ease;
}

.line-pill:hover {
  border-color: var(--gold-deep);
  color: var(--ink);
}

.line-pill.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.wishlist-toggle {
  align-self: start;
  padding: 10px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--panel-2);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: #d64570;
  cursor: pointer;
}

.wishlist-toggle.active {
  background: #ffe6ee;
  border-color: #d64570;
}

.set-includes {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.set-includes h2 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
}

.set-include-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.set-include-item:hover {
  border-color: var(--gold);
}

.set-include-item img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

.set-include-item span {
  flex: 1;
  font-weight: 600;
  font-size: 14.5px;
}

.set-include-item strong {
  color: var(--gold-deep);
}

.product-drop-note {
  margin-bottom: 26px;
  padding: 16px 20px;
  border: 1px solid rgba(181, 138, 55, 0.4);
  border-radius: 16px;
  background: rgba(181, 138, 55, 0.07);
}

.product-drop-note p {
  margin: 0;
  color: var(--gold-deep);
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1020px) {
  .product-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-gallery {
    position: static;
  }

  .product-specs {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Generic content fallback */

.content-page {
  padding: 72px 0 96px;
}

.content-page .section-inner {
  max-width: 760px;
}

.content-page h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}

/* Responsive */

@media (max-width: 1020px) {
  .hero-grid,
  .story-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .line-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .brand-suffix {
    display: none;
  }

  .brand-logo {
    width: 168px;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    z-index: 40;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 18px 24px 26px;
    border-bottom: 1px solid var(--line-strong);
    background: var(--canvas);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid var(--line);
  }

  .nav-action {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    padding: 56px 0 64px;
  }

  .waitlist-form {
    flex-direction: column;
  }

  .waitlist-form .button {
    justify-content: center;
  }
}


/* Announcement bar */
.announce-bar {
  padding: 9px 0;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

.announce-track {
  display: inline-flex;
  animation: ak-marquee 36s linear infinite;
  will-change: transform;
}

.announce-bar:hover .announce-track {
  animation-play-state: paused;
}

.announce-track span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.announce-track i {
  font-style: normal;
  font-size: 8px;
  margin: 0 22px;
  color: var(--gold, #c9a24b);
}

@keyframes ak-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Beauty experience */
.beauty-hero {
  background: linear-gradient(180deg, #FBF7EF 0%, #ffffff 100%);
  text-align: center;
}

.beauty-hero .section-title {
  font-size: clamp(34px, 5vw, 56px);
}

.beauty-lede {
  max-width: 62ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
}

.beauty-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

@media (min-width: 1150px) {
  .beauty-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.beauty-tile {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 26px 26px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  text-decoration: none;
  color: var(--ink);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.beauty-tile:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.beauty-word {
  font-family: var(--font-body);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(9, 11, 13, 0.55);
  text-transform: lowercase;
}

.beauty-tile figure {
  margin: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beauty-tile figure img {
  max-width: 82%;
  max-height: 100%;
  object-fit: contain;
}

.beauty-name {
  font-weight: 700;
  font-size: 15px;
}

.beauty-buy {
  justify-self: center;
  margin-top: 4px;
  padding: 11px 20px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--line-strong);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.beauty-tile:hover .beauty-buy {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.beauty-hero-figure {
  margin: 34px auto 0;
  max-width: 980px;
}

.beauty-hero-figure img {
  width: 100%;
  border-radius: 24px;
  display: block;
}

.beauty-ed {
  grid-column: 1 / -1;
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}

.beauty-ed img {
  width: 100%;
  height: clamp(260px, 42vw, 460px);
  object-fit: cover;
  display: block;
}

/* Grand footer + concierge chat */
.footer-grand {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 64px 0 44px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 900px) {
  .footer-grand { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .footer-grand { grid-template-columns: 1fr; }
}

.footer-col { display: grid; gap: 11px; align-content: start; }

.footer-col h3 {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
}

.footer-col h4 {
  margin: 0 0 6px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.footer-col a,
.footer-chat-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 14.5px;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-body);
}

.footer-col a:hover,
.footer-chat-link:hover { color: var(--ink); }

.footer-signup p { margin: 0 0 10px; color: var(--muted); font-size: 14.5px; }

.footer-join {
  display: flex;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 8px;
  max-width: 340px;
}

.footer-join input {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-family: var(--font-display);
  background: transparent;
}

.footer-join button {
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
}

.footer-note { color: var(--quiet); font-size: 13px; }

.chat-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 0;
  background: var(--ink);
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(9, 11, 13, 0.35);
  transition: transform 0.3s var(--ease-rhode);
}

.chat-bubble:hover { transform: translateY(-3px) scale(1.05); }

.chat-panel {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 81;
  width: min(360px, calc(100vw - 44px));
  max-height: min(560px, calc(100vh - 130px));
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: ak-menu-in 0.3s var(--ease-rhode);
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--ink);
  color: #fff;
}

.chat-close {
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.chat-bubble.open {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  font-size: 30px;
}

.chat-body { padding: 16px 18px 18px; overflow-y: auto; }

.chat-hello { margin: 0 0 12px; color: var(--muted); font-size: 13.5px; }

.chat-body details {
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}

.chat-body summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 13.5px;
}

.chat-body details p { margin: 8px 0 2px; color: var(--muted); font-size: 13px; }

.chat-form { display: grid; gap: 9px; margin-top: 14px; }

.chat-form input,
.chat-form textarea {
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13.5px;
  font-family: var(--font-body);
  resize: vertical;
}

.chat-trap { position: absolute; left: -9999px; }

.chat-status { margin: 0; font-size: 13px; color: var(--green); }

/* About pillars (Rhode Futures cards) */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 1000px) {
  .pillar-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pillar-card {
  min-height: clamp(300px, 38vw, 460px);
  padding: 40px 26px;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.4s var(--ease-rhode);
}

.pillar-card:hover {
  transform: translateY(-5px);
}

.pillar-card h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.pillar-card p {
  margin: 0 auto;
  max-width: 34ch;
  font-size: 15.5px;
  line-height: 1.6;
}

.pillar--noir {
  background: var(--ink);
  color: #f4efe6;
}

.pillar--noir h2 {
  color: var(--gold);
}

.pillar--earth {
  background: #FBF7EF;
  color: var(--ink);
}

.pillar--earth h2 {
  color: var(--gold-deep);
}

.pillar--gold {
  background: #FBF7EF;
  color: var(--ink);
}

.pillar--gold h2 {
  color: var(--gold-deep);
}

@media (max-width: 560px) {
  .pillar-grid {
    grid-template-columns: 1fr;
  }
  .pillar-card {
    min-height: 0;
  }
}

/* Mega band (Rare Beauty hover menu) */
.mega-band {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--line-strong);
  box-shadow: 0 30px 60px rgba(20, 20, 20, 0.10);
  animation: ak-menu-in 0.35s var(--ease-rhode);
}

.mega-band[hidden] {
  display: none;
}

.mega-track {
  display: flex;
  gap: 34px;
  padding: 34px 44px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 1;
}

.mega-track::-webkit-scrollbar { display: none; }

.mega-cat {
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}

.mega-circle {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.45s var(--ease-rhode), box-shadow 0.45s var(--ease-rhode);
}

.mega-circle img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  transition: transform 0.6s var(--ease-rhode);
}

.mega-cat:hover .mega-circle {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.mega-cat:hover .mega-circle img {
  transform: scale(1.07);
}

.mega-label {
  font-family: var(--font-display);
  font-size: 19px;
}

.mega-sub {
  color: var(--gold-deep);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 170px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mega-symbol span {
  font-family: var(--font-display);
  font-size: 52px;
  color: var(--gold-deep);
}

.mega-arrow {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-right: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 820px) {
  .mega-band { display: none !important; }
}

/* Hero banner */
.hero--banner {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(251, 247, 239, 0.62) 52%, rgba(255, 255, 255, 0.94) 100%),
    url("assets/images/hero-banner.jpg") center 18% / cover no-repeat;
}

.product-provenance {
  margin: 6px 0 0;
  color: var(--gold-deep);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Motion language (inherited from the Rhode study) */
:root {
  --ease-rhode: cubic-bezier(0.4, 0, 0.22, 1);
}

html {
  scroll-behavior: smooth;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s var(--ease-rhode), transform 0.7s var(--ease-rhode);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

.brand-logo {
  transition: transform 0.3s var(--ease-rhode);
}

.brand-mark:hover .brand-logo {
  animation: ak-jello 0.9s var(--ease-rhode);
}

@keyframes ak-jello {
  0% { transform: scale(1, 1); }
  22% { transform: scale(1.12, 0.88); }
  44% { transform: scale(0.9, 1.1); }
  62% { transform: scale(1.06, 0.94); }
  80% { transform: scale(0.97, 1.03); }
  100% { transform: scale(1, 1); }
}

.button.primary,
.nav-action {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s var(--ease-rhode);
}

.button.primary::after,
.nav-action::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gold-deep, #a07c2c);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s var(--ease-rhode);
}

.button.primary:hover::after,
.nav-action:hover::after {
  clip-path: inset(0 0 0 0);
}

.beauty-tile,
.line-card,
.shop-card {
  transition: box-shadow 0.35s var(--ease-rhode), transform 0.35s var(--ease-rhode);
}

.beauty-ed img {
  transition: transform 1.1s var(--ease-rhode);
}

.beauty-ed:hover img {
  transform: scale(1.035);
}

.gallery-slider {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .announce-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .brand-mark:hover .brand-logo { animation: none; }
  .drop-card figure img,
  .beauty-ed img,
  .shop-menu,
  .shop-card { transition: none; }
}

/* Shop takeover menu */
.shop-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #ffffff;
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: ak-menu-in 0.4s var(--ease-rhode);
}

@keyframes ak-menu-in {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: none; }
}

.shop-panel.active .shop-card {
  animation: ak-card-in 0.55s var(--ease-rhode) backwards;
}

.shop-panel.active .shop-card:nth-child(1) { animation-delay: 0.04s; }
.shop-panel.active .shop-card:nth-child(2) { animation-delay: 0.08s; }
.shop-panel.active .shop-card:nth-child(3) { animation-delay: 0.12s; }
.shop-panel.active .shop-card:nth-child(4) { animation-delay: 0.16s; }
.shop-panel.active .shop-card:nth-child(5) { animation-delay: 0.2s; }
.shop-panel.active .shop-card:nth-child(6) { animation-delay: 0.24s; }
.shop-panel.active .shop-card:nth-child(7) { animation-delay: 0.28s; }
.shop-panel.active .shop-card:nth-child(8) { animation-delay: 0.32s; }

@keyframes ak-card-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

body.no-scroll {
  overflow: hidden;
}

.shop-menu-inner {
  width: min(calc(100% - 48px), 1060px);
  margin: 0 auto;
  padding: 26px 0 80px;
}

.shop-menu-head {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.shop-menu-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
}

.shop-menu-links {
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.shop-menu-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shop-menu-links a:hover {
  color: var(--ink);
}

.shop-menu-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.shop-tabs {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 16px 0 14px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.shop-tabs::-webkit-scrollbar { display: none; }

.shop-tab {
  flex: 0 0 auto;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: none;
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
}

.shop-tab.active {
  color: var(--ink);
  border-color: var(--ink);
}

.shop-panel {
  display: none;
  padding-top: 20px;
}

.shop-panel.active {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 860px) {
  .shop-panel.active {
    grid-template-columns: repeat(2, 1fr);
  }
}

.shop-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  text-decoration: none;
  color: var(--ink);
  transition: box-shadow 0.15s ease;
}

.shop-card:hover {
  box-shadow: var(--shadow);
}

.shop-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  flex: 0 0 auto;
}

.shop-card-body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.shop-card-name {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.shop-new {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 9px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-style: normal;
  font-size: 10.5px;
  letter-spacing: 0.06em;
}

.shop-card-desc {
  color: var(--muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-card-price {
  margin-left: auto;
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 14px;
}

.beauty-ed figcaption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}


/* Audit polish: skip link, grouped grid, legal pages, contact */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 20px;
  background: var(--ink);
  color: #fff;
  border-radius: 0 0 12px 0;
}

.skip-link:focus {
  left: 0;
}

.line-break-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 26px 0 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.line-break-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
}

.line-break-head a {
  color: var(--gold-deep);
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.legal-copy {
  max-width: 760px;
}

.legal-copy h2 {
  margin: 34px 0 10px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
}

.legal-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.legal-updated {
  color: var(--quiet);
  font-size: 13px;
}

.size-table-wrap {
  overflow-x: auto;
}

.size-table {
  border-collapse: collapse;
  min-width: 520px;
  margin: 12px 0;
}

.size-table th,
.size-table td {
  border: 1px solid var(--line);
  padding: 10px 16px;
  font-size: 14px;
  text-align: center;
}

.size-table th {
  background: #FBF7EF;
  font-weight: 700;
}

.size-table td:first-child {
  text-align: left;
  font-weight: 600;
}

.contact-form {
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin: 26px 0;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 13px 15px;
  font-size: 15px;
  font-family: var(--font-body);
}

.footer-consent {
  margin: 10px 0 0;
  color: var(--quiet);
  font-size: 12.5px;
  max-width: 340px;
}

.footer-consent a {
  color: var(--muted);
}

/* Standard section inlined in the grid */
.ethos-inline {
  grid-column: 1 / -1;
  margin: 44px 0 20px;
  padding: 48px 40px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #FBF7EF;
}

.ethos-inline .section-head {
  margin-bottom: 30px;
}
