:root {
  --paw-bg: #fbf8f3;
  --paw-surface: #ffffff;
  --paw-surface-soft: #f4eee7;
  --paw-ink: #211f1c;
  --paw-muted: #716b64;
  --paw-line: #e5ddd5;
  --paw-orange: #f36c2d;
  --paw-orange-dark: #c84e1e;
  --paw-orange-soft: #fff0e6;
  --paw-green: #314b3c;
  --paw-dark: #1c1f1c;
  --paw-shell: min(1320px, calc(100% - 48px));
  --paw-shadow: 0 20px 56px rgba(62, 43, 30, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paw-ink);
  background: var(--paw-bg);
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(243, 108, 45, .32); outline-offset: 3px; }
.paw-shell { width: var(--paw-shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.announcement-bar { background: var(--paw-dark); color: rgba(255,255,255,.82); }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.announcement-points { display: flex; align-items: center; gap: 12px; }
.announcement-points i { width: 4px; height: 4px; border-radius: 50%; background: var(--paw-orange); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(225,216,208,.85); background: rgba(251,248,243,.92); backdrop-filter: blur(18px); }
body.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.paw-brand { flex: 0 0 auto; display: inline-flex; flex-direction: column; text-decoration: none; line-height: .92; }
.paw-wordmark { font-size: 29px; font-weight: 700; letter-spacing: -.07em; }
.paw-wordmark::after { content: "."; color: var(--paw-orange); }
.paw-brand-sub { margin-top: 6px; color: var(--paw-muted); font-size: 7px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.primary-navigation { margin-left: auto; }
.paw-menu { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.paw-menu a { position: relative; display: block; padding: 25px 0; color: #4f4a45; text-decoration: none; font-size: 11px; font-weight: 600; white-space: nowrap; }
.paw-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--paw-orange); transition: right .2s ease; }
.paw-menu a:hover { color: var(--paw-ink); }
.paw-menu a:hover::after, .current-menu-item > a::after, .current_page_item > a::after { right: 0; }
.menu-toggle { display: none; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--paw-orange);
  border-radius: 8px;
  background: var(--paw-orange);
  color: #fff;
  padding: 0 21px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-1px); border-color: var(--paw-orange-dark); background: var(--paw-orange-dark); }
.button-small { min-height: 40px; padding-inline: 16px; }
.button-outline { border-color: var(--paw-line); background: transparent; color: var(--paw-ink); }
.button-outline:hover { color: #fff; }
.button-outline-light { border-color: rgba(255,255,255,.28); background: transparent; color: #fff; }
.button-outline-light:hover { border-color: var(--paw-orange); background: var(--paw-orange); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--paw-ink); text-decoration: none; font-size: 11px; font-weight: 700; }
.text-link span { color: var(--paw-orange); }
.text-link:hover { color: var(--paw-orange-dark); }

.home-hero { position: relative; overflow: hidden; padding: 68px 0 58px; }
.home-hero::before { content: ""; position: absolute; width: 480px; height: 480px; left: -260px; top: -250px; border: 68px solid rgba(243,108,45,.07); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: center; gap: 62px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--paw-orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--paw-orange); box-shadow: 0 0 0 5px rgba(243,108,45,.12); }
.eyebrow.light { color: #ffb78f; }
.hero-copy h1 { max-width: 660px; margin: 20px 0 22px; font-size: clamp(48px, 5.2vw, 78px); font-weight: 600; line-height: 1.02; letter-spacing: -.06em; }
.hero-copy h1 em { color: var(--paw-orange-dark); font-weight: 500; font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--paw-muted); font-size: 14px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.hero-proof { display: flex; align-items: center; gap: 23px; margin-top: 41px; }
.hero-proof span { display: grid; grid-template-columns: 38px auto; align-items: center; color: var(--paw-muted); font-size: 9px; font-weight: 600; }
.hero-proof b { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #e6d6c9; border-radius: 50%; color: var(--paw-orange-dark); font-size: 9px; }
.hero-product { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--paw-line); border-radius: 18px; background: #fff; box-shadow: var(--paw-shadow); }
.hero-product-top, .hero-product-bottom { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 8px; font-weight: 700; letter-spacing: .11em; }
.hero-product-top { border-bottom: 1px solid var(--paw-line); color: var(--paw-muted); }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--paw-green); letter-spacing: .03em; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #4ba66a; box-shadow: 0 0 0 4px rgba(75,166,106,.12); }
.hero-product iframe { width: 100%; height: 530px; display: block; border: 0; background: #fff8f1; }
.hero-product-bottom { border-top: 1px solid var(--paw-line); color: var(--paw-muted); letter-spacing: .04em; }
.hero-product-bottom a { color: var(--paw-orange-dark); text-decoration: none; }

.trust-rail { border-block: 1px solid var(--paw-line); background: rgba(255,255,255,.72); }
.trust-grid { min-height: 66px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid span { border-right: 1px solid var(--paw-line); color: #5e5852; text-align: center; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.trust-grid span:last-child { border-right: 0; }

.section { padding: 94px 0; }
.section-heading { margin-bottom: 36px; }
.section-heading h2, .page-hero h1, .page-section h2, .product-title { margin: 12px 0 0; font-size: clamp(34px, 4vw, 55px); font-weight: 600; line-height: 1.1; letter-spacing: -.05em; }
.split-heading { display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 46px; }
.split-heading p { margin: 0 0 5px; color: var(--paw-muted); font-size: 12px; line-height: 1.75; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }

.product-intro-section { background: #fff; }
.featured-product-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 570px; overflow: hidden; border: 1px solid var(--paw-line); border-radius: 18px; background: var(--paw-bg); }
.featured-product-visual { position: relative; min-width: 0; background: radial-gradient(circle at 53% 38%, #fff 0, #fff7ef 42%, #efe5dc 100%); }
.featured-product-visual iframe { width: 100%; height: 100%; min-height: 570px; display: block; border: 0; }
.product-badge { position: absolute; z-index: 2; left: 18px; top: 18px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--paw-orange-dark); padding: 8px 11px; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.featured-product-copy { display: flex; justify-content: center; flex-direction: column; padding: 58px; border-left: 1px solid var(--paw-line); background: rgba(255,255,255,.68); }
.featured-product-copy h3 { margin: 12px 0 17px; font-size: 33px; font-weight: 600; line-height: 1.16; letter-spacing: -.04em; }
.featured-product-copy > p { margin: 0; color: var(--paw-muted); font-size: 11px; line-height: 1.75; }
.product-mini-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 28px 0; border-block: 1px solid var(--paw-line); }
.product-mini-specs div { padding: 12px 4px; border-bottom: 1px solid var(--paw-line); }
.product-mini-specs div:nth-last-child(-n+2) { border-bottom: 0; }
.product-mini-specs dt { color: var(--paw-muted); font-size: 7px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-mini-specs dd { margin: 3px 0 0; font-size: 9px; font-weight: 600; }
.card-actions { display: flex; align-items: center; gap: 20px; }
.product-system-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-top: 16px; border-radius: 12px; background: var(--paw-dark); color: white; padding: 18px 22px; }
.note-number { color: #ffad80; font-size: 25px; font-weight: 600; }
.product-system-note b { display: block; font-size: 10px; }
.product-system-note p { margin: 3px 0 0; color: rgba(255,255,255,.58); font-size: 8px; }
.product-system-note a { color: #ffad80; text-decoration: none; font-size: 9px; font-weight: 700; }

.audience-section { background: var(--paw-bg); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--paw-line); background: var(--paw-line); gap: 1px; }
.audience-grid article { min-height: 285px; display: flex; flex-direction: column; padding: 30px 26px; background: var(--paw-bg); }
.audience-grid article:nth-child(2), .audience-grid article:nth-child(4) { background: #fff; }
.audience-grid article > span { color: var(--paw-orange); font-size: 9px; font-weight: 700; }
.audience-grid h3 { margin: 47px 0 11px; font-size: 17px; font-weight: 600; letter-spacing: -.03em; }
.audience-grid p { margin: 0; color: var(--paw-muted); font-size: 9px; line-height: 1.65; }
.audience-grid a { margin-top: auto; color: var(--paw-orange-dark); text-decoration: none; font-size: 8px; font-weight: 700; }

.studio-preview { overflow: hidden; background: var(--paw-dark); color: #fff; }
.studio-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.studio-copy h2, .quality-section h2 { margin: 15px 0 18px; font-size: clamp(38px, 4vw, 58px); font-weight: 600; line-height: 1.08; letter-spacing: -.05em; }
.studio-copy > p, .quality-section p { max-width: 530px; margin: 0; color: rgba(255,255,255,.61); font-size: 11px; line-height: 1.75; }
.check-list { display: grid; gap: 10px; margin: 25px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 21px; font-size: 9px; font-weight: 500; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #ff9d68; font-weight: 700; }
.studio-window { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: #fff; box-shadow: 0 32px 80px rgba(0,0,0,.35); }
.studio-browser { min-height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid var(--paw-line); color: #867f78; font-size: 7px; }
.studio-browser i { width: 7px; height: 7px; border-radius: 50%; background: #e4ddd7; }
.studio-browser i:first-child { background: #ff9b6d; }
.studio-browser span { margin-left: 9px; }
.studio-window iframe { width: 100%; height: 470px; display: block; border: 0; }
.studio-steps { min-height: 47px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; border-top: 1px solid var(--paw-line); color: #76716b; }
.studio-steps b { border-right: 1px solid var(--paw-line); text-align: center; font-size: 7px; }
.studio-steps b:first-child { color: var(--paw-orange-dark); }
.studio-steps b:last-child { border-right: 0; }

.capability-section { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--paw-line); border-left: 1px solid var(--paw-line); }
.capability-grid article { min-height: 215px; padding: 27px; border-right: 1px solid var(--paw-line); border-bottom: 1px solid var(--paw-line); }
.cap-index { color: var(--paw-orange); font-size: 8px; font-weight: 700; }
.capability-grid h3 { margin: 48px 0 8px; font-size: 16px; font-weight: 600; }
.capability-grid p { margin: 0; color: var(--paw-muted); font-size: 9px; line-height: 1.6; }

.process-section { background: var(--paw-bg); }
.timeline-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 48px; }
.timeline-grid article { position: relative; min-height: 245px; padding: 0 20px; border-left: 1px solid var(--paw-line); }
.timeline-grid article:last-child { border-right: 1px solid var(--paw-line); }
.timeline-grid b { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #e6c9b8; border-radius: 50%; color: var(--paw-orange-dark); font-size: 8px; }
.timeline-grid h3 { margin: 54px 0 9px; font-size: 14px; font-weight: 600; line-height: 1.25; }
.timeline-grid p { margin: 0; color: var(--paw-muted); font-size: 8px; line-height: 1.55; }
.center-action { margin-top: 28px; text-align: center; }

.quality-section { background: var(--paw-dark); color: #fff; }
.quality-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 88px; }
.quality-section .button { margin-top: 28px; }
.quality-list { border-top: 1px solid rgba(255,255,255,.15); }
.quality-list article { min-height: 94px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.15); }
.quality-list b { color: #ff9f6d; font-size: 9px; }
.quality-list strong { display: block; font-size: 11px; }
.quality-list small { display: block; margin-top: 4px; color: rgba(255,255,255,.54); font-size: 8px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-intro h2 { margin: 13px 0 16px; font-size: 38px; font-weight: 600; line-height: 1.13; letter-spacing: -.045em; }
.faq-intro p { max-width: 360px; margin: 0 0 22px; color: var(--paw-muted); font-size: 10px; }
.faq-list { border-top: 1px solid var(--paw-line); }
.faq-list details { border-bottom: 1px solid var(--paw-line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; font-size: 12px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 7px; top: 20px; color: var(--paw-orange); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 680px; margin: -9px 0 22px; color: var(--paw-muted); font-size: 9px; line-height: 1.7; }

.page-hero { padding: 82px 0 66px; border-bottom: 1px solid var(--paw-line); background: linear-gradient(120deg, #fff, var(--paw-bg)); }
.page-hero-inner { max-width: 850px; }
.page-hero p { max-width: 720px; margin: 22px 0 0; color: var(--paw-muted); font-size: 13px; line-height: 1.75; }
.page-section { padding: 78px 0; }
.page-section.alt { background: #fff; }
.page-section.dark { background: var(--paw-dark); color: #fff; }
.content-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: start; }
.content-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.content-card { min-height: 220px; border: 1px solid var(--paw-line); background: #fff; padding: 28px; }
.content-card span { color: var(--paw-orange); font-size: 8px; font-weight: 700; }
.content-card h3 { margin: 38px 0 10px; font-size: 17px; font-weight: 600; }
.content-card p { margin: 0; color: var(--paw-muted); font-size: 9px; }
.body-copy { color: var(--paw-muted); font-size: 11px; line-height: 1.8; }

.product-archive { padding: 72px 0 92px; }
.archive-head { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 40px; margin-bottom: 42px; }
.archive-head p { margin: 0; color: var(--paw-muted); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--paw-line); background: #fff; }
.product-card-visual { height: 340px; background: radial-gradient(circle, #fff, #f1e7de); }
.product-card-visual iframe { width: 100%; height: 100%; display: block; border: 0; pointer-events: none; }
.product-card-image { width: 100%; height: 100%; object-fit: cover; }
.product-card-copy { padding: 22px; }
.product-card-copy > span { color: var(--paw-orange-dark); font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.product-card h2 { margin: 8px 0 10px; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.product-card p { margin: 0 0 18px; color: var(--paw-muted); font-size: 9px; line-height: 1.6; }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

.product-detail { padding: 50px 0 90px; }
.product-breadcrumb { display: flex; gap: 7px; margin-bottom: 25px; color: var(--paw-muted); font-size: 8px; }
.product-breadcrumb a { text-decoration: none; }
.product-detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: start; }
.product-viewer-card { position: sticky; top: 100px; overflow: hidden; border: 1px solid var(--paw-line); background: #fff; }
.product-viewer-card iframe { width: 100%; height: 650px; display: block; border: 0; }
.product-viewer-controls { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-top: 1px solid var(--paw-line); color: var(--paw-muted); font-size: 8px; }
.product-kicker { color: var(--paw-orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-title { margin-top: 14px; }
.product-lead { margin: 19px 0 25px; color: var(--paw-muted); font-size: 12px; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 32px; }
.product-spec-table { border-top: 1px solid var(--paw-line); }
.product-spec-row { min-height: 51px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--paw-line); font-size: 9px; }
.product-spec-row span { color: var(--paw-muted); }
.product-spec-row b { font-weight: 600; }
.product-description { margin-top: 35px; color: var(--paw-muted); font-size: 10px; }
.product-description h2 { color: var(--paw-ink); font-size: 23px; font-weight: 600; }
.product-bottom-cta { margin-top: 30px; padding: 26px; background: var(--paw-orange-soft); }
.product-bottom-cta h3 { margin: 0 0 7px; font-size: 18px; font-weight: 600; }
.product-bottom-cta p { margin: 0 0 16px; color: #775846; font-size: 9px; }

.customizer-page { background: var(--paw-bg); }
.customizer-intro { padding: 43px 0 0; }
.customizer-intro-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.customizer-intro h1 { margin: 10px 0 0; font-size: 38px; font-weight: 600; letter-spacing: -.04em; }
.customizer-intro p { max-width: 470px; margin: 0; color: var(--paw-muted); font-size: 10px; }
.customizer-frame-wrap { width: min(1540px, calc(100% - 24px)); margin: 22px auto 70px; overflow: hidden; border: 1px solid var(--paw-line); background: #fff; box-shadow: var(--paw-shadow); }
.customizer-frame { width: 100%; min-height: 1660px; display: block; border: 0; }

.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-points { display: grid; gap: 17px; margin-top: 28px; }
.contact-points div { border-top: 1px solid var(--paw-line); padding-top: 15px; }
.contact-points b { display: block; font-size: 10px; }
.contact-points span { color: var(--paw-muted); font-size: 9px; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 32px; border: 1px solid var(--paw-line); background: #fff; }
.form-field { display: grid; gap: 6px; }
.form-field.wide { grid-column: 1 / -1; }
.form-field label { color: #5e5953; font-size: 8px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 45px; border: 1px solid #dcd2ca; border-radius: 6px; background: #fff; padding: 10px 12px; color: var(--paw-ink); font-size: 10px; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-status { grid-column: 1 / -1; margin: 0; border-radius: 6px; padding: 10px 12px; font-size: 9px; }
.form-status.success { background: #e4f2e8; color: #2d6440; }
.form-status.error { background: #f9e3df; color: #9c3d31; }

.site-footer { background: #171917; color: #fff; }
.footer-cta { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-cta h2 { max-width: 710px; margin: 10px 0 0; font-size: clamp(31px, 4vw, 48px); font-weight: 600; line-height: 1.14; letter-spacing: -.045em; }
.footer-cta-actions { display: flex; gap: 8px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr .8fr; gap: 50px; padding-block: 60px; }
.paw-brand-light .paw-brand-sub { color: rgba(255,255,255,.46); }
.footer-brand p { max-width: 330px; margin: 24px 0 15px; color: rgba(255,255,255,.5); font-size: 9px; }
.footer-email { color: #ffac7e; font-size: 9px; }
.footer-grid h3 { margin: 3px 0 19px; color: #ffad7f; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: rgba(255,255,255,.65); text-decoration: none; font-size: 9px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 7px; }

.empty-state { grid-column: 1 / -1; padding: 70px 20px; border: 1px dashed var(--paw-line); background: #fff; text-align: center; }
.empty-state h2 { margin: 0 0 10px; font-size: 25px; }
.empty-state p { color: var(--paw-muted); font-size: 10px; }

@media (max-width: 1160px) {
  .paw-menu { gap: 16px; }
  .paw-menu a { font-size: 9px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-product iframe { height: 470px; }
  .timeline-grid { grid-template-columns: repeat(3, 1fr); gap: 34px 0; }
  .timeline-grid article:nth-child(3) { border-right: 1px solid var(--paw-line); }
  .product-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .announcement-points { display: none; }
  .announcement-inner { justify-content: center; }
  .header-inner { min-height: 68px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; margin-left: auto; border: 0; background: transparent; padding: 8px; cursor: pointer; }
  .menu-toggle span { width: 23px; height: 2px; background: var(--paw-ink); }
  .menu-toggle b { position: absolute; clip: rect(0 0 0 0); }
  .primary-navigation { position: fixed; inset: 102px 0 auto; display: none; max-height: calc(100vh - 102px); overflow: auto; border-bottom: 1px solid var(--paw-line); background: var(--paw-bg); padding: 18px 24px 28px; }
  body.admin-bar .primary-navigation { top: 148px; }
  .primary-navigation.is-open { display: block; }
  .paw-menu { display: grid; gap: 0; }
  .paw-menu a { border-bottom: 1px solid var(--paw-line); padding: 15px 0; font-size: 12px; }
  .paw-menu a::after { display: none; }
  .header-quote { display: none; }
  .hero-grid, .featured-product-card, .studio-grid, .quality-grid, .faq-grid, .product-detail-grid, .contact-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-product { width: min(720px, 100%); margin-inline: auto; }
  .split-heading, .archive-head { grid-template-columns: 1fr; gap: 17px; }
  .featured-product-copy { border-left: 0; border-top: 1px solid var(--paw-line); }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .studio-copy { text-align: center; }
  .studio-copy > p { margin-inline: auto; }
  .check-list { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid { gap: 42px; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .product-viewer-card { position: relative; top: auto; }
  .product-viewer-card iframe { height: 590px; }
}

@media (max-width: 700px) {
  :root { --paw-shell: min(100% - 24px, 1320px); }
  .home-hero { padding: 45px 0 38px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy > p { font-size: 11px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .hero-proof span { grid-template-columns: 1fr; justify-items: center; gap: 5px; text-align: center; }
  .hero-product iframe { height: 410px; }
  .hero-product-bottom span { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding-block: 8px; }
  .trust-grid span { min-height: 38px; display: grid; place-items: center; border-bottom: 1px solid var(--paw-line); }
  .trust-grid span:nth-child(2) { border-right: 0; }
  .trust-grid span:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 68px 0; }
  .section-heading h2, .page-hero h1, .page-section h2, .product-title { font-size: 35px; }
  .featured-product-visual iframe { min-height: 440px; }
  .featured-product-copy { padding: 30px 22px; }
  .featured-product-copy h3 { font-size: 27px; }
  .product-mini-specs { grid-template-columns: 1fr; }
  .product-mini-specs div:nth-last-child(2) { border-bottom: 1px solid var(--paw-line); }
  .card-actions { align-items: stretch; flex-direction: column; }
  .product-system-note { grid-template-columns: auto 1fr; }
  .product-system-note a { grid-column: 1 / -1; }
  .audience-grid, .capability-grid, .product-grid, .content-grid-2, .content-grid-3 { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 225px; }
  .audience-grid h3 { margin-top: 35px; }
  .studio-copy h2, .quality-section h2 { font-size: 38px; }
  .studio-window iframe { height: 400px; }
  .studio-steps b { font-size: 5px; }
  .timeline-grid { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .timeline-grid article:nth-child(2), .timeline-grid article:nth-child(4), .timeline-grid article:nth-child(6) { border-right: 1px solid var(--paw-line); }
  .footer-cta { align-items: flex-start; flex-direction: column; justify-content: center; }
  .footer-cta-actions { width: 100%; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 16px; }
  .product-card-visual { height: 390px; }
  .product-viewer-card iframe { height: 480px; }
  .product-actions { grid-template-columns: 1fr; }
  .product-spec-row { grid-template-columns: 115px 1fr; }
  .customizer-intro-inner { align-items: flex-start; flex-direction: column; }
  .customizer-frame { min-height: 1900px; }
  .inquiry-form { grid-template-columns: 1fr; padding: 20px; }
  .form-field.wide, .form-status { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

