@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #120d0e;
  --panel: #1b1214;
  --red: #381317;
  --gold: #dfbd7f;
  --text: #f4eadc;
  --muted: #bdb0a5;
  --line: #4c3832;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
video:focus-visible {
  outline: 3px solid #f5d69e;
  outline-offset: 5px;
}
button,
a,
summary {
  touch-action: manipulation;
}
img,
video {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.12;
}
h1,
h2 {
  font-family: var(--serif);
}
h1 {
  font-size: clamp(44px, 4.5vw, 70px);
  letter-spacing: -2.5px;
  max-width: 760px;
}
h1 em {
  font-weight: 400;
  color: var(--gold);
}
h2 {
  font-size: clamp(34px, 3.6vw, 49px);
  letter-spacing: -1.3px;
}
h3 {
  font-size: 26px;
  font-family: var(--serif);
}
p {
  color: var(--muted);
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.header {
  width: min(1360px, calc(100% - 64px));
  margin: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: 3px;
  color: var(--gold);
}
.brand-symbol {
  border: 1px solid var(--gold);
  width: 30px;
  height: 32px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
}
.brand-dot {
  font: 12px Arial;
  align-self: flex-start;
  margin-top: 10px;
}
.header nav {
  display: flex;
  gap: 32px;
}
.header nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-size: 13px;
}
.header nav a:hover,
.footer a:hover {
  color: var(--gold);
}
.languages {
  display: flex;
  border: 1px solid var(--line);
  padding: 3px;
  border-radius: 3px;
}
.languages button {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
.languages button[aria-pressed="true"] {
  background: var(--gold);
  color: var(--bg);
}
.hero {
  position: relative;
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  padding: 60px 28px 90px;
  overflow: hidden;
}
.bg-layer { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; background: var(--bg); }
.mesh {
  position: absolute; inset: -20%;
  background:
    radial-gradient(38% 34% at 18% 18%, rgba(190, 40, 50, 0.26), transparent 60%),
    radial-gradient(44% 40% at 82% 12%, rgba(223, 189, 127, 0.18), transparent 55%),
    radial-gradient(48% 44% at 50% 82%, rgba(190, 40, 50, 0.13), transparent 60%),
    linear-gradient(180deg, #120d0e 0%, #1a1213 45%, #120d0e 100%);
  animation: meshDrift 24s ease-in-out infinite alternate;
  filter: blur(10px);
}
.grain {
  position: absolute; inset: 0; opacity: 0.04; mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  animation: grainShift 0.5s steps(2) infinite;
}
@keyframes meshDrift { 0% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(2%,-1.5%,0) scale(1.05); } 100% { transform: translate3d(-1.5%,2%,0) scale(1.03); } }
@keyframes grainShift { 0% { transform: translate(0,0); } 25% { transform: translate(-1%,1%); } 50% { transform: translate(1%,-1%); } 75% { transform: translate(-.5%,-.5%); } 100% { transform: translate(.5%,.5%); } }
.hero-orb { position: absolute; width: 460px; height: 460px; border-radius: 50%; filter: blur(70px); opacity: .3; pointer-events: none; animation: orbFloat 11s ease-in-out infinite alternate; }
.hero-orb-a { background: radial-gradient(circle, rgba(190,40,50,.8), transparent 65%); top: -6%; left: -8%; }
.hero-orb-b { background: radial-gradient(circle, rgba(223,189,127,.7), transparent 65%); bottom: -10%; right: -6%; animation-delay: -5s; }
@keyframes orbFloat { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(40px,-30px,0) scale(1.1); } }
.hero-grid { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-intro { text-align: left; }
.hero-brand {
  font-family: var(--serif); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin: 0 0 16px;
  background: linear-gradient(120deg, var(--gold) 20%, var(--red) 50%, var(--gold) 80%);
  background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sheen 6s ease-in-out infinite;
}
@keyframes sheen { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.hero h1 { margin: 0 0 20px; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.06; letter-spacing: -0.03em; font-weight: 700; color: var(--text); }
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--gold) 20%, var(--red) 50%, var(--gold) 80%);
  background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sheen 6s ease-in-out infinite;
}
.hero-sub { margin: 0 0 24px; max-width: 520px; font-size: 17px; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-size: 14.5px; font-weight: 700; cursor: pointer; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(120deg, var(--red), var(--red)); color: #fff; box-shadow: 0 14px 40px rgba(190,40,50,.35); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost { background: rgba(255,255,255,.05); color: var(--text); border-color: var(--line); }
.hero-points { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.hero-points li { border: 1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 999px; padding: 9px 15px; font-size: 13px; color: var(--muted); font-weight: 600; white-space: nowrap; }
.hero-art { position: relative; }
.hero-glow { position: absolute; inset: -8%; background: radial-gradient(circle, rgba(190,40,50,.28), transparent 65%); filter: blur(40px); z-index: 0; }
.hero-art img { position: relative; z-index: 1; width: 100%; border-radius: 26px; box-shadow: 0 30px 100px rgba(0,0,0,.55); aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--line); animation: heroFloat 7s ease-in-out infinite; }
@keyframes heroFloat { 0%,100% { transform: translateY(0) rotate(0.3deg); } 50% { transform: translateY(-12px) rotate(-0.3deg); } }
.glass-chip { position: absolute; z-index: 2; width: 190px; padding: 14px 16px; border-radius: 18px; border: 1px solid var(--line); background: rgba(28,22,17,.75); backdrop-filter: blur(16px); box-shadow: 0 16px 44px rgba(0,0,0,.4); }
.glass-chip strong { display: block; font-size: 14px; margin-bottom: 2px; color: var(--text); }
.glass-chip span { color: var(--muted); font-size: 12px; }
.chip-top { top: -22px; left: -26px; animation: chipFloat 6s ease-in-out infinite; }
.chip-bottom { bottom: -18px; right: -22px; animation: chipFloat 6s ease-in-out infinite reverse; }
@keyframes chipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 420px; margin: 0 auto 8px; }
  .hero-art img { aspect-ratio: 16/10; }
  .hero-actions .btn { flex: 1; }
}
@media (max-width: 600px) {
  .glass-chip { position: absolute; }
  .chip-top { top: -16px; left: 8px; }
  .chip-bottom { bottom: -16px; right: 8px; }
  .hero-art img { height: 240px !important; width: 100% !important; object-fit: cover; aspect-ratio: 16/9 !important; }
  .hero-art { max-width: 100%; height: 240px; }
  .hero { padding: 40px 28px 60px; min-height: auto; }
}
.eyebrow {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}
.hero .lede {
  margin-top: 24px;
  max-width: 510px;
}
.lede {
  font-size: 17px;
  line-height: 1.75;
}
.hero-scope {
  font-size: 13px;
  color: var(--text);
  margin-top: 28px;
}
.hero-price {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
}
.hero-price strong {
  font-size: 24px;
  color: var(--text);
  font-weight: 500;
}
.actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 22px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s;
}
.primary {
  background: var(--gold);
  color: #20140f;
}
.primary:hover {
  background: #f1d6a3;
}
.secondary {
  color: var(--text);
  border-color: var(--line);
  background: transparent;
}
.secondary:hover {
  background: #32211d;
}
.actions .secondary {
  border: 0;
  padding-left: 0;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.small {
  font-size: 12px;
  line-height: 1.75;
}
.hero-copy > .small {
  margin-top: 14px;
}
.hero-visual {
  background: #080708;
  position: relative;
  border: 1px solid var(--line);
}
.hero-visual img {
  aspect-ratio: 1/1.06;
  object-fit: cover;
}
.art-index {
  position: absolute;
  top: 22px;
  left: 24px;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--gold);
}
.hero-visual figcaption {
  padding: 24px;
  border-top: 1px solid var(--line);
  background: linear-gradient(110deg, #311317, #161011);
}
.hero-visual figcaption span {
  display: block;
}
.art-title {
  font-family: var(--serif);
  font-size: 26px;
  margin-bottom: 9px;
}
.hero-visual .small {
  color: var(--muted);
}
.section {
  padding-block: 84px;
  border-top: 1px solid var(--line);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.plans {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.plan {
  padding: 38px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: var(--panel);
}
.subscription {
  border-color: #997844;
  background:
    radial-gradient(ellipse at top left, #471c21, transparent 85%), #201315;
}
.plan .eyebrow {
  margin-bottom: 16px;
}
.plan h3 {
  font-size: 34px;
  margin-bottom: 12px;
}
.plan > p:not(.eyebrow):not(.price) {
  font-size: 14px;
}
.price {
  margin-top: 28px;
  color: var(--text);
}
.price strong {
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -2px;
}
.price > span {
  font-size: 13px;
  color: var(--muted);
}
.offer-list {
  list-style: none;
  margin: 22px 0 30px;
  padding: 0;
  flex: 1;
}
.offer-list li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid #ffffff12;
  font-size: 14px;
  line-height: 1.6;
}
.offer-list li:before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--gold);
}
.plan > .small {
  margin-top: 18px;
  font-size: 12px !important;
}
.scope-note {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 0.75fr 1.3fr;
  gap: 16px 36px;
  padding: 28px 0;
}
.scope-note h3 {
  color: var(--gold);
  font-size: 24px;
}
.scope-note p {
  font-size: 14px;
}
.scope-note .small {
  grid-column: 2;
  font-size: 12px;
}
.work-section {
  background: #180f11;
}
.section-intro {
  max-width: 670px;
  margin: -12px 0 34px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
.work-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #130e0f;
}
.work-card > img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.work-card video {
  width: 100%;
  aspect-ratio: 9/13;
  object-fit: contain;
  background: #080808;
}
.card-copy {
  padding: 24px;
}
.study-label {
  font-size: 10px;
  line-height: 1.65;
  color: var(--gold);
  margin-bottom: 15px;
}
.card-copy h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}
dl {
  margin: 0;
}
dt {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 14px;
}
dd {
  margin: 3px 0 0;
  font-size: 13px;
  line-height: 1.6;
}
.portfolio-note {
  margin-top: 26px;
  max-width: 840px;
}
.process-grid {
  list-style: none;
  counter-reset: steps;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin: 48px 0 0;
  padding: 0;
}
.process-grid li {
  counter-increment: steps;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.process-grid li:before {
  content: "0" counter(steps);
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 36px;
  margin-bottom: 24px;
}
.process-grid h3 {
  margin-bottom: 16px;
}
.process-grid p {
  font-size: 14px;
}
.founder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  background: linear-gradient(110deg, #3c181c, #231315);
  padding: 50px;
  border: 1px solid var(--line);
  margin-bottom: 84px;
}
.founder h2 {
  font-size: 37px;
}
.founder-quote {
  font-size: 20px;
  color: var(--text);
  font-family: var(--serif);
  line-height: 1.7;
}
.signature {
  margin-top: 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: var(--gold);
}
.signature span {
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  color: var(--muted);
  margin-left: 12px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  min-height: 64px;
  padding: 20px 30px 20px 0;
  line-height: 1.5;
  font-size: 15px;
}
summary::marker {
  color: var(--gold);
}
details p {
  padding: 0 16px 22px 0;
  font-size: 14px;
}
.inquiry {
  background: radial-gradient(ellipse at left bottom, #481b21, #211215 75%);
}
.inquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.inquiry-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
.inquiry-actions .button {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 768px) {
  .inquiry-grid { grid-template-columns: 1fr; gap: 40px; }
}
.inquiry h2 {
  font-size: 52px;
}
.inquiry .lede {
  margin: 25px 0;
}
.inquiry #email-help {
  font-size: 14px;
  margin-bottom: 12px;
}
.email-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--gold);
  font-size: 16px;
}
.inquiry .small {
  margin-top: 12px;
}
.field {
  margin-bottom: 17px;
}
label {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
input,
select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #73534b;
  border-radius: 2px;
  background: #1a1012;
  color: var(--text);
}
input::placeholder {
  color: var(--muted);
}
form .button {
  width: 100%;
  margin-top: 8px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 130px;
}
.footer p,
.footer > a:last-child {
  font-size: 12px;
}
.footer > a:last-child {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 10;
  background: var(--gold);
  color: var(--bg);
  padding: 12px 20px;
}
.skip-link:focus {
  top: 12px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 85px;
    padding-block: 90px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header {
    width: calc(100% - 48px);
    gap: 20px;
  }
  .header nav {
    gap: 18px;
  }
  .hero {
    gap: 30px;
  }
  h1 {
    font-size: 48px;
  }
  .plan {
    padding: 26px;
  }
  .work-grid {
    gap: 24px 16px;
  }
  .card-copy {
    padding: 20px;
  }
  .inquiry-grid {
    gap: 45px;
  }
  .founder {
    gap: 40px;
    padding: 36px;
  }
  .faq {
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    width: calc(100% - 40px);
    min-height: 85px;
    flex-wrap: wrap;
    gap: 4px;
    padding-top: 14px;
  }
  .wordmark {
    font-size: 22px;
    gap: 7px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid #ffffff0c;
    margin-top: 10px;
  }
  .header nav a {
    font-size: 11px;
    min-height: 46px;
  }
  .languages {
    padding: 2px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 38px 46px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 19px;
  }
  h1 {
    font-size: 43px;
    letter-spacing: -1.9px;
    line-height: 1.09;
  }
  .hero .lede {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.65;
  }
  .hero-scope {
    font-size: 12px;
    margin-top: 22px;
  }
  .hero-price {
    margin-top: 9px;
  }
  .actions {
    margin-top: 18px;
    gap: 2px;
  }
  .actions .button {
    width: 100%;
  }
  .actions .secondary {
    padding-left: 22px;
  }
  .hero-copy > .small {
    margin-top: 5px;
    font-size: 11px;
  }
  .hero-visual img {
    aspect-ratio: 1.1;
  }
  .hero-visual figcaption {
    padding: 20px;
  }
  .art-title {
    font-size: 24px;
  }
  .section {
    padding-block: 54px;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  h2 {
    font-size: 36px;
  }
  .plans,
  .work-grid,
  .process-grid,
  .founder,
  .faq,
  .inquiry-grid {
    grid-template-columns: 1fr;
  }
  .plans {
    gap: 20px;
  }
  .plan {
    padding: 26px 23px;
  }
  .plan h3 {
    font-size: 31px;
  }
  .price strong {
    font-size: 48px;
  }
  .scope-note {
    grid-template-columns: 1fr;
    padding: 12px 0 0;
    gap: 15px;
  }
  .scope-note .small {
    grid-column: auto;
  }
  .work-grid {
    gap: 26px;
  }
  .work-card video {
    aspect-ratio: 9/14;
    max-height: 530px;
  }
  .card-copy {
    padding: 24px;
  }
  .process-grid {
    gap: 28px;
    margin-top: 30px;
  }
  .process-grid li:before {
    margin-bottom: 16px;
  }
  .founder {
    gap: 26px;
    padding: 28px;
    margin-bottom: 54px;
  }
  .founder h2 {
    font-size: 32px;
  }
  .founder-quote {
    font-size: 20px;
  }
  .faq {
    gap: 0;
  }
  .inquiry-grid {
    gap: 34px;
  }
  .inquiry h2 {
    font-size: 44px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 8px 20px;
    padding-block: 28px;
  }
  .footer p {
    order: 3;
    width: 100%;
  }
  .footer > a:last-child {
    margin-left: auto;
  }
  .eyebrow {
    font-size: 10px;
  }
  .email-link {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Explicit sizing overrides the source images' intrinsic HTML dimensions. */
.hero-visual img,
.work-card > img {
  width: 100%;
  height: auto;
}

/* Basket */
.basket-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.basket-btn:hover { border-color: var(--gold); background: rgba(223,189,127,.06); }
.basket-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--bg);
  font-size: 11px;
  font-weight: 700;
  padding: 0 6px;
}
.basket-count:empty, .basket-count[data-count="0"] { display: none; }

.basket-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 100;
  opacity: 0;
  transition: opacity .25s;
}
.basket-overlay:not([hidden]) { opacity: 1; }

.basket-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100vh;
  background: var(--panel);
  border-left: 1px solid var(--line);
  z-index: 101;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s ease;
  box-shadow: -20px 0 60px rgba(0,0,0,.4);
}
.basket-panel:not([hidden]) { transform: translateX(0); }

.basket-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}
.basket-header h2 { font-size: 22px; }
.basket-close {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 28px;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  line-height: 1;
}
.basket-close:hover { color: var(--text); }

.basket-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 28px;
}
.basket-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #ffffff10;
}
.basket-item-info { flex: 1; }
.basket-item-info h3 { font-size: 16px; margin-bottom: 4px; }
.basket-item-info .basket-item-price { font-size: 14px; color: var(--muted); }
.basket-item-remove {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.basket-item-remove:hover { color: var(--red); }
.basket-empty {
  text-align: center;
  color: var(--muted);
  padding: 40px 0;
  font-size: 15px;
}

.basket-footer {
  padding: 20px 28px 28px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.basket-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: var(--muted);
}
.basket-total strong { font-size: 22px; color: var(--text); font-family: var(--serif); }
.basket-continue {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.basket-continue:hover { color: var(--text); }

.basket-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--bg);
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  z-index: 200;
  opacity: 0;
  transition: opacity .3s, transform .3s;
  pointer-events: none;
}
.basket-toast.show { opacity: 1; transform: translateX(-50%) translateY(-4px); }

@media (max-width: 600px) {
  .header { flex-wrap: wrap; gap: 12px; }
  .basket-btn { font-size: 12px; padding: 0 10px; }
}
