/*
Theme Name: Paw & Co Premium
Theme URI: https://paw-co.pet/
Author: Paw & Co.
Description: Premium minimalist editable block theme for Paw & Co. Ecuador.
Version: 1.2.0
Text Domain: paw-co
*/
:root {
  --ink: #242424;
  --muted: #77736c;
  --paper: #f7f5f0;
  --white: #fffdf8;
  --stone: #e8e4dc;
  --line: #d8d3ca;
  --taupe: #9a9084;
  --charcoal: #2b2b2b;
  --shadow: 0 24px 80px rgba(34, 34, 34, .12);
}
* { 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;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 76px);
  background: rgba(247, 245, 240, .88);
  border-bottom: 1px solid rgba(36, 36, 36, .08);
  backdrop-filter: blur(18px);
}
.brand img { width: clamp(126px, 12vw, 174px); height: auto; background: transparent; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); font-size: 13px; color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.nav-cta { justify-self: end; background: var(--charcoal); color: var(--white); box-shadow: 0 12px 34px rgba(36,36,36,.22); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.button.dark { background: var(--charcoal); color: var(--white); box-shadow: var(--shadow); }
.button.light { border: 1px solid var(--line); background: rgba(255,253,248,.72); }
.button.cream { background: var(--white); color: var(--ink); }
.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  padding: clamp(48px, 7vw, 104px) clamp(20px, 6vw, 96px);
}
.hero-copy { max-width: 720px; }
.eyebrow {
  margin: 0 0 18px;
  color: #6e6962;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 128px);
  line-height: .88;
  letter-spacing: 0;
  max-width: 980px;
}
h2 { font-size: clamp(34px, 4.8vw, 76px); line-height: .96; letter-spacing: 0; margin-bottom: 24px; }
h3 { font-size: clamp(20px, 2vw, 30px); line-height: 1; margin-bottom: 12px; }
p { color: var(--muted); line-height: 1.75; }
.lead { font-size: clamp(17px, 1.45vw, 22px); color: #5c5852; max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.editorial-collage {
  min-height: 680px;
  position: relative;
  isolation: isolate;
}
.editorial-collage figure { margin: 0; overflow: hidden; background: var(--stone); box-shadow: var(--shadow); }
.editorial-collage img { width: 100%; height: 100%; object-fit: cover; }
.collage-main {
  position: absolute;
  inset: 7% 12% 6% 8%;
  border-radius: 10px;
}
.collage-side.top {
  position: absolute;
  width: 34%;
  aspect-ratio: 1;
  top: 0;
  right: 0;
  border-radius: 8px;
  z-index: 2;
}
.collage-side.bottom {
  position: absolute;
  width: 42%;
  aspect-ratio: 4 / 5;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: 3;
}
.intro-band { padding: clamp(56px, 9vw, 120px) clamp(24px, 13vw, 220px); text-align: center; background: var(--white); }
.intro-band p { margin: 0 auto; max-width: 1000px; font-size: clamp(25px, 3vw, 48px); line-height: 1.18; color: var(--ink); }
.section-pad, .product-category { padding: clamp(58px, 8vw, 120px) clamp(20px, 5vw, 76px); }
.category-grid { display: grid; gap: 18px; }
.category-card {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  padding: clamp(18px, 3vw, 42px);
  border-top: 1px solid var(--line);
}
.category-card:nth-child(even) img { order: 2; }
.category-card img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 8px; background: var(--stone); }
.category-card p { max-width: 560px; }
.category-card a { font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.placeholder-card { background: linear-gradient(135deg, rgba(255,255,255,.5), rgba(232,228,220,.72)); }
.pack-shot {
  width: min(340px, 76vw);
  aspect-ratio: 3 / 4;
  margin: auto;
  border-radius: 20px 20px 8px 8px;
  background: linear-gradient(155deg, #fff 0 56%, #d8d4ce 56% 100%);
  border: 1px solid rgba(36,36,36,.08);
  box-shadow: var(--shadow);
  position: relative;
}
.pack-shot:before { content: "Paw & Co."; position: absolute; top: 20%; left: 15%; font-size: clamp(24px, 3vw, 42px); font-weight: 900; color: #62605c; }
.pack-shot:after { content: "5kg"; position: absolute; left: 15%; bottom: 12%; font-size: clamp(28px, 4vw, 54px); font-weight: 900; color: #78746e; }
.pack-shot span { position: absolute; right: 13%; bottom: 12%; width: 28%; height: 34%; border-radius: 999px; background: rgba(255,255,255,.75); border: 1px solid rgba(36,36,36,.08); }
.pack-shot.coco { background: linear-gradient(155deg, #fff 0 55%, #9b7650 55% 100%); }
.pack-shot.charcoal { background: linear-gradient(155deg, #fff 0 55%, #2b2b2b 55% 100%); }
.pack-shot.cassava { background: linear-gradient(155deg, #fff 0 55%, #d9d9d5 55% 100%); }
.statement-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  padding: clamp(62px, 9vw, 130px) clamp(20px, 6vw, 96px);
  background: var(--white);
}
.statement-copy { max-width: 640px; }
.wide-image { overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.wide-image img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.b2b-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(72px, 10vw, 150px) clamp(20px, 6vw, 96px);
  background: var(--charcoal);
  color: var(--white);
}
.b2b-panel p { color: rgba(255,253,248,.72); }
.b2b-panel h2 { max-width: 860px; }
.b2b-copy { max-width: 560px; justify-self: end; }
.page-hero {
  padding: clamp(76px, 10vw, 150px) clamp(20px, 6vw, 96px) clamp(42px, 6vw, 80px);
  text-align: center;
  background: var(--white);
}
.page-hero h1 { margin-left: auto; margin-right: auto; }
.page-hero p:not(.eyebrow) { max-width: 820px; margin-left: auto; margin-right: auto; font-size: 18px; }
.section-heading { max-width: 900px; margin-bottom: clamp(34px, 5vw, 76px); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card, .litter-card {
  background: rgba(255,253,248,.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}
.product-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 6px; margin-bottom: 22px; background: var(--stone); }
.product-card h3, .litter-card h3 { font-size: 24px; }
.product-card p:last-child, .litter-card p { margin-bottom: 0; }
.warm { background: #eee9df; }
.litter-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.litter-card { padding: clamp(18px, 3vw, 34px); }
.litter-card .pack-shot { width: min(250px, 72%); margin-bottom: 28px; }
.catalog-cta { padding: clamp(70px, 9vw, 130px) clamp(20px, 6vw, 96px); text-align: center; background: var(--charcoal); color: var(--white); }
.catalog-cta h2 { max-width: 900px; margin-left: auto; margin-right: auto; }
.contact-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; padding: clamp(58px, 8vw, 120px) clamp(20px, 6vw, 96px); }
.contact-card, .inquiry-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: clamp(28px, 5vw, 64px); }
.contact-lines { display: grid; gap: 18px; margin-top: 36px; }
.contact-lines p { border-top: 1px solid var(--line); padding-top: 18px; }
.inquiry-panel ul { margin: 0 0 32px; padding-left: 18px; color: var(--muted); line-height: 1.9; }
.social-panel p { max-width: 640px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.social-links a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(247,245,240,.72); font-weight: 850; font-size: 13px; }
.social-links a:hover { background: var(--charcoal); color: var(--white); }
.site-footer { display: grid; gap: 22px; padding: 46px clamp(20px, 6vw, 96px); background: #1f1f1f; color: var(--white); }
.site-footer img { width: 150px; }
.site-footer p { color: rgba(255,253,248,.66); margin: 0; max-width: 980px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1050px) {
  .hero, .statement-section, .b2b-panel, .contact-layout { grid-template-columns: 1fr; }
  .editorial-collage { min-height: 620px; }
  .b2b-copy { justify-self: start; }
  .product-grid, .product-grid.three, .litter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .site-header { grid-template-columns: 1fr auto; gap: 12px; padding: 12px 18px; }
  .nav-links { display: none; }
  .nav-cta { min-height: 40px; padding: 0 16px; font-size: 12px; }
  .hero { min-height: auto; padding-top: 44px; }
  h1 { font-size: clamp(48px, 16vw, 72px); }
  .editorial-collage { min-height: 520px; }
  .collage-main { inset: 8% 0 14% 12%; }
  .collage-side.top { width: 42%; }
  .collage-side.bottom { width: 52%; }
  .category-card { grid-template-columns: 1fr; min-height: auto; padding: 22px 0; }
  .category-card:nth-child(even) img { order: 0; }
  .product-grid, .product-grid.three, .litter-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .brand img { width: 108px; }
  .nav-cta { max-width: 164px; text-align: center; line-height: 1.05; }
  .hero-actions { display: grid; }
  .editorial-collage { min-height: 430px; }
  .intro-band p { font-size: 25px; }
}
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.category-tabs a,
.product-card span,
.litter-card span,
.back-link,
.detail-badge {
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.category-tabs a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247,245,240,.72);
}
.product-card,
.litter-card {
  display: block;
  color: inherit;
}
.product-card span,
.litter-card span {
  display: inline-block;
  margin-top: 20px;
  color: var(--ink);
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.product-card:hover,
.litter-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(36,36,36,.12);
}
.companions-section {
  padding: clamp(62px, 9vw, 130px) clamp(20px, 6vw, 96px);
  background: #ede9e1;
}
.companions-section .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.companions-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 18px;
  align-items: end;
}
.companions-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--stone);
  box-shadow: var(--shadow);
  position: relative;
}
.companions-grid img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.companions-grid figure:nth-child(2) img { min-height: 470px; }
.companions-grid figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,253,248,.78);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.detail-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, .9fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding: clamp(50px, 7vw, 110px) clamp(20px, 6vw, 96px);
}
.detail-media {
  min-height: 560px;
  display: grid;
  place-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.detail-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
.detail-media .pack-shot {
  width: min(380px, 70%);
}
.detail-copy h1 {
  font-size: clamp(48px, 6vw, 96px);
}
.back-link {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--muted);
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.detail-badge {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  margin: 8px 0 28px;
}
.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.detail-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
@media (max-width: 1050px) {
  .companions-grid,
  .detail-hero { grid-template-columns: 1fr; }
  .companions-grid img,
  .companions-grid figure:nth-child(2) img { min-height: 340px; }
}
@media (max-width: 640px) {
  .detail-media,
  .detail-media img { min-height: 420px; }
  .category-tabs { justify-content: flex-start; }
}
/* Equal-size lifestyle image trio */
.companions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.companions-grid figure {
  aspect-ratio: 4 / 3;
  height: auto;
}
.companions-grid img,
.companions-grid figure:nth-child(2) img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
@media (max-width: 1050px) {
  .companions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .companions-grid figure {
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 720px) {
  .companions-grid {
    grid-template-columns: 1fr;
  }
  .companions-grid figure {
    aspect-ratio: 4 / 3;
  }
}