:root {
  color-scheme: light;
  --ink: #251f1d;
  --muted: #716561;
  --paper: #fffdf9;
  --cream: #f4eee7;
  --berry: #8f4357;
  --clay: #c46f4d;
  --sage: #aeb9a0;
  --line: rgba(37, 31, 29, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 90% 2%, rgba(174, 185, 160, .35), transparent 28rem), var(--cream); }
a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: #fff; background: var(--berry); font-family: Georgia, serif; font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1.15rem; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 22px; font-size: .82rem; font-weight: 800; }
nav a { text-decoration: none; }

.hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 110px); align-items: center; min-height: 660px; padding: 80px 0; }
.hero > * { min-width: 0; }
.preview-pill, .product-badge { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .7); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.preview-pill { padding: 9px 13px; }
.eyebrow { margin: 28px 0 14px; color: var(--clay); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.8rem, 7.4vw, 7rem); line-height: .91; }
.hero-copy > p:last-of-type { max-width: 680px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.hero-art { position: relative; display: grid; min-height: 420px; place-content: center; overflow: hidden; border-radius: 48% 52% 44% 56%; background: #dfc9b0; box-shadow: inset 0 0 0 1px rgba(37, 31, 29, .08); transform: rotate(2deg); }
.hero-word, .hero-dog { position: relative; z-index: 1; font-family: Georgia, serif; font-size: clamp(3.4rem, 7vw, 6rem); line-height: .78; }
.hero-dog { margin-left: 42px; color: var(--berry); }
.hero-heart { position: absolute; right: 17%; bottom: 15%; color: var(--clay); font-size: 3.2rem; transform: rotate(-10deg); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 19px; border: 1px solid var(--ink); border-radius: 999px; font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; }
.button--primary { color: #fff; background: var(--ink); }

.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.trust-row p { display: grid; gap: 4px; margin: 0; padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-row p:last-child { border: 0; }
.trust-row span { color: var(--muted); font-size: .85rem; }
.catalog { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 36px; align-items: end; margin-bottom: 44px; }
.section-heading .eyebrow, .craft .eyebrow, .preview-note .eyebrow { margin-top: 0; }
.section-heading h2, .craft h2, .preview-note h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5.5vw, 5rem); line-height: .96; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: 0 18px 45px rgba(72, 53, 45, .06); }
.product-card:first-child { grid-column: 1 / -1; }
.product-image { position: relative; display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: #e9dfd4; }
.product-card:first-child .product-image { aspect-ratio: 2 / 1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-image:hover img { transform: scale(1.025); }
.product-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 10px; }
.product-body { padding: 26px; }
.product-kicker { margin-bottom: 10px; color: var(--clay); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-body h3 { margin-bottom: 12px; font-size: clamp(1.8rem, 3.3vw, 2.7rem); }
.product-body h3 a { text-decoration: none; }
.product-body > p { color: var(--muted); line-height: 1.6; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-meta > a { color: var(--clay); font-size: .82rem; font-weight: 800; text-align: right; }
.product-meta--catalog-active > strong { display: none; }
.product-purchase { margin-top: 18px; }
.purchase-form { display: grid; grid-template-columns: minmax(0, 1fr) 88px; gap: 13px; }
.purchase-form label { display: grid; grid-column: 1 / -1; gap: 7px; color: var(--muted); font-size: .76rem; font-weight: 800; }
.purchase-form label:has(input[name="quantity"]) { grid-column: 2; }
.purchase-form input, .purchase-form select { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.purchase-price { align-self: center; font-size: 1.12rem; }
.purchase-button { grid-column: 1 / -1; }
.purchase-button:disabled { cursor: wait; opacity: .58; }
.purchase-status { grid-column: 1 / -1; min-height: 1.2em; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.purchase-status--muted { padding: 12px; border-radius: 12px; background: #f2ede7; }
.purchase-status--error { color: #a32c32; }

.craft { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 70px; border-radius: 34px; color: #fff; background: var(--ink); }
.craft-grid { display: grid; gap: 18px; }
.craft-grid p { display: grid; gap: 6px; margin: 0; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.craft-grid p:last-child { border: 0; }
.craft-grid span { color: rgba(255, 255, 255, .68); line-height: 1.6; }
.preview-note { max-width: 840px; padding: 120px 0; }
.preview-note p:last-child { margin-top: 28px; color: var(--muted); line-height: 1.75; }
.notice { display: grid; gap: 6px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
footer { display: flex; align-items: center; gap: 24px; padding: 28px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
footer div { display: flex; gap: 18px; margin-left: auto; }

@media (max-width: 760px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 76px; }
  nav a:not(:last-child) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 68px 0; }
  h1 { font-size: clamp(2.75rem, 11.5vw, 3rem); }
  .hero-art { min-height: 330px; }
  .trust-row, .section-heading, .product-grid, .craft { grid-template-columns: 1fr; }
  .trust-row p { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-card:first-child { grid-column: auto; }
  .product-card:first-child .product-image, .product-image { aspect-ratio: 1.1 / 1; }
  .catalog { padding: 78px 0; }
  .craft { gap: 36px; padding: 34px 24px; border-radius: 26px; }
  footer { align-items: flex-start; flex-wrap: wrap; }
  footer div { width: 100%; margin: 0; }
}
