﻿@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --bg: #121416;
  --bg-elev: #1a1d20;
  --ink: #ececec;
  --muted: #a8adb3;
  --gold: #c6a15b;
  --gold-soft: #e0c88a;
  --gold-bright: #f3e2a8;
  --gold-mid: #d4af61;
  --gold-deep: #8a6528;
  --gold-shadow: #5c4218;
  --line: rgba(198, 161, 91, 0.24);
  --danger: #c45c5c;
  --ok: #6f9f7a;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --max: 1100px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --radius-nav: 0.4rem;
  --radius-btn: 0.55rem;
  --radius-media: 1.15rem;
  --radius-block: 1.25rem;
  --shadow-media: 0 14px 36px rgba(0, 0, 0, 0.45);
  --page-bg-image: none;
  --page-bg-opacity: 0.35;
  --page-bg-color: #121416;
  --headline-scale: 1;
  --body-scale: 1;
  --brand-scale: 1;
  --section-scale: 1;
  --logo-size: 44px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--page-bg-color);
  line-height: 1.55;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-color: var(--page-bg-color);
  background-image: var(--page-bg-image);
  background-size: cover;
  background-position: center;
  opacity: var(--page-bg-opacity);
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(198, 161, 91, 0.1), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(90, 98, 108, 0.16), transparent 50%),
    radial-gradient(1.2px 1.2px at 8% 18%, rgba(243, 226, 168, 0.55), transparent),
    radial-gradient(1px 1px at 22% 64%, rgba(224, 200, 138, 0.45), transparent),
    radial-gradient(1.4px 1.4px at 36% 28%, rgba(255, 245, 210, 0.4), transparent),
    radial-gradient(1px 1px at 48% 82%, rgba(198, 161, 91, 0.5), transparent),
    radial-gradient(1.2px 1.2px at 61% 12%, rgba(243, 226, 168, 0.42), transparent),
    radial-gradient(1px 1px at 74% 46%, rgba(224, 200, 138, 0.48), transparent),
    radial-gradient(1.5px 1.5px at 86% 71%, rgba(255, 245, 210, 0.35), transparent),
    radial-gradient(1px 1px at 94% 33%, rgba(198, 161, 91, 0.45), transparent),
    radial-gradient(1.2px 1.2px at 14% 88%, rgba(243, 226, 168, 0.38), transparent),
    radial-gradient(1px 1px at 42% 8%, rgba(224, 200, 138, 0.4), transparent),
    radial-gradient(1.3px 1.3px at 68% 92%, rgba(255, 245, 210, 0.32), transparent),
    radial-gradient(1px 1px at 55% 52%, rgba(198, 161, 91, 0.35), transparent);
  background-size: 100% 100%, 100% 100%, 220px 220px, 260px 260px, 300px 300px, 180px 180px,
    240px 240px, 200px 200px, 280px 280px, 190px 190px, 250px 250px, 210px 210px, 270px 270px,
    230px 230px;
  pointer-events: none;
}

.site-glitter {
  position: fixed;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.9;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--gold-soft);
  text-decoration: none;
}

a:hover {
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}

.btn:focus-visible,
.nav a:focus-visible,
.tabs button:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 2px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(18, 20, 22, 0.78);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(243, 226, 168, 0.35);
  border-radius: var(--radius-btn);
  background: rgba(18, 20, 22, 0.65);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  z-index: 45;
}

.nav-toggle__bar {
  display: block;
  width: 1.05rem;
  height: 1.5px;
  border-radius: 999px;
  background: var(--gold-soft);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-nav-open .nav-toggle__bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.site-header.is-nav-open .nav-toggle__bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 35;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(6, 8, 10, 0.55);
  cursor: pointer;
}

body.nav-open {
  overflow: hidden;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink);
}

.brand img {
  width: var(--logo-size);
  height: var(--logo-size);
  object-fit: contain;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand__name {
  font-family: var(--font-display);
  font-size: calc(1.35rem * var(--brand-scale));
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand__tag {
  font-size: calc(0.7rem * var(--brand-scale));
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.15rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  color: rgba(232, 228, 220, 0.55);
  padding: 0.55rem 0.95rem 0.65rem;
  border: 1px solid transparent;
  border-radius: var(--radius-nav);
  background: transparent;
  overflow: hidden;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease;
}

.nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(243, 226, 168, 0.55),
    rgba(184, 146, 63, 0.2) 40%,
    rgba(90, 66, 24, 0.55) 70%,
    rgba(243, 226, 168, 0.35)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.38rem;
  width: calc(100% - 1.9rem);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold-bright) 20%,
    var(--gold-mid) 50%,
    var(--gold-deep) 80%,
    transparent
  );
  box-shadow: 0 0 6px rgba(243, 226, 168, 0.35);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav a:hover {
  color: var(--gold-bright);
}

.nav a:hover::before {
  opacity: 0.55;
}

.nav a:hover::after {
  transform: translateX(-50%) scaleX(0.55);
}

.nav a[aria-current="page"] {
  color: #f8f1dc;
  background: linear-gradient(
    180deg,
    rgba(243, 226, 168, 0.1) 0%,
    rgba(138, 101, 40, 0.12) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(243, 226, 168, 0.18),
    0 0 20px rgba(166, 124, 46, 0.08);
}

.nav a[aria-current="page"]::before {
  opacity: 1;
}

.nav a[aria-current="page"]::after {
  transform: translateX(-50%) scaleX(1);
}

.nav a:active {
  color: var(--gold-soft);
}

.hero {
  position: relative;
  min-height: min(78vh, 700px);
  display: grid;
  align-items: end;
  /* Clip media drift only — overflow:hidden here was chopping the headline’s last letter */
  overflow: visible;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.hero__media {
  position: absolute;
  inset: -4%;
  z-index: 0;
  overflow: hidden;
  transform-style: preserve-3d;
}

.hero__media--live img {
  width: 112%;
  height: 112%;
  margin: -6%;
  object-fit: cover;
  will-change: transform;
  transform-origin: center center;
  animation: none;
  transition: none;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroDrift 22s ease-in-out infinite alternate;
}

.hero__glitter {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(18, 20, 22, 0.35) 0%, rgba(18, 20, 22, 0.72) 55%, rgba(18, 20, 22, 0.96) 100%),
    linear-gradient(90deg, rgba(18, 20, 22, 0.55) 0%, rgba(18, 20, 22, 0.2) 48%, rgba(18, 20, 22, 0.45) 100%),
    radial-gradient(ellipse 70% 50% at 70% 30%, rgba(198, 161, 91, 0.12), transparent 60%);
  pointer-events: none;
}

.hero__copy {
  overflow: visible;
}

.hero__content {
  position: relative;
  z-index: 3;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 4rem var(--pad) 3.5rem;
  animation: rise 0.9s ease both;
}

.hero__content--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
}

@media (min-width: 900px) {
  .hero__content--split {
    grid-template-columns: minmax(0, 1.15fr) minmax(200px, 0.7fr);
    align-items: center;
    gap: 2rem;
    min-height: min(68vh, 620px);
  }

  .hero__copy {
    padding-bottom: 0.5rem;
  }

  .hero {
    overflow: visible;
  }

  .hero__media {
    overflow: hidden;
  }
}

.hero__carousel-wrap {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  justify-self: end;
  transform: scale(0.92);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  z-index: 4;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .hero__carousel-wrap:hover,
  .hero__carousel-wrap:focus-within {
    transform: scale(1.18);
    z-index: 6;
    filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.45));
  }
}

.hero__carousel-wrap.is-touch {
  transform: scale(1);
  max-width: min(260px, 72vw);
}

.hero__carousel-wrap.is-touch.is-expanded {
  transform: scale(1.08);
  z-index: 6;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.4));
}

@media (min-width: 900px) {
  .hero__carousel-wrap {
    max-width: 240px;
    transform-origin: center right;
    transform: scale(0.9);
  }

  @media (hover: hover) and (pointer: fine) {
    .hero__carousel-wrap:hover,
    .hero__carousel-wrap:focus-within {
      transform: scale(1.22);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__carousel-wrap {
    transition: none;
  }

  .hero__carousel-wrap:hover,
  .hero__carousel-wrap:focus-within,
  .hero__carousel-wrap.is-touch.is-expanded {
    transform: none;
    filter: none;
  }
}

.hero-carousel {
  position: relative;
}

.hero-carousel__frame {
  position: relative;
  padding: 0.7rem;
  border: 1px solid rgba(243, 226, 168, 0.72);
  border-radius: calc(var(--radius-media) + 0.7rem);
  background: transparent;
  box-shadow:
    0 0 0 1px rgba(243, 226, 168, 0.12),
    inset 0 0 0 1px rgba(243, 226, 168, 0.08);
}

.hero-carousel__stage {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-media);
  overflow: hidden;
  border: 1px solid rgba(243, 226, 168, 0.22);
  background: rgba(10, 12, 14, 0.45);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(243, 226, 168, 0.18);
  transition: box-shadow 0.45s ease, border-color 0.45s ease;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.hero-carousel__frame::before,
.hero-carousel__frame::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  bottom: calc(0.7rem + 0.15rem);
  width: 18%;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}

.hero-carousel__frame::before {
  left: 0;
  background: linear-gradient(90deg, rgba(18, 20, 22, 0.92), transparent);
}

.hero-carousel__frame::after {
  right: 0;
  background: linear-gradient(270deg, rgba(18, 20, 22, 0.92), transparent);
}

.hero__carousel-wrap:hover .hero-carousel__frame,
.hero__carousel-wrap:focus-within .hero-carousel__frame,
.hero__carousel-wrap.is-touch.is-expanded .hero-carousel__frame {
  border-color: rgba(243, 226, 168, 0.92);
  box-shadow:
    0 0 0 1px rgba(243, 226, 168, 0.22),
    0 0 24px rgba(198, 161, 91, 0.18),
    inset 0 0 0 1px rgba(243, 226, 168, 0.14);
}

.hero__carousel-wrap:hover .hero-carousel__stage,
.hero__carousel-wrap:focus-within .hero-carousel__stage {
  border-color: rgba(243, 226, 168, 0.4);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(243, 226, 168, 0.28);
}

.hero-carousel__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.hero-carousel__slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-carousel__meta {
  margin-top: 0.7rem;
  text-align: center;
}

.hero-carousel__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: #f3efe6;
  letter-spacing: 0.02em;
}

.hero-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 14, 16, 0.28);
  color: rgba(243, 226, 168, 0.72);
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.hero-carousel__nav--prev {
  left: 0.35rem;
}

.hero-carousel__nav--next {
  right: 0.35rem;
}

.hero-carousel__frame:hover .hero-carousel__nav,
.hero-carousel__nav:focus-visible {
  opacity: 0.9;
}

.hero__carousel-wrap.is-touch .hero-carousel__nav {
  opacity: 0.85;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  background: rgba(12, 14, 16, 0.4);
}

.hero-carousel__nav:hover {
  color: #fff6d0;
  background: rgba(12, 14, 16, 0.45);
  opacity: 1;
}

@media (max-width: 859px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-backdrop {
    display: block;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 42;
    width: min(18rem, 84vw);
    height: 100vh;
    margin: 0;
    padding: 5rem 1.25rem 2rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.35rem;
    background: linear-gradient(165deg, #161a20, #0c1014 70%);
    border-left: 1px solid rgba(243, 226, 168, 0.22);
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.45);
    transform: translateX(105%);
    transition: transform 0.28s ease;
    pointer-events: none;
  }

  .site-header.is-nav-open .nav {
    transform: translateX(0);
    pointer-events: auto;
  }

  .nav-backdrop[hidden] {
    display: none !important;
  }

  .nav a {
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
  }

  .brand__tag {
    display: none;
  }

  .hero {
    min-height: auto;
    overflow: visible;
  }

  .hero__content {
    padding: 2.25rem var(--pad) 2rem;
  }

  .hero__content--split {
    gap: 1.5rem;
    justify-items: center;
    text-align: left;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__carousel-wrap,
  .hero__carousel-wrap.is-touch {
    justify-self: center;
    margin-top: 0.25rem;
  }

  .hero h1 {
    max-width: min(100%, 26ch);
    font-size: calc(clamp(2rem, 9vw, 3rem) * var(--headline-scale));
  }

  .row-actions {
    gap: 0.55rem;
  }

  .row-actions .btn {
    padding: 0.75rem 1.05rem;
    font-size: 0.78rem;
  }

  .section {
    padding: 2.25rem var(--pad);
  }

  .ig-home__toolbar {
    margin-bottom: 1rem;
  }

  .ig-slider .ig-tile {
    width: min(180px, 62vw);
  }

  .site-header__inner {
    padding: 0.7rem var(--pad);
  }
}

.hero-carousel__edit-hint {
  margin: 0 0 0.65rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-carousel__edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  max-height: min(58vh, 520px);
  overflow: auto;
  padding: 0.15rem;
}

.hero-carousel__edit-card {
  margin: 0;
}

.hero-carousel__edit-media {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-media);
  overflow: hidden;
  border: 1px solid rgba(243, 226, 168, 0.28);
  background: rgba(10, 12, 14, 0.45);
}

.hero-carousel__edit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-carousel--edit .hero-carousel__name {
  font-size: 1rem;
  margin-top: 0.4rem;
}

.hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: calc(clamp(2.4rem, 6vw, 4.4rem) * var(--headline-scale));
  line-height: 1.05;
  letter-spacing: 0.02em;
  /* Old 24ch was flush on wide Cormorant caps; hero overflow:hidden ate the final T */
  max-width: min(100%, 28ch);
  padding-inline-end: 0.2em;
  overflow: visible;
  background: linear-gradient(
    105deg,
    #f3efe6 0%,
    #e0c88a 28%,
    #fff8e7 42%,
    #c6a15b 58%,
    #f3efe6 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: goldShimmer 7s ease-in-out infinite;
  filter: drop-shadow(0 2px 18px rgba(198, 161, 91, 0.25));
}

.hero p {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  color: var(--muted);
  font-weight: 300;
  font-size: calc(1.05rem * var(--body-scale));
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--gold-deep);
  border-radius: var(--radius-btn);
  background:
    linear-gradient(
      165deg,
      rgba(243, 226, 168, 0.22) 0%,
      rgba(198, 161, 91, 0.1) 40%,
      rgba(90, 66, 24, 0.35) 100%
    );
  color: var(--gold-bright);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(243, 226, 168, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35),
    0 1px 0 rgba(243, 226, 168, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.28);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease, color 0.2s ease,
    filter 0.25s ease;
}

.btn:hover {
  color: #fff8e6;
  background:
    linear-gradient(
      165deg,
      rgba(243, 226, 168, 0.32) 0%,
      rgba(212, 175, 97, 0.22) 45%,
      rgba(90, 66, 24, 0.4) 100%
    );
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 210, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3),
    0 8px 22px rgba(166, 124, 46, 0.28);
}

.btn-solid {
  color: #2a1c08;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 236, 180, 0.45);
  border-color: #6e501c;
  background:
    linear-gradient(
      155deg,
      #fff6d0 0%,
      #f0d78a 9%,
      #d4af61 22%,
      #b8923f 38%,
      #8a6528 48%,
      #c9a04a 58%,
      #f3e2a8 72%,
      #d4af61 86%,
      #9a7430 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 220, 0.85),
    inset 0 -2px 3px rgba(70, 48, 12, 0.35),
    inset 0 0 0 1px rgba(255, 230, 160, 0.2),
    0 1px 0 rgba(255, 236, 180, 0.2),
    0 4px 6px rgba(0, 0, 0, 0.35),
    0 10px 24px rgba(138, 101, 40, 0.35);
}

.btn-solid:hover {
  color: #1f1506;
  filter: brightness(1.06) saturate(1.05);
  background:
    linear-gradient(
      155deg,
      #fffbeb 0%,
      #f5e09a 10%,
      #e0c068 24%,
      #c9a04a 40%,
      #9a7430 50%,
      #d4af61 62%,
      #f8ecc0 76%,
      #e0c068 88%,
      #a88235 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 230, 0.95),
    inset 0 -2px 3px rgba(70, 48, 12, 0.28),
    inset 0 0 0 1px rgba(255, 236, 180, 0.28),
    0 2px 0 rgba(255, 236, 180, 0.18),
    0 6px 10px rgba(0, 0, 0, 0.35),
    0 14px 28px rgba(166, 124, 46, 0.4);
}

.btn-solid:active {
  transform: translateY(0);
  filter: brightness(0.96);
  box-shadow:
    inset 0 2px 4px rgba(70, 48, 12, 0.45),
    inset 0 1px 0 rgba(255, 245, 210, 0.4),
    0 2px 6px rgba(0, 0, 0, 0.3);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem var(--pad);
}

.section h2,
.section-title,
.contact-page h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: calc(clamp(2rem, 4vw, 2.8rem) * var(--section-scale));
  font-weight: 600;
}

.custom-page__hero {
  margin: 0 0 1.5rem;
  border-radius: var(--radius-media);
  overflow: hidden;
  box-shadow: var(--shadow-media);
}

.custom-page__hero img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.custom-page__body {
  max-width: 68ch;
}

.custom-page__body p {
  margin: 0 0 1rem;
  font-size: calc(1rem * var(--body-scale));
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 0.35rem;
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: calc(0.75rem * var(--body-scale));
}

.lede {
  margin: 0 0 2rem;
  color: var(--muted);
  max-width: 42rem;
  font-size: calc(1rem * var(--body-scale));
}

.product-grid,
.recipe-grid {
  display: grid;
  gap: 1.35rem;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-card {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  color: inherit;
  cursor: pointer;
  font: inherit;
  animation: rise 0.7s ease both;
}

.product-card__media {
  border-radius: var(--radius-media);
  overflow: hidden;
  box-shadow: var(--shadow-media);
  background: var(--bg-elev);
  border: 1px solid var(--line);
}

.product-card__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.product-card__body {
  padding: 0.95rem 0.15rem 0.25rem;
}

.product-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.recipe-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}

.recipe-generator {
  margin: 0 0 2.5rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid var(--line);
}

.recipe-generator__open {
  margin: 0.25rem 0 0;
}

.recipe-generator__open[hidden] {
  display: none !important;
}

.recipe-generator__panel {
  margin-top: 0.25rem;
}

.recipe-generator__title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.4vw, 2.1rem);
  font-weight: 600;
}

.recipe-generator__lede {
  margin: 0 0 1.25rem;
  color: var(--muted);
  max-width: 40rem;
  font-size: calc(1rem * var(--body-scale));
}

.recipe-generator__form {
  max-width: 40rem;
}

.spirit-slide {
  margin: 0 0 0.35rem;
}

.spirit-slide__picked {
  margin: 0.15rem 0 0.55rem;
  font-size: 0.9rem;
  color: var(--gold-soft, #e0c88a);
}

.spirit-slide__track {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.35rem 0.15rem 0.85rem;
  margin: 0 0 0.85rem;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--gold, #c4a35a) 45%, transparent) transparent;
}

.spirit-slide__track::-webkit-scrollbar {
  height: 6px;
}

.spirit-slide__track::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--gold, #c4a35a) 45%, transparent);
  border-radius: 999px;
}

.spirit-slide__option {
  flex: 0 0 8.5rem;
  scroll-snap-align: start;
  display: grid;
  gap: 0.45rem;
  padding: 0.5rem;
  border: 2px solid var(--line);
  border-radius: 0.55rem;
  background: #0e1012;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.spirit-slide__option img,
.spirit-slide__placeholder {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.4rem;
  display: block;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  -webkit-user-drag: none;
}

.spirit-slide__option:hover {
  border-color: color-mix(in srgb, var(--gold, #c4a35a) 55%, var(--line));
  background: color-mix(in srgb, var(--gold, #c4a35a) 8%, #0e1012);
  transform: translateY(-2px);
}

.spirit-slide__option.is-selected,
.spirit-slide__option[aria-pressed="true"] {
  border-color: var(--gold, #c4a35a);
  background: color-mix(in srgb, var(--gold, #c4a35a) 18%, #0e1012);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--gold, #c4a35a) 35%, transparent);
  transform: translateY(-3px) scale(1.03);
}

.recipe-generator__result {
  margin-top: 1.5rem;
}

.recipe-generator__blurb {
  margin: 0 0 1rem;
  color: var(--muted);
}

.recipe-generator__house {
  margin: 0 0 0.75rem;
  color: var(--gold-soft);
  font-size: 0.95rem;
}

.recipe-card--generated {
  border-color: color-mix(in srgb, var(--accent, #c4a35a) 45%, var(--line));
}

/* Instagram feed */
.ig-page .ig-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin: 0 0 1.75rem;
}

.ig-source {
  color: var(--muted);
  font-size: 0.9rem;
}

.ig-widget {
  margin: 0 0 1.5rem;
  border-radius: var(--radius-block);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(26, 29, 32, 0.6);
}

.ig-widget iframe {
  display: block;
  width: 100%;
  min-height: 480px;
  border: 0;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

@media (min-width: 720px) {
  .ig-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
  }
}

.ig-tile {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius-media);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  animation: rise 0.65s ease both;
  animation-delay: calc(var(--i, 0) * 0.04s);
}

.ig-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ig-tile:hover img {
  transform: scale(1.05);
}

.ig-tile__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem 0.65rem 0.55rem;
  background: linear-gradient(transparent, rgba(8, 10, 12, 0.88));
  color: #f4f1ea;
  font-size: 0.78rem;
  line-height: 1.35;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

body.edit-mode .ig-tile__caption {
  opacity: 1;
  pointer-events: auto;
}

.ig-tile:hover .ig-tile__caption,
.ig-tile:focus-visible .ig-tile__caption {
  opacity: 1;
}

.ig-empty {
  grid-column: 1 / -1;
  padding: 2.5rem 1rem;
  text-align: center;
  color: var(--muted);
}

.ig-empty a {
  color: var(--gold-soft);
}

.ig-tile__badge {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.4rem;
  color: #fff;
  background: rgba(12, 14, 16, 0.55);
  backdrop-filter: blur(6px);
  opacity: 0.9;
}

.ig-home__handle {
  margin: 0;
  font-size: 0.9rem;
}

.ig-home__handle a {
  color: var(--gold-soft);
  letter-spacing: 0.04em;
}

.ig-page .ig-feed-mount,
.ig-home .ig-feed-mount {
  margin-top: 0.65rem;
}

.ig-empty__hint {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  opacity: 0.85;
}

.ig-home {
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}

.ig-home__toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.75rem;
}

.ig-home__label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem 1.1rem;
  margin: 0 0 0.15rem;
}

.ig-home__label {
  margin: 0;
}

.ig-home__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.ig-empty--home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1rem;
}

.ig-slider {
  position: relative;
  margin: 0 calc(-1 * var(--pad));
  padding: 0;
}

.ig-slider__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.ig-slider__viewport::-webkit-scrollbar {
  display: none;
}

.ig-slider__viewport:active {
  cursor: grabbing;
}

.ig-slider__track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  padding: 0.35rem var(--pad);
}

.ig-slider .ig-tile {
  flex: 0 0 auto;
  width: min(220px, 58vw);
  aspect-ratio: 1;
  animation: none;
}

.ig-slider__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2.5rem, 8vw, 5.5rem);
  z-index: 2;
  pointer-events: none;
}

.ig-slider__fade--left {
  left: 0;
  background: linear-gradient(90deg, var(--page-bg-color, #121416), transparent);
}

.ig-slider__fade--right {
  right: 0;
  background: linear-gradient(270deg, var(--page-bg-color, #121416), transparent);
}

/* Google reviews (Socials page) */
.g-reviews-page {
  padding-top: 0.5rem;
  border-top: 1px solid var(--line);
}

.g-reviews-mount {
  margin-top: 0.35rem;
}

.g-reviews__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  margin: 0 0 1.35rem;
}

.g-reviews__score {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 600;
  line-height: 1;
  color: var(--gold-soft);
}

.g-reviews__count {
  color: var(--muted);
  font-size: 0.92rem;
}

.g-stars {
  letter-spacing: 0.06em;
  color: var(--gold);
  font-size: 1.05rem;
}

.g-reviews__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .g-reviews__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}

.g-review {
  padding: 1.15rem 1.2rem 1.25rem;
  border-top: 1px solid var(--line);
  animation: rise 0.65s ease both;
  animation-delay: calc(var(--i, 0) * 0.05s);
}

.g-review__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.65rem;
}

.g-review__author {
  display: block;
  font-weight: 500;
}

.g-review__when {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.g-review__text {
  margin: 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.g-reviews__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1.5rem;
}

.g-reviews__source {
  color: var(--muted);
  font-size: 0.88rem;
}

.g-reviews-empty {
  padding: 1.5rem 0;
  color: var(--muted);
}

.recipe-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius-block);
  border: 1px solid var(--line);
  background: rgba(26, 29, 32, 0.92);
  box-shadow: var(--shadow-media);
  animation: rise 0.7s ease both;
}

@media (min-width: 860px) {
  .recipe-card {
    grid-template-columns: minmax(240px, 0.95fr) 1.15fr;
    min-height: 280px;
  }
}

.recipe-card__media {
  position: relative;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  border: 0;
  background: #0e1012;
  min-height: 220px;
}

.recipe-card__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  aspect-ratio: auto;
  object-fit: cover;
}

@media (min-width: 860px) {
  .recipe-card__media img {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }
}

.recipe-card__label {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 1;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-nav);
  background: rgba(18, 20, 22, 0.82);
  border: 1px solid var(--line);
  color: var(--gold-soft);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recipe-card__body {
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 1.25rem 1.35rem 1.45rem;
}

.recipe-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
}

.recipe-card p,
.recipe-card li {
  color: var(--muted);
  font-size: 0.95rem;
}

.recipe-card ul {
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.modal[hidden] {
  display: none !important;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 7, 0.72);
  backdrop-filter: blur(6px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  border-radius: var(--radius-block);
  background: var(--bg-elev);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-media);
  padding: 1.25rem;
}

.modal__dialog img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: var(--radius-media);
  box-shadow: var(--shadow-media);
  margin-bottom: 1rem;
}

.modal__dialog h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 2rem;
}

.modal__dialog p {
  color: var(--muted);
  white-space: pre-wrap;
}

.modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.contact-strip {
  margin-bottom: 2.25rem;
  border-radius: var(--radius-media);
  overflow: hidden;
}

.contact-strip img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.contact-layout {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 860px) {
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-open {
  display: grid;
  gap: 2.75rem;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 900px) {
  .contact-open {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 3.5rem;
    align-items: start;
  }
}

.contact-form label:first-child {
  margin-top: 0;
}

.contact-aside {
  padding-top: 0.15rem;
}

@media (min-width: 900px) {
  .contact-aside {
    border-left: 1px solid var(--line);
    padding-left: 2.25rem;
  }
}

.info-block {
  background: transparent;
  border: 0;
  padding: 0;
}

.info-block h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
}

.panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.panel h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
}

label {
  display: block;
  margin: 0.75rem 0 0.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

input,
textarea,
select {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: #0e1012;
  color: var(--ink);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.meta-list li {
  display: grid;
  gap: 0.25rem;
}

.meta-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.meta-value {
  display: block;
  padding-left: 1.55rem;
  color: #fff;
}

/* Links inherit gold from global `a`; force white to match Location / Hours */
.contact-aside .meta-value a,
.info-block .meta-value a {
  color: #fff !important;
}

.contact-aside .meta-value a:hover,
.info-block .meta-value a:hover {
  color: #fff !important;
  opacity: 0.85;
}

.meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  color: var(--gold-soft);
}

.meta-icon svg {
  display: block;
  fill: currentColor;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  background: transparent;
}

.social-link:hover {
  color: var(--gold-soft);
  border-color: transparent;
  background: transparent;
}

.social-link .meta-icon {
  color: var(--gold);
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding: 1.75rem var(--pad) 2.5rem;
  color: var(--muted);
  font-size: 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
}

.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}

.age-note {
  font-size: 0.8rem;
  opacity: 0.8;
  margin: 0 0 0.45rem;
}

.copyright {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgba(236, 236, 236, 0.78);
  opacity: 1;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroDrift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.1) rotate(0.2deg);
  }
  50% {
    transform: translate3d(1.2%, 0.8%, 0) scale(1.14) rotate(-0.15deg);
  }
  100% {
    transform: translate3d(1.8%, -0.6%, 0) scale(1.12) rotate(0.25deg);
  }
}

@keyframes goldShimmer {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

.tilt-3d {
  transform-style: preserve-3d;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}

.product-card.tilt-3d:hover .product-card__media,
.recipe-card.tilt-3d:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(198, 161, 91, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .hero__media img,
  .hero__media--live img,
  .hero h1,
  .hero__content {
    animation: none !important;
  }

  .tilt-3d {
    transition: none;
  }

  .nav a {
    transition: none;
  }

  .nav a::before,
  .nav a::after {
    transition: none;
  }
}

.reveal-ready {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-ready.is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready,
  .reveal-ready.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* â€”â€” Admin studio (related palette, cooler / distinguishable) â€”â€” */
body.admin-app {
  --bg: #0d1218;
  --bg-elev: #151c26;
  --ink: #e8eef4;
  --muted: #93a0ae;
  --gold: #c4b07a;
  --gold-soft: #e2d3a4;
  --line: rgba(122, 168, 170, 0.28);
  --admin-accent: #7aa8aa;
  --admin-accent-soft: rgba(122, 168, 170, 0.16);
  --page-bg-color: #0d1218;
  background: var(--bg);
}

.admin-arcteligent {
  position: fixed;
  top: 0.85rem;
  right: 0.95rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  opacity: 0.82;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.admin-arcteligent:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.admin-arcteligent img {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 6px;
  object-fit: cover;
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.45));
}

@media (max-width: 640px) {
  .admin-arcteligent img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

body.admin-app::before {
  background:
    radial-gradient(900px 480px at 8% -8%, rgba(122, 168, 170, 0.14), transparent 55%),
    radial-gradient(700px 420px at 100% 0%, rgba(196, 176, 122, 0.1), transparent 50%),
    linear-gradient(180deg, #0d1218, #101820);
  opacity: 1;
}

body.admin-app::after {
  background:
    linear-gradient(135deg, transparent 40%, rgba(122, 168, 170, 0.03) 100%);
}

.admin-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem var(--pad) 5rem;
}

.admin-shell[hidden],
.admin-gate[hidden],
.admin-panel[hidden],
.edit-popover[hidden] {
  display: none !important;
}

.admin-shell--wide {
  max-width: 1280px;
}

.admin-shell h1,
.admin-panel h2 {
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0 0 0.35rem;
}

.admin-shell h1 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.02em;
}

.admin-panel h2 {
  font-size: 1.65rem;
  color: var(--gold-soft);
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--admin-accent-soft);
  color: var(--admin-accent);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-lead {
  margin: 0 0 1.1rem;
  color: var(--muted);
  max-width: 40rem;
  font-size: 0.95rem;
}

.admin-subhead {
  margin: 1.5rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.admin-guide {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(122, 168, 170, 0.28);
  border-radius: var(--radius-block);
  background: rgba(10, 16, 24, 0.72);
}

.admin-guide h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold-soft);
}

.admin-guide__note {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.admin-guide--callout {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.75rem;
  padding: 1.25rem 1.35rem 1.35rem;
  border: 1px solid rgba(243, 226, 168, 0.55);
  background:
    linear-gradient(135deg, rgba(198, 161, 91, 0.18), rgba(18, 28, 38, 0.92) 42%, rgba(12, 18, 26, 0.96)),
    rgba(16, 22, 30, 0.95);
  box-shadow:
    0 0 0 1px rgba(243, 226, 168, 0.12),
    0 12px 36px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 245, 210, 0.12);
  animation: admin-callout-pulse 2.8s ease-in-out infinite;
}

.admin-guide--callout h3 {
  color: #fff3c8;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.admin-guide--callout .admin-lead,
.admin-guide--callout .admin-steps {
  color: #e8e4d8;
}

.admin-guide--callout .admin-steps strong {
  color: #fff6d0;
}

.admin-guide--callout .admin-guide__note {
  color: #c9c2a8;
  border-top: 1px solid rgba(243, 226, 168, 0.22);
  padding-top: 0.85rem;
}

.admin-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(243, 226, 168, 0.45);
  border-radius: 999px;
  background: rgba(198, 161, 91, 0.22);
  color: #ffe9a8;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@keyframes admin-callout-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(243, 226, 168, 0.12),
      0 12px 36px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 245, 210, 0.12);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(243, 226, 168, 0.28),
      0 14px 42px rgba(198, 161, 91, 0.18),
      inset 0 1px 0 rgba(255, 245, 210, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .admin-guide--callout {
    animation: none;
  }
}

.admin-steps {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.admin-steps li {
  margin-bottom: 0.55rem;
}

.admin-steps ul {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
}

.admin-steps code {
  font-size: 0.84em;
  color: var(--gold-soft);
  background: rgba(0, 0, 0, 0.28);
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
}

.admin-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.35rem 0 1rem;
  font-weight: 500;
  cursor: pointer;
}

.admin-check input {
  width: auto;
  margin: 0;
  accent-color: var(--admin-accent, var(--gold));
}

.admin-check--inline {
  margin: 0;
  font-weight: 400;
}

.admin-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 0.45rem 0.85rem;
  margin: 0.35rem 0 0.25rem;
}

.admin-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.admin-gate__card {
  width: min(440px, 100%);
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-block);
  background: linear-gradient(165deg, rgba(21, 28, 38, 0.96), rgba(13, 18, 24, 0.92));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  animation: rise 0.6s ease both;
}

.admin-login-form {
  display: grid;
  gap: 0.75rem;
}

.admin-login-form input {
  width: 100%;
}

.admin-login-hint {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.admin-login-hint code {
  color: var(--gold-soft);
  font-size: 0.9em;
}

.admin-topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid var(--line);
}

.admin-topbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.admin-app .btn-draft {
  border-color: rgba(224, 200, 138, 0.55);
  color: var(--gold-bright);
  background: rgba(198, 161, 91, 0.12);
  font-weight: 600;
}

.admin-app .btn-draft:hover {
  border-color: var(--gold);
  background: rgba(198, 161, 91, 0.22);
}

.admin-app .btn-golive {
  border: 2px solid #6f9f7a;
  color: #0c1210;
  background: linear-gradient(180deg, #9ed0a8 0%, #6f9f7a 100%);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(111, 159, 122, 0.35), 0 8px 22px rgba(111, 159, 122, 0.28);
}

.admin-app .btn-golive:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 0 1px rgba(158, 208, 168, 0.5), 0 10px 28px rgba(111, 159, 122, 0.4);
}

.admin-app .btn-preview-jump {
  border-color: rgba(120, 170, 220, 0.55);
  color: #cfe6ff;
  background: rgba(80, 130, 190, 0.18);
  font-weight: 600;
}

.tabs button.tabs__hot {
  border-color: rgba(120, 170, 220, 0.45);
  color: #d7ebff;
  background: rgba(70, 120, 180, 0.22);
  font-weight: 600;
}

.tabs button.tabs__hot.active {
  border-color: rgba(160, 200, 240, 0.7);
  background: rgba(90, 140, 200, 0.35);
}

.admin-hint--hot {
  border-color: rgba(120, 170, 220, 0.4);
  background: rgba(50, 90, 140, 0.18);
}

.admin-hint--golive {
  border-color: rgba(111, 159, 122, 0.55);
  background: rgba(60, 110, 75, 0.22);
}

.admin-hint--golive strong {
  color: #9ed0a8;
}

.admin-publish-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
  margin: 1.35rem 0 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(111, 159, 122, 0.4);
  border-radius: var(--radius-block);
  background:
    radial-gradient(600px 120px at 10% 0%, rgba(111, 159, 122, 0.18), transparent 60%),
    rgba(12, 20, 16, 0.85);
}

.admin-publish-rail--preview {
  margin-top: 0;
  border-color: rgba(120, 170, 220, 0.4);
  background:
    radial-gradient(600px 120px at 10% 0%, rgba(80, 130, 190, 0.2), transparent 60%),
    rgba(12, 18, 26, 0.9);
}

.admin-publish-rail__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ed0a8;
}

.admin-publish-rail--preview .admin-publish-rail__eyebrow {
  color: #9ec4ef;
}

.admin-publish-rail h3 {
  margin: 0.2rem 0 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.admin-publish-rail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.admin-footbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.admin-hint-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.admin-hint {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-media);
  background: rgba(10, 14, 20, 0.65);
}

.admin-hint strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--admin-accent);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-hint p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.admin-footbar {
  position: sticky;
  bottom: 0;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding: 0.85rem 0;
  background: linear-gradient(180deg, transparent, rgba(13, 18, 24, 0.94) 28%);
  border-top: 1px solid var(--line);
}

.admin-kbd {
  color: var(--muted);
  font-size: 0.8rem;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.25rem 0 1rem;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-block) + 0.15rem);
  background: rgba(10, 14, 20, 0.55);
}

.tabs button {
  border: 1px solid transparent;
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--muted);
  padding: 0.55rem 0.9rem;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.tabs button:hover {
  color: var(--ink);
  background: rgba(122, 168, 170, 0.08);
}

.tabs button.active {
  color: var(--ink);
  border-color: rgba(122, 168, 170, 0.45);
  background: var(--admin-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(196, 176, 122, 0.12);
}

.admin-panel {
  display: none;
  background: linear-gradient(165deg, rgba(21, 28, 38, 0.95), rgba(16, 22, 30, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius-block);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  animation: rise 0.35s ease both;
}

.admin-panel.active {
  display: block;
}

.admin-app label {
  color: var(--admin-accent);
}

.admin-app input,
.admin-app textarea,
.admin-app select {
  background: rgba(8, 12, 18, 0.9);
  border-color: rgba(122, 168, 170, 0.22);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-app input:focus,
.admin-app textarea:focus,
.admin-app select:focus {
  border-color: rgba(196, 176, 122, 0.55);
  box-shadow: 0 0 0 3px rgba(122, 168, 170, 0.15);
  outline: none;
}

.admin-app .btn {
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  color: var(--gold-soft);
  text-shadow: none;
  background: rgba(196, 176, 122, 0.1);
  border-color: rgba(196, 176, 122, 0.45);
  box-shadow: none;
}

.admin-app .btn:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  filter: none;
  color: #fff;
  background: rgba(196, 176, 122, 0.22);
}

.admin-app .btn-solid {
  color: #1a1510;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 236, 180, 0.4);
  border-color: #6e501c;
  background:
    linear-gradient(
      155deg,
      #fff6d0 0%,
      #f0d78a 12%,
      #d4af61 28%,
      #b8923f 45%,
      #c9a04a 62%,
      #f3e2a8 78%,
      #9a7430 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 220, 0.8),
    inset 0 -1px 2px rgba(70, 48, 12, 0.3),
    0 4px 14px rgba(0, 0, 0, 0.3);
}

.admin-app .btn-solid:hover {
  filter: brightness(1.05);
  color: #1a1510;
}

.status {
  margin-top: 1rem;
  min-height: 1.25rem;
  font-size: 0.9rem;
}

.status.ok {
  color: var(--ok);
}

.status.err {
  color: var(--danger);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.75rem;
}

.stat {
  border: 1px solid var(--line);
  border-radius: var(--radius-media);
  padding: 1rem;
  background: rgba(8, 12, 18, 0.85);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.stat:hover {
  border-color: rgba(122, 168, 170, 0.45);
  transform: translateY(-1px);
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--gold-soft);
}

.item-block {
  border-top: 1px solid var(--line);
  margin-top: 1rem;
  padding-top: 1rem;
}

.row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  align-items: center;
}

.upload-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.35rem;
}

.upload-row input[type="file"] {
  max-width: 100%;
  padding: 0.35rem;
}

.preview-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: var(--shadow-media);
  border: 1px solid var(--line);
}

.preview-thumb--missing {
  opacity: 0.45;
  outline: 1px dashed var(--gold-soft, #c4a35a);
}

/* â€”â€” Admin live edit / edit mode â€”â€” */
body.edit-mode [data-edit],
body.edit-mode [data-edit-item] {
  cursor: pointer;
  outline: 1px dashed transparent;
  outline-offset: 3px;
  transition: outline-color 0.15s ease, background-color 0.15s ease;
}

body.edit-mode [data-edit]:hover,
body.edit-mode [data-edit-item]:hover {
  outline-color: var(--gold);
  background-color: rgba(198, 161, 91, 0.08);
}

body.edit-mode .nav a {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

body.edit-mode .nav a[aria-current="page"] {
  color: #f8f1dc;
}

.admin-panel--preview {
  padding: 0.85rem;
}

/* Live Edit uses almost the full admin width */
body.admin-live-edit .admin-shell--wide {
  max-width: min(1680px, calc(100vw - 1.5rem));
  padding-left: clamp(0.75rem, 1.5vw, 1.25rem);
  padding-right: clamp(0.75rem, 1.5vw, 1.25rem);
}

body.admin-live-edit .admin-topbar,
body.admin-live-edit .tabs,
body.admin-live-edit .admin-footbar {
  max-width: none;
}

.preview-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.preview-toolbar p {
  margin: 0;
  flex: 1 1 100%;
  color: var(--muted);
  font-size: 0.9rem;
}

.preview-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.preview-pages button {
  border: 1px solid var(--line);
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--muted);
  padding: 0.45rem 0.75rem;
  font: inherit;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.preview-pages button:hover {
  color: var(--ink);
}

.preview-pages button.active {
  color: var(--ink);
  border-color: rgba(122, 168, 170, 0.55);
  background: var(--admin-accent-soft);
}

.preview-tools {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.65rem 1rem;
  width: 100%;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-block);
  background: rgba(8, 12, 18, 0.9);
}

.preview-tools label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.preview-tools input[type="range"] {
  width: 100%;
  accent-color: var(--admin-accent);
}

.preview-tools .tool-value {
  color: var(--gold-soft);
  font-variant-numeric: tabular-nums;
}

.preview-toolbar select {
  min-width: 9rem;
}

.preview-frame-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius-block);
  overflow: auto;
  background: #070a0e;
  min-height: min(78vh, 820px);
  height: min(82vh, 980px);
  resize: both;
  max-width: 100%;
  box-shadow: inset 0 0 0 1px rgba(122, 168, 170, 0.08), 0 18px 40px rgba(0, 0, 0, 0.35);
}

.preview-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(78vh, 820px);
  border: 0;
  background: #121416;
}

/* Immersive full-size Live Edit */
body.admin-preview-expand {
  overflow: hidden;
}

body.admin-preview-expand .admin-topbar,
body.admin-preview-expand .tabs,
body.admin-preview-expand .admin-footbar,
body.admin-preview-expand .admin-panel:not(.admin-panel--preview) {
  display: none !important;
}

body.admin-preview-expand .admin-shell--wide {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0.65rem clamp(0.5rem, 1.2vw, 1rem) 0.85rem;
  min-height: 100vh;
}

body.admin-preview-expand .admin-panel--preview {
  display: flex !important;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0;
  min-height: calc(100vh - 1.5rem);
}

body.admin-preview-expand .preview-toolbar p {
  display: none;
}

body.admin-preview-expand .preview-tools {
  margin-bottom: 0;
  padding: 0.55rem 0.75rem;
}

body.admin-preview-expand .preview-frame-wrap {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  resize: none;
  border-radius: 0.65rem;
}

body.admin-preview-expand .preview-frame {
  min-height: calc(100vh - 11rem);
  height: calc(100vh - 11rem);
}

body.admin-preview-expand #preview-expand {
  border-color: rgba(122, 168, 170, 0.65);
  background: var(--admin-accent-soft);
  color: var(--ink);
}

.edit-popover {
  position: fixed;
  z-index: 80;
  width: min(420px, calc(100vw - 2rem));
  background: linear-gradient(165deg, #1a2330, #121820);
  border: 1px solid rgba(122, 168, 170, 0.4);
  border-radius: var(--radius-block);
  padding: 1rem;
  box-shadow: var(--shadow-media), 0 0 0 1px rgba(196, 176, 122, 0.12);
  animation: rise 0.25s ease both;
}

.edit-popover[hidden] {
  display: none !important;
}

.edit-popover h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.edit-popover label {
  display: block;
  margin-top: 0.5rem;
}

.edit-popover textarea {
  min-height: 6rem;
}

.edit-popover .row-actions {
  margin-top: 0.85rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .admin-topbar__actions {
    width: 100%;
  }

  .admin-footbar {
    align-items: flex-start;
  }
}

/* ——— Client Portal (B2B draft) ——— */
/* Full-bleed portal; gutters via --pad. Soft guide rails keep tablet/mobile readable. */
.portal-page {
  max-width: none;
  width: 100%;
  padding-left: max(var(--pad), env(safe-area-inset-left, 0px));
  padding-right: max(var(--pad), env(safe-area-inset-right, 0px));
}

.portal-page--hub {
  max-width: none;
}

.portal-hub {
  width: 100%;
  max-width: none;
}

/* Design guides: content stays within comfortable columns on phone/tablet */
.portal-hub__intro,
.portal-sections,
.portal-card {
  width: 100%;
  max-width: none;
}

@media (max-width: 1023px) {
  .portal-hub__intro,
  .portal-section__panel > .portal-section__lede,
  .portal-card {
    max-width: 40rem;
  }
}

@media (max-width: 639px) {
  .portal-hub__intro,
  .portal-section__panel > .portal-section__lede,
  .portal-card {
    max-width: 100%;
  }
}

/* Logged-in portal: cooler charcoal so it reads as a workspace, not the brochure */
body.portal-session {
  --page-bg-color: #0c1016;
}

body.portal-session::after {
  background:
    radial-gradient(1100px 560px at 12% -8%, rgba(120, 150, 190, 0.09), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(70, 90, 120, 0.14), transparent 50%),
    radial-gradient(1.2px 1.2px at 8% 18%, rgba(210, 220, 235, 0.4), transparent),
    radial-gradient(1px 1px at 22% 64%, rgba(198, 161, 91, 0.38), transparent),
    radial-gradient(1.4px 1.4px at 36% 28%, rgba(220, 230, 245, 0.32), transparent),
    radial-gradient(1px 1px at 48% 82%, rgba(198, 161, 91, 0.42), transparent),
    radial-gradient(1.2px 1.2px at 61% 12%, rgba(210, 220, 235, 0.35), transparent),
    radial-gradient(1px 1px at 74% 46%, rgba(198, 161, 91, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 86% 71%, rgba(220, 230, 245, 0.28), transparent),
    radial-gradient(1px 1px at 94% 33%, rgba(198, 161, 91, 0.38), transparent),
    radial-gradient(1.2px 1.2px at 14% 88%, rgba(210, 220, 235, 0.3), transparent),
    radial-gradient(1px 1px at 42% 8%, rgba(198, 161, 91, 0.34), transparent),
    radial-gradient(1.3px 1.3px at 68% 92%, rgba(220, 230, 245, 0.26), transparent),
    radial-gradient(1px 1px at 55% 52%, rgba(198, 161, 91, 0.3), transparent);
  background-size: 100% 100%, 100% 100%, 220px 220px, 260px 260px, 300px 300px, 180px 180px,
    240px 240px, 200px 200px, 280px 280px, 190px 190px, 250px 250px, 210px 210px, 270px 270px,
    230px 230px;
}

.portal-draft-banner {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid color-mix(in srgb, var(--gold, #c6a15b) 45%, transparent);
  background: color-mix(in srgb, var(--gold, #c6a15b) 12%, transparent);
  color: var(--gold-soft, #e0c88a);
  font-size: 0.92rem;
}

.portal-card {
  margin-top: 1.25rem;
  padding: 1.25rem 1.2rem 1.35rem;
  border-top: 1px solid var(--line);
}

.portal-hub__intro {
  margin-bottom: 0.35rem;
}

.portal-hub__meta {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.portal-sticky-nav {
  position: sticky;
  top: 4.6rem;
  z-index: 30;
  margin: 0 0 1.35rem;
  padding: 0.55rem 0;
  background: color-mix(in srgb, #0c1016 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.portal-sticky-nav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.portal-sticky-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(198, 161, 91, 0.28);
  border-radius: var(--radius-btn);
  color: var(--gold-soft, #e0c88a);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.portal-sticky-nav__link:hover,
.portal-sticky-nav__link:focus-visible {
  border-color: rgba(198, 161, 91, 0.55);
  background: color-mix(in srgb, var(--gold, #c6a15b) 12%, transparent);
  color: var(--gold-bright, #f3e2a8);
  outline: none;
}

.portal-sticky-nav__link.is-active {
  border-color: rgba(198, 161, 91, 0.65);
  background: color-mix(in srgb, var(--gold, #c6a15b) 18%, transparent);
  color: var(--gold-bright, #f3e2a8);
}

.portal-sections {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.portal-section {
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: var(--radius-block);
  background: color-mix(in srgb, #121820 72%, transparent);
  overflow: hidden;
}

.portal-section__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: background 0.2s ease;
}

.portal-section__toggle:hover,
.portal-section__toggle:focus-visible {
  background: color-mix(in srgb, var(--gold, #c6a15b) 8%, transparent);
  outline: none;
}

.portal-section__titles {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.portal-section__label {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--gold-bright, #f3e2a8);
}

.portal-section__hint {
  font-size: 0.84rem;
  color: var(--muted, #a8adb3);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.portal-section__chevron {
  flex-shrink: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2px solid var(--gold, #c6a15b);
  border-bottom: 2px solid var(--gold, #c6a15b);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-right: 0.25rem;
}

.portal-section.is-open .portal-section__chevron {
  transform: rotate(-135deg);
  margin-top: 0.35rem;
}

.portal-section__panel {
  padding: 0 1.15rem 1.25rem;
  border-top: 1px solid rgba(198, 161, 91, 0.14);
}

.portal-section__lede {
  margin: 1rem 0 1.1rem;
  color: var(--muted, #a8adb3);
  font-size: 0.98rem;
}

.portal-form label {
  display: block;
  margin: 0.75rem 0 0.35rem;
}

.portal-scroll-top {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1.35rem, env(safe-area-inset-bottom, 0px));
  z-index: 35;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  min-width: 2.75rem;
  padding: 0.55rem 0.65rem 0.45rem;
  border: 1px solid rgba(198, 161, 91, 0.45);
  border-radius: var(--radius-btn);
  background: rgba(12, 16, 22, 0.92);
  color: var(--gold-soft, #e0c88a);
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.portal-scroll-top[hidden] {
  display: none !important;
}

.portal-scroll-top:hover,
.portal-scroll-top:focus-visible {
  border-color: rgba(198, 161, 91, 0.7);
  background: color-mix(in srgb, var(--gold, #c6a15b) 14%, #0c1016);
  color: var(--gold-bright, #f3e2a8);
  outline: none;
  transform: translateY(-2px);
}

.portal-scroll-top__label {
  font-size: 0.65rem;
}

.portal-note {
  margin: 0 0 1rem;
  color: var(--muted, #b7b1a6);
  font-size: 0.95rem;
}

.portal-note .portal-logout {
  margin-left: 0.65rem;
  vertical-align: middle;
}

.portal-schedule {
  margin: 0 0 1.15rem;
  color: var(--gold-soft, #e0c88a);
}

.portal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

@media (min-width: 540px) {
  .portal-actions {
    grid-template-columns: 1fr 1fr;
  }
}

.portal-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  text-align: left;
  padding: 0.85rem 1rem;
  min-height: 4.25rem;
  white-space: normal;
  height: auto;
}

.portal-action__label {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.portal-action__hint {
  font-size: 0.82rem;
  font-weight: 400;
  opacity: 0.78;
  text-transform: none;
  letter-spacing: 0;
}

.portal-hot {
  display: grid;
  gap: 0.85rem;
}

.portal-hot__item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.95rem;
  align-items: center;
  padding: 0.95rem 0 1rem;
  border-top: 1px solid var(--line);
}

.portal-hot__media {
  width: 4.5rem;
  aspect-ratio: 2 / 3;
  border-radius: 0.35rem;
  overflow: hidden;
  background: color-mix(in srgb, #0a0e14 75%, transparent);
  border: 1px solid rgba(198, 161, 91, 0.22);
}

.portal-hot__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.portal-hot__img--placeholder {
  background: linear-gradient(160deg, rgba(198, 161, 91, 0.12), transparent 70%);
}

.portal-hot__copy {
  min-width: 0;
}

.portal-hot__rank {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold, #c6a15b);
}

.portal-hot__item h3 {
  margin: 0.25rem 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.portal-hot__item p {
  margin: 0;
  color: var(--muted, #b7b1a6);
}

@media (min-width: 640px) {
  .portal-hot__item {
    grid-template-columns: 5.5rem 1fr;
    gap: 1.15rem;
  }

  .portal-hot__media {
    width: 5.5rem;
  }
}

.portal-fieldset {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}

.portal-fieldset legend {
  margin-bottom: 0.65rem;
  font-weight: 600;
  color: var(--gold-soft, #e0c88a);
}

.portal-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.portal-line__check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.portal-line input[type="number"] {
  width: 4.5rem;
  text-align: center;
}

/* Product picker: slider + dropdown */
.portal-product-picker {
  display: grid;
  gap: 1.25rem;
  width: 100%;
}

.portal-range-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  grid-column: 1 / -1;
}

.portal-flavour-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  grid-column: 1 / -1;
  margin-top: -0.35rem;
}

.portal-flavour-menu[hidden] {
  display: none !important;
}

.portal-flavour-chip {
  appearance: none;
  border: 1px solid rgba(198, 161, 91, 0.28);
  border-radius: 999px;
  background: color-mix(in srgb, #0a0e14 55%, transparent);
  color: var(--gold-soft, #e0c88a);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.38rem 0.85rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.portal-flavour-chip:hover,
.portal-flavour-chip:focus-visible {
  border-color: rgba(198, 161, 91, 0.65);
  background: color-mix(in srgb, var(--gold, #c6a15b) 14%, transparent);
  outline: none;
}

.portal-flavour-chip.is-active {
  border-color: rgba(243, 226, 168, 0.75);
  background: linear-gradient(135deg, rgba(198, 161, 91, 0.34), rgba(120, 90, 40, 0.22));
  color: var(--gold-bright, #f3e2a8);
  box-shadow: 0 0 0 1px rgba(198, 161, 91, 0.2);
}

.portal-range-tab {
  appearance: none;
  border: 1px solid rgba(198, 161, 91, 0.3);
  border-radius: var(--radius-btn);
  background: transparent;
  color: var(--gold-soft, #e0c88a);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.8rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.portal-range-tab:hover,
.portal-range-tab:focus-visible {
  border-color: rgba(198, 161, 91, 0.6);
  background: color-mix(in srgb, var(--gold, #c6a15b) 12%, transparent);
  outline: none;
}

.portal-range-tab.is-active {
  border-color: rgba(198, 161, 91, 0.75);
  background: color-mix(in srgb, var(--gold, #c6a15b) 18%, transparent);
  color: var(--gold-bright, #f3e2a8);
}

.portal-product-slider {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(198, 161, 91, 0.22);
  border-radius: var(--radius-block);
  background: color-mix(in srgb, #0a0e14 70%, transparent);
  overflow: visible;
}

.portal-product-slider__frame {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem 0.5rem;
}

.portal-product-slider__stage {
  min-width: 0;
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
  scrollbar-color: rgba(198, 161, 91, 0.55) rgba(12, 16, 22, 0.4);
}

.portal-product-slider__stage::-webkit-scrollbar {
  height: 6px;
}

.portal-product-slider__stage::-webkit-scrollbar-track {
  background: rgba(12, 16, 22, 0.45);
  border-radius: 999px;
}

.portal-product-slider__stage::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(198, 161, 91, 0.45), rgba(243, 226, 168, 0.7));
  border-radius: 999px;
}

.portal-product-slider__slide {
  display: none;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.5rem 0.35rem 0.75rem;
}

.portal-product-slider__slide.is-active {
  display: grid;
}

.portal-product-slider__slide[hidden] {
  display: none !important;
}

.portal-product-slider__media {
  border-radius: var(--radius-media);
  overflow: visible;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: var(--shadow-media);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  /* Never crop — frame follows the photo */
  aspect-ratio: auto;
  min-height: 0;
}

.portal-product-slider__media.is-portrait,
.portal-product-slider__media.is-landscape,
.portal-product-slider__media.is-square {
  aspect-ratio: auto;
}

.portal-product-slider__media img {
  width: 100%;
  height: auto;
  max-height: min(58vh, 520px);
  object-fit: contain;
  object-position: center;
  display: block;
}

.portal-product-slider__media.is-portrait img,
.portal-product-slider__media.is-landscape img,
.portal-product-slider__media.is-square img {
  height: auto;
  max-height: min(58vh, 520px);
  object-fit: contain;
  object-position: center;
}

.portal-product-slider__placeholder {
  width: 100%;
  min-height: 160px;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, rgba(198, 161, 91, 0.15), rgba(70, 90, 120, 0.2));
}

.portal-product-slider__copy {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.portal-product-slider__name {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  color: var(--gold-bright, #f3e2a8);
  overflow-wrap: anywhere;
}

.portal-product-slider__blurb {
  margin: 0;
  color: var(--muted, #a8adb3);
  font-size: 0.95rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.portal-product-slider__nav {
  flex-shrink: 0;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(198, 161, 91, 0.55);
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold, #c6a15b) 18%, #0c1016);
  color: var(--gold-bright, #f3e2a8);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.portal-product-slider__nav:hover,
.portal-product-slider__nav:focus-visible {
  border-color: rgba(198, 161, 91, 0.9);
  background: color-mix(in srgb, var(--gold, #c6a15b) 28%, #0c1016);
  outline: none;
  transform: scale(1.05);
}

.portal-product-picker__controls {
  display: grid;
  gap: 0.35rem;
  max-width: 36rem;
  min-width: 0;
}

.portal-select {
  position: relative;
  width: 100%;
}

.portal-select__native,
.portal-product-picker__controls select.portal-select__native {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 2.6rem 0.75rem 0.9rem;
  border: 1px solid rgba(198, 161, 91, 0.38);
  border-radius: var(--radius-btn, 0.65rem);
  background:
    linear-gradient(180deg, rgba(198, 161, 91, 0.1), rgba(198, 161, 91, 0.03)),
    #0e1218;
  color: var(--gold-bright, #f3e2a8);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(243, 226, 168, 0.08);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.portal-select__native:hover,
.portal-select__native:focus {
  border-color: rgba(198, 161, 91, 0.7);
  outline: none;
  box-shadow:
    inset 0 1px 0 rgba(243, 226, 168, 0.1),
    0 0 0 3px rgba(198, 161, 91, 0.12);
}

.portal-select__native option,
.portal-select__native optgroup {
  background: #121820;
  color: #f2f0ea;
}

.portal-select__chevron {
  position: absolute;
  right: 0.95rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--gold, #c6a15b);
  border-bottom: 2px solid var(--gold, #c6a15b);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.portal-product-picker__controls select {
  width: 100%;
  max-width: 100%;
}

.portal-product-slider__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.15rem 0.75rem 1rem;
}

.portal-product-slider__dot {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: 1px solid rgba(198, 161, 91, 0.4);
  border-radius: 999px;
  background: rgba(198, 161, 91, 0.18);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.portal-product-slider__dot[hidden] {
  display: none !important;
}

.portal-product-slider__dot.is-active {
  background: linear-gradient(135deg, #f3e2a8, #c6a15b);
  border-color: #f3e2a8;
  transform: scale(1.2);
  box-shadow: 0 0 12px rgba(198, 161, 91, 0.45);
}

.portal-product-picker__qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.portal-product-picker__qty-row label {
  margin: 0;
  width: 100%;
}

.portal-product-picker__add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.portal-product-picker__qty-row input[type="number"] {
  width: 5rem;
  text-align: center;
}

.portal-product-picker__unit {
  color: var(--muted, #a8adb3);
  font-size: 0.92rem;
}

.portal-product-picker__plus {
  min-width: 2.75rem;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 600;
}

.portal-product-picker__hint {
  margin: 0.15rem 0 0;
  width: 100%;
  font-size: 0.85rem;
  color: var(--muted, #a8adb3);
}

.portal-product-picker__added {
  margin: 0.35rem 0 0;
  width: 100%;
  font-size: 0.88rem;
  color: var(--gold-soft, #e0c88a);
}

.portal-product-picker__added.is-err {
  color: #e8a0a0;
}

.portal-product-picker__controls .portal-order-lines {
  margin-top: 0.85rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  width: 100%;
}

.portal-order-lines {
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.portal-order-lines__title {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft, #e0c88a);
}

.portal-order-lines__empty {
  margin: 0;
  color: var(--muted, #a8adb3);
  font-size: 0.92rem;
}

.portal-order-lines__list {
  display: grid;
  gap: 0.55rem;
}

.portal-order-line {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  align-items: center;
}

.portal-product-picker__controls .portal-order-line {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(198, 161, 91, 0.12);
}

.portal-product-picker__controls .portal-order-line:last-child {
  border-bottom: 0;
}

.portal-product-picker__controls .portal-order-line__qty {
  justify-content: flex-start;
}

.portal-order-line__name {
  font-weight: 500;
  color: var(--gold-soft, #e0c88a);
  min-width: 0;
}

.portal-order-line__qty {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.portal-order-line input[type="number"] {
  width: 4.5rem;
  text-align: center;
}

.portal-order-line__unit {
  font-size: 0.85rem;
  color: var(--muted, #a8adb3);
  min-width: 0;
}

.portal-order-line__remove {
  min-width: 2.75rem;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 600;
}

@media (min-width: 900px) {
  .portal-product-picker {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.85fr);
    align-items: start;
  }

  .portal-range-menu,
  .portal-flavour-menu {
    grid-column: 1 / -1;
  }

  /* Keep the cart under the + controls (not buried under the tall slider). */
  .portal-product-picker__controls {
    align-self: start;
  }
}

@media (max-width: 639px) {
  .portal-product-slider__media {
    max-width: none;
  }
}

.portal-check {
  margin: 0.75rem 0 1rem;
}

.portal-order-recurring {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
  max-width: 36rem;
}

.portal-order-recurring__lede {
  margin: 0 0 0.85rem;
  color: var(--muted, #a8adb3);
  font-size: 0.92rem;
  line-height: 1.4;
}

.portal-fieldset--radios {
  display: grid;
  gap: 0.25rem;
  margin: 0 0 0.85rem;
  width: fit-content;
  max-width: 100%;
}

.portal-form .portal-radio,
.portal-radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0.4rem 0.15rem;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--ink, #f2f0ea);
}

.portal-form .portal-radio input[type="radio"],
.portal-radio input[type="radio"] {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  accent-color: var(--gold, #c6a15b);
}

.portal-order-recurring > label[for="portal-order-forecast"] {
  display: block;
  margin: 0.35rem 0 0.4rem;
}

.portal-deals {
  display: grid;
  gap: 0.85rem;
}

.portal-deal {
  padding: 0.95rem 0 1rem;
  border-top: 1px solid var(--line);
}

.portal-deal h3 {
  margin: 0.25rem 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.portal-deal p {
  margin: 0;
  color: var(--muted, #b7b1a6);
}

.portal-deal__badge {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold, #c6a15b);
}

.portal-deal--current {
  border-top-color: color-mix(in srgb, var(--gold, #c6a15b) 55%, var(--line));
}

.portal-deal--current .portal-deal__badge {
  color: var(--gold-bright, #f3e2a8);
}

@media (max-width: 640px) {
  .portal-sticky-nav {
    top: 4.2rem;
  }

  .portal-sticky-nav__inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .portal-sticky-nav__link {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .portal-scroll-top {
    right: 1rem;
  }
}
