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

:root {
  --ink: #10273a;
  --navy: #103247;
  --navy-2: #173e52;
  --aqua: #c7f0ea;
  --mint: #def6ee;
  --rose: #e9667b;
  --paper: #f7f4ee;
  --white: #ffffff;
  --line: #d8dedc;
  --muted: #60717d;
  --green: #00b67a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.wrap { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  padding: 14px max(24px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(247,244,238,.94);
  border-bottom: 1px solid rgba(16,39,58,.12);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 14px/1 "Manrope", sans-serif; letter-spacing: .08em; }
.brand b { color: var(--rose); }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-block; background: var(--navy); border-radius: 50%; }
.brand-mark i { position: absolute; inset: 15px 8px auto; height: 4px; background: var(--aqua); border-radius: 3px; }
.brand-mark i:last-child { transform: rotate(90deg); }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-header nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--rose); }
.language-select { justify-self: end; }
.language-select select { min-width: 148px; height: 42px; padding: 0 36px 0 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 0; cursor: pointer; }

.hero { min-height: 700px; padding-block: 76px 86px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--rose); font: 700 12px/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--rose); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 660px; margin: 0; font-size: clamp(48px, 6.2vw, 88px); line-height: .99; letter-spacing: -.055em; font-weight: 600; }
.lead { max-width: 600px; margin: 30px 0 28px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.category-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.category-pills a { padding: 9px 12px; border: 1px solid #cfd8d5; background: rgba(255,255,255,.45); font-size: 12px; font-weight: 600; }
.category-pills a:hover { background: var(--mint); border-color: var(--navy); }
.text-link, .light-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link:hover, .light-link:hover { color: var(--rose); }

.featured-card { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; min-height: 512px; background: var(--white); border: 1px solid var(--line); box-shadow: 18px 18px 0 var(--aqua); }
.featured-label { position: absolute; top: 0; left: 0; z-index: 2; padding: 11px 16px; color: var(--white); background: var(--rose); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.featured-visual { min-height: 300px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--mint); }
.featured-visual::before { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid rgba(16,50,71,.14); border-radius: 50%; }
.featured-visual::after { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(16,50,71,.08); border-radius: 50%; }
.featured-visual img { position: relative; z-index: 2; width: 90%; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(16,39,58,.14)); }
.molecule { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--rose); z-index: 1; }
.molecule::after { content: ""; position: absolute; width: 55px; height: 1px; left: 5px; top: 5px; transform-origin: left; background: rgba(16,50,71,.4); }
.m1 { top: 17%; right: 18%; } .m1::after { transform: rotate(58deg); }
.m2 { bottom: 24%; left: 13%; } .m2::after { transform: rotate(-45deg); }
.m3 { bottom: 14%; right: 28%; } .m3::after { transform: rotate(145deg); }
.featured-content { padding: 64px 34px 34px; display: flex; flex-direction: column; justify-content: center; }
.pzn { margin: 0 0 12px; color: var(--rose)!important; font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.featured-content h2 { margin: 0 0 18px; font-size: 28px; line-height: 1.05; }
.featured-content h2 small { display: block; margin-top: 9px; font-size: 12px; letter-spacing: .03em; font-weight: 600; }
.featured-content > p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.primary-button, .outline-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; font-weight: 700; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.primary-button { margin-top: 14px; color: var(--white); background: var(--navy); }
.primary-button:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--rose); }

.catalog { padding-block: 92px 110px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 45px; }
.section-heading h2, .delivery h2, .review-copy h2 { max-width: 650px; margin: 0; font-size: clamp(36px, 4.5vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 600; }
.section-heading > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; display: flex; flex-direction: column; background: rgba(255,255,255,.52); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card:hover { background: var(--white); }
.product-image { position: relative; aspect-ratio: 1 / .92; display: grid; place-items: center; overflow: hidden; background: #fbfbf8; }
.product-image img { width: 80%; height: 80%; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.mini-label { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 6px 9px; color: var(--white); background: var(--rose); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.product-body { position: relative; flex: 1; min-height: 226px; padding: 24px 23px 25px; display: flex; flex-direction: column; }
.product-index { position: absolute; top: 20px; right: 20px; margin: 0!important; color: #9aabae!important; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .08em; }
.product-body h3 { padding-right: 28px; margin: 0 0 12px; font-size: 16px; line-height: 1.35; letter-spacing: -.015em; }
.product-body > p { margin: 0 0 26px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.product-body > a { margin-top: auto; align-self: flex-start; padding-bottom: 3px; color: var(--navy); border-bottom: 1px solid var(--navy); font-size: 13px; font-weight: 700; }
.product-body > a:hover { color: var(--rose); border-color: var(--rose); }
.product-featured .product-image { background: var(--mint); }
.center { text-align: center; margin-top: 46px; }
.outline-button { border: 1px solid var(--navy); }
.outline-button:hover { color: var(--white); background: var(--navy); }

.delivery { padding-block: 100px; color: var(--white); background: var(--navy); }
.delivery-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.section-kicker.light { color: var(--aqua); }
.delivery-copy { max-width: 620px; margin: 30px 0; color: #d5e2e7; font-size: 18px; line-height: 1.7; }
.shipping-modes { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.shipping-modes span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.3); font-size: 12px; }
.shipping-modes b { color: var(--aqua); }
.light-link { color: var(--aqua); }
.country-panel { padding: 40px; color: var(--ink); background: var(--aqua); box-shadow: 16px 16px 0 var(--rose); }
.country-panel > p { margin: 0 0 24px; font: 700 13px/1 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.country-list { display: flex; flex-wrap: wrap; gap: 8px; }
.country-list span { padding: 8px 10px; border: 1px solid rgba(16,50,71,.18); background: rgba(255,255,255,.45); font-size: 12px; }

.reviews { padding-block: 110px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.trust-score { padding: 45px; background: var(--white); border: 1px solid var(--line); box-shadow: 14px 14px 0 #c6eadb; }
.stars { margin-bottom: 20px; color: var(--green); font-size: 25px; letter-spacing: 2px; }
.trust-score strong { font: 600 72px/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.trust-score > span { color: var(--muted); font-size: 24px; }
.trust-score p { margin: 15px 0 0; color: var(--muted); }
.review-copy > p:not(.section-kicker) { color: var(--muted); font-size: 18px; line-height: 1.7; }
.primary-button.green { background: var(--green); }
.primary-button.green:hover { box-shadow: 6px 6px 0 var(--navy); }

footer { color: #dbe5e9; background: #091e2b; }
.footer-top { padding-block: 50px 35px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-top p { margin: 0; color: #9fb1ba; font-size: 13px; line-height: 1.65; }
.language-links { padding-block: 22px; display: flex; flex-wrap: wrap; gap: 9px 18px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.language-links a { color: #9fb1ba; font-size: 12px; }
.language-links a:hover { color: var(--aqua); }
.footer-bottom { padding-block: 23px; display: flex; justify-content: space-between; color: #78909c; font-size: 12px; }
.footer-bottom a:hover { color: var(--aqua); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .featured-card { min-height: 460px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .delivery-grid { gap: 50px; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 620px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 14px; }
  .site-header nav { display: none; }
  .language-select select { min-width: 132px; max-width: 148px; }
  .brand { font-size: 12px; }
  .brand-mark { width: 30px; height: 30px; }
  .brand-mark i { inset: 13px 7px auto; }
  .hero { padding-block: 54px 68px; gap: 50px; }
  h1 { font-size: clamp(44px, 14vw, 68px); }
  .lead { font-size: 16px; }
  .featured-card { grid-template-columns: 1fr; box-shadow: 9px 9px 0 var(--aqua); }
  .featured-visual { min-height: 350px; }
  .featured-visual img { width: min(82%, 360px); }
  .featured-content { padding: 34px 24px 28px; }
  .catalog { padding-block: 70px 84px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-body { min-height: 236px; padding: 20px 16px; }
  .delivery { padding-block: 75px; }
  .delivery-grid, .reviews { grid-template-columns: 1fr; gap: 50px; }
  .country-panel { padding: 26px; box-shadow: 8px 8px 0 var(--rose); }
  .reviews { padding-block: 78px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 450px) {
  .site-header .brand > span:last-child { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1 / .8; }
  .product-body { min-height: 210px; }
  .section-heading h2, .delivery h2, .review-copy h2 { font-size: 36px; }
  .trust-score { padding: 32px 25px; }
  .trust-score strong { font-size: 62px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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

