:root {
  --bg-1: #f3f0e9;
  --bg-2: #ece8df;
  --paper: #fdfbf6;
  --paper-soft: #f6f2ea;
  --ink: #1f2331;
  --ink-soft: #64697a;
  --line: #d9d2c6;
  --line-strong: #c7bdad;
  --gold: #c9a868;
  --gold-deep: #a88649;
  --lime: #d6eb68;
  --lime-strong: #b8cc47;
  --olive: #6f8a67;
  --olive-soft: #d7e4d2;
  --berry: #b75982;
  --mist: #e9eef6;
  --shadow-sm: 0 6px 18px rgba(31, 35, 49, 0.08);
  --shadow-md: 0 18px 45px rgba(31, 35, 49, 0.12);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(65vw 55vw at -12% -6%, rgba(198, 168, 102, 0.2), transparent 62%),
    radial-gradient(40vw 35vw at 108% 0%, rgba(167, 134, 76, 0.17), transparent 60%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

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

.hidden {
  display: none !important;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.announcement-bar {
  background: #232731;
  color: #f2efe6;
  text-align: center;
  font-size: 0.77rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.52rem 0.8rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.3rem;
  border-bottom: 1px solid rgba(130, 117, 90, 0.22);
  background: rgba(250, 246, 238, 0.92);
  backdrop-filter: blur(10px);
}

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

.brand-logo {
  height: 86px;
  width: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  justify-content: flex-start;
}

.main-nav a,
.top-actions a {
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.48rem 0.82rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink);
  transition: all 180ms ease;
}

.main-nav a:hover,
.main-nav a.active,
.main-nav a[aria-current="page"],
.top-actions a:hover {
  border-color: rgba(169, 142, 88, 0.35);
  background: rgba(255, 255, 255, 0.7);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.chip {
  background: rgba(255, 255, 255, 0.74);
}

main {
  width: min(1280px, 100% - 2.4rem);
  margin: 1.1rem auto 2rem;
  display: grid;
  gap: 1.45rem;
}

.hero,
.page {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(248, 243, 234, 0.82));
  border-radius: 24px;
  border: 1px solid rgba(166, 147, 109, 0.22);
  box-shadow: var(--shadow-sm);
}

.hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 1.7rem;
  padding: 1.7rem;
}

.hero-copy {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(167, 142, 94, 0.32);
  background: rgba(255, 255, 255, 0.75);
  padding: 0.26rem 0.65rem;
  margin: 0;
  font-size: 0.71rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #6f634a;
}

.hero h1,
.page h1,
.section-head h2,
.category-grid article h3,
.story-body h3,
.video-copy h3,
.product-card h3,
.footer-brand h4,
.pdp-card h3,
.pdp-card h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--ink);
}

.hero h1 {
  margin-top: 0.2rem;
  font-size: clamp(2rem, 4.7vw, 3.45rem);
  line-height: 0.98;
  max-width: 13ch;
}

.hero-verb {
  font-size: clamp(2.25rem, 5.2vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-block;
  margin-right: 0.08em;
}

.hero-verb-dots {
  color: rgba(98, 105, 125, 0.56);
}

.hero-suffix {
  color: var(--ink);
  font-weight: 700;
}

.lede,
.product-meta,
.story-body p,
.video-copy p,
.category-grid article p,
.footer-brand p,
.empty,
.input,
.memory-steps-subtitle,
.memory-step-item p,
.pdp-card p {
  color: var(--ink-soft);
}

.lede {
  margin: 0.28rem 0 0;
  max-width: 45ch;
  font-size: 1.04rem;
}

.hero-actions {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.56rem 0.95rem;
  min-height: 2.24rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  cursor: pointer;
  transition: transform 140ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 4px 12px rgba(31, 35, 49, 0.07);
}

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

.btn:active {
  transform: translateY(0);
}

.btn.lime,
.btn.primary {
  border-color: rgba(169, 142, 88, 0.56);
  background: linear-gradient(180deg, #e8cf9a 0%, #cfad72 100%);
  color: #1c2331;
}

.btn.ghost,
.btn.secondary {
  background: rgba(255, 255, 255, 0.62);
}

.hero-memory-copy {
  margin-top: 0.72rem;
  display: grid;
  gap: 0.16rem;
  max-width: 32rem;
}

.hero-memory-copy h3 {
  font-size: clamp(1.22rem, 2.25vw, 1.9rem);
  line-height: 1.12;
}

.hero-memory-copy p {
  margin: 0;
}

.hero-memory-copy a {
  margin-top: 0.22rem;
  width: fit-content;
  text-decoration: none;
  font-weight: 800;
  color: #4f5c78;
}

.hero-panel {
  display: flex;
  align-items: center;
}

.hero-banner-media {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(151, 126, 83, 0.25);
  background: #111;
  aspect-ratio: 16 / 10;
  max-height: 340px;
}

.hero-banner-media img,
.hero-banner-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: relative;
  display: block;
  padding: 0;
  min-height: clamp(360px, 58vw, 700px);
  overflow: hidden;
}

.hero-overlay .hero-panel {
  display: block;
}

.hero-overlay .hero-banner-media {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  max-height: clamp(360px, 58vw, 700px);
  border: 0;
}

.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 11, 22, 0.76) 0%, rgba(8, 11, 22, 0.45) 35%, rgba(8, 11, 22, 0.08) 66%, rgba(8, 11, 22, 0.02) 100%);
  pointer-events: none;
}

.hero-copy-overlay {
  position: absolute;
  z-index: 1;
  left: clamp(1rem, 4vw, 3.2rem);
  top: 50%;
  transform: translateY(-50%);
  max-width: min(34ch, 44%);
  gap: 0.7rem;
}

.hero-copy-overlay .eyebrow {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(12, 18, 34, 0.42);
  color: rgba(245, 247, 253, 0.92);
}

.hero-copy-overlay h1,
.hero-copy-overlay .lede {
  color: #f5f6fb;
  text-shadow: 0 6px 24px rgba(10, 12, 18, 0.6);
}

.hero-copy-overlay .btn.lime {
  background: linear-gradient(180deg, #e5d38d 0%, #cdb16f 100%);
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.quick-chip {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(168, 145, 104, 0.28);
  background: rgba(255, 255, 255, 0.74);
  color: #3e3a33;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.48rem 0.78rem;
}

.memory-steps {
  background: linear-gradient(180deg, #f0d4c6 0%, #ead0c1 100%);
  border: 1px solid rgba(160, 123, 101, 0.18);
  border-radius: 24px;
  padding: 1.35rem;
}

.memory-steps-card {
  display: grid;
  gap: 0.45rem;
}

.memory-steps-card h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
}

.memory-steps-grid {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.memory-step-item {
  display: grid;
  gap: 0.28rem;
}

.memory-step-media {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  min-height: 166px;
  border: 1px solid rgba(153, 120, 98, 0.15);
}

.memory-step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memory-step-number {
  margin: 0.2rem 0 0;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #7b5f55;
  font-weight: 700;
}

.memory-step-item h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.16rem;
  color: #2b2f42;
}

.section-intro {
  margin-bottom: 0.35rem;
}

.section-intro-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(142, 131, 109, 0.2);
  background: #171a24;
  min-height: 190px;
}

.section-intro-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.section-intro-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.92rem 1rem;
  background: linear-gradient(180deg, rgba(20, 24, 32, 0.1), rgba(17, 21, 30, 0.88));
  color: #f3efe6;
}

.section-intro-overlay p {
  margin: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(246, 236, 214, 0.86);
}

.section-intro-overlay h3 {
  margin: 0.16rem 0 0.1rem;
  font-family: var(--font-display);
  font-size: 1.24rem;
}

.section-intro-overlay span {
  font-size: 0.82rem;
  color: rgba(242, 233, 218, 0.85);
}

.section-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.55rem, 3.1vw, 2.25rem);
}

.section-head a,
.category-grid a,
.story-link {
  color: #535f7b;
  font-weight: 700;
  text-decoration: none;
}

.section-head a:hover,
.category-grid a:hover,
.story-link:hover,
.hero-memory-copy a:hover,
.footer-links a:hover,
.footer-legal a:hover,
.social-link:hover {
  text-decoration: underline;
}

.category-grid,
.product-grid,
.story-grid,
.media-grid,
.footer-links,
.analytics-grid,
.analytics-kpi-grid,
.pdp-spec-grid,
.card-stack {
  display: grid;
  gap: 0.95rem;
}

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

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

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

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

.category-grid article,
.product-card,
.story-card,
.media-tile,
.video-feature-card,
.pdp-card,
.auth-card,
.pay-panel,
.pay-summary,
.order-item,
.cart-item,
.analytics-panel,
.analytics-kpi-card,
.newsletter-block {
  background: rgba(255, 252, 246, 0.74);
  border: 1px solid rgba(153, 138, 108, 0.2);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

.category-grid article {
  padding: 0.95rem;
}

.category-grid article p:first-child {
  margin: 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7e7464;
  font-weight: 700;
}

.category-media {
  margin-top: 0.4rem;
  border-radius: 10px;
  overflow: hidden;
  height: 132px;
  border: 1px solid rgba(145, 131, 102, 0.2);
  background: #ecf0f5;
}

.category-media img,
.category-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0.82rem;
  min-height: 100%;
}

.product-shot,
.pdp-shot {
  border-radius: 10px;
  overflow: hidden;
  background: #e9edf2;
  border: 1px solid rgba(143, 129, 98, 0.2);
}

.product-shot {
  height: 210px;
}

.product-card h3 {
  margin-top: 0.62rem;
  font-size: 1.18rem;
  line-height: 1.15;
}

.planner-subtitle {
  margin: 0.14rem 0 0;
  color: #5d6478;
  font-size: 0.84rem;
  font-weight: 600;
}

.product-meta {
  margin: 0.36rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.55rem;
  padding-top: 0.75rem;
}

.price {
  font-weight: 800;
  color: #2a2f41;
}

.gift-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(220, 203, 170, 0.48), rgba(199, 180, 147, 0.35));
  border: 1px solid rgba(157, 131, 91, 0.25);
}

.gift-strip p {
  margin: 0;
}

.story-card,
.media-tile {
  overflow: hidden;
}

.story-media,
.video-stage {
  border-radius: 10px;
  overflow: hidden;
  background: #eceff4;
}

.story-media {
  height: 220px;
}

.story-media img,
.story-media video,
.media-tile img,
.media-tile video,
.product-shot img,
.product-shot video,
.pdp-shot img,
.pdp-shot video,
.video-stage img,
.video-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-body,
.video-copy {
  padding: 0.85rem;
  display: grid;
  gap: 0.34rem;
}

.media-tile {
  display: grid;
  grid-template-rows: 170px auto;
}

.media-overlay {
  padding: 0.72rem;
  border-top: 1px solid rgba(153, 138, 108, 0.2);
  background: rgba(255, 253, 247, 0.9);
}

.media-overlay p {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7082;
}

.media-overlay h4 {
  margin: 0.2rem 0 0;
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.video-feature {
  margin-top: 0.2rem;
}

.video-feature-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  padding: 0.85rem;
}

.video-stage {
  aspect-ratio: 16 / 10;
  max-height: 300px;
}

.newsletter-block {
  padding: 1.25rem;
  display: grid;
  gap: 0.5rem;
}

.newsletter-block h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.newsletter-block p {
  margin: 0;
  color: var(--ink-soft);
}

.newsletter-form {
  margin-top: 0.38rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.48rem;
}

.input {
  width: 100%;
  border: 1px solid rgba(147, 132, 100, 0.3);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  padding: 0.62rem 0.75rem;
  font: inherit;
}

.input:focus {
  outline: 2px solid rgba(175, 143, 83, 0.3);
  outline-offset: 0;
  border-color: rgba(147, 132, 100, 0.45);
}

.page {
  padding: 1.25rem;
}

.stack {
  display: grid;
  gap: 0.62rem;
}

.inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.checkout-grid,
.pdp,
.split-layout {
  display: grid;
  gap: 1rem;
}

.checkout-grid {
  grid-template-columns: 1.18fr 0.82fr;
}

.pdp {
  grid-template-columns: 1.08fr 0.92fr;
}

.pdp-shot {
  min-height: 230px;
}

.category-cover {
  max-width: 560px;
  min-height: 130px;
  max-height: 210px;
}

.pdp-primary {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.pdp-rich {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.74rem;
}

.pdp-card {
  padding: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.pdp-card h3 {
  font-size: 1.16rem;
}

.pdp-card h4 {
  font-size: 1rem;
}

.pdp-spec-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.pdp-spec-item {
  border: 1px solid rgba(147, 132, 100, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  padding: 0.55rem 0.62rem;
  display: grid;
  gap: 0.16rem;
}

.pdp-spec-item span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #7d7362;
  font-weight: 700;
}

.pdp-spec-item strong {
  font-size: 0.93rem;
  color: #27304a;
}

.pdp-bullets {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.36rem;
  color: #3c435a;
}

.pdp-divider {
  height: 1px;
  background: rgba(149, 135, 104, 0.3);
}

.auth-card,
.pay-panel,
.pay-summary,
.analytics-panel {
  padding: 0.95rem;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.auth-tab {
  border: 1px solid rgba(146, 131, 100, 0.26);
  border-radius: 999px;
  padding: 0.55rem 0.78rem;
  background: rgba(255, 255, 255, 0.72);
  color: #2f3548;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.auth-tab.active {
  background: linear-gradient(180deg, #e8cf9a 0%, #cfad72 100%);
  border-color: rgba(165, 137, 85, 0.48);
}

.auth-divider {
  position: relative;
  text-align: center;
  color: #7f869a;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0.1rem 0;
}

.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(152, 137, 105, 0.22);
}

.auth-divider span {
  position: relative;
  background: rgba(250, 246, 237, 0.98);
  padding: 0 0.48rem;
}

.google-auth-slot {
  min-height: 42px;
}

.pay-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.44rem;
}

.pay-option {
  border: 1px solid rgba(146, 131, 100, 0.22);
  border-radius: 10px;
  padding: 0.56rem 0.64rem;
  background: rgba(255, 255, 255, 0.66);
  color: #2f3649;
  font-size: 0.84rem;
  font-weight: 700;
}

.cart-item,
.order-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.75rem 0.9rem;
}

.empty {
  border: 1px dashed rgba(146, 131, 100, 0.32);
  border-radius: 14px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.56);
}

.analytics-page {
  gap: 1rem;
}

.analytics-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.8rem;
}

.analytics-window-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.analytics-window-btn {
  border: 1px solid rgba(147, 132, 100, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #30374a;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.42rem 0.75rem;
  cursor: pointer;
}

.analytics-window-btn.active {
  background: linear-gradient(180deg, #e8cf9a 0%, #cfad72 100%);
  border-color: rgba(165, 137, 85, 0.5);
}

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

.analytics-kpi-card {
  padding: 0.82rem;
}

.analytics-kpi-card p {
  margin: 0;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7f7667;
  font-weight: 700;
}

.analytics-kpi-card h3 {
  margin: 0.24rem 0 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
}

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

.analytics-subhead {
  margin: 0.36rem 0 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.analytics-inline-meta {
  display: grid;
  gap: 0.08rem;
}

.analytics-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 1px solid rgba(151, 137, 106, 0.16);
  padding: 0.3rem 0;
}

.analytics-window-row {
  border: 1px solid rgba(151, 137, 106, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  padding: 0.55rem;
  display: grid;
  gap: 0.22rem;
}

.analytics-window-row.active {
  border-color: rgba(165, 137, 85, 0.45);
  background: rgba(232, 211, 169, 0.24);
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(147, 132, 100, 0.24);
  background:
    linear-gradient(180deg, rgba(234, 224, 208, 0.94) 0%, rgba(227, 215, 196, 0.98) 100%);
  padding: 2.2rem 1.3rem 2rem;
}

.footer-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.35rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-brand-logo {
  height: 54px;
  width: auto;
  object-fit: contain;
}

.footer-brand h4 {
  font-size: 1.5rem;
}

.footer-brand p {
  margin: 0.18rem 0 0;
}

.brand-aliases {
  margin-top: 0.28rem;
  font-size: 0.82rem;
  color: #7a7180;
}

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

.footer-links section {
  display: grid;
  gap: 0.3rem;
}

.footer-links h5 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: #796e5c;
}

.footer-links a,
.footer-legal a {
  color: #4c4450;
  text-decoration: none;
  font-size: 0.88rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #2b3040;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgba(104, 99, 91, 0.24);
  border-radius: 999px;
  padding: 0.35rem 0.66rem;
  background: rgba(255, 255, 255, 0.6);
}

.social-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(147, 132, 100, 0.24);
}

.footer-meta {
  display: grid;
  gap: 0.75rem;
}

.payment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  border-radius: 0.45rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(91, 88, 82, 0.24);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #222c3f;
}

.payment-logo.visa {
  color: #153ea9;
}

.payment-logo.mastercard {
  color: #d25419;
}

.payment-logo.amex {
  color: #0a77bf;
}

.payment-logo.paypal {
  color: #05388b;
}

.payment-logo.applepay {
  color: #222;
}

.payment-logo.gpay {
  color: #2a6ad8;
}

.hero,
.page,
.section-intro-card,
.category-grid article,
.product-card,
.story-card,
.media-tile,
.video-feature-card,
.gift-strip,
.memory-steps,
.newsletter-block,
.auth-card,
.pay-panel,
.pay-summary,
.analytics-panel,
.analytics-kpi-card,
.order-item,
.cart-item {
  animation: fade-up 540ms ease both;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Home-only editorial layer */
.papier-top-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  padding: 1.5rem 1.5rem 1.2rem;
  border-top: 1px solid rgba(142, 131, 109, 0.2);
  border-bottom: 1px solid rgba(142, 131, 109, 0.2);
}

.papier-top-strip article {
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  text-align: center;
}

.papier-top-strip h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 500;
}

.hero {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 2.2rem 0.4rem 2.4rem;
}

.hero-panel {
  background: transparent;
  border: 0;
}

.hero-banner-media {
  border-radius: 0;
}

.home-block {
  margin-top: 0.8rem;
  padding: 3.1rem 1.6rem;
}

.home-fold {
  background: transparent;
  border-radius: 0;
  padding: 3.1rem 1.6rem;
  margin-left: 0;
  margin-right: 0;
}

.memory-steps.home-block {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.home-fold .section-head {
  margin-top: 0;
}

#categoriesIntro .section-intro-card,
#bestsellersIntro .section-intro-card,
#storiesIntro .section-intro-card,
#filmIntro .section-intro-card,
#socialIntro .section-intro-card {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

#categoryCards article,
#featuredProducts .product-card,
#storyRail .story-card,
#mediaTiles .media-tile,
#homeVideoFeature .video-feature-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#categoryCards article,
#featuredProducts .product-card,
#storyRail .story-card,
#mediaTiles .media-tile {
  padding: 0;
}

#categoryCards .category-media,
#featuredProducts .product-shot,
#storyRail .story-media,
#mediaTiles .media-tile img,
#mediaTiles .media-tile video {
  border: 0;
  border-radius: 0;
}

#featuredProducts .product-shot {
  height: 300px;
}

#categoryCards .category-media {
  height: 250px;
}

#storyRail .story-media {
  height: 330px;
}

#mediaTiles .media-tile {
  grid-template-rows: 220px auto;
}

#homeVideoFeature .video-feature-card {
  padding: 0;
  grid-template-columns: 1.2fr 0.8fr;
}

#homeVideoFeature .video-stage {
  border-radius: 0;
}

#homeVideoFeature .video-copy {
  padding: 1.2rem 0 0.6rem 1.4rem;
}

.tone-ivory {
  background: #f6f2e7;
}

.tone-sand {
  background: #efe4d5;
}

.tone-rose {
  background: #ead2c5;
}

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

  .topbar {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 0.6rem;
  }

  .brand {
    grid-area: brand;
  }

  .main-nav {
    grid-area: nav;
  }

  .top-actions {
    grid-area: actions;
    justify-self: end;
  }
}

@media (max-width: 980px) {
  .papier-top-strip {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.95rem 0.85rem;
  }

  main {
    width: min(100%, 100% - 1.2rem);
    margin-top: 0.75rem;
    gap: 1rem;
  }

  .hero,
  .pdp,
  .checkout-grid,
  .video-feature-card,
  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 0.95rem;
    padding: 1.1rem;
  }

  .hero-overlay {
    min-height: 0;
  }

  .hero-overlay .hero-banner-media {
    max-height: none;
    aspect-ratio: 3 / 2;
  }

  .hero-copy-overlay {
    max-width: min(31ch, 58%);
    left: 1rem;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .hero-copy-overlay h1 {
    font-size: clamp(1.35rem, 4.8vw, 2rem);
    line-height: 1.06;
    max-width: 16ch;
  }

  .hero-copy-overlay .lede {
    font-size: 0.94rem;
    max-width: 28ch;
  }

  .home-block,
  .home-fold {
    padding: 2.2rem 1.2rem;
  }

  .hero-banner-media {
    aspect-ratio: 16 / 9;
    max-height: 250px;
  }

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

  .category-grid,
  .story-grid,
  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  #featuredProducts .product-shot {
    height: 240px;
  }

  #categoryCards .category-media {
    height: 210px;
  }

  #storyRail .story-media {
    height: 250px;
  }

  #homeVideoFeature .video-feature-card {
    grid-template-columns: 1fr;
  }

  #homeVideoFeature .video-copy {
    padding: 0.8rem 0 0;
  }

  .home-fold {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}

@media (max-width: 680px) {
  .announcement-bar {
    font-size: 0.68rem;
  }

  .topbar {
    padding: 0.62rem 0.7rem;
  }

  .brand-logo {
    height: 64px;
  }

  main {
    width: min(100%, 100% - 0.8rem);
  }

  .hero,
  .page,
  .memory-steps,
  .newsletter-block,
  .site-footer {
    border-radius: 14px;
  }

  .hero {
    padding: 0.92rem;
  }

  .hero-overlay {
    min-height: 0;
  }

  .hero-overlay .hero-banner-media {
    max-height: none;
    aspect-ratio: 3 / 2;
    background: #0a0d18;
  }

  .hero-overlay .hero-banner-media img,
  .hero-overlay .hero-banner-media video {
    object-fit: contain;
    object-position: center center;
  }

  .hero-copy-overlay {
    left: 0.7rem;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-width: min(26ch, 62%);
    gap: 0.45rem;
  }

  .hero-copy-overlay h1 {
    font-size: clamp(1.05rem, 5.6vw, 1.45rem);
    line-height: 1.1;
    max-width: 17ch;
  }

  .hero-copy-overlay .eyebrow {
    font-size: 0.62rem;
    padding: 0.2rem 0.55rem;
  }

  .hero-copy-overlay .lede {
    font-size: 0.76rem;
    max-width: 24ch;
  }

  .hero-copy-overlay .hero-actions .btn {
    min-height: 1.9rem;
    padding: 0.38rem 0.64rem;
    font-size: 0.62rem;
  }

  .home-block,
  .home-fold {
    padding: 2rem 1rem;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 8.4vw, 2.35rem);
  }

  .hero-verb {
    font-size: clamp(1.9rem, 10vw, 2.6rem);
  }

  .btn {
    min-height: 2.08rem;
    font-size: 0.72rem;
  }

  .quick-links {
    gap: 0.38rem;
  }

  .quick-chip {
    font-size: 0.68rem;
    padding: 0.4rem 0.65rem;
  }

  .memory-steps {
    padding: 0.9rem;
  }

  #featuredProducts .product-shot {
    height: 210px;
  }

  #categoryCards .category-media {
    height: 180px;
  }

  #storyRail .story-media {
    height: 210px;
  }

  .memory-steps-grid,
  .category-grid,
  .product-grid,
  .story-grid,
  .media-grid,
  .pay-options,
  .footer-links,
  .analytics-kpi-grid {
    grid-template-columns: 1fr;
  }

  .product-shot {
    height: 180px;
  }

  .media-tile {
    grid-template-rows: 140px auto;
  }

  .story-media {
    height: 180px;
  }

  .video-stage {
    max-height: 220px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .analytics-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
