:root {
  --ink: #30261f;
  --soft-ink: #74665b;
  --rose: #f5c9c4;
  --rose-deep: #d98580;
  --peach: #f9e0ce;
  --cream: #fffaf4;
  --paper: #fffefd;
  --gold: #b4864e;
  --line: rgba(85, 60, 42, 0.14);
  --shadow: 0 12px 35px rgba(105, 71, 44, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Mali", "Thonburi", "Noto Sans Thai", "Tahoma", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  height: 78px;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  border-bottom: 1px solid rgba(85, 60, 42, 0.08);
  background: rgba(255, 254, 253, 0.94);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1; letter-spacing: 0; }
.brand strong { font-family: Georgia, serif; font-size: 16px; }
.brand small { margin-top: 5px; color: var(--gold); font-size: 9px; letter-spacing: 3px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-right: 36px; }
.desktop-nav a { position: relative; font-size: 11px; font-weight: 700; letter-spacing: 1px; }
.desktop-nav a::after {
  position: absolute; right: 0; bottom: -10px; left: 0; height: 1px;
  background: var(--rose-deep); content: ""; transform: scaleX(0); transition: 180ms ease;
}
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.line-button, .primary-button, .outline-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 44px; border-radius: 999px; font-size: 12px; font-weight: 700;
}
.line-button { gap: 7px; min-width: 106px; border: 1px solid var(--ink); }
.line-dot {
  display: grid; width: 27px; height: 20px; place-items: center;
  border-radius: 999px; color: white; background: #73a373; font-size: 7px;
}
.menu-toggle { display: none; width: 40px; border: 0; background: none; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 590px; background: #fbf5ef; }
.hero-media { display: block; width: 100%; height: 100%; }
.hero-image { width: 100%; height: 100%; min-height: 590px; object-fit: cover; object-position: center; }
.hero::before {
  position: absolute; z-index: 1; inset: 0;
  background: linear-gradient(90deg, rgba(255,250,246,.74) 0%, rgba(255,250,246,.56) 48%, rgba(255,250,246,0) 69%);
  content: ""; pointer-events: none;
}
.hero-copy { position: absolute; z-index: 3; top: 50%; left: max(42px, calc((100% - 1180px) / 2)); width: min(620px, 46vw); transform: translateY(-44%); }
.hero-copy .eyebrow { margin: 0 0 13px 4px; color: #9d715b; font: 600 22px/1.3 "Mali", "Thonburi", sans-serif; }
.hero-copy h1 { margin: 0; color: #322821; font: 700 clamp(54px, 5vw, 76px)/1.04 "Mali", "Itim", sans-serif; }
.hero-copy p:not(.eyebrow) { margin: 20px 0 18px 4px; color: #68594d; font-size: 17px; line-height: 1.8; }
.doodle { position: absolute; color: var(--rose-deep); font-family: "Itim", cursive; line-height: 1; pointer-events: none; }
.doodle-crown { top: -56px; left: -6px; color: #d1a357; font-size: 44px; transform: rotate(-12deg); }
.doodle-heart-one { top: 55px; right: 55px; font-size: 43px; transform: rotate(15deg); }
.doodle-heart-two { top: 95px; right: 24px; color: #e6aaa5; font-size: 29px; transform: rotate(-8deg); }
.doodle-star { right: 84px; bottom: 50px; color: #d7ad62; font-size: 32px; }
.doodle-paw { bottom: -35px; left: 178px; color: #b58c74; font-size: 32px; transform: rotate(-12deg); opacity: .85; }
.doodle-arrow { top: -12px; left: 228px; color: #caa889; font-size: 38px; transform: rotate(12deg); }

.stars { padding: 72px 0 46px; text-align: center; }
.section-kicker { margin: 0 0 9px; color: #9d715b; font-size: 11px; font-weight: 700; letter-spacing: 1.7px; }
h1, h2, h3, p { letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(26px, 3vw, 37px); line-height: 1.25; }
.section-lead { margin: 10px 0 0; color: var(--soft-ink); font-size: 14px; }
.star-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 36px; }
.star-card { position: relative; min-width: 0; }
.star-card { transition: transform 180ms ease; }
.star-card:hover { transform: translateY(-6px); }
.pet-photo {
  width: 154px; height: 154px; margin: 0 auto 16px; overflow: hidden;
  border: 7px solid #f7eee7; border-radius: 50%; background: #f4e0d3;
}
.featured .pet-photo { border-color: #ecc99f; }
.pet-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pet-crown, .pet-charm {
  position: absolute; top: -23px; right: 24%; color: var(--gold); font-size: 31px; transform: rotate(12deg);
}
.pet-charm { top: -11px; color: var(--rose-deep); font-size: 27px; }
.star-card h3 { margin: 0 0 4px; font-size: 17px; }
.star-card p { margin: 0; font-size: 12px; line-height: 1.6; }
.pet-role { color: var(--soft-ink); }
.pet-bio { padding: 7px 7px 0; color: #9b8574; }
.dragon-photo { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #b79770, #6f4e38); }
.dragon-photo span { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font: 20px Georgia, serif; }

.stats-wrap { padding-bottom: 70px; }
.stats-panel {
  display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px 12px;
  border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow);
}
.stats-panel div { display: grid; gap: 2px; text-align: center; }
.stats-panel div + div { border-left: 1px solid var(--line); }
.stats-panel b { font-family: Georgia, serif; font-size: 28px; }
.stats-panel span { color: var(--soft-ink); font-size: 11px; }

.about-popcorn { padding: 76px 0; background: #fff7f2; }
.about-inner { display: grid; grid-template-columns: minmax(280px, 430px) 1fr; align-items: center; gap: 64px; }
.about-photo { overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.about-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.about-copy p:not(.section-kicker) { max-width: 610px; margin: 14px 0; color: var(--soft-ink); font-size: 14px; line-height: 1.9; }
.about-copy .outline-button { margin-top: 8px; }
.timeline { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; padding-block: 78px; }
.timeline-list { position: relative; display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; }
.timeline-list::before { position: absolute; top: 21px; bottom: 21px; left: 25px; width: 1px; background: var(--rose); content: ""; }
.timeline-list li { position: relative; display: grid; grid-template-columns: 52px 1fr; align-items: start; gap: 18px; }
.timeline-list span { z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #e7bfaf; border-radius: 50%; color: #a16d58; background: #fffaf7; font: bold 15px Georgia, serif; }
.timeline-list b { font-size: 16px; }
.timeline-list p { margin: 5px 0 0; color: var(--soft-ink); font-size: 13px; line-height: 1.8; }

.moments { padding-bottom: 58px; }
.moments-heading > p:not(.section-kicker) { margin: 14px 0 20px; color: var(--soft-ink); font-size: 14px; line-height: 1.8; }
.primary-button { padding: 0 19px; background: var(--rose); transition: 180ms ease; }
.primary-button:hover { transform: translateY(-2px); background: #f1bcb7; }
.moment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; min-width: 0; margin-top: 24px; }
.moment-card { position: relative; min-width: 0; }
.moment-card b { display: block; margin-top: 10px; font-size: 14px; line-height: 1.5; }
.moment-card > small { display: block; margin-top: 2px; color: var(--soft-ink); font-size: 10px; }
.video-thumb { position: relative; overflow: hidden; aspect-ratio: 1.05; border-radius: 8px; background: #f4e8df; box-shadow: 0 7px 18px rgba(105,71,44,.09); }
.video-thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform 220ms ease; }
.moment-card:hover .video-thumb img { transform: scale(1.04); }
.video-platform { position: absolute; top: 9px; left: 9px; padding: 5px 8px; border-radius: 999px; color: white; font-size: 9px; font-weight: 700; }
.platform-facebook { background: #5173ad; }
.platform-tiktok { background: #443b39; }
.video-play { position: absolute; top: 50%; left: 50%; display: grid; width: 52px; height: 52px; place-items: center; padding-left: 4px; border-radius: 50%; color: #44352c; background: rgba(255,255,255,.84); box-shadow: 0 5px 14px rgba(66,45,34,.14); font-size: 17px; font-style: normal; transform: translate(-50%,-50%); }
.play-badge { position: absolute; top: 144px; left: 8px; padding: 5px 8px; border-radius: 999px; color: white; background: rgba(48,38,31,.74); font-size: 10px; }
.viral-cover { position: relative; display: grid; aspect-ratio: 1.05; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.viral-cover::before, .viral-cover::after { position: absolute; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .18; }
.viral-cover::before { width: 138px; height: 138px; }
.viral-cover::after { width: 186px; height: 186px; }
.cover-facebook { color: #607a9e; background: #edf3f8; }
.cover-tiktok { color: #806b67; background: #f6ece8; }
.viral-cover i { z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; padding-left: 4px; border-radius: 50%; color: white; background: currentColor; font-size: 18px; font-style: normal; }
.cover-platform { position: absolute; top: 13px; left: 16px; font: bold 27px/1 Arial, sans-serif; }
.viral-cover small { position: absolute; right: 14px; bottom: 13px; font-size: 9px; font-weight: 700; letter-spacing: 1px; }

.social-feed { padding: 66px 0 76px; background: #fff7f2; }
.social-feed .section-shell { position: relative; width: min(1180px, calc(100% - 40px)); padding: 50px 42px 44px; border: 1px solid rgba(173,126,91,.12); border-radius: 28px; background: #fffaf1; box-shadow: 0 12px 30px rgba(105,71,44,.05); }
.social-feed-heading { position: relative; margin-bottom: 24px; text-align: center; }
.social-heading-pet { position: absolute; bottom: -31px; left: 0; width: 178px; max-height: 148px; object-fit: contain; object-position: center bottom; }
.social-feed-heading h2 span { color: #dfb06f; font-size: 28px; }
.social-feed-heading p:not(.section-kicker) { margin: 8px 0 0; color: var(--soft-ink); font-size: 14px; }
.social-card-grid { display: grid; gap: 13px; }
.social-card { position: relative; display: grid; grid-template-columns: 74px minmax(260px, 1fr) minmax(310px, 430px) 42px; align-items: center; gap: 18px; min-width: 0; min-height: 112px; overflow: hidden; padding: 10px 24px; border: 1px solid #e4c5af; border-radius: 30px; background: rgba(255,255,255,.58); box-shadow: 0 7px 17px rgba(111,76,52,.06); transition: transform 180ms ease; }
.social-card:hover { transform: translateY(-4px); }
.social-card div { min-width: 0; }
.social-card b, .social-card small { display: block; }
.social-card b { font-size: 25px; line-height: 1.05; }
.social-card b mark { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: white; background: #6685bc; font: bold 11px/1 Arial, sans-serif; vertical-align: 4px; }
.social-card small { margin-top: 5px; color: #58493f; font-size: 13px; line-height: 1.4; }
.social-copy strong { display: inline-block; margin-top: 7px; padding: 3px 10px; border-radius: 999px; color: #5e4b3e; background: #fae3bf; font-size: 11px; font-weight: 700; }
.social-card > i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: #5479b9; font-size: 24px; font-style: normal; }
.social-icon { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; color: white; font: bold 38px/1 Arial, sans-serif; }
.social-facebook .social-icon { background: #2f68ca; }
.social-tiktok .social-icon { background: #514846; }
.social-tiktok b mark { background: #f26678; }
.social-tiktok .social-copy strong { background: #f9dde0; }
.social-tiktok > i { color: #e65d6b; }
.social-youtube .social-icon { background: #e95349; font-size: 25px; }
.social-youtube b mark { background: #ef584a; }
.social-youtube .social-copy strong { background: #f9dfc5; }
.social-youtube > i { color: #df7442; }
.social-instagram .social-icon { background: #967493; }
.social-instagram b mark { background: #9a6ead; }
.social-instagram .social-copy strong { background: #f0deef; }
.social-instagram > i { color: #9367a3; }
.social-pets { display: flex; align-self: end; justify-content: center; height: 102px; pointer-events: none; }
.social-pets img { width: 100%; height: 118px; object-fit: contain; object-position: center bottom; }
.social-squiggle { position: absolute; bottom: 10px; left: 18px; color: #bc8e6c; font: 30px/1 "Itim", cursive; transform: rotate(-12deg); }

.shop-banner {
  display: grid; grid-template-columns: 370px 1fr; overflow: hidden; min-height: 245px; margin-bottom: 54px;
  border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(105deg, #fff6ee, #f5e0d4 52%, #eee1d4);
}
.banner-copy { z-index: 1; padding: 36px 0 30px 36px; }
.banner-copy p:not(.section-kicker) { margin: 12px 0 18px; color: var(--soft-ink); font-size: 13px; }
.outline-button { padding: 0 20px; border: 1px solid #c39478; background: rgba(255,255,255,.42); }
.banner-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: 12px; padding: 20px 24px 20px 0; }
.banner-product { position: relative; display: block; overflow: hidden; height: 205px; border: 7px solid rgba(255,255,255,.72); border-radius: 8px; background: #fffaf6; box-shadow: 0 9px 22px rgba(105,71,44,.1); }
.banner-product img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 180ms ease; }
.banner-product:hover img { transform: scale(1.04); }
.banner-product span { position: absolute; bottom: 8px; left: 8px; padding: 5px 9px; border-radius: 999px; color: white; background: rgba(53,43,36,.76); font-size: 10px; font-weight: 700; }
.banner-tumbler { height: 225px; }

footer { border-top: 1px solid var(--line); background: #fffaf6; }
.footer-inner { display: flex; align-items: center; gap: 34px; min-height: 128px; padding-block: 24px; }
.footer-copy { padding-left: 30px; border-left: 1px solid var(--line); font-size: 13px; }
.footer-copy p { margin: 4px 0 0; color: var(--soft-ink); font-size: 12px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-left: auto; }
.social-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 700; }
.floating-contact {
  position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px;
  padding: 10px 15px 10px 8px; border: 1px solid rgba(44,105,66,.2); border-radius: 999px;
  color: white; background: #57956a; box-shadow: 0 9px 25px rgba(37,87,54,.24); transition: transform 180ms ease;
}
.floating-contact:hover { transform: translateY(-4px); }
.floating-contact span { display: grid; width: 34px; height: 27px; place-items: center; border-radius: 999px; background: rgba(255,255,255,.18); font-size: 8px; font-weight: 700; }
.floating-contact b { font-size: 12px; }

.member-page main { min-height: calc(100vh - 206px); }
.member-hero { padding: 72px 0; background: #fff7f2; }
.member-inner { display: grid; grid-template-columns: minmax(280px, 480px) 1fr; align-items: center; gap: 66px; }
.member-image { overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.member-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.member-copy h1 { margin: 0; font-size: clamp(48px, 7vw, 82px); line-height: 1; }
.member-role { margin: 13px 0; color: #a06e58; font-size: 16px; font-weight: 700; }
.member-description { max-width: 610px; color: var(--soft-ink); font-size: 15px; line-height: 1.9; }
.member-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 24px; padding: 0; list-style: none; }
.member-tags li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 12px; }
.member-more { padding-block: 54px; text-align: center; }
.member-more h2 { margin-bottom: 18px; }


.shop-hero { padding: 80px 0 76px; background: linear-gradient(110deg, #fff8f0, #f9e1d7 62%, #edcfc5); }
.shop-hero h1 { margin: 0; font-size: clamp(43px, 6vw, 68px); line-height: 1.18; }
.shop-hero p:not(.section-kicker) { color: var(--soft-ink); font-size: 15px; line-height: 1.8; }
.shop-feature { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr); align-items: center; gap: 54px; }
.shop-feature-copy { padding-block: 8px; }
.shop-feature-image { width: 100%; aspect-ratio: 1; border-radius: 8px; object-fit: cover; object-position: center; box-shadow: 0 15px 35px rgba(105,71,44,.12); }
.shop-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.catalog { padding-block: 72px 84px; }
.catalog-top { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.catalog-lead { max-width: 610px; margin: 10px 0 0; color: var(--soft-ink); font-size: 14px; line-height: 1.8; }
.category-tabs { display: flex; gap: 6px; overflow-x: auto; }
.category-tab { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 12px; white-space: nowrap; cursor: pointer; }
.category-tab.active { color: white; border-color: var(--ink); background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; }
.catalog-subheading { margin: 58px 0 22px; }
.product-card-image { display: block; overflow: hidden; aspect-ratio: 1; background: #f7eee9; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 180ms ease; }
.product-card:hover .product-card-image img { transform: scale(1.035); }
.product-image { position: relative; display: grid; height: 250px; place-items: center; background: #f7eee9; }
.product-cup::before {
  width: 90px; height: 162px; border: 3px solid #8d674d; border-radius: 8px 8px 26px 26px;
  background: #e6ac9c; box-shadow: inset 0 0 0 7px rgba(255,255,255,.3); content: "";
}
.product-mark { position: absolute; color: white; font: 19px Georgia, serif; }
.product-shirt { color: #7d5340; background: #e8d0b9; }
.shirt-shape { display: grid; width: 166px; height: 150px; place-items: center; clip-path: polygon(20% 8%,38% 0,62% 0,80% 8%,100% 26%,83% 45%,73% 36%,73% 100%,27% 100%,27% 36%,17% 45%,0 26%); background: #fffaf3; text-align: center; font: bold 19px Georgia, serif; }
.shirt-shape i { display: block; margin-top: -54px; color: var(--rose-deep); font-size: 13px; }
.product-bag { background: #e8d8c5; }
.bag-shape { display: grid; width: 150px; height: 154px; place-items: center; border: 3px solid #a77f60; background: #f7eee1; font: bold 28px Georgia, serif; }
.bag-shape::before { position: absolute; width: 72px; height: 54px; margin-top: -184px; border: 4px solid #a77f60; border-bottom: 0; border-radius: 40px 40px 0 0; content: ""; }
.product-sticker { background: #f7e0dc; }
.product-sticker img { width: 178px; height: 178px; border-radius: 26px; box-shadow: var(--shadow); }
.product-info { padding: 16px; }
.product-info small { color: var(--rose-deep); font-size: 10px; font-weight: 700; }
.product-info h3 { min-height: 45px; margin: 7px 0 0; font-size: 16px; line-height: 1.4; }
.product-info p { margin: 4px 0 16px; color: var(--soft-ink); font-size: 12px; }
.product-info div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-info b { font-family: "Mali", Georgia, serif; font-size: 16px; }
.product-info a { padding: 7px 11px; border-radius: 999px; background: var(--rose); font-size: 11px; font-weight: 700; }
.featured-product { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(360px, 1.05fr); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fffaf6; box-shadow: var(--shadow); }
.featured-product-image { position: relative; display: block; min-height: 470px; aspect-ratio: 1; background: #f7eee9; }
.featured-product-image img { width: 100%; height: 100%; object-fit: cover; }
.featured-product-image span { position: absolute; top: 18px; left: 18px; padding: 8px 11px; border-radius: 999px; color: white; background: #b77963; font-size: 10px; font-weight: 700; }
.featured-product-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 48px; }
.featured-product-copy p:not(.section-kicker) { margin: 14px 0 4px; color: var(--soft-ink); font-size: 14px; line-height: 1.9; }
.product-highlights { display: grid; gap: 7px; margin: 17px 0 25px; padding: 0; color: #725b4d; font-size: 13px; list-style: none; }
.product-highlights li::before { margin-right: 8px; color: #c18770; content: "✦"; }
.featured-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.featured-product-bottom b { font-size: 30px; }
.order-help { background: #f7e4da; }
.order-help-inner { display: flex; align-items: center; justify-content: space-between; min-height: 210px; gap: 18px; }

.product-detail-hero { padding: 64px 0 76px; background: #fff7f2; }
.product-detail-grid { display: grid; grid-template-columns: minmax(430px, 1.02fr) minmax(360px, .98fr); align-items: center; gap: 66px; }
.product-main-image { width: 100%; aspect-ratio: 1; border-radius: 8px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.product-gallery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.product-gallery-row img { width: 100%; aspect-ratio: 1; border-radius: 6px; object-fit: cover; }
.product-detail-copy h1 { margin: 0; font-size: clamp(42px, 5vw, 65px); line-height: 1.16; }
.product-detail-lead { margin: 16px 0 4px; color: var(--soft-ink); font-size: 17px; }
.product-price { display: block; margin-top: 12px; font-size: 36px; }
.product-price-enquiry { font-size: 27px; }
.color-options { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.color-options span { display: flex; align-items: center; gap: 6px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 12px; }
.swatch { width: 14px; height: 14px; border: 1px solid rgba(70,51,42,.15); border-radius: 50%; }
.swatch-black { background: #222; }.swatch-pink { background: #e4b8c0; }.swatch-cream { background: #ede6d8; }
.product-feature-list { display: grid; gap: 9px; margin: 22px 0; padding: 0; color: #725b4d; font-size: 13px; line-height: 1.55; list-style: none; }
.product-feature-list li::before { margin-right: 8px; color: #c18770; content: "✦"; }
.product-order-button { min-width: 210px; }
.product-order-note { margin: 9px 0 0; color: var(--soft-ink); font-size: 11px; }
.product-story { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 44px; padding-block: 76px; }
.product-story p:not(.section-kicker) { color: var(--soft-ink); font-size: 14px; line-height: 1.8; }
.product-story img { width: 100%; aspect-ratio: 16 / 10; max-height: 560px; border-radius: 8px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.product-information { padding-bottom: 82px; }
.product-section-heading { margin-bottom: 25px; text-align: center; }
.product-information-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(400px, 1.1fr); align-items: start; gap: 16px; }
.product-information-grid img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 8px; object-fit: contain; }
.product-info-stack { display: grid; gap: 16px; }
.product-info-card { position: relative; display: block; overflow: hidden; border-radius: 8px; background: #fffaf6; }
.product-info-card span { position: absolute; right: 12px; bottom: 12px; padding: 7px 11px; border-radius: 999px; background: rgba(53,43,36,.82); color: #fff; font-size: 11px; font-weight: 700; }
.lightbox-open { overflow: hidden; }
.product-lightbox { position: fixed; z-index: 80; inset: 0; display: none; align-items: center; justify-content: center; padding: 18px; background: rgba(35,27,23,.88); }
.product-lightbox.open { display: flex; }
.product-lightbox img { max-width: min(1100px, 96vw); max-height: 90vh; border-radius: 8px; object-fit: contain; box-shadow: 0 18px 55px rgba(0,0,0,.3); }
.product-lightbox-close { position: fixed; top: 16px; right: 16px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: white; background: rgba(35,27,23,.68); font: 32px/1 Arial, sans-serif; cursor: pointer; }

@media (max-width: 900px) {
  .desktop-nav { gap: 22px; margin-right: 20px; }
  .hero, .hero-image { min-height: 460px; }
  .star-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .moment-grid { grid-template-columns: repeat(2, 1fr); }
  .about-inner, .timeline, .member-inner { gap: 38px; }
  .play-badge { top: auto; bottom: 38px; }
  .shop-banner { grid-template-columns: 310px 1fr; }
  .banner-product { height: 180px; }
  .banner-tumbler { height: 198px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-feature { grid-template-columns: 1fr 1fr; gap: 28px; }
  .product-detail-grid { gap: 34px; }
}

@media (max-width: 768px) {
  .hero {
    display: flex;
    min-height: max(720px, calc(100svh - 66px));
    align-items: end;
    background: #fbf5ef;
  }
  .hero-media { position: absolute; z-index: 0; top: 0; right: 0; left: 0; height: 71%; }
  .hero-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
    filter: saturate(.96);
  }
  .hero::before {
    z-index: 1;
    background: linear-gradient(0deg, rgba(255,250,246,1) 0%, rgba(255,250,246,.98) 34%, rgba(255,250,246,.64) 51%, rgba(255,250,246,.06) 74%);
  }
  .hero::after {
    z-index: 2;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,250,246,.14), rgba(255,250,246,0) 64%);
    content: "";
    pointer-events: none;
  }
  .hero-copy {
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    padding: 0 30px 124px;
    transform: none;
  }
  .hero-copy .eyebrow { margin: 0 0 6px; font-size: 16px; }
  .hero-copy h1 {
    max-width: 100%;
    margin: 0 0 7px;
    font-size: clamp(38px, 10vw, 46px);
    line-height: 1.08;
  }
  .hero-copy p:not(.eyebrow) { margin: 0; font-size: 14px; line-height: 1.65; }
  .hero-copy .primary-button { width: fit-content; max-width: 100%; margin-top: 14px; padding-inline: 18px; }
  .doodle-crown { top: -37px; left: 24px; font-size: 30px; }
  .doodle-heart-one { top: 6px; right: 42px; font-size: 30px; }
  .doodle-heart-two { top: 36px; right: 22px; font-size: 20px; }
  .doodle-star { right: 32px; bottom: 120px; font-size: 23px; }
  .doodle-paw { right: 88px; bottom: 30px; left: auto; font-size: 22px; }
  .doodle-arrow { display: none; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 28px, 500px); }
  .site-header { height: 66px; padding-inline: 14px; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 13px; }.brand small { font-size: 8px; }
  .desktop-nav, .line-label { display: none; }
  .line-button { min-width: 58px; min-height: 36px; margin-right: 5px; border-color: var(--line); }
  .menu-toggle { display: block; }
  .mobile-nav {
    position: fixed; z-index: 18; top: 66px; right: 0; left: 0; display: grid;
    max-height: 0; overflow: hidden; border-bottom: 1px solid var(--line); background: rgba(255,254,253,.98); transition: 200ms ease;
  }
  .mobile-nav.open { max-height: 220px; padding-block: 8px; }
  .mobile-nav a { padding: 10px 20px; font-size: 13px; font-weight: 700; }
  .hero-copy { padding-inline: 28px; }
  .stars { padding: 50px 0 34px; }
  h2 { font-size: 28px; }
  .star-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 9px; margin-top: 30px; }
  .pet-photo { width: 130px; height: 130px; }
  .pet-crown, .pet-charm { right: 15%; }
  .pet-bio { display: none; }
  .stats-wrap { padding-bottom: 54px; }
  .stats-panel { grid-template-columns: repeat(2, 1fr); gap: 17px 0; padding: 17px 5px; }
  .stats-panel div:nth-child(3) { border-left: 0; }
  .stats-panel b { font-size: 23px; }
  .moments { padding-bottom: 46px; }
  .about-popcorn { padding: 52px 0; }
  .about-inner, .timeline, .member-inner { grid-template-columns: 1fr; }
  .about-inner { gap: 26px; }
  .about-photo { width: min(100%, 360px); }
  .timeline { gap: 27px; padding-block: 54px; }
  .timeline-list { gap: 20px; }
  .timeline-list li { gap: 13px; }
  .moment-grid { display: flex; width: calc(100vw - 14px); gap: 12px; overflow-x: auto; margin-top: 20px; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .moment-card { flex: 0 0 82vw; scroll-snap-align: start; }
  .shop-banner { display: block; min-height: 0; margin-bottom: 36px; }
  .social-feed { padding-block: 50px; }
  .social-feed-heading { align-items: start; flex-direction: column; }
  .social-feed .section-shell { width: min(100% - 28px, 500px); padding: 34px 16px 38px; border-radius: 20px; }
  .social-feed-heading { padding-top: 76px; }
  .social-heading-pet { top: -25px; bottom: auto; left: 50%; display: block; width: 158px; height: 100px; transform: translateX(-50%); }
  .social-card-grid { grid-template-columns: 1fr; gap: 10px; }
  .social-card { grid-template-columns: 46px minmax(0, 1fr) 82px 30px; min-height: 84px; gap: 8px; padding: 9px 11px; border-radius: 22px; }
  .social-icon { width: 46px; height: 46px; font-size: 20px; }
  .social-youtube .social-icon { font-size: 16px; }
  .social-card b { font-size: 17px; }
  .social-card b mark { width: 14px; height: 14px; font-size: 8px; vertical-align: 2px; }
  .social-card small { margin-top: 3px; font-size: 10px; }
  .social-copy strong { display: none; }
  .social-card > i { width: 30px; height: 30px; font-size: 19px; }
  .social-pets { display: flex; width: 82px; height: 66px; }
  .social-pets img { width: 82px; height: 72px; }
  .banner-copy { padding: 25px 20px 14px; }
  .banner-copy p:not(.section-kicker) { margin-block: 8px 14px; }
  .banner-products { gap: 6px; padding: 4px 12px 12px; }
  .banner-product, .banner-tumbler { height: 132px; border-width: 4px; }
  .banner-product span { right: 5px; bottom: 5px; left: auto; padding: 4px 6px; font-size: 9px; }
  .footer-inner { display: grid; gap: 14px; }
  .footer-copy { padding: 0; border: 0; }
  .social-links { margin: 0; }
  .shop-hero { padding: 58px 0 54px; }
  .shop-hero h1 { font-size: 43px; }
  .shop-feature { display: block; }
  .shop-feature-image { width: 100%; height: 300px; margin-top: 26px; object-fit: cover; object-position: center; }
  .shop-hero-actions { gap: 8px; }
  .catalog { padding-block: 52px 64px; }
  .catalog-top { display: block; }
  .category-tabs { margin-top: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .catalog-subheading { margin-top: 42px; }
  .product-image { height: 220px; }
  .featured-product { display: block; }
  .featured-product-image { display: block; min-height: 0; aspect-ratio: 1; }
  .featured-product-copy { padding: 25px 20px 22px; }
  .featured-product-copy h2 { font-size: 30px; }
  .featured-product-bottom b { font-size: 26px; }
  .product-detail-hero { padding: 34px 0 48px; }
  .product-detail-grid, .product-story, .product-information-grid { grid-template-columns: 1fr; }
  .product-detail-grid { gap: 28px; }
  .product-main-image { width: 100%; height: 330px; object-fit: cover; object-position: center; }
  .product-gallery-row { gap: 7px; margin-top: 7px; }
  .product-gallery-row img { width: 100%; height: 92px; aspect-ratio: auto; object-fit: cover; }
  .product-detail-copy h1 { font-size: 39px; }
  .product-detail-lead { font-size: 15px; }
  .product-story { gap: 20px; padding-block: 54px; }
  .product-story img { height: 340px; max-height: none; object-fit: cover; object-position: center; }
  .product-information { padding-bottom: 58px; }
  .product-information-grid, .product-info-stack { gap: 12px; }
  .product-info-card { border: 1px solid var(--line); background: #fffaf6; }
  .product-info-card img { width: 100%; height: 350px; border: 0; object-fit: contain; }
  .product-info-card span { right: 9px; bottom: 9px; padding: 6px 9px; font-size: 10px; }
  .order-help-inner { display: block; min-height: 0; padding-block: 34px; }
  .order-help .outline-button { margin-top: 16px; }
  .floating-contact { right: 14px; bottom: 14px; width: 58px; height: 58px; padding: 0; border-radius: 50%; }
  .floating-contact span { width: 100%; height: 100%; border-radius: 50%; }
  .floating-contact b { display: none; }
  .member-hero { padding: 42px 0 48px; }
  .member-inner { gap: 25px; }
  .member-copy h1 { font-size: 58px; }
}
