/** Shopify CDN: Minification failed

Line 19:0 All "@import" rules must come first

**/
/* ===== VARIABLES (Tuned Returns Page) ===== */
:root {
  --black: #0a0a0a;
  --dark-sf: #111111;
  --db: #1a1a1a;
  --white: #f8f8f8;
  --off: #e0e0e0;
  --mt: #8a8a8a;
  --acc: #c8b273;
  --acc-d: #a89460;
  --sans: 'Manrope', -apple-system, system-ui, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* ===== BASE ===== */
.tuned-page {
  font-family: var(--sans);
  background: var(--black);
  color: var(--off);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.tuned-page *, .tuned-page *::before, .tuned-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== NAV ===== */
.sticky-nav { position: sticky; top: 0; z-index: 1000; background: rgba(10,10,10,0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 1rem 2rem; border-bottom: 1px solid var(--db); }
.nav-container { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.tuned-page .nav-logo { font-family: var(--sans); font-size: 1.15rem; font-weight: 800; color: var(--white); letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-link { color: var(--mt); text-decoration: none; font-size: .75rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; transition: color 0.3s; }
.nav-link:hover { color: var(--white); }
.nav-btn { background: var(--acc); color: var(--black); border: none; padding: 0.55rem 1.5rem; border-radius: 50px; font-weight: 600; font-size: 0.75rem; cursor: pointer; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
.nav-btn:hover { background: var(--acc-d); }
.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-menu-toggle span { display: block; width: 22px; height: 2px; background: var(--off); border-radius: 2px; }

/* ===== PAGE ===== */
.page-wrap { max-width: 800px; margin: 0 auto; padding: 3.5rem 2rem 4rem; flex: 1; width: 100%; }
.page-header { margin-bottom: 2.5rem; }
.page-header h1 { font-family: var(--sans); font-size: 2.2rem; font-weight: 700; color: var(--white); margin-bottom: 0.75rem; letter-spacing: -0.01em; }
.page-header p { font-size: 0.9rem; color: var(--mt); line-height: 1.7; }

/* ===== POLICY CONTENT ===== */
.policy-content { display: flex; flex-direction: column; gap: 0; }

.policy-highlight {
  background: var(--dark-sf);
  border: 1px solid var(--acc-d);
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.highlight-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--acc);
  background: rgba(200,178,115,0.1);
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.policy-highlight h2 {
  font-family: var(--sans);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.75rem;
}
.policy-highlight p {
  font-size: 0.88rem;
  color: var(--off);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.highlight-note {
  font-size: 0.78rem !important;
  color: var(--mt) !important;
  font-style: italic;
  padding-top: 0.5rem;
  border-top: 1px solid var(--db);
  margin-top: 0.75rem;
}

.policy-section {
  padding: 2rem 0;
  border-bottom: 1px solid var(--db);
}
.policy-section h2 {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}
.policy-section-content p {
  font-size: 0.88rem;
  color: var(--off);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.policy-section-content ul,
.policy-section-content ol {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.policy-section-content li {
  font-size: 0.85rem;
  color: var(--off);
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
.policy-section-content ul ul,
.policy-section-content ol ol {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.policy-section-content a {
  color: var(--acc);
  text-decoration: none;
  transition: opacity 0.2s;
}
.policy-section-content a:hover { opacity: 0.8; }

.policy-contact {
  padding: 2rem 0;
  text-align: center;
}
.policy-contact h2 {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.policy-contact p {
  font-size: 0.88rem;
  color: var(--mt);
  margin-bottom: 0.75rem;
}
.contact-link {
  display: inline-block;
  color: var(--acc);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
.contact-link:hover { opacity: 0.8; }

.policy-updated {
  padding-top: 2rem;
  border-top: 1px solid var(--db);
}
.policy-updated p {
  font-size: 0.72rem;
  color: var(--mt);
  opacity: 0.5;
}

/* ===== FOOTER ===== */
.product-footer { padding: 50px 0 32px; border-top: 1px solid var(--db); background: var(--black); }
.ft-wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(28px, 5vw, 72px); }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.ft-brand .nav-logo { margin-bottom: 12px; display: inline-block; }
.ft-brand p { font-size: .8rem; color: var(--mt); line-height: 1.7; max-width: 260px; }
.ft-col h4 { font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--mt); margin-bottom: 16px; }
.ft-col a { display: block; font-size: .8rem; color: var(--off); opacity: .5; margin-bottom: 9px; transition: opacity .3s, color .3s; text-decoration: none; }
.ft-col a:hover { opacity: 1; color: var(--acc); }
.ft-btm { display: flex; justify-content: space-between; align-items: flex-start; padding-top: 24px; border-top: 1px solid var(--db); gap: 20px; }
.ft-btm p { font-size: .65rem; color: var(--mt); opacity: .4; }
.ft-disc { font-size: .62rem; color: var(--mt); opacity: .28; line-height: 1.6; max-width: 500px; text-align: right; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .mobile-menu-toggle { display: flex; }
}
@media (max-width: 600px) {
  .page-wrap { padding: 1.5rem 1rem 2rem; }
  .page-header h1 { font-size: 1.6rem; }
  .page-header p { font-size: 0.82rem; }
  .policy-highlight { padding: 1.2rem; }
  .policy-highlight h2 { font-size: 1.2rem; }
  .ft-grid { grid-template-columns: 1fr; gap: 24px; }
  .ft-btm { flex-direction: column; gap: 10px; }
  .ft-disc { text-align: left; }
  .sticky-nav { padding: 0.6rem 0.8rem; }
  .tuned-page .nav-logo { font-size: 1rem; }
}
@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(10,10,10,0.98); padding: 1.5rem 2rem; gap: 1.2rem; border-bottom: 1px solid var(--db); z-index: 999; }
  .nav-links[style*="flex"] { display: flex !important; }
  .sticky-nav .nav-container { position: relative; }
}
