/* ================================================================
   THUS ESSENTIALS — shipping.css
   Creative luxury UI with Katie Loxton-style micro-navigation typography
   ================================================================ */

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

/* ─────────────────────────────────────────────
   ATMOSPHERIC AMBIENT GLOW ORBS
   ─────────────────────────────────────────────*/
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  transition: transform 0.5s ease-out;
}

.ambient-glow--1 {
  top: 15%;
  right: 10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(200, 169, 122, 0.18) 0%, rgba(247, 245, 240, 0) 70%);
  animation: floatOrb1 18s ease-in-out infinite alternate;
}

.ambient-glow--2 {
  bottom: 20%;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 215, 206, 0.35) 0%, rgba(247, 245, 240, 0) 70%);
  animation: floatOrb2 22s ease-in-out infinite alternate;
}

@keyframes floatOrb1 {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(-40px, 60px) scale(1.08); }
  100% { transform: translate(30px, -40px) scale(0.95); }
}

@keyframes floatOrb2 {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(50px, -50px) scale(1.12); }
  100% { transform: translate(-30px, 40px) scale(0.9); }
}

/* ─────────────────────────────────────────────
   HEADER (Katie Loxton Style Micro-Typography)
   ─────────────────────────────────────────────*/
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  padding: 0 var(--gutter);
  height: 70px;
  display: flex;
  align-items: center;
  background: rgba(247, 245, 240, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220, 215, 206, 0.6);
  transition: box-shadow 0.3s, background-color 0.3s, height 0.3s;
}
.site-header.scrolled {
  height: 64px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  background: rgba(247, 245, 240, 0.96);
}

.header-inner {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.header-slot--left {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 20px;
  width: auto;
  display: block;
  transition: transform 0.25s var(--ease-out);
}
.logo-link:hover .logo-img {
  transform: scale(1.03);
}

.header-slot--center {
  display: flex;
  justify-content: center;
  position: relative;
}

/* Katie Loxton Micro-Navigation */
.header-nav-list {
  display: flex;
  align-items: center;
  gap: clamp(1.8rem, 3.5vw, 3.2rem);
  list-style: none;
  position: relative;
}

.hdr-nav-link {
  font-family: var(--sans);
  font-size: 0.62rem;          /* Katie Loxton small font */
  font-weight: 500;
  letter-spacing: 0.22em;      /* Delicate high-end tracking */
  text-transform: uppercase;
  color: var(--ink);
  padding: 6px 0;
  position: relative;
  transition: opacity 0.25s, color 0.25s;
  display: inline-block;
}
.hdr-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--ink);
  transition: width 0.3s var(--ease-expo), left 0.3s var(--ease-expo);
}
.hdr-nav-link:hover {
  opacity: 0.6;
}
.hdr-nav-link:hover::after {
  width: 100%;
  left: 0;
}

.header-slot--right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.hdr-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--sans);
  font-size: 0.62rem;          /* Katie Loxton style font */
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 100px;
  transition: background-color 0.25s, opacity 0.25s, transform 0.2s;
}
.hdr-btn:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}
.hdr-btn svg {
  width: 15px;
  height: 15px;
}

.mobile-menu-toggle {
  display: none;
}

/* ─────────────────────────────────────────────
   MOBILE MENU OVERLAY


/* ─────────────────────────────────────────────
   MAIN SHIPPING ARTICLE
   ─────────────────────────────────────────────*/
.shipping-main {
  position: relative;
  z-index: 1;
  min-height: 75vh;
  padding-top: clamp(7.5rem, 13vw, 11rem);
  padding-bottom: clamp(6rem, 10vw, 9rem);
  display: flex;
  align-items: center;
}

.shipping-article {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

.shipping-article__header {
  margin-bottom: clamp(2.5rem, 5vw, 3.8rem);
  text-align: left;
}

/* Live Pulse Beacon */
.shipping-badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.shipping-beacon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(39, 174, 96, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipping-beacon__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27ae60;
  box-shadow: 0 0 8px #27ae60;
  animation: pulseBeacon 2s infinite ease-in-out;
}
@keyframes pulseBeacon {
  0%, 100% { transform: scale(0.9); opacity: 0.8; }
  50%      { transform: scale(1.25); opacity: 1; }
}

.kicker {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.shipping-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 6.5vw, 5rem);
  font-weight: 300;
  line-height: 1.02;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.shipping-decor-line {
  position: relative;
  width: 80px;
  height: 2px;
  background: var(--border);
  margin-top: 1.75rem;
  overflow: hidden;
  border-radius: 2px;
}
.shipping-decor-line__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ink);
}
.shipping-decor-line__pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: #C8A97A;
  animation: linePulse 2.4s infinite ease-in-out;
}
@keyframes linePulse {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(300%); }
}

/* ─────────────────────────────────────────────
   CREATIVE ANIMATED POLICY CARDS STACK
   ─────────────────────────────────────────────*/
.shipping-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-bottom: 3.5rem;
}

.policy-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: transform 0.45s var(--ease-expo), box-shadow 0.45s var(--ease-expo), border-color 0.3s;
}

.policy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  border-color: var(--ink);
}

/* Silk Watermark Numeral */
.policy-card__watermark {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  font-family: var(--serif);
  font-size: clamp(4.5rem, 8vw, 6.5rem);
  font-weight: 300;
  line-height: 1;
  color: rgba(17, 17, 17, 0.035);
  pointer-events: none;
  user-select: none;
  transition: transform 0.4s var(--ease-expo), color 0.3s;
}
.policy-card:hover .policy-card__watermark {
  transform: scale(1.08) translateY(-4px);
  color: rgba(200, 169, 122, 0.12);
}

/* Cursor Spotlight Glow Effect */
.policy-card__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(200, 169, 122, 0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.policy-card:hover .policy-card__glow {
  opacity: 1;
}

.policy-card__inner {
  position: relative;
  z-index: 2;
}

.policy-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.policy-card__tag {
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.policy-card__badge-time,
.policy-card__badge-courier,
.policy-card__badge-ddu {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

.policy-card__badge-time {
  background: rgba(17, 17, 17, 0.06);
  color: var(--ink);
}

.policy-card__badge-courier {
  background: rgba(212, 5, 17, 0.08);
  color: #D40511;
}

.policy-card__badge-ddu {
  background: rgba(200, 169, 122, 0.15);
  color: #9c7b4a;
}

.policy-card__text {
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.8vw, 1.38rem);
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink);
}

.policy-card__text--lead {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
}

.policy-card__text strong {
  font-weight: 600;
  color: var(--ink);
}

/* ─────────────────────────────────────────────
   QUICK LINKS CAPSULE NAV BAR
   ─────────────────────────────────────────────*/
.shipping-page-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 6px;
  flex-wrap: wrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.shipping-page-nav__label {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.shipping-page-nav__links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.nav-capsule {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--ink);
  transition: all 0.25s var(--ease-out);
}
.nav-capsule:hover {
  background: var(--ink);
  color: #FFFFFF;
  border-color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ─────────────────────────────────────────────
   SITE FOOTER (Katie Loxton Clean Typography)
   ─────────────────────────────────────────────*/
.site-footer {
  background: #111111;
  color: #F7F5F0;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 2.5rem;
}

.site-footer__wordmark {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.footer-logo {
  height: 20px;
  width: auto;
  filter: invert(1) brightness(10);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.4fr;
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}

.footer-nav__label {
  font-family: var(--sans);
  font-size: 0.62rem;          /* Katie Loxton style footer label */
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.4rem;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-nav a {
  font-family: var(--sans);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s, transform 0.2s;
  display: inline-block;
}
.footer-nav a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

/* Footer Newsletter & Socials */
.footer-aside {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.footer-newsletter__wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-email-input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.75rem 2.5rem 0.75rem 0;
  font-family: var(--sans);
  font-size: 0.8rem;
  color: #FFFFFF;
  outline: none;
  transition: border-color 0.2s;
}
.footer-email-input:focus {
  border-color: #FFFFFF;
}
.footer-email-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.footer-email-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.2s, transform 0.2s;
}
.footer-email-submit:hover {
  opacity: 0.7;
  transform: translateY(-50%) translateX(2px);
}
.footer-email-submit svg {
  width: 18px;
  height: 18px;
}

.footer-newsletter__msg {
  display: block;
  font-family: var(--sans);
  font-size: 0.65rem;
  color: #6fcf7c;
  margin-top: 0.5rem;
  min-height: 1rem;
}

.footer-social ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-social a {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s;
}
.footer-social a:hover {
  color: #FFFFFF;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
}

/* ─────────────────────────────────────────────
   RESPONSIVE DESIGN
   ─────────────────────────────────────────────*/
@media (max-width: 992px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media (max-width: 820px) {
  .header-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

@media (max-width: 600px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .shipping-title {
    font-size: clamp(2.3rem, 8vw, 3.2rem);
  }
  .policy-card {
    padding: 1.75rem;
  }
  .policy-card__text {
    font-size: 1.15rem;
  }
}
