:root {
  --ink: #f4f7fb;
  --muted: #aab9ca;
  --deep: #050a12;
  --navy: #07111f;
  --panel: #0d1a2a;
  --line: rgba(177, 212, 240, .16);
  --blue: #63c8ff;
  --blue-soft: #b8e7ff;
  --max: 1180px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 72% 7%, rgba(35, 124, 184, .17), transparent 26rem),
    radial-gradient(circle at 8% 34%, rgba(55, 100, 151, .11), transparent 24rem),
    var(--deep);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(118,199,242,.75) 0 1px, transparent 1.4px);
  background-position: 0 0, 37px 49px;
  background-size: 123px 137px, 191px 173px;
  mask-image: linear-gradient(to bottom, #000, transparent 42%);
  z-index: -1;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(3.25rem, 7vw, 6.75rem); margin-bottom: 1.7rem; }
h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); margin-bottom: 1.3rem; }
h3 { line-height: 1.2; }

.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; background: white; color: black; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(calc(100% - 3rem), var(--max));
  min-height: 96px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-family: Georgia, serif; font-size: .72rem; line-height: 1.15; letter-spacing: .22em; }
.brand-mark { width: 23px; height: 34px; position: relative; clip-path: polygon(50% 0, 68% 55%, 100% 25%, 50% 100%, 0 25%, 32% 55%); background: linear-gradient(#fff, #94d9ff); }
.site-header nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.site-header nav a { color: var(--muted); font-size: .9rem; text-decoration: none; }
.site-header nav a:hover { color: white; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: .8rem 1.45rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #03111d;
  background: linear-gradient(135deg, #e9f8ff, #65caff);
  box-shadow: 0 12px 34px rgba(52, 164, 226, .22), inset 0 1px rgba(255,255,255,.7);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(52, 164, 226, .33), inset 0 1px rgba(255,255,255,.7); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.button-small { min-height: 43px; padding: .55rem 1.1rem; font-size: .88rem; }

.hero {
  width: min(calc(100% - 3rem), var(--max));
  min-height: 650px;
  margin: auto;
  padding: 3rem 0 4.5rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(3,8,15,.98) 0%, rgba(3,8,15,.88) 34%, rgba(3,8,15,.28) 68%, rgba(3,8,15,.45) 100%),
    linear-gradient(0deg, rgba(3,8,15,.08), rgba(3,8,15,.58) 82%),
    url("assets/earth-horizon.webp") center bottom / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(125,204,248,.38);
  box-shadow: 0 -12px 60px rgba(59,174,237,.22);
}
.hero-copy { position: relative; z-index: 2; max-width: 590px; }
.eyebrow, .section-kicker { color: var(--blue-soft); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: .65rem; }
.eyebrow span { width: 30px; height: 1px; background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.hero-title {
  display: flex;
  flex-direction: column;
  margin: .75rem 0 .55rem;
  font-size: clamp(4.3rem, 7vw, 7.1rem);
  line-height: .78;
  letter-spacing: -.055em;
  text-shadow: 0 8px 36px rgba(0,0,0,.48);
}
.hero-title span { display: block; }
.hero-title .hero-number { margin-bottom: .28em; font-size: .77em; line-height: .65; }
.hero-subtitle { margin-bottom: .55rem; color: white; font-size: clamp(1rem, 1.8vw, 1.38rem); text-transform: uppercase; letter-spacing: .14em; }
.hero-lead { max-width: 600px; margin-bottom: 1.2rem; color: #d6e8f5; font-size: clamp(1.05rem, 1.7vw, 1.36rem); }
.offer-row { display: flex; align-items: baseline; gap: .9rem; margin: 1rem 0 1.2rem; }
.old-price { color: #8394a8; text-decoration: line-through; font-size: 1.1rem; }
.offer-row strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.offer-note { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-actions .button { min-width: 260px; text-transform: uppercase; letter-spacing: .08em; }
.text-link { color: var(--blue-soft); text-underline-offset: .35rem; }
.checkout-note { margin: 1.2rem 0 0; color: #7f91a5; font-size: .79rem; }
.checkout-note span { color: #8fe4bf; margin-right: .25rem; }

.hero-visual { position: relative; isolation: isolate; padding: 1rem 1.5rem; }
.hero-visual::after { content: ""; position: absolute; inset: 10% 0 0; z-index: -2; background: radial-gradient(circle, rgba(65,183,246,.28), transparent 61%); filter: blur(18px); }
.hero-visual img { width: min(100%, 370px); margin: auto; border-radius: 2px; box-shadow: 0 44px 90px rgba(0,0,0,.72), 0 0 42px rgba(84,191,248,.15), 0 0 0 1px rgba(217,240,255,.17); transform: rotate(.7deg); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(113,200,247,.18); border-radius: 50%; z-index: -1; transform: translate(-50%, -50%) rotate(-15deg); }
.orbit-one { width: 115%; aspect-ratio: 1; }
.orbit-two { width: 92%; aspect-ratio: 1; transform: translate(-50%, -50%) rotate(20deg); }
.page-badge { position: absolute; right: -1rem; bottom: 10%; width: 122px; height: 122px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: .45rem; color: #06101d; background: rgba(226,246,255,.95); box-shadow: 0 12px 30px rgba(0,0,0,.35); transform: rotate(-5deg); }
.page-badge strong { font-family: var(--serif); font-size: 2.45rem; font-weight: 400; line-height: 1; }
.page-badge span { font-size: .64rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; letter-spacing: .05em; }

.fact-strip {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact-strip div { padding: .7rem 2rem; display: flex; align-items: center; gap: .85rem; border-right: 1px solid var(--line); }
.fact-strip div:first-child { padding-left: 0; }
.fact-strip div:last-child { border-right: 0; }
.fact-strip strong { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; color: var(--blue-soft); }
.fact-strip span { color: var(--muted); font-size: .8rem; line-height: 1.25; }

.section { width: min(calc(100% - 3rem), var(--max)); margin: auto; padding: 8rem 0; }
.intro-section { max-width: 910px; text-align: center; }
.intro-section .section-intro { max-width: 720px; margin: auto; color: var(--muted); font-size: 1.12rem; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: .6rem; }

.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(8,17,29,.65); }
.content-grid article { min-height: 270px; padding: 2rem; border-right: 1px solid var(--line); }
.content-grid article:last-child { border-right: 0; }
.content-grid article > span { display: block; margin-bottom: 4.2rem; color: var(--blue); font-family: var(--serif); font-size: 1.15rem; }
.content-grid h3 { margin-bottom: .7rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.content-grid p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }

.collection-showcase { margin-top: 6rem; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.collection-image { padding: 1rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(25,55,82,.6), rgba(6,12,20,.5)); box-shadow: 0 32px 70px rgba(0,0,0,.28); }
.laws-list { list-style: none; margin: 2rem 0 0; padding: 0; columns: 2; column-gap: 2rem; }
.laws-list li { break-inside: avoid; padding: .62rem 0; color: #d8e3ec; border-bottom: 1px solid var(--line); font-size: .91rem; }
.laws-list span { display: inline-block; width: 2rem; color: var(--blue); font-family: var(--serif); }

.gallery-section { padding: 7rem 0; background: linear-gradient(180deg, rgba(12,27,43,.65), rgba(3,8,14,.2)); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.gallery-heading { padding-top: 0; padding-bottom: 3rem; text-align: center; }
.gallery { width: min(calc(100% - 3rem), 1320px); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.gallery figure { margin: 0; overflow: hidden; min-height: 300px; }
.gallery-large { grid-row: 1 / span 2; }
.gallery-wide { grid-column: 2 / span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.02); }

.use-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 1.1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps > li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(99,200,255,.4); border-radius: 50%; color: var(--blue-soft); font-family: var(--serif); }
.steps h3 { margin: 0 0 .25rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); }

.offer-section { padding-top: 2rem; }
.offer-card { position: relative; overflow: hidden; min-height: 390px; padding: clamp(2.3rem, 6vw, 5rem); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 5rem; border: 1px solid rgba(147,216,255,.24); background: radial-gradient(circle at 85% 0, rgba(74,177,234,.21), transparent 27rem), linear-gradient(135deg, #0e2033, #07101b); box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.offer-card::before { content: "12"; position: absolute; right: -1rem; top: -5rem; font-family: var(--serif); font-size: 19rem; line-height: 1; color: rgba(255,255,255,.025); }
.offer-copy, .offer-buy { position: relative; z-index: 1; }
.offer-copy p:last-child { color: var(--muted); }
.offer-buy { text-align: center; }
.offer-buy > div { margin-bottom: 1.1rem; }
.offer-buy strong { margin-left: .8rem; font-family: var(--serif); font-size: 3.8rem; font-weight: 400; }
.offer-buy .button { width: 100%; }
.offer-buy small { display: block; margin-top: .9rem; color: #7e91a6; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 1.5rem 2.5rem 1.5rem 0; position: relative; list-style: none; color: #eaf2f8; font-size: 1.05rem; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .25rem; top: 1.25rem; color: var(--blue); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { max-width: 680px; padding: 0 2.5rem 1.5rem 0; margin: 0; color: var(--muted); }

footer { width: min(calc(100% - 3rem), var(--max)); margin: auto; padding: 4rem 0 3rem; display: grid; grid-template-columns: 1fr auto; gap: .7rem 2rem; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.footer-brand { color: white; }
footer p { margin: 0; text-align: right; }
footer > a:not(.brand) { grid-column: 2; text-align: right; color: var(--blue-soft); }
footer small { grid-column: 1 / -1; margin-top: 1.5rem; color: #64778b; }
.mobile-buy { display: none; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero::before { background-position: 64% bottom; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .offer-row { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { max-width: 540px; margin: auto; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip div:nth-child(2) { border-right: 0; }
  .section-heading, .collection-showcase, .use-section, .offer-card, .faq-section { grid-template-columns: 1fr; gap: 3rem; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .content-grid article:nth-child(2) { border-right: 0; }
  .content-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-large { grid-row: auto; }
  .gallery-wide { grid-column: 1 / span 2; }
}

@media (max-width: 620px) {
  body { padding-bottom: 77px; }
  .site-header { width: min(calc(100% - 2rem), var(--max)); min-height: 76px; }
  .site-header > .button { display: none; }
  .hero, .section, .fact-strip, .gallery { width: min(calc(100% - 2rem), var(--max)); }
  .hero { min-height: 0; padding: 3.7rem 0 5rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-title { font-size: clamp(4rem, 19vw, 5.4rem); }
  h2 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { padding: 1rem 1.7rem; }
  .page-badge { right: 0; width: 105px; height: 105px; }
  .section { padding: 5rem 0; }
  .fact-strip div { padding: .9rem .65rem; flex-direction: column; align-items: flex-start; gap: 0; }
  .fact-strip div:first-child { padding-left: .65rem; }
  .content-grid { grid-template-columns: 1fr; }
  .content-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .content-grid article:last-child { border-bottom: 0; }
  .content-grid article > span { margin-bottom: 2rem; }
  .laws-list { columns: 1; }
  .gallery-section { padding: 5rem 0; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; }
  .gallery figure { min-height: 320px; }
  .offer-card { padding: 2rem 1.4rem; }
  .offer-buy strong { font-size: 3rem; }
  footer { grid-template-columns: 1fr; text-align: center; padding-bottom: 2rem; }
  .footer-brand { justify-self: center; }
  footer p, footer > a:not(.brand) { grid-column: 1; text-align: center; }
  footer small { grid-column: 1; }
  .mobile-buy { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; padding: .75rem 1rem; background: rgba(4,10,17,.95); border-top: 1px solid rgba(139,211,249,.24); backdrop-filter: blur(14px); }
  .mobile-buy > div { display: flex; flex-direction: column; line-height: 1.25; }
  .mobile-buy span { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-buy strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
  .mobile-buy s { color: #718397; font-size: .85rem; }
}

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

/* Celestial Editorial v3 - deliberately compact, cover-led composition */
:root { --max: 1280px; }

.site-header { min-height: 72px; }

.hero {
  min-height: 540px;
  padding: 1.8rem 0 2.4rem;
  grid-template-columns: .92fr 1.08fr;
  gap: 2rem;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(2,7,13,.99) 0%, rgba(2,7,13,.88) 33%, rgba(2,7,13,.2) 69%, rgba(2,7,13,.35) 100%),
    linear-gradient(0deg, rgba(2,7,13,.05), rgba(2,7,13,.7) 92%),
    url("assets/earth-horizon-v3.webp") center bottom / cover no-repeat;
}

.hero-copy { max-width: 570px; align-self: center; }
.hero-title { margin: .55rem 0 .45rem; font-size: clamp(4rem, 6vw, 6.2rem); line-height: .79; }
.hero-title .hero-number { margin-bottom: .24em; font-size: .72em; }
.hero-subtitle { margin-bottom: .25rem; }
.hero-lead { margin-bottom: .65rem; }
.offer-row { margin: .55rem 0 .8rem; }
.checkout-note { margin-top: .7rem; }

.hero-visual { padding: .4rem 2rem .4rem 0; }
.hero-visual img { width: min(100%, 330px); margin-right: 8%; }
.hero-visual::after { inset: 6% 3% 0; }
.orbit-one { width: 88%; }
.orbit-two { width: 70%; }
.page-badge { display: none; }

.fact-strip {
  width: 100%;
  max-width: none;
  min-height: 94px;
  padding: .8rem max(1.5rem, calc((100vw - var(--max)) / 2));
  background: rgba(3,13,23,.95);
  border-color: rgba(116,204,251,.25);
}
.fact-strip div { justify-content: center; padding-top: .35rem; padding-bottom: .35rem; }

.section { padding: 6rem 0; }
.contents { padding-top: 5.5rem; }
.section-heading { margin-bottom: 2.5rem; }

.content-grid {
  gap: 1.1rem;
  border: 0;
  background: transparent;
  perspective: 1200px;
}
.content-grid .sample-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(154,214,246,.22);
  background: #0a1421;
  box-shadow: 0 24px 52px rgba(0,0,0,.35);
}
.content-grid .sample-card:nth-child(1) { transform: rotate(-1.2deg) translateY(10px); }
.content-grid .sample-card:nth-child(2) { transform: rotate(.7deg); }
.content-grid .sample-card:nth-child(3) { transform: rotate(-.6deg); }
.content-grid .sample-card:nth-child(4) { transform: rotate(1.1deg) translateY(10px); }
.content-grid .sample-card img { width: 100%; aspect-ratio: 520 / 735; object-fit: cover; }
.content-grid .sample-card > div { display: flex; align-items: baseline; gap: .65rem; padding: .9rem 1rem; }
.content-grid .sample-card > div span { color: var(--blue); font-family: var(--serif); }
.content-grid .sample-card h3 { margin: 0; font-size: 1.12rem; }

.collection-showcase { margin-top: 5rem; }

@media (max-width: 900px) {
  .hero { min-height: 0; grid-template-columns: 1fr; padding: 3.5rem 0 4rem; }
  .hero-copy { margin: auto; }
  .hero-visual img { margin: auto; }
  .fact-strip { padding-left: 1rem; padding-right: 1rem; }
  .content-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .hero { padding-top: 2.8rem; }
  .hero-title { font-size: clamp(3.7rem, 18vw, 5rem); }
  .hero::before { background-position: 64% bottom; }
  .hero-visual { padding-right: 1rem; }
  .hero-visual img { width: min(88%, 310px); }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr 1fr; gap: .65rem; }
  .content-grid .sample-card > div { padding: .7rem; }
  .content-grid .sample-card h3 { font-size: .82rem; }
}

/* Celestial Editorial v5 refinements */
.section { padding: 4.25rem 0; }
.contents { padding-top: 4rem; }
.section-heading { gap: 3rem; margin-bottom: 1.8rem; }
.section-heading h2 { font-size: clamp(2.7rem, 4.5vw, 4.2rem); }

.content-grid { gap: .85rem; }
.content-grid .sample-card,
.content-grid .sample-card:nth-child(n) { transform: none; }
.content-grid .sample-card img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.collection-showcase {
  margin-top: 3.25rem;
  grid-template-columns: 1fr 1fr;
  gap: 3.25rem;
  align-items: stretch;
}
.collection-image { display: flex; padding: .7rem; }
.collection-image img { width: 100%; height: auto; object-fit: contain; }
.laws-panel { display: flex; flex-direction: column; min-width: 0; }
.laws-list {
  flex: 1;
  columns: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  column-gap: .8rem;
  margin: .8rem 0 0;
}
.laws-list li {
  min-width: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid var(--line);
}
.laws-list .law-link {
  width: 100%;
  min-width: 0;
  padding: .42rem .55rem;
  display: flex;
  align-items: center;
  color: #d8e3ec;
  text-decoration: none;
  line-height: 1.22;
  border-left: 2px solid transparent;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.laws-list .law-link:hover { color: white; background: rgba(99,200,255,.07); border-left-color: var(--blue); }
.laws-list .featured .law-link { color: #eaf8ff; background: rgba(99,200,255,.075); border-left-color: rgba(99,200,255,.58); }
.laws-list .featured .law-link::after { content: "Play"; margin-left: auto; padding-left: .45rem; color: var(--blue); font-size: .57rem; text-transform: uppercase; letter-spacing: .1em; }
.laws-list span { flex: 0 0 2rem; }

.use-section { gap: 4.5rem; }
.offer-section { padding-top: 1rem; }
.faq-section { gap: 4rem; }

.social-links { grid-column: 2; display: flex; align-items: center; justify-content: flex-end; gap: .55rem; }
.social-links a { display: inline-flex; align-items: center; gap: .42rem; padding: .45rem .65rem; color: var(--blue-soft); border: 1px solid var(--line); border-radius: 999px; text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.social-links a:hover { color: white; border-color: rgba(99,200,255,.42); background: rgba(99,200,255,.07); }
.social-links svg { width: 17px; height: 17px; }
.social-links a:first-child svg,
.social-links a:last-child svg { fill: currentColor; }
.social-links a:nth-child(2) svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links a:nth-child(2) .fill-dot { fill: currentColor; stroke: none; }

.modal-open { overflow: hidden; }
.video-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 1.25rem; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.video-modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.video-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(1,5,10,.9); backdrop-filter: blur(8px); cursor: pointer; }
.video-dialog { position: relative; z-index: 1; width: min(100%, 960px); border: 1px solid rgba(150,217,255,.28); background: #07111f; box-shadow: 0 35px 100px rgba(0,0,0,.7); }
.video-heading { min-height: 62px; padding: .85rem 1rem .85rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.video-heading h2 { margin: 0; font-family: var(--serif); font-size: 1.45rem; }
.video-close { width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: white; background: transparent; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.video-close:hover { background: rgba(255,255,255,.08); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: black; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 900px) {
  .collection-showcase { grid-template-columns: 1fr; gap: 2rem; }
  .laws-panel { min-height: 500px; }
  .social-links { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 620px) {
  .section { padding: 3.25rem 0; }
  .contents { padding-top: 3.25rem; }
  .section-heading { gap: 1.25rem; margin-bottom: 1.4rem; }
  .content-grid { grid-template-columns: 1fr 1fr; gap: .55rem; }
  .collection-showcase { margin-top: 2.5rem; }
  .laws-panel { min-height: 0; }
  .laws-list { display: block; }
  .laws-list .law-link { padding: .72rem .55rem; }
  .social-links { flex-wrap: wrap; }
  .social-links span { font-size: .72rem; }
  .video-modal { padding: .65rem; }
}

/* Celestial Editorial v6 refinements */
.section { padding: 3rem 0; }
.contents { padding-top: 3rem; }
.section-heading { margin-bottom: 1.2rem; }
.collection-showcase { margin-top: 2.15rem; gap: 2.5rem; }
.use-section { gap: 3rem; }
.offer-section { padding-top: .5rem; }
.offer-card {
  min-height: 320px;
  padding: clamp(2rem, 4vw, 3.5rem);
  gap: 3rem;
}
.faq-section { gap: 3rem; }
footer { padding-top: 3rem; }

.image-expand {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}
.image-expand img { transition: transform .25s ease, filter .25s ease; }
.image-expand:hover img,
.image-expand:focus-visible img { transform: scale(1.018); filter: brightness(1.05); }
.image-expand:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.laws-list .law-link::after {
  content: "Play";
  margin-left: auto;
  padding-left: .45rem;
  color: var(--blue);
  font-size: .57rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.laws-list .law-star {
  flex: 0 0 auto;
  width: auto;
  margin-left: .28rem;
  color: #f0cf76;
  font-family: inherit;
  font-size: .72rem;
  line-height: 1;
}

.offer-row .old-price {
  font-family: var(--serif);
  font-size: 2.4rem;
}
.offer-buy .old-price {
  font-family: var(--serif);
  font-size: 3.8rem;
}

.image-modal {
  position: fixed;
  z-index: 110;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.image-modal[aria-hidden="false"] { opacity: 1; visibility: visible; }
.image-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(1,5,10,.92);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.image-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  max-width: 94vw;
  max-height: 90vh;
}
.image-dialog img {
  width: auto;
  height: auto;
  max-width: 94vw;
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(150,217,255,.28);
  box-shadow: 0 35px 100px rgba(0,0,0,.7);
}
.image-close {
  position: absolute;
  z-index: 2;
  top: .7rem;
  right: .7rem;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: white;
  background: rgba(3,9,16,.78);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.image-close:hover { background: rgba(255,255,255,.14); }

@media (max-width: 620px) {
  .section { padding: 2.4rem 0; }
  .contents { padding-top: 2.4rem; }
  .collection-showcase { margin-top: 1.8rem; }
  .use-section,
  .offer-card,
  .faq-section { gap: 2rem; }
  .offer-buy .old-price { font-size: 3rem; }
  .image-modal { padding: .65rem; }
}

/* Celestial Editorial v7 title balance */
.hero-title {
  width: 100%;
  align-items: center;
  text-align: center;
}
.hero-title .hero-number {
  margin-bottom: .2em;
  font-size: 1em;
  line-height: .62;
}

/* Celestial Editorial v8 hero alignment */
.hero-copy { text-align: center; }
.hero-lead { margin-left: auto; margin-right: auto; }
.offer-row,
.hero-actions { justify-content: center; }

/* Celestial Editorial v9 publishing fixes */
html,
body { overflow-x: hidden; }
