:root {
  --ink: #2d2926;
  --muted: #6f665d;
  --cream: #fff8ec;
  --paper: #fffdf8;
  --coral: #f26449;
  --coral-dark: #cc4430;
  --yellow: #f7bd38;
  --sage: #7f9e75;
  --sage-pale: #e7eee0;
  --line: #eadfce;
  --shadow: 0 24px 64px rgba(93, 59, 25, .13);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-140%); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 223, 206, .75);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 900; letter-spacing: -.04em; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand strong { color: var(--coral); }
.site-header nav { display: flex; align-items: center; gap: 26px; }
.site-header nav a, .site-footer nav a { color: #4e4741; font-size: 14px; font-weight: 750; text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--coral-dark); }

.hero { overflow: hidden; padding: 64px 0 74px; background: radial-gradient(circle at 9% 24%, rgba(247,189,56,.19), transparent 23%), linear-gradient(140deg, #fffdf8, var(--cream)); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 52px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 7px; color: var(--yellow); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(52px, 6.5vw, 88px); line-height: .98; letter-spacing: -.07em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 2px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: white; background: var(--coral); box-shadow: 0 12px 30px rgba(242,100,73,.28); }
.button-primary:hover, .button-primary:focus-visible { background: var(--coral-dark); }
.button-secondary { background: rgba(255,255,255,.74); border-color: var(--line); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 30px 0 0; padding: 0; color: #645b53; list-style: none; font-size: 13px; font-weight: 700; }
.trust-list span { color: var(--sage); font-weight: 950; }
.hero-art {
  position: relative;
  min-height: 560px;
  border-radius: var(--radius-xl);
  background: url("/assets/365buy-shopping-cover.png") right center / auto 100% no-repeat;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero-art::before { content: ""; position: absolute; inset: 18px; z-index: -1; border: 1px solid rgba(255,255,255,.72); border-radius: 25px; }
.art-note { position: absolute; right: 22px; bottom: 22px; padding: 9px 14px; color: var(--ink); background: rgba(255,253,248,.9); border: 1px solid rgba(255,255,255,.88); border-radius: 999px; box-shadow: 0 8px 24px rgba(74,53,35,.12); font-size: 12px; font-weight: 850; }

.section { padding: 104px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.section-heading h2, .how-intro h2, .about-card h2, .disclosure-card h2 { margin: 0; font-size: clamp(34px, 4.3vw, 58px); line-height: 1.06; letter-spacing: -.055em; }
.section-heading > p { max-width: 440px; margin: 0 0 4px; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { min-height: 300px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(45,41,38,.08); border-radius: var(--radius-lg); transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(72,48,29,.11); }
.category-card.coral { background: #ffdbcf; }
.category-card.yellow { background: #fff0b8; }
.category-card.sage { background: var(--sage-pale); }
.category-card.cream { background: #f7eee1; }
.category-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 36px; background: rgba(255,255,255,.72); border-radius: 16px; font-size: 27px; font-weight: 900; }
.category-card h3 { margin: 0; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.category-card p { margin: 12px 0 26px; color: #655c54; font-size: 14px; }
.category-card > span { margin-top: auto; color: #504840; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.how { background: var(--ink); color: white; }
.how-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.how .eyebrow { color: var(--yellow); }
.how-intro > p:not(.eyebrow) { max-width: 480px; color: #d8cec4; }
.fine-print { color: var(--muted); font-size: 13px; }
.how .fine-print { color: #a99f97 !important; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li > span { color: var(--yellow); font-weight: 900; }
.steps h3 { margin: 0; font-size: 22px; }
.steps p { margin: 7px 0 0; color: #cfc5bc; }

.about { background: #f7ede0; }
.about-card { display: grid; grid-template-columns: 320px 1fr; gap: 62px; align-items: center; padding: 52px; background: var(--paper); border: 1px solid rgba(45,41,38,.07); border-radius: var(--radius-xl); box-shadow: 0 18px 52px rgba(93,59,25,.08); }
.about-mark { min-height: 300px; display: grid; place-items: center; background: radial-gradient(circle at 48% 40%, #fff 0 28%, transparent 29%), linear-gradient(145deg, #ffd7c6, #fff0b8); border-radius: 28px; overflow: hidden; }
.about-mark img { width: 78%; height: 78%; object-fit: contain; }
.about-card > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }

.disclosure { padding-top: 82px; padding-bottom: 82px; background: var(--coral); color: white; }
.disclosure-card { display: grid; grid-template-columns: 88px 1fr; gap: 30px; align-items: start; }
.disclosure .eyebrow { color: #ffe9a9; }
.disclosure-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.84); border-radius: 50%; font-family: Georgia, serif; font-size: 42px; font-weight: 700; }
.disclosure-card p:last-child { max-width: 880px; color: #fff6f1; font-size: 17px; }

.policies { background: var(--paper); }
.section-heading.compact { margin-bottom: 30px; }
.policy-grid { display: grid; grid-template-columns: 1.15fr 1fr .85fr; gap: 18px; }
.policy-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.policy-grid h3 { margin: 0 0 14px; font-size: 21px; }
.policy-grid p { color: var(--muted); font-size: 13px; }
.contact-link { display: inline-flex; gap: 10px; align-items: center; margin: 6px 0 14px; color: var(--coral-dark); font-size: 15px; font-weight: 850; text-decoration: none; overflow-wrap: anywhere; }

.site-footer { padding: 38px 0; color: #d8cec4; background: #211e1c; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 18px 34px; align-items: center; }
.footer-brand { color: white; }
.footer-grid > p { margin: 0; font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.site-footer nav a { color: #e9ded4; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.11); color: #948b84; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 960px) {
  .hero-grid, .how-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-art { min-height: 500px; background-position: right center; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .about-card { grid-template-columns: 260px 1fr; gap: 36px; padding: 34px; }
  .about-mark { min-height: 260px; }
  .policy-grid { grid-template-columns: 1fr 1fr; }
  .policy-grid article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand img { width: 45px; height: 45px; }
  .site-header nav { display: none; }
  .hero { padding: 46px 0 52px; }
  .hero-grid { gap: 34px; }
  h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-lead { margin-top: 22px; font-size: 17px; }
  .button { width: 100%; }
  .trust-list { display: grid; }
  .hero-art { min-height: 420px; border-radius: 26px; background-position: right center; }
  .section { padding: 72px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .category-grid, .about-card, .policy-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 250px; }
  .category-icon { margin-bottom: 28px; }
  .how-grid { gap: 38px; }
  .steps li { grid-template-columns: 46px 1fr; gap: 10px; }
  .about-card { padding: 20px; }
  .about-mark { min-height: 250px; }
  .disclosure-card { grid-template-columns: 1fr; }
  .disclosure-icon { width: 60px; height: 60px; font-size: 34px; }
  .policy-grid article:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
