@import url("fonts.css");

/* ---------- Reset & base ---------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #FAF6F0;
  color: #2E3A3F;
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: #3E7EA6; text-decoration: none; }
a:hover { color: #2C5D7C; text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }
img { max-width: 100%; display: block; }
::selection { background: #CFE3D2; }
h1, h2, h3 { font-family: 'Fredoka', system-ui, sans-serif; font-weight: 600; color: #24313A; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@keyframes qeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- Media / photo placeholders ---------- */
.media { display: block; width: 100%; object-fit: cover; background: #EAF2F7; }
.media-caption {
  position: absolute; bottom: 10px; left: 10px;
  font-family: ui-monospace, Menlo, monospace; font-size: 11px;
  background: rgba(255,255,255,0.85); color: #55666D;
  padding: 5px 9px; border-radius: 7px;
}
.media-wrap { position: relative; overflow: hidden; }
.hero-media img, .cat-media img, .prod-media img, .guide-media img, .product-media img,
.sizes-banner-media img, .about-photo img, .map-media img, .article-media img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ---------- Top bar ---------- */
.topbar { background: #2E3A3F; color: #E8EEF0; font-size: 13px; letter-spacing: 0.02em; }
.topbar .container { padding-top: 9px; padding-bottom: 9px; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.topbar-contact { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.topbar a { color: #E8EEF0; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250,246,240,0.94); backdrop-filter: blur(10px); border-bottom: 1px solid #E6DDD0; }
.site-header .container { padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; gap: 24px; }
.logo { display: flex; align-items: center; gap: 11px; background: none; border: none; padding: 0; }
.logo-badge { width: 42px; height: 42px; border-radius: 14px; background: #7FA8C4; display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Fredoka', sans-serif; font-size: 20px; font-weight: 600; flex: none; }
.logo-text { text-align: left; line-height: 1.1; }
.logo-name { display: block; font-family: 'Fredoka', sans-serif; font-size: 21px; font-weight: 600; color: #2E3A3F; }
.logo-domain { display: block; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #8B9AA1; }

.nav-toggle { margin-left: auto; display: none; background: none; border: 1.5px solid #C9BBA6; border-radius: 10px; padding: 9px 12px; font-size: 15px; font-weight: 700; color: #2E3A3F; }
.main-nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 4px; align-items: center; }
.nav-link { background: none; border: none; padding: 9px 13px; border-radius: 10px; font-size: 15.5px; font-weight: 600; color: #44555C; display: inline-block; }
.nav-link:hover { background: #EFE5D6; text-decoration: none; }
.nav-link.active { color: #3E7EA6; }
.btn-cart { margin-left: 8px; display: flex; align-items: center; gap: 8px; background: #2E3A3F; color: #FAF6F0; border: none; padding: 11px 17px; border-radius: 999px; font-size: 15px; font-weight: 600; }
.btn-cart:hover { background: #3E7EA6; text-decoration: none; }
.cart-badge { min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: #BFD8C0; color: #2E3A3F; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; border: none; border-radius: 999px; font-weight: 700; font-size: 16.5px; padding: 15px 28px; text-align: center; }
.btn:hover { text-decoration: none; }
.btn-primary { background: #3E7EA6; color: #fff; }
.btn-primary:hover { background: #2C5D7C; color: #fff; }
.btn-outline { background: #FAF6F0; color: #2E3A3F; border: 1.5px solid #C9BBA6; }
.btn-outline:hover { background: #EFE5D6; }
.btn-dark { background: #2E3A3F; color: #FAF6F0; }
.btn-dark:hover { background: #3E7EA6; color: #FAF6F0; }
.btn-green { background: #BFD8C0; color: #24313A; border: none; }
.btn-green:hover { background: #A8C9AA; }
.btn-link { background: none; border: none; padding: 0; font-size: 16px; font-weight: 700; color: #3E7EA6; }
.btn-small { padding: 10px 16px; font-size: 14.5px; border-radius: 999px; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, #DCEAF3 0%, #FAF6F0 100%); }
.hero .container { padding-top: 64px; padding-bottom: 72px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-copy { animation: qeUp 0.5s ease both; }
.badge-pill { display: inline-block; background: #BFD8C0; color: #2E3A3F; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; }
.hero-title { font-size: 54px; line-height: 1.08; font-weight: 600; margin: 20px 0 18px; color: #24313A; text-wrap: balance; }
.hero-text { font-size: 19px; line-height: 1.65; color: #55666D; max-width: 520px; margin: 0 0 30px; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; font-size: 14.5px; color: #6B7A80; list-style: none; padding: 0; }
.hero-media { border-radius: 26px; overflow: hidden; border: 1px solid #C9D8E2; aspect-ratio: 4 / 3.4; }
.hero-media img { width: 100%; height: 100%; }

/* ---------- USP ---------- */
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 44px 0; }
.usp-card { background: #fff; border: 1px solid #EADFD0; border-radius: 18px; padding: 22px; }
.usp-title { font-family: 'Fredoka', sans-serif; font-size: 17px; font-weight: 600; margin: 0 0 7px; color: #24313A; }
.usp-text { font-size: 14.5px; line-height: 1.55; color: #6B7A80; margin: 0; }

/* ---------- Section headers ---------- */
.section { padding: 44px 0 12px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.section-title { font-size: 34px; margin: 0 0 6px; }
.section-sub { font-size: 17px; color: #6B7A80; margin: 0; }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 44px; }
.cat-card { text-align: left; background: #fff; border: 1px solid #EADFD0; border-radius: 20px; padding: 0; overflow: hidden; display: block; width: 100%; }
.cat-card:hover { border-color: #7FA8C4; text-decoration: none; }
.cat-media { height: 150px; }
.cat-media img { width: 100%; height: 100%; }
.cat-body { display: block; padding: 18px 20px 20px; }
.cat-name { display: block; font-family: 'Fredoka', sans-serif; font-size: 20px; font-weight: 600; color: #24313A; }
.cat-desc { display: block; font-size: 14.5px; color: #6B7A80; margin-top: 6px; line-height: 1.5; }
.cat-link { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 700; color: #3E7EA6; }

/* ---------- Product cards / grid ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-bottom: 44px; }
.prod-card { background: #fff; border: 1px solid #EADFD0; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.prod-media-link { display: block; }
.prod-media { height: 190px; }
.prod-media img { width: 100%; height: 100%; }
.prod-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.prod-cat { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #94A3A9; }
.prod-name { display: block; font-family: 'Fredoka', sans-serif; font-size: 18px; font-weight: 600; color: #24313A; }
.prod-name:hover { text-decoration: underline; }
.prod-short { font-size: 14px; color: #6B7A80; line-height: 1.5; }
.prod-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 10px; }
.prod-price { font-family: 'Fredoka', sans-serif; font-size: 20px; font-weight: 600; color: #24313A; }

/* ---------- Sizes banner (home) ---------- */
.sizes-banner { background: #EFE5D6; }
.sizes-banner .container { padding: 56px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.sizes-banner h2 { font-size: 32px; margin: 0 0 14px; }
.sizes-banner p { font-size: 17px; line-height: 1.65; color: #55666D; margin: 0 0 18px; text-wrap: pretty; }
.sizes-banner ul { margin: 0 0 22px; padding-left: 20px; font-size: 16px; line-height: 1.85; color: #55666D; }
.sizes-banner-media { border-radius: 22px; overflow: hidden; border: 1px solid #D8C9B2; aspect-ratio: 4 / 3; }
.sizes-banner-media img { width: 100%; height: 100%; }

/* ---------- Guides / blog cards ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 44px; }
.guide-card { text-align: left; background: #fff; border: 1px solid #EADFD0; border-radius: 20px; overflow: hidden; padding: 0; display: block; }
.guide-card:hover { border-color: #7FA8C4; text-decoration: none; }
.guide-media { height: 150px; }
.guide-media img { width: 100%; height: 100%; }
.guide-body { display: block; padding: 18px 20px 22px; }
.guide-tag { display: block; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #94A3A9; }
.guide-title { display: block; font-family: 'Fredoka', sans-serif; font-size: 19px; font-weight: 600; color: #24313A; margin: 8px 0; line-height: 1.3; }
.guide-excerpt { display: block; font-size: 14.5px; color: #6B7A80; line-height: 1.6; }
.guide-more { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 700; color: #3E7EA6; }

/* ---------- Reviews ---------- */
.reviews-section { background: #DCEAF3; }
.reviews-section .container { padding: 52px 24px; }
.reviews-section h2 { font-size: 32px; margin: 0 0 26px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #FAF6F0; border-radius: 20px; padding: 24px; }
.review-stars { color: #D9A441; font-size: 15px; letter-spacing: 2px; }
.review-text { font-size: 16px; line-height: 1.65; color: #44555C; margin: 12px 0 16px; }
.review-author { font-size: 14px; font-weight: 700; color: #24313A; }
.review-pet { font-size: 13.5px; color: #8B9AA1; }

/* ---------- Newsletter ---------- */
.newsletter-section { padding: 56px 0; }
.newsletter { background: #2E3A3F; border-radius: 26px; padding: 44px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 36px; align-items: center; }
.newsletter h2 { font-size: 30px; color: #FAF6F0; margin: 0 0 10px; }
.newsletter p { font-size: 16.5px; line-height: 1.6; color: #C4CFD3; margin: 0; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.input-pill { flex: 1; min-width: 200px; background: #FAF6F0; border: none; border-radius: 999px; padding: 15px 20px; font-size: 16px; color: #2E3A3F; }
.form-note { flex-basis: 100%; font-size: 13px; color: #9FB0B6; margin: 0; }
.form-success { margin: 14px 0 0; background: #BFD8C0; color: #24313A; border-radius: 12px; padding: 12px 14px; font-size: 14.5px; line-height: 1.5; }

/* ---------- Footer ---------- */
.site-footer { background: #2E3A3F; color: #C4CFD3; margin-top: auto; }
.footer-grid { padding: 52px 24px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand { font-family: 'Fredoka', sans-serif; font-size: 22px; font-weight: 600; color: #FAF6F0; margin-bottom: 10px; }
.footer-desc { font-size: 15px; line-height: 1.7; margin: 0 0 14px; }
.footer-legalinfo { font-size: 14.5px; line-height: 1.7; margin: 0; color: #93A2A8; }
.footer-heading { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #7E8E95; margin-bottom: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.footer-links a { background: none; border: none; padding: 0; font-size: 15.5px; color: #C4CFD3; }
.footer-links a:hover { color: #BFD8C0; text-decoration: none; }
.footer-bottom { border-top: 1px solid #3E4A50; }
.footer-bottom .container { padding: 18px 24px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font-size: 13.5px; color: #8C9BA1; }

/* ---------- Cookie banner ---------- */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 16px; }
.cookie-inner { max-width: 1100px; margin: 0 auto; background: #FAF6F0; border: 1px solid #D8CBB8; box-shadow: 0 14px 40px rgba(46,58,63,0.18); border-radius: 22px; padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.cookie-title { font-family: 'Fredoka', sans-serif; font-size: 18px; font-weight: 600; color: #24313A; margin-bottom: 6px; }
.cookie-text { font-size: 14.5px; line-height: 1.6; color: #55666D; margin: 0; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Page header (generic inner pages) ---------- */
.page-header { padding: 46px 0 12px; }
.page-header h1 { font-size: 42px; margin: 0 0 10px; }
.page-header p { font-size: 17.5px; color: #6B7A80; margin: 0 0 26px; max-width: 720px; line-height: 1.6; }
.page-section { padding: 0 0 64px; }

/* ---------- Shop ---------- */
.filter-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; list-style: none; padding: 0; }
.chip { border: 1.5px solid #D8CBB8; background: #fff; color: #44555C; padding: 10px 18px; border-radius: 999px; font-size: 15px; font-weight: 600; }
.chip:hover { border-color: #7FA8C4; text-decoration: none; }
.chip.active { background: #DCEAF3; color: #2C5D7C; border-color: #DCEAF3; }

/* ---------- Product detail ---------- */
.product-detail { padding: 40px 0 64px; }
.back-link { display: inline-block; background: none; border: none; padding: 0; font-size: 15px; font-weight: 600; color: #3E7EA6; margin-bottom: 20px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.product-media { border-radius: 24px; overflow: hidden; border: 1px solid #D3E0E9; aspect-ratio: 1; }
.product-media img { width: 100%; height: 100%; }
.product-cat { font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #94A3A9; }
.product-title { font-size: 36px; margin: 8px 0 12px; line-height: 1.15; }
.product-price { font-family: 'Fredoka', sans-serif; font-size: 30px; font-weight: 600; color: #3E7EA6; margin-bottom: 16px; }
.product-desc { font-size: 17px; line-height: 1.7; color: #55666D; margin: 0 0 20px; }
.size-label { font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #8B9AA1; margin-bottom: 10px; }
.size-options { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; list-style: none; padding: 0; }
.size-btn { min-width: 52px; padding: 11px 14px; border-radius: 12px; border: 1.5px solid #D8CBB8; background: #FAF6F0; color: #2E3A3F; font-size: 15px; font-weight: 700; }
.size-btn.active { background: #3E7EA6; color: #fff; border-color: #3E7EA6; }
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.feature-list { margin: 0; padding-left: 20px; font-size: 16px; line-height: 1.9; color: #55666D; }

/* ---------- Cart ---------- */
.cart-section { padding: 46px 0 70px; }
.cart-section h1 { font-size: 40px; margin: 0 0 24px; }
.cart-empty { background: #fff; border: 1px dashed #D8CBB8; border-radius: 22px; padding: 48px; text-align: center; }
.cart-empty p { font-size: 18px; color: #6B7A80; margin: 0 0 20px; }
.cart-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: start; }
.cart-lines { display: flex; flex-direction: column; gap: 14px; }
.cart-line { background: #fff; border: 1px solid #EADFD0; border-radius: 18px; padding: 16px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.cart-thumb { width: 84px; height: 84px; border-radius: 14px; object-fit: cover; flex: none; }
.cart-line-info { flex: 1; min-width: 160px; }
.cart-line-name { display: block; font-family: 'Fredoka', sans-serif; font-size: 17.5px; font-weight: 600; color: #24313A; }
.cart-line-meta { display: block; font-size: 14px; color: #8B9AA1; margin-top: 3px; }
.btn-remove { background: none; border: none; padding: 0; margin-top: 8px; font-size: 13.5px; font-weight: 600; color: #B4655F; }
.qty-control { display: flex; align-items: center; gap: 10px; }
.qty-btn { width: 34px; height: 34px; border-radius: 10px; border: 1.5px solid #D8CBB8; background: #FAF6F0; font-size: 18px; font-weight: 700; color: #2E3A3F; }
.qty-value { min-width: 22px; text-align: center; font-size: 16px; font-weight: 700; }
.cart-line-total { min-width: 88px; text-align: right; font-family: 'Fredoka', sans-serif; font-size: 18px; font-weight: 600; color: #24313A; }
.cart-summary { background: #EFE5D6; border-radius: 22px; padding: 26px; position: sticky; top: 96px; }
.cart-summary h2 { font-size: 22px; margin: 0 0 18px; }
.summary-row { display: flex; justify-content: space-between; font-size: 16px; color: #55666D; padding: 8px 0; }
.summary-row.border { border-bottom: 1px solid #DBCDB7; }
.summary-total { display: flex; justify-content: space-between; font-family: 'Fredoka', sans-serif; font-size: 22px; font-weight: 600; color: #24313A; padding: 16px 0 6px; }
.summary-note { font-size: 13.5px; color: #6B7A80; line-height: 1.55; margin: 6px 0 18px; }
.btn-checkout { width: 100%; }

/* ---------- Article ---------- */
.article { max-width: 780px; margin: 0 auto; padding: 40px 24px 70px; }
.article-meta { font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #94A3A9; }
.article h1 { font-size: 42px; line-height: 1.15; margin: 12px 0 18px; text-wrap: balance; }
.article-excerpt { font-size: 20px; line-height: 1.65; color: #55666D; margin: 0 0 26px; text-wrap: pretty; }
.article-media { border-radius: 20px; overflow: hidden; height: 320px; margin-bottom: 30px; }
.article-media img { width: 100%; height: 100%; }
.article-block { margin-bottom: 22px; }
.article-block h2 { font-size: 26px; margin: 30px 0 12px; }
.article-block p { font-size: 17.5px; line-height: 1.75; color: #44555C; margin: 0; text-wrap: pretty; }
.article-help { background: #DCEAF3; border-radius: 20px; padding: 26px; margin-top: 30px; }
.article-help h2 { font-size: 21px; margin: 0 0 8px; }
.article-help p { font-size: 16px; line-height: 1.6; color: #44555C; margin: 0 0 16px; }

/* ---------- Sizes page ---------- */
.table-wrap { background: #fff; border: 1px solid #EADFD0; border-radius: 20px; overflow: hidden; }
table.size-table { width: 100%; border-collapse: collapse; }
.size-table thead tr { background: #EFE5D6; }
.size-table th { text-align: left; padding: 14px 16px; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #55666D; }
.size-table td { padding: 14px 16px; font-size: 16px; color: #44555C; border-top: 1px solid #F0E7DA; }
.size-table td.sz { font-weight: 700; color: #24313A; }
.size-table td.breed { color: #6B7A80; }
.size-note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 26px; }
.note-card { border-radius: 20px; padding: 24px; }
.note-card.green { background: #E8F0E7; }
.note-card.blue { background: #DCEAF3; }
.note-card h2 { font-size: 21px; margin: 0 0 10px; }
.note-card p { font-size: 16px; line-height: 1.65; color: #44555C; margin: 0; }

/* ---------- Materials page ---------- */
.material-list { display: flex; flex-direction: column; gap: 16px; }
.material-card { background: #fff; border: 1px solid #EADFD0; border-radius: 20px; padding: 24px; }
.material-head { display: flex; flex-wrap: wrap; gap: 12px; align-items: baseline; justify-content: space-between; }
.material-head h2 { font-size: 22px; margin: 0; }
.material-use { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #3E7EA6; }
.material-text { font-size: 16.5px; line-height: 1.7; color: #55666D; margin: 10px 0 0; }
.wash-rules { background: #EFE5D6; border-radius: 22px; padding: 28px; margin-top: 26px; }
.wash-rules h2 { font-size: 24px; margin: 0 0 12px; }
.wash-rules ul { margin: 0; padding-left: 20px; font-size: 16.5px; line-height: 1.9; color: #55666D; }

/* ---------- About page ---------- */
.about-lead { font-size: 19px; line-height: 1.7; color: #55666D; margin: 0 0 20px; text-wrap: pretty; }
.about-text { font-size: 17px; line-height: 1.75; color: #55666D; margin: 0 0 20px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 30px 0; }
.stat-card { background: #DCEAF3; border-radius: 20px; padding: 26px; text-align: center; }
.stat-value { font-family: 'Fredoka', sans-serif; font-size: 34px; font-weight: 600; color: #24313A; }
.stat-label { font-size: 15px; color: #55666D; margin-top: 6px; }
.beliefs-list { margin: 0 0 26px; padding-left: 20px; font-size: 17px; line-height: 1.9; color: #55666D; }
.company-box { background: #E8F0E7; border-radius: 22px; padding: 28px; }
.company-box h2 { font-size: 23px; margin: 0 0 10px; }
.company-box p { font-size: 16px; line-height: 1.8; color: #55666D; margin: 0; }
.about-photo { border-radius: 22px; overflow: hidden; margin: 30px 0; aspect-ratio: 16/8; }
.about-photo img { width: 100%; height: 100%; }

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid #EADFD0; border-radius: 18px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; width: 100%; text-align: left; padding: 20px 22px; display: flex; gap: 16px; align-items: center; justify-content: space-between; font-size: 17.5px; font-weight: 600; color: #24313A; font-family: 'Fredoka', sans-serif; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-mark { color: #7FA8C4; font-size: 22px; flex: none; }
.faq-item[open] .faq-mark { transform: rotate(45deg); display: inline-block; }
.faq-answer { margin: 0; padding: 0 22px 22px; font-size: 16.5px; line-height: 1.7; color: #55666D; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.contact-form { background: #fff; border: 1px solid #EADFD0; border-radius: 22px; padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.field { border: 1.5px solid #E2D6C4; border-radius: 12px; padding: 13px 15px; font-size: 16px; background: #FAF6F0; width: 100%; }
textarea.field { resize: vertical; }
.check-row { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #6B7A80; line-height: 1.5; }
.check-row input { margin-top: 3px; }
.contact-side { display: flex; flex-direction: column; gap: 16px; }
.info-card { border-radius: 22px; padding: 24px; }
.info-card.blue { background: #DCEAF3; }
.info-card.tan { background: #EFE5D6; }
.info-card h2 { font-size: 21px; margin: 0 0 10px; }
.info-card p { font-size: 16px; line-height: 1.8; margin: 0; color: #44555C; }
.map-media { border-radius: 22px; overflow: hidden; height: 200px; }
.map-media img { width: 100%; height: 100%; }

/* ---------- Legal / doc pages ---------- */
.doc { max-width: 860px; margin: 0 auto; padding: 46px 24px 70px; }
.doc h1 { font-size: 40px; margin: 0 0 10px; line-height: 1.15; }
.doc-updated { font-size: 14.5px; color: #94A3A9; margin: 0 0 26px; }
.doc-intro { font-size: 18px; line-height: 1.7; color: #55666D; margin: 0 0 26px; text-wrap: pretty; }
.doc-section { margin-bottom: 26px; }
.doc-section h2 { font-size: 24px; margin: 0 0 10px; }
.doc-section p { font-size: 17px; line-height: 1.75; color: #44555C; margin: 0; white-space: pre-line; text-wrap: pretty; }
.doc-contact { background: #EFE5D6; border-radius: 18px; padding: 22px; font-size: 15.5px; line-height: 1.7; color: #55666D; }

/* ---------- 404 ---------- */
.error-page { max-width: 640px; margin: 0 auto; padding: 100px 24px; text-align: center; }
.error-page .code { font-family: 'Fredoka', sans-serif; font-size: 96px; font-weight: 600; color: #BFD8C0; margin: 0; line-height: 1; }
.error-page h1 { font-size: 30px; margin: 14px 0; }
.error-page p { font-size: 17px; color: #6B7A80; margin: 0 0 26px; }

/* =====================================================
   Responsive
   ===================================================== */
@media (max-width: 980px) {
  .hero .container { grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 40px; }
  .hero-title { font-size: 40px; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .sizes-banner .container { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; padding: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .cart-grid { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .size-note-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav-toggle { display: inline-block; }
  .main-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; margin-top: 12px; }
  .main-nav.open { display: flex; }
  .site-header .container { flex-wrap: wrap; }
  .nav-link { width: 100%; text-align: left; padding: 12px 13px; }
  .btn-cart { width: 100%; justify-content: center; margin-left: 0; margin-top: 6px; }
  .hero-title { font-size: 32px; }
  .usp-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 40px 24px 24px; }
  .section-title { font-size: 27px; }
  .page-header h1 { font-size: 32px; }
  .cookie-inner { grid-template-columns: 1fr; }
  .size-table { font-size: 14px; }
}
