:root {
  --ink: #18312b;
  --paper: #fffaf0;
  --cream: #f7eed8;
  --moss: #2f5d50;
  --moss-dark: #173f37;
  --tomato: #d94b35;
  --gold: #efb93f;
  --sky: #bfe6ef;
  --lavender: #d9c7ec;
  --white: #ffffff;
  --shadow: 0 16px 35px rgba(24,49,43,.15);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-open, body.cart-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 999; background: var(--gold); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 10px; }

.announcement { background: var(--ink); color: var(--white); text-align: center; padding: 8px 16px; font-size: .9rem; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,250,240,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(24,49,43,.12); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; font-size: 1.25rem; letter-spacing: -.03em; }
.brand img { width: 44px; height: 44px; }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; padding: 0; margin: 0; }
.nav-links a { text-decoration: none; font-weight: 750; padding: 10px 13px; border-radius: 999px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--cream); color: var(--moss-dark); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .menu-toggle { border: 0; background: var(--white); color: var(--ink); border-radius: 999px; min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; box-shadow: 0 5px 18px rgba(24,49,43,.10); position: relative; }
.menu-toggle { display: none; }
.cart-count { position: absolute; right: -3px; top: -4px; background: var(--tomato); color: white; min-width: 21px; height: 21px; border-radius: 999px; display: grid; place-items: center; font-size: .72rem; font-weight: 900; border: 2px solid var(--paper); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; border: 2px solid transparent; padding: 13px 20px; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--tomato); color: white; box-shadow: 0 10px 24px rgba(217,75,53,.28); }
.button.secondary { background: var(--moss); color: white; box-shadow: 0 10px 24px rgba(47,93,80,.22); }
.button.ghost { border-color: rgba(24,49,43,.2); background: rgba(255,255,255,.65); }
.button.small { padding: 9px 14px; font-size: .92rem; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 15%, rgba(239,185,63,.35), transparent 27%), linear-gradient(135deg, #fff8df 0%, #e8f5e9 54%, #c9eaf1 100%); }
.hero::after { content: ""; position: absolute; inset: auto -8% -80px -8%; height: 180px; background: var(--paper); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.hero-grid { min-height: 690px; padding: 88px 0 135px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.75); border: 1px solid rgba(24,49,43,.12); border-radius: 999px; padding: 7px 12px; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin-top: 0; }
h1 { font-size: clamp(3.25rem, 8vw, 6.8rem); margin-bottom: 22px; max-width: 800px; }
h2 { font-size: clamp(2rem, 5vw, 3.8rem); margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 10px; }
.lede { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 650px; color: #35564f; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { margin-top: 24px; display: flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 750; color: #4b665f; }
.hero-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-art > img { width: min(100%, 530px); filter: drop-shadow(0 28px 28px rgba(24,49,43,.18)); animation: float 5s ease-in-out infinite; }
.sticker { position: absolute; width: 128px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; font-weight: 950; text-transform: uppercase; line-height: 1.05; transform: rotate(8deg); box-shadow: var(--shadow); border: 4px dashed rgba(24,49,43,.3); padding: 16px; }
.sticker.one { right: 0; top: 12%; background: var(--gold); }
.sticker.two { left: 0; bottom: 12%; background: var(--lavender); transform: rotate(-8deg); }
@keyframes float { 50% { transform: translateY(-12px) rotate(1deg); } }

.section { padding: 86px 0; }
.section.alt { background: var(--cream); }
.section.dark { background: var(--ink); color: white; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head p { max-width: 600px; color: #526a64; margin: 0; }
.dark .section-head p { color: #d4e3df; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(24,49,43,.08); }
.card-body { padding: 22px; }
.card-media { aspect-ratio: 4 / 3; background: #e9f3e8; overflow: hidden; display: grid; place-items: center; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.card:hover .card-media img { transform: scale(1.035); }
.price-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0; }
.price { font-size: 1.25rem; font-weight: 950; }
.badge { background: var(--gold); border-radius: 999px; padding: 5px 9px; font-weight: 900; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.product-card .button { width: 100%; }

.feature { background: rgba(255,255,255,.7); border: 1px solid rgba(24,49,43,.10); border-radius: var(--radius); padding: 26px; }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--gold); font-size: 1.5rem; margin-bottom: 18px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split-media { background: var(--sky); border-radius: 38px; padding: 22px; transform: rotate(-1.5deg); box-shadow: var(--shadow); }
.split-media img { border-radius: 26px; }
.checks { padding: 0; list-style: none; }
.checks li { display: flex; gap: 10px; margin: 12px 0; }
.checks li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--moss); font-weight: 900; }

.quote-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { padding: 24px; border-radius: var(--radius); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.quote p { font-size: 1.06rem; }
.quote strong { color: var(--gold); }

.page-hero { padding: 95px 0 70px; background: linear-gradient(135deg, #fff3d4, #dff0e4); border-bottom: 1px solid rgba(24,49,43,.1); }
.page-hero .container { display: grid; grid-template-columns: 1fr .75fr; gap: 36px; align-items: center; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 5.4rem); margin-bottom: 16px; }
.page-hero-art { max-height: 330px; justify-self: end; filter: drop-shadow(0 18px 20px rgba(24,49,43,.16)); }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 26px; }
.shop-toolbar select { border: 1px solid rgba(24,49,43,.2); background: white; border-radius: 12px; padding: 10px 14px; color: var(--ink); }
.service-card { display: grid; grid-template-columns: 90px 1fr; gap: 18px; background: white; padding: 24px; border-radius: var(--radius); box-shadow: var(--shadow); }
.service-card .service-number { width: 70px; height: 70px; border-radius: 20px; background: var(--gold); display: grid; place-items: center; font-size: 1.5rem; font-weight: 950; transform: rotate(-4deg); }
.service-list { display: grid; gap: 20px; }

.timeline { position: relative; display: grid; gap: 22px; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 21px; width: 3px; background: var(--gold); }
.timeline-item { position: relative; padding-left: 62px; }
.timeline-item::before { content: ""; position: absolute; left: 10px; top: 8px; width: 24px; height: 24px; border-radius: 50%; background: var(--tomato); border: 5px solid var(--paper); box-shadow: 0 0 0 2px var(--tomato); }

.form-card { background: white; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(24,49,43,.2); background: #fffcf6; border-radius: 12px; padding: 12px 14px; color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; }
.form-status { margin-top: 14px; font-weight: 800; }

.faq details { background: white; padding: 18px 20px; border-radius: 16px; margin: 12px 0; border: 1px solid rgba(24,49,43,.1); }
.faq summary { cursor: pointer; font-weight: 900; }

.site-footer { background: #102924; color: #eef9f5; padding: 64px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 32px; }
.footer-title { font-size: 1.05rem; font-weight: 900; margin-bottom: 12px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #cde1db; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #a9c3bc; font-size: .88rem; }

.cart-backdrop { position: fixed; inset: 0; background: rgba(11,31,27,.56); z-index: 70; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.cart-drawer { position: fixed; z-index: 80; right: 0; top: 0; width: min(430px, 100%); height: 100dvh; background: var(--paper); transform: translateX(105%); transition: transform .25s ease; display: grid; grid-template-rows: auto 1fr auto; box-shadow: -16px 0 40px rgba(0,0,0,.2); }
.cart-open .cart-backdrop { opacity: 1; pointer-events: auto; }
.cart-open .cart-drawer { transform: translateX(0); }
.cart-head, .cart-foot { padding: 20px; border-bottom: 1px solid rgba(24,49,43,.1); }
.cart-foot { border-bottom: 0; border-top: 1px solid rgba(24,49,43,.1); }
.cart-head { display: flex; align-items: center; justify-content: space-between; }
.cart-items { padding: 18px; overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center; background: white; padding: 10px; border-radius: 14px; margin-bottom: 10px; }
.cart-item img { width: 62px; height: 62px; object-fit: cover; border-radius: 10px; }
.cart-item button { border: 0; background: transparent; color: var(--tomato); font-weight: 900; }
.cart-total { display: flex; align-items: center; justify-content: space-between; font-size: 1.25rem; font-weight: 950; margin-bottom: 14px; }
.empty-cart { text-align: center; color: #61756f; padding: 44px 16px; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 30px); z-index: 100; background: var(--ink); color: white; padding: 12px 18px; border-radius: 999px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .25s ease; font-weight: 800; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .menu-toggle { display: inline-grid; }
  .nav-links { position: fixed; inset: 111px 16px auto 16px; background: var(--paper); display: grid; padding: 14px; box-shadow: var(--shadow); border-radius: 20px; transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .menu-open .nav-links { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { display: block; }
  .hero-grid, .page-hero .container, .split { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 64px; text-align: center; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-art { min-height: 430px; }
  .page-hero-art { justify-self: center; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .quote-strip { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-head { align-items: start; flex-direction: column; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 22px), var(--max)); }
  .announcement { font-size: .78rem; }
  .nav-wrap { min-height: 68px; }
  .brand span { display: none; }
  .nav-links { inset: 103px 11px auto 11px; }
  h1 { font-size: 3.25rem; }
  .hero-grid { min-height: auto; padding-bottom: 105px; }
  .hero-art { min-height: 360px; }
  .sticker { width: 95px; padding: 12px; font-size: .72rem; }
  .grid-4 { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .page-hero { padding-top: 70px; }
  .page-hero .container { text-align: center; }
  .page-hero h1 { font-size: 3.2rem; }
  .service-card { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
