:root {
  --tomato: #D94B35;
  --butter: #F2C14E;
  --olive: #344A3D;
  --cream: #F7F0DF;
  --ink: #22211F;
  --aqua: #6FA7A0;
  --paper: #FFF9EC;
  --line: rgba(52, 74, 61, .22);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .11; z-index: 999; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 14px max(20px, calc((100vw - 1180px)/2)); background: rgba(247,240,223,.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.brand img { width: 38px; height: 38px; border-radius: 12px; }
.site-header nav { display: flex; gap: 28px; font-size: .95rem; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--tomato); color: white; font-weight: 700; text-decoration: none; cursor: pointer; box-shadow: 0 10px 24px rgba(217,75,53,.18); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(217,75,53,.25); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .9rem; }
.button-cream { background: var(--cream); color: var(--olive); box-shadow: none; }
.hero { min-height: 740px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; padding: 72px 0 80px; }
.eyebrow, .kicker { color: var(--tomato); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 38px; height: 2px; background: var(--tomato); }
h1,h2,h3 { font-family: var(--serif); line-height: 1.03; margin: 0; }
h1 { font-size: clamp(4.3rem, 8vw, 7.6rem); color: var(--olive); letter-spacing: -.05em; margin-top: 20px; }
h1 em { color: var(--tomato); font-style: normal; }
.hero-lede { max-width: 610px; font-size: 1.25rem; color: #4c4a43; margin: 26px 0 30px; }
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.text-link { font-weight: 700; text-decoration: none; color: var(--olive); }
.text-link span { color: var(--tomato); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { color: var(--olive); }
.hero-proof span { font-size: .82rem; color: #6d6a61; }
.hero-visual { position: relative; min-height: 630px; display: grid; place-items: center; }
.hero-visual::before { content:""; position:absolute; width: 500px; height: 500px; border-radius: 50%; background: var(--butter); opacity: .75; }
.hero-visual img { position: relative; z-index: 2; height: 650px; width: auto; object-fit: contain; filter: drop-shadow(0 30px 28px rgba(34,33,31,.2)); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid rgba(52,74,61,.22); border-radius: 18px; padding: 14px 18px; box-shadow: 0 18px 40px rgba(34,33,31,.14); }
.floating-card-top { top: 120px; right: -12px; }
.floating-card-bottom { bottom: 115px; left: -8px; }
.floating-card div { display: grid; }
.floating-card small { color: #666258; }
.dot { width: 14px; height: 14px; border-radius: 50%; }
.tomato { background: var(--tomato); }
.butter { background: var(--butter); }
.marquee { overflow: hidden; padding: 17px 0; background: var(--olive); color: var(--cream); white-space: nowrap; font-weight: 800; letter-spacing: .14em; font-size: .78rem; }
.marquee div { width: max-content; animation: marquee 28s linear infinite; }
.marquee span { color: var(--butter); margin: 0 22px; }
@keyframes marquee { to { transform: translateX(-35%); } }
.demo, .how, .screens, .feedback { padding: 110px 0; }
.section-intro { max-width: 760px; margin-bottom: 44px; }
.section-intro.narrow { max-width: 650px; }
.section-intro h2, .feature-copy h2, .learn-copy h2, .beta-cta h2 { color: var(--olive); font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.04em; }
.section-intro p:not(.kicker), .feature-copy p, .learn-copy p, .beta-cta p { color: #625f56; font-size: 1.1rem; }
.video-frame { background: var(--ink); border: 8px solid var(--ink); border-radius: 30px; overflow: hidden; box-shadow: 0 30px 70px rgba(34,33,31,.2); }
.video-frame video { width: 100%; aspect-ratio: 16/9; display: block; background: var(--ink); }
.video-note { color: var(--cream); padding: 10px 15px; text-align: center; font-size: .78rem; opacity: .72; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { position: relative; padding: 28px; min-height: 300px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; }
.step-number { position: absolute; right: 24px; top: 20px; color: rgba(52,74,61,.28); font-weight: 800; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; font-size: 1.35rem; margin-bottom: 38px; }
.tomato-bg { background: var(--tomato); color: white; }
.aqua-bg { background: var(--aqua); color: white; }
.butter-bg { background: var(--butter); color: var(--olive); }
.olive-bg { background: var(--olive); color: var(--cream); }
.step-card h3 { font-size: 1.6rem; color: var(--olive); }
.step-card p { color: #666258; }
.feature-callout { display: grid; grid-template-columns: 1fr .8fr; min-height: 650px; background: var(--olive); border-radius: 38px; overflow: hidden; margin-top: 35px; }
.feature-copy { padding: 72px; align-self: center; }
.feature-copy h2, .feature-copy p { color: var(--cream); }
.kicker.light { color: var(--butter); }
.feature-copy ul { color: var(--cream); padding-left: 20px; display: grid; gap: 12px; }
.feature-copy li::marker { color: var(--butter); }
.feature-image { display: flex; align-items: flex-end; justify-content: center; background: radial-gradient(circle at center, rgba(111,167,160,.65), transparent 60%); padding: 50px 35px 0; }
.feature-image img { height: 600px; width: auto; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(0,0,0,.35)); }
.screen-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.screen-gallery figure { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; padding: 18px 18px 0; }
.screen-gallery img { width: 100%; height: 470px; object-fit: contain; object-position: top center; }
.screen-gallery figcaption { padding: 16px 4px 18px; color: var(--olive); font-weight: 800; text-align: center; }
.learn { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; padding: 80px 0 120px; }
.learn-image img { border-radius: 32px; box-shadow: 0 24px 60px rgba(34,33,31,.14); }
.learn-copy p { max-width: 560px; }
.quote-card { margin-top: 30px; padding: 26px; border-left: 5px solid var(--tomato); background: var(--paper); font-family: var(--serif); font-size: 1.35rem; color: var(--olive); border-radius: 0 18px 18px 0; }
.beta-cta { display: flex; justify-content: space-between; align-items: center; gap: 40px; background: var(--tomato); border-radius: 36px; padding: 65px 70px; }
.beta-cta h2, .beta-cta p { color: white; }
.beta-cta div { max-width: 760px; }
.feedback-form { max-width: 820px; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 32px; }
.feedback-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--olive); font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, textarea { width: 100%; border: 1px solid rgba(52,74,61,.3); background: #fffdf7; border-radius: 14px; padding: 14px 15px; font: inherit; color: var(--ink); }
input:focus, textarea:focus { outline: 3px solid rgba(111,167,160,.25); border-color: var(--aqua); }
.form-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.form-footer p { font-size: .82rem; color: #746f65; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 35px 0 45px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: var(--olive); }
footer > div { justify-self: end; display: grid; text-align: right; gap: 4px; font-size: .86rem; }
.footer-brand img { width: 34px; height: 34px; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-proof { max-width: 620px; margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 600px; }
  .steps-grid, .screen-gallery { grid-template-columns: repeat(2, 1fr); }
  .feature-callout, .learn { grid-template-columns: 1fr; }
  .feature-copy { padding: 55px; }
  .feature-image img { height: 540px; }
  .beta-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .section-shell { width: min(100% - 24px, 1180px); }
  .site-header { padding: 11px 14px; }
  .brand span { font-size: 1.18rem; }
  .site-header .button { min-height: 38px; padding: 0 13px; font-size: .78rem; }
  h1 { font-size: 4rem; }
  .hero { gap: 20px; min-height: auto; padding-bottom: 55px; }
  .hero-proof { grid-template-columns: 1fr; text-align: left; }
  .hero-visual { min-height: 520px; }
  .hero-visual::before { width: 340px; height: 340px; }
  .hero-visual img { height: 535px; }
  .floating-card { font-size: .82rem; padding: 11px 13px; }
  .floating-card-top { right: 0; top: 100px; }
  .floating-card-bottom { left: 0; bottom: 80px; }
  .demo,.how,.screens,.feedback { padding: 76px 0; }
  .steps-grid,.screen-gallery { grid-template-columns: 1fr; }
  .screen-gallery img { height: 520px; }
  .feature-callout { border-radius: 26px; }
  .feature-copy { padding: 40px 25px; }
  .feature-image { padding: 25px 10px 0; }
  .feature-image img { height: 480px; }
  .learn { gap: 35px; padding-bottom: 80px; }
  .beta-cta { padding: 42px 28px; border-radius: 26px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > div { justify-self: center; text-align: center; }
  .footer-brand { justify-self: center; }
}

/* Brand refinement: exact Logo 6 artwork + mockup-inspired display type */
:root { --serif: "DM Serif Display", Georgia, serif; }
.brand-lockup { line-height: 0; }
.brand-lockup img { width: 238px; height: auto; max-height: 70px; object-fit: contain; object-position: left center; border-radius: 0; mix-blend-mode: multiply; }
.footer-brand img { width: 220px; height: auto; max-height: none; }

/* The ticker intentionally breaks out of any centered layout and covers the viewport edge-to-edge. */
.marquee {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 17px 0;
}
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; will-change: transform; }
.marquee-group { flex: none; min-width: max-content; padding-right: 22px; }
.marquee span { color: var(--butter); margin: 0 22px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Mid-century atomic/firework bursts from the PlateTime mockups. */
.decorative-section { position: relative; }
.burst { position: absolute; width: 94px; height: 94px; z-index: 0; pointer-events: none; opacity: .88; }
.decorative-section > *:not(.burst) { position: relative; z-index: 1; }
.burst-hero-a { top: 38px; right: -26px; transform: rotate(8deg); }
.burst-hero-b { bottom: 46px; left: -56px; width: 72px; height: 72px; }
.burst-demo { top: 88px; right: -70px; width: 78px; height: 78px; opacity: .55; }
.burst-how-a { top: 54px; left: -78px; }
.burst-how-b { bottom: 42px; right: -66px; width: 110px; height: 110px; }
.burst-screens { top: 110px; right: -78px; opacity: .48; }
.burst-learn { bottom: 42px; left: -72px; width: 82px; height: 82px; }
.burst-cta { right: 34px; top: 22px; width: 112px; height: 112px; opacity: .38; }

/* Slightly closer to the weight and proportions in the app mockups. */
h1, h2, h3, .quote-card { font-weight: 400; }
.section-intro h2, .feature-copy h2, .learn-copy h2, .beta-cta h2 { letter-spacing: -.025em; }
.step-card h3, .screen-gallery figcaption { font-family: var(--serif); font-weight: 400; }

@media (max-width: 980px) {
  .brand-lockup img { width: 195px; }
  .burst { opacity: .42; }
  .burst-hero-a { right: 0; }
  .burst-demo, .burst-screens, .burst-how-b { right: 0; }
  .burst-how-a, .burst-learn { left: 0; }
}
@media (max-width: 640px) {
  .brand-lockup img { width: 158px; max-height: 52px; }
  .footer-brand img { width: 205px; }
  .burst { width: 58px; height: 58px; opacity: .34; }
  .burst-hero-a { top: 20px; right: 2px; }
  .burst-hero-b { left: 2px; bottom: 20px; }
  .burst-demo, .burst-how-a, .burst-how-b, .burst-screens, .burst-learn { display: none; }
  .burst-cta { display: block; right: 8px; top: 10px; }
}
.marquee .marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee .marquee-group { width: max-content; animation: none; }
