/* Nancy's Fancys — modern one-page */
:root {
  --ink: #14110f;
  --ink-soft: #2a2420;
  --mist: #f3efe8;
  --mist-deep: #e4ddd2;
  --rose: #c45a62;
  --rose-deep: #a3444c;
  --sage: #5f7368;
  --gold: #d4ae7a;
  --glass: rgba(20, 17, 15, 0.55);
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
  --nav-h: 5rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--mist);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--rose-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 0.25s var(--ease);
}

a:hover {
  color: var(--ink);
}

/* —— Nav —— */
.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1030;
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  background: #0c0a09;
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.site-nav.is-scrolled {
  background: #0c0a09;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}

.site-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.site-nav .brand-text {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.site-nav .brand-text span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 1;
  margin-top: 0.15rem;
}

.site-nav .nav-link {
  position: relative;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 0.7rem 1.15rem !important;
  margin-left: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  transition: color 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: #0c0a09 !important;
  background: var(--gold);
  border-color: var(--gold);
}

.site-nav .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0.4rem 0.6rem;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 149, 108, 0.35);
}

.site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse {
    background: #1c1815;
    margin: 0.65rem -0.75rem 0.35rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-nav .nav-link {
    color: #fff !important;
    padding: 0.75rem 1rem !important;
    margin: 0.15rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav .nav-link:last-child {
    border-bottom: none;
  }
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 9, 0.55) 0%, rgba(12, 10, 9, 0.2) 35%, rgba(12, 10, 9, 0.65) 68%, #0c0a09 100%),
    url("../images/Nancys-Fancys-Banner.png") 52% 10% / cover no-repeat;
  transform: scale(1.04);
  animation: heroZoom 14s var(--ease) both;
}

.hero__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, #0c0a09 70%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: calc(var(--nav-h) + 2.5rem) 0 5rem;
}

.hero__panel {
  max-width: 42rem;
  padding: 1.85rem 1.6rem;
  background: rgba(247, 243, 236, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 5px solid var(--rose);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  animation: slideUp 0.7s var(--ease) both;
}

@media (min-width: 768px) {
  .hero__panel {
    padding: 2.5rem 2.6rem 2.65rem;
  }
}

.hero__brand {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.8vw, 3.9rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 0.9rem;
  color: #14110f;
}

.hero__brand em {
  font-style: italic;
  font-weight: 600;
  color: var(--rose-deep);
}

.hero__lead {
  font-size: clamp(1.08rem, 2vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.55;
  max-width: 38ch;
  margin: 0 0 1.85rem;
  color: #2a2420;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-primary-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.7rem;
  border: none;
  border-radius: 0;
  background: var(--rose);
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}

.btn-primary-brand:hover {
  background: var(--rose-deep);
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.7rem;
  border: 2px solid #14110f;
  border-radius: 0;
  background: transparent;
  color: #14110f !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}

.btn-ghost:hover {
  background: #14110f;
  color: #fff !important;
  transform: translateY(-2px);
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  z-index: 2;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  animation: riseIn 0.8s 0.4s var(--ease) both;
}

.hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  margin: 0.5rem auto 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}

/* —— Sections —— */
.section {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
  position: relative;
}

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 1rem;
}

.section-intro {
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0 0 2.5rem;
  opacity: 0.9;
}

/* Contact */
.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(196, 90, 98, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 50% at 100% 100%, rgba(212, 174, 122, 0.14), transparent 50%),
    linear-gradient(180deg, #faf7f2 0%, var(--mist) 100%);
}

.contact-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.contact-head .section-intro {
  margin-bottom: 0;
}

.contact-actions {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .contact-actions {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-action {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}

.contact-action i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.contact-action span {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.contact-action strong {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-action em {
  font-style: normal;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-action--call {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 32px rgba(20, 17, 15, 0.18);
}

.contact-action--call i {
  background: var(--gold);
  color: var(--ink);
}

.contact-action--call strong {
  color: var(--gold);
}

.contact-action--call em {
  color: #fff;
}

.contact-action--call:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(20, 17, 15, 0.25);
  color: #fff;
}

.contact-action--email {
  background: #fff;
  border-color: rgba(20, 17, 15, 0.1);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(20, 17, 15, 0.06);
}

.contact-action--email i {
  background: rgba(196, 90, 98, 0.12);
  color: var(--rose-deep);
}

.contact-action--email strong {
  color: var(--rose-deep);
}

.contact-action--email:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(20, 17, 15, 0.1);
  color: var(--ink);
}

.contact-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .contact-grid {
    grid-template-columns: 1.35fr 0.95fr;
    gap: 1.75rem;
    align-items: stretch;
  }
}

.contact-cards {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .contact-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-card {
  position: relative;
  padding: 1.45rem 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(20, 17, 15, 0.08);
  box-shadow: 0 10px 28px rgba(20, 17, 15, 0.06);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
}

.contact-card--location::before { background: var(--rose); }
.contact-card--mail::before { background: var(--sage); }
.contact-card--phone::before { background: var(--gold); }
.contact-card--email::before { background: var(--rose-deep); }

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(20, 17, 15, 0.12);
}

.contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  background: var(--ink);
  color: #f0d9a8;
  font-size: 1.25rem;
}

.contact-card__icon i {
  color: inherit;
  line-height: 1;
}

.contact-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 0.55rem;
  color: var(--ink);
}

.contact-card p {
  margin: 0 0 0.3rem;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.5;
}

.contact-card a {
  font-weight: 600;
  text-decoration: none;
  color: var(--rose-deep);
  border-bottom: 1px solid rgba(184, 92, 99, 0.3);
}

.contact-card a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.contact-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.35rem 1.9rem;
  background:
    linear-gradient(155deg, rgba(12, 10, 9, 0.94), rgba(42, 36, 32, 0.9)),
    url("../images/background1.jpg") center / cover;
  color: #fff;
  min-height: 100%;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(20, 17, 15, 0.22);
}

.contact-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(212, 174, 122, 0.28), transparent 45%),
    linear-gradient(160deg, rgba(196, 90, 98, 0.28), transparent 55%);
  pointer-events: none;
}

.contact-aside > * {
  position: relative;
  z-index: 1;
}

.contact-aside__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-bottom: 1.25rem;
  padding: 0.45rem 0.8rem 0.45rem 0.45rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 174, 122, 0.4);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-aside__badge i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  background: rgba(212, 174, 122, 0.18);
  font-size: 0.95rem;
}

.contact-aside h3 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #fff;
}

.contact-aside > p {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 28ch;
}

.contact-aside .phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.75rem;
  padding: 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

.contact-aside .phone-link:hover {
  background: rgba(212, 174, 122, 0.18);
  border-color: var(--gold);
  transform: translateY(-2px);
  color: #fff !important;
}

.phone-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  background: var(--gold);
  color: var(--ink);
  font-size: 1.05rem;
}

.contact-aside .phone-link span:last-child {
  display: grid;
  gap: 0.1rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.15;
}

.contact-aside .phone-link small {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-aside__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-aside__meta div {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.7);
}

.contact-aside__meta i {
  color: var(--gold);
}

/* Policy / Shipping */
.policy-section {
  background:
    linear-gradient(180deg, #fff 0%, var(--mist) 100%);
  color: var(--ink-soft);
  border-top: 1px solid rgba(20, 17, 15, 0.08);
}

.policy-section .section-label {
  color: var(--rose);
}

.policy-section .section-title {
  color: var(--ink);
}

.policy-section .section-intro {
  color: var(--ink-soft);
  margin-bottom: 0;
  max-width: 46ch;
}

.policy-head {
  margin-bottom: 2rem;
}

.ship-metrics {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .ship-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ship-metric {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.15rem;
  align-items: center;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(20, 17, 15, 0.08);
  box-shadow: 0 8px 24px rgba(20, 17, 15, 0.06);
}

.ship-metric__icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--ink);
  color: #f0d9a8;
  font-size: 1.2rem;
}

.ship-metric__icon i {
  color: inherit;
  line-height: 1;
}

.ship-metric strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}

.ship-metric > span:not(.ship-metric__icon) {
  grid-column: 2;
  font-size: 0.88rem;
  color: rgba(42, 36, 32, 0.72);
}

.ship-flow {
  position: relative;
  display: grid;
  gap: 0;
  margin-bottom: 2.5rem;
  padding: 1.75rem 1.5rem;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}

.ship-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(212, 174, 122, 0.12), transparent 40%, rgba(196, 90, 98, 0.1));
  pointer-events: none;
}

@media (min-width: 992px) {
  .ship-flow {
    grid-template-columns: repeat(4, 1fr);
    padding: 2rem 1.5rem;
  }

  .ship-flow::after {
    content: "";
    position: absolute;
    top: 2.65rem;
    left: 12%;
    right: 12%;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 0;
  }
}

.ship-flow__step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1rem 0.5rem;
}

@media (min-width: 992px) {
  .ship-flow__step {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 0.75rem;
  }
}

.ship-flow__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .ship-flow__dot {
    margin: 0 auto 0.85rem;
  }
}

.ship-flow__step h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.25rem;
}

.ship-flow__step p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.policy-list {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .policy-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
  }
}

.policy-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(20, 17, 15, 0.08);
  box-shadow: 0 10px 30px rgba(20, 17, 15, 0.07);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.policy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(20, 17, 15, 0.12);
}

.policy-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1.1rem;
  border-bottom: 1px solid rgba(20, 17, 15, 0.08);
}

.policy-card--ship .policy-card__header {
  background: linear-gradient(135deg, rgba(95, 115, 104, 0.1), rgba(95, 115, 104, 0.04));
  border-top: 4px solid var(--sage);
}

.policy-card--return .policy-card__header {
  background: linear-gradient(135deg, rgba(196, 90, 98, 0.1), rgba(196, 90, 98, 0.04));
  border-top: 4px solid var(--rose);
}

.policy-card--exchange .policy-card__header {
  background: linear-gradient(135deg, rgba(212, 174, 122, 0.16), rgba(212, 174, 122, 0.05));
  border-top: 4px solid var(--gold);
}

.policy-card__label {
  margin: 0 0 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(42, 36, 32, 0.55);
}

.policy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  background: var(--ink);
  color: var(--gold);
  font-size: 1.35rem;
}

.policy-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
}

.policy-points {
  list-style: none;
  margin: 0;
  padding: 1.25rem 1.35rem 1.4rem;
  display: grid;
  gap: 0.75rem;
}

.policy-points li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.policy-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--gold);
  border-radius: 50%;
}

.policy-card--ship .policy-points li::before {
  background: var(--sage);
}

.policy-card--return .policy-points li::before {
  background: var(--rose);
}

.policy-points em {
  font-style: normal;
  font-weight: 700;
  color: var(--ink);
}

.ship-note {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 2rem;
  padding: 1.15rem 1.25rem;
  background: rgba(95, 115, 104, 0.1);
  border: 1px solid rgba(95, 115, 104, 0.22);
  border-left: 4px solid var(--sage);
}

.ship-note i {
  color: var(--sage);
  font-size: 1.2rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.ship-note p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.ship-note a {
  color: var(--rose-deep);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(196, 90, 98, 0.35);
}

.ship-note a:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(1.75rem);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Footer */
.site-footer {
  background: #0c0a09;
  color: rgba(255, 255, 255, 0.72);
  padding: 0;
  border-top: 3px solid var(--gold);
}

.footer-grid {
  display: grid;
  gap: 2.25rem;
  padding: 3.25rem 0 2.5rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.4fr 0.8fr 1.2fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.footer-name {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.15rem;
  line-height: 1.1;
}

.footer-tagline {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

.footer-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.62);
  max-width: 28ch;
}

.footer-heading {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

.footer-nav ul,
.footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.25s var(--ease);
}

.footer-nav a:hover {
  color: var(--gold);
}

.footer-contact li {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.65rem;
  align-items: start;
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-contact i {
  color: var(--gold);
  font-size: 0.95rem;
  margin-top: 0.15rem;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 174, 122, 0.25);
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.footer-contact a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding: 1.35rem 0 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copy,
.footer-credit {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.footer-credit a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* Animations */
@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(1.5rem);
  }
  to {
    transform: none;
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.04);
  }
}

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.15);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__media,
  .hero__panel,
  .hero__scroll,
  .reveal {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
