:root {
  --bg: #fbf7f4;
  --paper: #ffffff;
  --warm: #fbeae2;
  --warm-deep: #f6d9cd;
  --ink: #2a1714;
  --ink-mid: #4a3530;
  --ink-mute: #8a726c;
  --rule: #ecdcd4;
  --rule-soft: #f3e7e1;
  --orange: #ff6900;
  --orange-deep: #e25800;
  --blue: #0693e3;
  --red: #dc3232;
  --pink: #d8a8a8;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv02", "cv11";
}
a { color: var(--orange-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: rgba(226,88,0,0.35); }
a:hover { color: var(--orange); text-decoration-color: var(--orange); }
h1,h2,h3,h4 {
  font-family: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-weight: 500; line-height: 1.08; letter-spacing: -0.012em;
  color: var(--ink); margin: 0; font-variation-settings: "opsz" 144, "SOFT" 30;
}
p { margin: 0 0 16px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 36px; }

/* Header */
header.site { border-bottom: 1px solid var(--rule); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.head-row { display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 16px 36px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { height: 40px; width: auto; display: block; }
.brand-text { font-family: 'Fraunces', Georgia, serif; font-size: 13px; color: var(--ink-mute); line-height: 1.3; border-left: 1px solid var(--rule); padding-left: 14px; font-variation-settings: "opsz" 9; }
.brand-text b { display: block; color: var(--ink); font-weight: 500; font-size: 15px; margin-bottom: 2px; }
nav.primary { display: flex; gap: 28px; align-items: center; font-size: 14.5px; font-weight: 500; }
nav.primary a { color: var(--ink); text-decoration: none; padding-bottom: 2px; border-bottom: 1px solid transparent; }
nav.primary a:hover { border-bottom-color: var(--orange); }
nav.primary .nav-cta { background: var(--orange); color: #fff; padding: 9px 18px; border-radius: 999px; border: none; }
nav.primary .nav-cta:hover { background: var(--orange-deep); border: none; }
.menu-btn { display: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; background: var(--orange); color: #fff; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 14.5px; font-weight: 600; border-radius: 999px; border: 1px solid var(--orange); transition: all 0.2s ease; cursor: pointer; }
.btn:hover { background: var(--orange-deep); border-color: var(--orange-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.btn-light:hover { background: var(--warm); color: var(--ink); border-color: var(--warm); }
.btn-sm { padding: 9px 16px; font-size: 13.5px; }
.btn .arrow { display: inline-block; transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* Hero */
.hero { padding: 80px 0 72px; position: relative; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(251,247,244,0.97) 0%, rgba(251,247,244,0.92) 42%, rgba(251,247,244,0.55) 75%, rgba(251,247,244,0.2) 100%); }
.hero-inner { max-width: 1100px; margin: 0 auto; padding: 0 36px; position: relative; z-index: 1; }
.hero-eyebrow { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--orange-deep); font-weight: 600; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--orange); }
.hero h1 { font-size: clamp(40px, 5.4vw, 74px); line-height: 1.02; margin-bottom: 28px; max-width: 16ch; font-variation-settings: "opsz" 144, "SOFT" 50; }
.hero h1 em { font-style: italic; color: var(--orange-deep); font-variation-settings: "opsz" 144, "SOFT" 100; }
.hero p.lead { font-size: 19px; color: var(--ink-mid); max-width: 50ch; margin: 0 0 32px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-quote { margin-top: 44px; font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--ink-mid); max-width: 46ch; }
.hero-quote span { display: block; font-style: normal; font-family: 'Inter', sans-serif; font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-top: 8px; }

/* Stat band */
.statband { background: var(--ink); color: #f6e3da; padding: 44px 0; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.stat-grid div span { display: block; font-family: 'Fraunces', serif; font-size: 42px; color: #fff; line-height: 1; margin-bottom: 8px; font-variation-settings: "opsz" 144; }
.stat-grid div span:first-letter { color: var(--orange); }
.stat-grid div small { font-size: 13px; color: #c9a99e; text-transform: uppercase; letter-spacing: 0.07em; }

/* Tiles */
section { padding: 96px 0; }
.tiles { padding: 96px 0; background: var(--paper); border-bottom: 1px solid var(--rule); }
.tiles-head { max-width: var(--max); margin: 0 auto 48px; padding: 0 36px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.tiles-head h2 { font-size: clamp(30px,3.8vw,48px); max-width: 20ch; }
.tiles-head p { color: var(--ink-mute); max-width: 36ch; margin: 0; font-size: 16px; }
.tile-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; padding: 0 36px; max-width: var(--max); margin: 0 auto; }
.tile { text-decoration: none; color: inherit; display: flex; flex-direction: column; background: var(--paper); }
.tile-img-wrap { overflow: hidden; aspect-ratio: 4/3; background: var(--warm); border-radius: 6px; }
.tile-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(.2,.8,.2,1); }
.tile:hover .tile-img { transform: scale(1.04); }
.tile-body { padding: 20px 0 4px; }
.tile-cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--orange-deep); font-weight: 600; margin-bottom: 10px; }
.tile h3 { font-size: 27px; margin-bottom: 10px; font-variation-settings: "opsz" 96, "SOFT" 50; }
.tile p { font-size: 15.5px; color: var(--ink-mid); margin: 0 0 14px; line-height: 1.55; }
.tile .read { font-size: 14px; color: var(--ink); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 2px; }

/* Why */
.why { background: var(--warm); }
.why-inner { max-width: var(--max); }
.label { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--orange-deep); font-weight: 600; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.label::before { content: ""; width: 32px; height: 2px; background: var(--orange); }
.why-inner h2 { font-size: clamp(30px,4vw,48px); margin-bottom: 44px; max-width: 18ch; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.why-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; padding: 32px 28px; }
.why-num { font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; color: var(--orange); display: block; margin-bottom: 16px; }
.why-card h3 { font-size: 23px; margin-bottom: 12px; }
.why-card p { font-size: 15.5px; color: var(--ink-mid); margin: 0; }

/* Story */
.story { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: 72px; align-items: center; max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.founder-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; display: block; background: var(--warm); border-radius: 8px; border: 1px solid var(--rule); }
.founder-meta { margin-top: 18px; display: flex; justify-content: space-between; gap: 24px; font-size: 13.5px; }
.founder-meta b { display: block; font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--ink); margin-bottom: 2px; font-weight: 500; }
.founder-meta span { color: var(--ink-mute); font-size: 13px; }
.about-text h2 { font-size: clamp(30px,4vw,50px); margin-bottom: 24px; font-variation-settings: "opsz" 144, "SOFT" 50; }
.about-text p { font-size: 17px; color: var(--ink-mid); }
.about-text .signature { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--rule); font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--ink); }

/* Mission */
.mission { background: var(--ink); color: #f6e3da; padding: 88px 0; }
.mission-inner { max-width: 900px; margin: 0 auto; padding: 0 36px; text-align: center; }
.mission .label { justify-content: center; color: var(--orange); }
.mission .label::before { background: var(--orange); }
.mission blockquote { margin: 0; font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(24px,2.6vw,34px); line-height: 1.32; color: #fdf2ec; font-variation-settings: "opsz" 144, "SOFT" 100; }
.mission cite { display: block; margin-top: 28px; font-style: normal; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #c9a99e; }

/* Process */
.process { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.lines-head { margin: 0 auto 48px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.lines-head h2 { font-size: clamp(30px,3.8vw,48px); max-width: 18ch; }
.lines-head p { color: var(--ink-mute); max-width: 36ch; font-size: 16px; margin: 0; }
.step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.step { padding-top: 24px; border-top: 3px solid var(--orange); }
.step-num { font-family: 'Fraunces', serif; font-size: 38px; color: var(--orange); display: block; margin-bottom: 10px; line-height: 1; }
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--ink-mid); margin: 0; }

/* CTA band */
.cta-band { background: var(--orange); color: #fff; }
.cta-inner { text-align: center; max-width: 720px; }
.cta-inner h2 { color: #fff; font-size: clamp(32px,4.4vw,56px); margin-bottom: 18px; }
.cta-inner p { color: #ffe6d4; font-size: 18px; margin: 0 auto 32px; max-width: 46ch; }

/* Page head */
.page-head { background: var(--warm); padding: 64px 0 56px; border-bottom: 1px solid var(--rule); }
.crumbs { font-size: 13px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.crumbs a { color: var(--ink-mute); text-decoration: none; }
.crumbs a:hover { color: var(--orange-deep); }
.page-head h1 { font-size: clamp(36px,5vw,60px); margin-bottom: 14px; }
.page-head p { color: var(--ink-mid); font-size: 18px; max-width: 50ch; margin: 0; }

/* Shop */
.shop-section { padding: 64px 0 96px; }
.cat-bar { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.chip { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--rule); font-size: 14px; font-weight: 500; text-decoration: none; color: var(--ink); background: var(--paper); }
.chip.active, .chip:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.shop-cat-title { font-size: 30px; margin: 48px 0 24px; }
.shop-cat-title:first-of-type { margin-top: 0; }
.prod-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.prod-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; }
.prod-img { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--warm); }
.prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.prod-card:hover .prod-img img { transform: scale(1.05); }
.badge { position: absolute; top: 12px; left: 12px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; padding: 5px 10px; border-radius: 999px; }
.prod-info { padding: 18px 18px 20px; display: flex; flex-direction: column; flex-grow: 1; }
.prod-info h3 { font-size: 21px; margin-bottom: 4px; }
.prod-cat { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-mute); margin: 0 0 16px; }
.prod-row { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { font-family: 'Fraunces', serif; font-size: 20px; color: var(--ink); }
.add-cart.added { background: var(--blue); border-color: var(--blue); }

/* PDP */
.pdp { padding: 56px 0 72px; }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.pdp-main { aspect-ratio: 1/1; border-radius: 10px; overflow: hidden; background: var(--warm); border: 1px solid var(--rule); }
.pdp-main img { width: 100%; height: 100%; object-fit: cover; }
.pdp-thumbs { display: flex; gap: 12px; margin-top: 12px; }
.thumb { width: 84px; height: 84px; border-radius: 8px; overflow: hidden; border: 2px solid var(--rule); background: none; padding: 0; cursor: pointer; }
.thumb.active { border-color: var(--orange); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdp-info h1 { font-size: clamp(32px,4vw,46px); margin: 10px 0 14px; }
.pdp-price { font-family: 'Fraunces', serif; font-size: 28px; color: var(--orange-deep); margin-bottom: 18px; }
.pdp-lead { font-size: 16.5px; color: var(--ink-mid); margin-bottom: 28px; }
.pdp-form { display: flex; flex-direction: column; gap: 16px; }
.fld { display: flex; flex-direction: column; gap: 6px; }
.fld span { font-size: 13px; font-weight: 600; color: var(--ink); }
.fld span small { font-weight: 400; color: var(--ink-mute); }
.fld select, .fld input { padding: 12px 14px; border: 1px solid var(--rule); border-radius: 8px; font-family: inherit; font-size: 15px; background: var(--paper); color: var(--ink); }
.fld select:focus, .fld input:focus { outline: none; border-color: var(--orange); }
.pdp-add { margin-top: 8px; justify-content: center; }
.pdp-note { color: var(--blue); font-size: 14px; font-weight: 600; margin: 4px 0 0; }
.pdp-trust { display: flex; gap: 22px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--rule); font-size: 13px; color: var(--ink-mute); }
.pdp-trust span::before { content: "✓"; color: var(--orange); font-weight: 700; margin-right: 6px; }
.pdp-details { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 64px 0; }
.pdp-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.pdp-detail-grid h3 { font-size: 24px; margin-bottom: 14px; }
.pdp-detail-grid p { font-size: 16px; color: var(--ink-mid); }
.related { padding: 80px 0; }

/* Footer */
footer.site { background: var(--ink); color: #c9a99e; padding: 64px 0 36px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.foot-brand img { height: 44px; width: auto; margin-bottom: 16px; display: block; }
.foot-brand p { font-size: 14px; color: #b08e84; max-width: 280px; line-height: 1.55; margin: 0 0 18px; }
.socials { display: flex; gap: 10px; }
.soc { width: 38px; height: 38px; border-radius: 999px; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; transition: transform 0.2s ease, opacity 0.2s ease; }
.soc:hover { transform: translateY(-2px); }
.soc-ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.soc-fb { background: #1877f2; }
footer h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: #fdf2ec; font-weight: 600; margin: 0 0 16px; }
footer ul { list-style: none; padding: 0; margin: 0; font-size: 14.5px; line-height: 1.95; }
footer ul a { color: #c9a99e; text-decoration: none; }
footer ul a:hover { color: #fdf2ec; }
.foot-meta { margin-top: 52px; padding: 22px 36px 0; max-width: var(--max); margin-left: auto; margin-right: auto; border-top: 1px solid #43292400; border-top-color: rgba(255,255,255,0.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #b08e84; }

/* Auth */
.auth-body { background: var(--bg); }
.auth-wrap { display: grid; grid-template-columns: 1.1fr 1fr; min-height: 100vh; }
.auth-side { position: relative; overflow: hidden; }
.auth-side img { width: 100%; height: 100%; object-fit: cover; }
.auth-side::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,23,20,0.2), rgba(42,23,20,0.75)); }
.auth-side-text { position: absolute; left: 48px; bottom: 48px; right: 48px; z-index: 1; color: #fff; }
.auth-logo img { height: 54px; width: auto; margin-bottom: 24px; filter: brightness(0) invert(1); }
.auth-side-text h2 { color: #fff; font-size: 34px; margin-bottom: 12px; max-width: 14ch; }
.auth-side-text p { color: #f6d9cd; font-size: 16px; max-width: 36ch; }
.auth-panel { display: flex; align-items: center; justify-content: center; padding: 40px; }
.auth-card { width: 100%; max-width: 380px; }
.auth-card h1 { font-size: 38px; margin-bottom: 8px; }
.auth-sub { color: var(--ink-mute); margin-bottom: 28px; }
.auth-card form { display: flex; flex-direction: column; gap: 16px; }
.auth-row { display: flex; align-items: center; justify-content: space-between; font-size: 13.5px; }
.remember { display: flex; align-items: center; gap: 8px; color: var(--ink-mid); }
.auth-btn { justify-content: center; margin-top: 6px; }
.auth-hint { margin-top: 24px; background: var(--warm); border: 1px solid var(--warm-deep); border-radius: 8px; padding: 16px 18px; font-size: 13px; color: var(--ink-mid); line-height: 1.7; }
.auth-hint strong { display: block; color: var(--ink); margin-bottom: 4px; }
.auth-foot { margin-top: 24px; font-size: 14px; color: var(--ink-mute); text-align: center; }

/* App dashboard */
.app-body { background: #f5ede9; display: grid; grid-template-columns: 248px 1fr; min-height: 100vh; }
.app-side { background: var(--ink); color: #c9a99e; padding: 26px 20px; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.app-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-family: 'Fraunces', serif; font-size: 19px; margin-bottom: 32px; }
.app-brand img { height: 34px; width: auto; }
.app-nav { display: flex; flex-direction: column; gap: 4px; }
.app-nav a { color: #c9a99e; text-decoration: none; font-size: 14.5px; font-weight: 500; padding: 10px 12px; border-radius: 8px; }
.app-nav a:hover { background: rgba(255,255,255,0.06); color: #fff; }
.app-nav a.active { background: var(--orange); color: #fff; }
.app-signout { margin-top: auto; color: #b08e84; text-decoration: none; font-size: 14px; padding: 10px 12px; }
.app-signout:hover { color: #fff; }
.app-main { padding: 32px 40px 60px; }
.app-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.app-top h1 { font-size: 32px; margin-bottom: 4px; }
.app-top p { color: var(--ink-mute); margin: 0; }
.app-top-actions { display: flex; gap: 10px; }
.app-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-bottom: 26px; }
.app-stat { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 20px; }
.app-stat small { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-mute); }
.app-stat span { display: block; font-family: 'Fraunces', serif; font-size: 32px; color: var(--ink); margin: 6px 0 4px; }
.app-stat em { font-style: normal; font-size: 13px; color: var(--ink-mute); }
.app-stat em.up { color: #1a8f4a; }
.app-card { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 24px; margin-bottom: 22px; }
.app-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.app-card-head h2 { font-size: 21px; }
.app-card-head a { font-size: 13.5px; }
.app-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.app-table th { text-align: left; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-mute); font-weight: 600; padding: 0 12px 12px; border-bottom: 1px solid var(--rule); }
.app-table td { padding: 14px 12px; border-bottom: 1px solid var(--rule-soft); color: var(--ink-mid); }
.tag { font-size: 11.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
.tag-green { background: #e3f5ea; color: #1a8f4a; }
.tag-amber { background: #fff1dc; color: #b5710a; }
.tag-grey { background: #efe6e2; color: #8a726c; }
.app-two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.check-list { list-style: none; padding: 0; margin: 0 0 18px; }
.check-list li { padding: 8px 0 8px 28px; position: relative; font-size: 14px; color: var(--ink-mid); border-bottom: 1px solid var(--rule-soft); }
.check-list li:last-child { border-bottom: none; }
.check-list li::before { position: absolute; left: 0; top: 8px; font-weight: 700; }
.check-list li.ok::before { content: "✓"; color: #1a8f4a; }
.check-list li.warn::before { content: "!"; color: #b5710a; }
.app-text { font-size: 14.5px; color: var(--ink-mid); }
.app-prod-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.app-prod { display: flex; gap: 12px; align-items: center; }
.app-prod img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; }
.app-prod strong { display: block; font-size: 14px; color: var(--ink); }
.app-prod small { font-size: 12.5px; color: var(--ink-mute); }
.app-foot { text-align: center; font-size: 12.5px; color: var(--ink-mute); margin-top: 30px; }

@media (max-width: 980px) {
  section { padding: 64px 0; }
  .hero { padding: 56px 0 48px; }
  .stat-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .tile-grid, .prod-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .step-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .pdp-grid, .pdp-detail-grid { grid-template-columns: 1fr; gap: 36px; }
  .tiles-head, .lines-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  nav.primary { display: none; width: 100%; }
  nav.primary.open { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; padding-top: 14px; }
  .menu-btn { display: inline-block; background: none; border: 1px solid var(--rule); padding: 8px 14px; font-family: 'Inter', sans-serif; font-size: 13px; cursor: pointer; color: var(--ink); border-radius: 6px; }
  .head-row { flex-wrap: wrap; }
  .brand-text { display: none; }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-side { display: none; }
  .app-body { grid-template-columns: 1fr; }
  .app-side { position: static; height: auto; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; }
  .app-nav { flex-direction: row; flex-wrap: wrap; }
  .app-signout { margin: 0; }
  .app-stats, .app-prod-grid { grid-template-columns: 1fr 1fr; }
  .app-two { grid-template-columns: 1fr; }
  .app-main { padding: 24px; }
}
@media (max-width: 540px) {
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .step-grid { grid-template-columns: 1fr; }
}