:root {
  --bg: #f6f1ea;
  --surface: #fffbf7;
  --surface-strong: rgba(255, 251, 247, 0.88);
  --ink: #2d2a28;
  --muted: #675f59;
  --line: rgba(45, 42, 40, 0.08);
  --rose: #c89e93;
  --sage: #b7c4b0;
  --sand: #dfcdbd;
  --blue: #c7d6d9;
  --shadow: 0 24px 60px rgba(45, 42, 40, 0.08);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(199, 214, 217, 0.35), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(200, 158, 147, 0.22), transparent 24%),
    linear-gradient(180deg, #f7f2ec, #f5efe8 48%, #f8f4ef);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-shell {
  position: relative;
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  padding: 10px 0 56px;
}

.ambient {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.65;
  pointer-events: none;
  z-index: 0;
}

.ambient-left {
  top: 10px;
  left: -50px;
  width: 260px;
  height: 260px;
  background: rgba(199, 214, 217, 0.5);
}

.ambient-right {
  top: 280px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(200, 158, 147, 0.36);
}

.page-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.top-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 251, 247, 0.78);
  backdrop-filter: blur(10px);
}

.top-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 8px;
}

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

.brand strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.9;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-links a {
  color: var(--muted);
  font-weight: 500;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: 0.78rem;
  font-weight: 700;
}

.cart-link-active .cart-count {
  background: var(--rose);
  color: var(--ink);
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  padding: 12px 16px;
  font: inherit;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-dark {
  background: var(--ink);
  color: var(--surface);
}

.button-light {
  background: rgba(255, 251, 247, 0.72);
  border-color: var(--line);
  color: var(--ink);
}

.button-cream {
  background: var(--surface);
  color: var(--ink);
}

.button-nav {
  min-height: 46px;
  padding: 0 18px;
}

.hero,
.product-layout,
.split-layout,
.trust-layout,
.newsletter,
.site-footer {
  display: grid;
  gap: 28px;
}

.hero {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 22px 0 0;
}

.hero-soft .hero-copy {
  max-width: 640px;
}

.eyebrow-pill,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--muted);
}

.hero h1,
.section-heading h1,
.section-heading h2,
.feature-panel h2,
.newsletter h2,
.product-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.96;
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(3.7rem, 8vw, 5.4rem);
  max-width: 11ch;
}

.hero-text,
.section-heading p:last-child,
.feature-panel p,
.soft-card p,
.product-card p,
.journal-card p,
.faq-panel p,
.newsletter p,
.product-intro {
  color: var(--muted);
  line-height: 1.8;
}

.hero-actions,
.trust-chips,
.tag-row,
.cta-stack,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.trust-chips {
  margin-top: 28px;
}

.trust-chips span,
.tag-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-visual,
.gallery-stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #fffbf8, #f0e5da 55%, #e8dfd7);
  box-shadow: var(--shadow);
}

.shape {
  position: absolute;
  z-index: 0;
}

.shape-one {
  top: 30px;
  left: 28px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(199, 214, 217, 0.74);
}

.shape-two {
  top: 44px;
  right: 34px;
  width: 90px;
  height: 90px;
  border-radius: 28px;
  background: rgba(200, 158, 147, 0.54);
}

.product-scene {
  position: absolute;
  inset: auto 24px 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  z-index: 1;
}

.package-card,
.device-card {
  border: 1px solid var(--line);
  box-shadow: 0 18px 38px rgba(45, 42, 40, 0.1);
}

.package-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
}

.package-small {
  width: 140px;
  height: 260px;
}

.package-large {
  width: 168px;
  height: 320px;
  background: var(--surface);
}

.package-card h2,
.product-card h3,
.soft-card h3,
.journal-card h3,
.feature-panel h2,
.quote-card p,
.split-bar h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.package-card h2 {
  font-size: 2rem;
  line-height: 0.95;
}

.package-card p,
.device-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.package-mark {
  width: 46px;
  height: 46px;
  margin-bottom: auto;
  border-radius: 16px;
  background: var(--sand);
}

.device-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  border: 0;
  box-shadow: none;
}

.device-silhouette {
  width: 78px;
  height: 200px;
  border-radius: 42px;
  background: var(--ink);
  box-shadow: 0 16px 26px rgba(45, 42, 40, 0.14);
}

.large-device {
  position: absolute;
  inset: auto 0 44px;
  margin: 0 auto;
  width: 110px;
  height: 280px;
}

.section {
  padding-top: 88px;
}

.section-tight {
  padding-top: 56px;
}

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

.balance-strip article,
.guide-rail,
.resource-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 247, 0.76);
}

.balance-strip small {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.balance-strip strong {
  display: block;
  margin: 10px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.95;
}

.balance-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.section-heading {
  max-width: 760px;
}

.left-tight {
  max-width: 100%;
}

.section-heading h1,
.section-heading h2,
.feature-panel h2,
.newsletter h2 {
  font-size: clamp(2.9rem, 6vw, 4rem);
  margin-top: 10px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.soft-card,
.product-card,
.journal-card,
.quote-card,
.faq-panel,
.feature-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.soft-card,
.journal-card,
.faq-panel,
.quote-card,
.product-card {
  background: var(--surface-strong);
}

.soft-card,
.journal-card,
.product-card,
.faq-panel,
.feature-panel {
  padding: 22px;
}

.icon-block {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.comfort-card h3,
.resource-card h3 {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 0.98;
}

.resource-card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.resource-card .eyebrow {
  margin: 0;
}

.resource-card p:last-child {
  margin-bottom: 0;
}

.content-highlight .feature-read {
  min-height: 260px;
}

.text-link,
.guide-rail a,
.related-read {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 700;
}

.text-link {
  margin-top: 16px;
}

.resource-card .text-link {
  margin-top: auto;
  padding-top: 16px;
}

.text-link::after,
.guide-rail a::after,
.related-read::after {
  content: "↗";
  margin-left: 8px;
  font-size: 0.92rem;
}

.rose {
  background: rgba(200, 158, 147, 0.55);
}

.sage {
  background: rgba(183, 196, 176, 0.6);
}

.blue {
  background: rgba(199, 214, 217, 0.72);
}

.sand {
  background: rgba(223, 205, 189, 0.72);
}

.product-card {
  background: rgba(255, 255, 255, 0.92);
}

.product-art {
  position: relative;
  height: 220px;
  margin-bottom: 18px;
  border-radius: 22px;
  overflow: hidden;
}

.product-art::after {
  content: "";
  position: absolute;
  inset: auto 0 18px;
  margin: 0 auto;
  width: 92px;
  height: 150px;
  border-radius: 48px;
  background: var(--ink);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.product-meta strong,
.price-line {
  font-size: 1.2rem;
  font-weight: 700;
}

.product-meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 700;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.button-small {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  font: inherit;
  cursor: pointer;
}

.product-actions .button {
  min-width: 72px;
}

.trust-layout,
.split-layout,
.product-layout,
.shop-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-panel {
  padding: 28px;
}

.cream-panel {
  background: rgba(255, 251, 247, 0.9);
}

.sage-bg {
  background: rgba(183, 196, 176, 0.22);
}

.blue-bg {
  background: rgba(199, 214, 217, 0.28);
}

.feature-panel ul,
.detail-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.8;
}

.quote-card {
  margin-top: 14px;
  padding: 24px;
}

.quote-card p {
  font-size: clamp(2rem, 4vw, 2.3rem);
  line-height: 1.12;
}

.faq-panel details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.faq-panel details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.faq-panel summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.guide-rail {
  align-self: start;
}

.guide-rail h3 {
  margin: 10px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.98;
}

.guide-rail p {
  color: var(--muted);
  line-height: 1.75;
}

.guide-rail a,
.related-read {
  margin-top: 10px;
}

.guide-rail a:first-of-type,
.related-read:first-of-type {
  margin-top: 0;
}

.soft-rail {
  background: rgba(199, 214, 217, 0.18);
}

.faq-panel summary::-webkit-details-marker {
  display: none;
}

.faq-panel p {
  margin-bottom: 0;
}

.payment-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.payment-badge-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.cart-note {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.newsletter {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: 32px;
  border-radius: 34px;
  background: var(--ink);
  color: var(--surface);
}

.newsletter p,
.newsletter small {
  color: rgba(255, 251, 247, 0.78);
}

.light-eyebrow {
  color: rgba(255, 251, 247, 0.74);
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-form input {
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--surface);
  font: inherit;
}

.newsletter-form input::placeholder {
  color: rgba(255, 251, 247, 0.52);
}

.site-footer {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 28px;
  margin-top: 72px;
  border-top: 1px solid var(--line);
}

.footer-brand strong {
  font-size: 2.2rem;
}

.footer-links {
  justify-content: flex-end;
}

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

.inner-header {
  padding-top: 8px;
}

.split-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.split-bar h2 {
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.product-gallery {
  display: grid;
  gap: 18px;
}

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

.gallery-thumb {
  height: 110px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.shop-layout {
  align-items: start;
}

.split-bar-stack {
  display: grid;
  gap: 8px;
}

.product-copy {
  align-self: center;
}

.product-copy h1 {
  margin-top: 10px;
  font-size: clamp(3rem, 6vw, 4.8rem);
}

.price-line {
  margin: 18px 0 0;
}

.cta-stack {
  margin: 28px 0;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.spec-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
}

.spec-grid small {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.article-shell {
  padding-top: 56px;
}

.article-shell h1,
.article-body h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.97;
}

.article-shell h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7vw, 5rem);
}

.article-lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.article-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.article-meta-bar a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-summary-box {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(199, 214, 217, 0.14);
}

.article-summary-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
}

.article-summary-box p,
.article-summary-box li {
  color: var(--muted);
  line-height: 1.8;
}

.article-summary-box ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  margin-top: 34px;
}

.article-body {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 247, 0.8);
}

.article-body h2 {
  font-size: 2.4rem;
  margin-top: 26px;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  color: var(--muted);
  line-height: 1.9;
}

.article-callout {
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(183, 196, 176, 0.2);
}

.article-callout strong {
  display: block;
  margin-bottom: 8px;
}

.article-side {
  display: grid;
  gap: 18px;
  align-self: start;
}

.article-engagement {
  margin-top: 34px;
}

.engagement-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.engagement-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 247, 0.82);
}

.engagement-panel h2,
.comment-card strong {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.engagement-copy,
.interaction-note,
.comment-meta,
.comment-form small {
  color: var(--muted);
  line-height: 1.75;
}

.reaction-row,
.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.reaction-chip,
.share-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  padding: 12px 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.reaction-chip:hover,
.share-button:hover {
  transform: translateY(-1px);
}

.reaction-chip.is-active,
.share-button.is-active {
  background: var(--ink);
  color: var(--surface);
}

.comments-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.comment-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(199, 214, 217, 0.24);
  font-weight: 700;
}

.comment-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  padding: 14px 16px;
  font: inherit;
}

.comment-form textarea {
  resize: vertical;
  min-height: 120px;
}

.comment-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.comment-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
}

.comment-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  font-size: 0.92rem;
}

.related-read {
  margin-top: 14px;
}

.quote-card-large {
  display: flex;
  align-items: center;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.checkout-main {
  display: grid;
  gap: 22px;
}

.express-pay-row,
.payment-methods,
.checkout-form,
.cart-items,
.summary-list {
  display: grid;
  gap: 14px;
}

.express-pay-button {
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.express-pay-button:hover,
.payment-option:hover,
.qty-button:hover {
  transform: translateY(-1px);
}

.express-pay-button.is-active {
  border-color: rgba(45, 42, 40, 0.24);
  background: rgba(223, 205, 189, 0.72);
}

.form-card,
.cart-summary {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 247, 0.9);
}

.checkout-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 500;
}

.field-group span {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.field-group input {
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
}

.field-span {
  grid-column: 1 / -1;
}

.payment-option {
  display: flex;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.payment-option input {
  margin-top: 4px;
}

.payment-option span {
  display: grid;
  gap: 6px;
}

.payment-option strong {
  font-size: 1rem;
}

.payment-option small {
  color: var(--muted);
  line-height: 1.7;
}

.payment-option.is-selected {
  border-color: rgba(45, 42, 40, 0.2);
  background: rgba(223, 205, 189, 0.42);
}

.prototype-note,
.checkout-status,
.cart-empty {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--muted);
  line-height: 1.75;
}

.checkout-status.is-success {
  border-color: rgba(183, 196, 176, 0.4);
  background: rgba(183, 196, 176, 0.22);
  color: var(--ink);
}

.cart-item {
  display: grid;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.cart-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.cart-item h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  line-height: 0.98;
}

.cart-item p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.cart-item-row,
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-row {
  flex-wrap: wrap;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qty-button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

.cart-remove {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.summary-list {
  margin-top: 16px;
}

.summary-row strong {
  font-size: 1rem;
}

.summary-row-total {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.summary-row-total strong {
  font-size: 1.2rem;
}

.tracking-timeline {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.timeline-marker {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border: 2px solid rgba(45, 42, 40, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.timeline-step h3 {
  margin: 0;
  font-size: 1rem;
}

.timeline-step p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.timeline-step.is-complete .timeline-marker {
  border-color: rgba(183, 196, 176, 0.48);
  background: var(--sage);
}

.timeline-step.is-current .timeline-marker {
  border-color: rgba(200, 158, 147, 0.42);
  background: var(--rose);
}

@media (max-width: 980px) {
  .hero,
  .trust-layout,
  .split-layout,
  .newsletter,
  .product-layout,
  .shop-layout,
  .checkout-layout,
  .article-layout,
  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .balance-strip,
  .four-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-up,
  .two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-bar,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .split-bar {
    display: grid;
  }
}

@media (max-width: 780px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--content));
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 251, 247, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links-static {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-visual,
  .gallery-stage {
    min-height: 420px;
  }

  .product-scene {
    transform: scale(0.82);
    transform-origin: bottom center;
    inset: auto -22px 2px;
  }

  .balance-strip,
  .three-up,
  .four-up,
  .two-up,
  .spec-grid,
  .checkout-input-grid {
    grid-template-columns: 1fr;
  }

  .newsletter,
  .feature-panel,
  .soft-card,
  .product-card,
  .faq-panel,
  .journal-card,
  .form-card,
  .cart-summary {
    padding: 20px;
  }
}
