:root {
  --ink: #17233f;
  --muted: #657087;
  --paper: #fffaf6;
  --coral: #ef6a5b;
  --coral-dark: #ca493e;
  --peach: #ffe7dd;
  --blue: #214d85;
  --line: #eadfd8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(48, 49, 65, 0.09);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}

a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; padding: 10px 14px; background: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(234, 223, 216, 0.9);
  background: rgba(255, 250, 246, 0.94);
  backdrop-filter: blur(14px);
}

.nav { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand img { width: 106px; max-height: 42px; object-fit: contain; }
.brand span { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.language { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; }

.hero { overflow: hidden; padding: 92px 0 70px; background: radial-gradient(circle at 80% 20%, #ffd5c6 0, transparent 34%), linear-gradient(135deg, #fffaf6, #fff2ea); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr); align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: 13px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.18; }
h1 { margin: 0; max-width: 760px; font-size: clamp(42px, 6vw, 78px); letter-spacing: -0.045em; }
h2 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -0.025em; }
h3 { margin: 0 0 10px; font-size: 22px; }
.lede { max-width: 760px; margin: 24px 0 0; color: #3f4a60; font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--coral); border-radius: 999px; background: var(--coral); color: #fff; font-weight: 750; text-decoration: none; }
.button.secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.hero-card { position: relative; padding: 22px; border: 1px solid rgba(239, 106, 91, 0.22); border-radius: 34px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.hero-card img { width: 100%; min-height: 420px; border-radius: 22px; background: linear-gradient(145deg, #ffe7dd, #fff); object-fit: contain; }
.hero-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; color: var(--muted); font-size: 13px; }

.section { padding: 78px 0; }
.section.white { background: #fff; }
.section.tinted { background: var(--peach); }
.section-head { max-width: 790px; margin-bottom: 34px; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(48,49,65,.05); }
.card p:last-child { margin-bottom: 0; }
.card .number { display: block; margin-bottom: 20px; color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.product-card { overflow: hidden; padding: 0; }
.product-card figure { display: grid; min-height: 310px; margin: 0; place-items: center; background: linear-gradient(145deg, #fff2eb, #fff); }
.product-card figure img { width: 72%; max-height: 280px; object-fit: contain; }
.product-card .body { padding: 26px; }
.tag { display: inline-flex; margin-bottom: 12px; padding: 5px 10px; border-radius: 999px; background: var(--peach); color: var(--coral-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--line); }
.fact { min-height: 150px; padding: 25px; background: #fff; }
.fact strong { display: block; margin-bottom: 8px; color: var(--coral-dark); font-size: 14px; text-transform: uppercase; }
.fact p { margin: 0; }

.page-hero { padding: 72px 0 48px; background: linear-gradient(135deg, #fff4ed, #fffaf6); }
.page-hero h1 { max-width: 900px; font-size: clamp(40px, 5vw, 64px); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 50px; align-items: start; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 48px; font-size: 32px; }
.prose h3 { margin-top: 30px; font-size: 22px; }
.prose p, .prose li { color: #3f4a60; font-size: 17px; }
.prose li + li { margin-top: 8px; }
.notice { margin: 28px 0; padding: 22px 24px; border-left: 5px solid var(--coral); border-radius: 12px; background: #fff2eb; }
.notice p { margin: 0; color: var(--ink); }
.side-card { position: sticky; top: 105px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.side-card h2 { font-size: 20px; }
.side-card ul { margin: 0; padding-left: 18px; }
.side-card li + li { margin-top: 8px; }
.detail-list { display: grid; grid-template-columns: 210px 1fr; margin: 28px 0; border-top: 1px solid var(--line); }
.detail-list dt, .detail-list dd { margin: 0; padding: 15px 8px; border-bottom: 1px solid var(--line); }
.detail-list dt { font-weight: 800; }
.detail-list dd { color: #3f4a60; }
.contact-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 38px; border-radius: 24px; background: var(--ink); color: #fff; }
.contact-panel h2 { margin-bottom: 8px; }
.contact-panel p { margin: 0; color: #dfe5f1; }
.contact-panel .button { white-space: nowrap; }

.site-footer { padding: 48px 0 32px; background: #111a30; color: #dce2ef; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 34px; }
.site-footer h2 { font-size: 18px; }
.site-footer p, .site-footer li { color: #b9c3d6; font-size: 14px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: #fff; }
.copyright { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #93a1bb; font-size: 13px; }

@media (max-width: 900px) {
  .nav { flex-wrap: wrap; padding: 14px 0; }
  .nav-links { width: 100%; margin-left: 0; gap: 16px; overflow-x: auto; }
  .hero-grid, .content-layout, .contact-panel { grid-template-columns: 1fr; }
  .hero-card img { min-height: 320px; }
  .grid, .grid.two, .facts { grid-template-columns: repeat(2, 1fr); }
  .side-card { position: static; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .brand span { display: none; }
  .nav-links a { white-space: nowrap; }
  .hero { padding-top: 62px; }
  .hero-grid { gap: 36px; }
  .grid, .grid.two, .facts, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .detail-list { grid-template-columns: 1fr; }
  .detail-list dt { padding-bottom: 0; border-bottom: 0; }
}
