/* CRUDO preview, v11. TRUE copy of senorlechugahotsauce.com (Teo 2026-07-18):
   Special Elite typewriter for EVERYTHING (their --font-body-family is Special Elite too),
   white background, black ink, cobalt #334fb4 accent, dark navy #242833 band,
   centered two-line logo header, full-bleed hero photo with overlaid text.
   Image slots stay blank labeled placeholders (assets/*.jpg). */

:root {
  --bg: #ffffff;
  --bg-alt: #f3f3f3;
  --ink: #121212;
  --ink-soft: #3d3d3d;
  --ink-mute: #8a8a8a;
  --line: #dcdcdc;
  --accent: #334fb4;
  --navy: #242833;
  --type: "Special Elite", "Courier New", Courier, monospace;
  --blood: #8f0d10;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
::selection { background: var(--ink); color: #fff; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font: 400 16px/1.75 var(--type);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 50px); }

/* underlined typewriter link, their "Shop Now" */
.tlink { display: inline-block; font: 400 18px/1.3 var(--type); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1.5px; transition: opacity .15s; }
.tlink:hover { opacity: .6; }

/* solid button, their add-to-cart black rectangle */
.btn { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 0; padding: 14px 34px; font: 400 15px/1 var(--type); letter-spacing: .08em; transition: opacity .15s; }
.btn:hover { opacity: .8; }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: #fff; opacity: 1; }

/* image placeholders (drop assets/*.jpg to fill) */
.ph { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #eceae6; }
.ph::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(0,0,0,.03) 14px, rgba(0,0,0,.03) 28px); }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
.ph-label { position: relative; z-index: 1; font: 400 12px var(--type); letter-spacing: .3em; text-transform: uppercase; color: #a5a19a; text-align: center; padding: 0 14px; }

/* announcement */
.announce { background: var(--ink); color: #fff; text-align: center; padding: 10px 16px; font: 400 12px/1.5 var(--type); letter-spacing: .18em; text-transform: uppercase; }

/* header: nav left, big two-line logo centered, action right */
.nav { background: var(--bg); border-bottom: 1px solid var(--bg); padding: 38px 0 32px; }
.nav-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.nav .wrap { max-width: 100%; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); }
.nav-links a { font: 400 15px var(--type); letter-spacing: .45em; text-transform: uppercase; transition: opacity .15s; }
.nav-links a:hover { opacity: .55; }
.nav-logo { text-align: center; font: 400 clamp(26px, 3.2vw, 40px)/1.15 var(--type); letter-spacing: .02em; white-space: nowrap; }
.nav-side { display: flex; justify-content: flex-end; }
.nav-side a { font: 400 14px var(--type); letter-spacing: .3em; text-transform: uppercase; transition: opacity .15s; }
.nav-side a:hover { opacity: .55; }

/* full-bleed hero with overlaid typewriter text */
.hero, .showcase { position: relative; z-index: 0; clip-path: inset(0); overflow: hidden; }
.hero { height: calc(100svh - 200px); min-height: 480px; }
.showcase { height: calc(100svh - 140px); min-height: 500px; }
.hero .ph img, .showcase .ph img { position: fixed; left: 0; top: 0; width: 100vw; height: 100svh; }
.hero .ph, .showcase .ph { position: absolute; inset: 0; background: #a7a7a7; }
.hero .ph::before, .showcase .ph::before { background: repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(255,255,255,.05) 14px, rgba(255,255,255,.05) 28px); }
.hero .ph-label, .showcase .ph-label { color: #8e8e8e; }
.hero .ph img { object-position: 50% 60%; }
.showcase .ph img { object-position: 50% 80%; transform: scale(1.24); }
.hero-overlay { position: relative; z-index: 3; height: 100%; display: flex; align-items: center; padding-bottom: 18vh; background: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.15) 36%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.45) 100%); }
.hero-overlay .wrap { width: 100%; display: grid; grid-template-columns: auto auto; justify-content: space-between; align-items: center; gap: clamp(24px, 6vw, 90px); }
.hero-left, .hero-right { color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,.45); }
.prod { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 26px; }
.prod .num { font: 400 clamp(48px, 7vw, 92px)/1 var(--type); }
.prod .prodname { font: 400 clamp(11px, 1.2vw, 14px)/1.6 var(--type); text-transform: uppercase; letter-spacing: .2em; opacity: .95; }
.hero-left .tlink { color: #fff; font-size: clamp(18px, 2vw, 24px); }
.hero-right { justify-self: end; text-align: center; }
.hero-right .quote { font: 400 clamp(21px, 2.9vw, 38px)/1.32 var(--type); max-width: 24ch; margin: 0 auto 18px; }
.hero-right .who { font: 400 13px var(--type); letter-spacing: .35em; text-transform: uppercase; opacity: .92; }

/* fixed-image reveal: images pin, content slides up over them */
main > section:not(.hero):not(.showcase), .footer { position: relative; z-index: 1; }
.showcase-overlay { position: relative; z-index: 3; height: 100%; display: flex; align-items: flex-start; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.1) 42%, transparent 68%); }
.showcase-cap { color: #fff; text-shadow: 0 1px 16px rgba(0,0,0,.5); padding-top: clamp(70px, 9vw, 130px); width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.showcase-quote { text-align: right; }
.showcase-quote .quote { font: 400 clamp(20px, 2.6vw, 34px)/1.3 var(--type); margin: 0 0 10px; }
.showcase-quote .who { font: 400 12px var(--type); letter-spacing: .3em; text-transform: uppercase; opacity: .92; }

/* sub-hero tagline strip */
.tagline { text-align: center; background: var(--bg); padding: clamp(52px, 7vw, 88px) 0; }
.tagline h1 { font: 400 clamp(20px, 2.5vw, 32px)/1.4 var(--type); max-width: 32ch; margin: 0 auto; }
.tagline p { max-width: 52ch; margin: 18px auto 0; color: var(--ink-soft); }

/* multicolumn features, their "Small Batch / Fire + Flavor / Clean + Premium" */
.section { background: var(--bg); padding: clamp(48px, 7vw, 96px) 0; }
.section-alt { background: var(--bg-alt); }
.section h2 { text-align: center; font: 400 clamp(26px, 3.4vw, 42px)/1.2 var(--type); margin: 0 0 clamp(34px, 5vw, 58px); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 4vw, 44px); }
.feature { text-align: center; }
.feature .fnum { font: 400 clamp(44px, 5vw, 72px)/1 var(--type); margin: 0 0 18px; }
.feature h3 { font: 400 24px/1.3 var(--type); margin: 0 0 10px; }
.feature p { font-size: 15px; color: var(--ink-soft); max-width: 34ch; margin: 0 auto; }

/* split text, their "Clean + Premium" two-column section */
.splittext .wrap { max-width: 1760px; }
.split-grid { display: grid; grid-template-columns: auto minmax(0, 54ch); justify-content: space-between; gap: clamp(28px, 6vw, 140px); align-items: start; }
.split-h { font: 400 clamp(36px, 5vw, 66px)/1.05 var(--type); margin: clamp(4px, .6vw, 9px) 0 0; text-align: left; }
.split-p { font: 400 clamp(17px, 1.35vw, 19px)/2.1 var(--type); letter-spacing: .015em; color: var(--ink); max-width: 52ch; margin: 0; }
.split-p + .split-p { margin-top: 22px; }
.story-page .split-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 68ch); }
.story-page .split-p { max-width: 68ch; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 36px); margin-top: clamp(44px, 7vw, 96px); }
.gallery .ph { aspect-ratio: 4 / 3; }

/* plans */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 36px); max-width: 1200px; margin: 0 auto; }
.plan { background: var(--bg); border: 1px solid var(--ink); padding: clamp(40px, 4.5vw, 64px) 28px clamp(36px, 4vw, 52px); text-align: center; display: flex; flex-direction: column; }

.plan h3 { font: 400 clamp(32px, 3.2vw, 44px)/1.15 var(--type); margin: 0 0 8px; }
.plan .tag { font: 400 14px var(--type); letter-spacing: .3em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.plan p { font: 400 17px/1.9 var(--type); color: var(--ink-soft); max-width: 34ch; margin: 0 auto 30px; flex: 1; }
.plan .btn { align-self: center; padding: 16px 40px; font-size: 16px; }

/* dark navy statement band, their #242833 scheme */
.statement { background: var(--blood); color: #fff; text-align: center; padding: clamp(70px, 10vw, 120px) 0; }
.statement p { font: 400 clamp(24px, 3.6vw, 46px)/1.35 var(--type); max-width: 26ch; margin: 0 auto; }

/* testimonial, their "Legit as fuck!!" treatment */
.testimonial { text-align: center; }
.testimonial blockquote { font: 400 clamp(28px, 4.4vw, 56px)/1.25 var(--type); max-width: 20ch; margin: 0 auto 20px; }
.testimonial cite { font: 400 13px var(--type); letter-spacing: .35em; text-transform: uppercase; color: var(--ink-mute); font-style: normal; }

/* cobalt band, their #334fb4 scheme */
.cta-band { background: var(--accent); color: #fff; text-align: center; padding: clamp(56px, 8vw, 100px) 0; }
.cta-band.raw { background: var(--blood); }
.cta-band h2 { font: 400 clamp(26px, 3.6vw, 44px)/1.25 var(--type); margin: 0 0 28px; }
.cta-band .btn { background: #fff; border-color: #fff; color: var(--ink); }

/* footer */
.footer { padding: clamp(64px, 8.5vw, 104px) 0 34px; text-align: center; }
.socials { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: clamp(42px, 5vw, 66px); }
.socials a { color: var(--ink); transition: opacity .15s; }
.socials a:hover { opacity: .5; }
.socials svg { width: 24px; height: 24px; display: block; }
.hashtag { display: inline-block; font: 400 19px/1 var(--type); text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 1.5px; margin: 0 0 clamp(46px, 5.5vw, 76px); }
.nav-logo .red { color: var(--blood); }
.nav-logo .club { color: var(--blood); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(22px, 3.4vw, 44px); margin: 0 0 clamp(42px, 5vw, 64px); }
.footer-links a { font: 400 13px var(--type); letter-spacing: .3em; text-transform: uppercase; transition: opacity .15s; }
.footer-links a:hover { opacity: .55; }
.footer-bottom { font: 400 12px var(--type); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.footer-disclaimer { max-width: 760px; margin: 22px auto 0; font: 400 11px/1.75 var(--type); color: var(--ink-mute); opacity: .85; }

/* legal pages */
.legal { padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 8vw, 100px); }
.legal .wrap { max-width: 1180px; }
.legal h1 { font: 400 clamp(13px, 1.3vw, 15px)/1.4 var(--type); text-transform: uppercase; letter-spacing: .16em; color: var(--ink); margin: 0 0 28px; }
.legal .legal-date { font: 400 13px/1.9 var(--type); color: var(--ink-mute); margin: -18px 0 28px; }
.legal h2 { font: 400 17px/1.95 var(--type); color: var(--ink); margin: 30px 0 0; }
.legal p { font: 400 17px/1.95 var(--type); color: var(--ink-soft); margin: 0 0 18px; }
.legal a { text-decoration: underline; text-underline-offset: 3px; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* story / founders page */
.page-hero { text-align: center; padding: clamp(48px, 7vw, 92px) 0 clamp(24px, 3vw, 40px); }
.page-hero h1 { font: 400 clamp(32px, 4.6vw, 58px)/1.15 var(--type); margin: 0 0 18px; }
.page-hero p { max-width: 58ch; margin: 0 auto; color: var(--ink-soft); }
.founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 64px); max-width: 940px; margin: 0 auto; }
.founder { text-align: center; }
.founder .ph { aspect-ratio: 4 / 5; margin-bottom: 22px; }
.founder h3 { font: 400 26px/1.2 var(--type); margin: 0 0 4px; }
.founder .role { font: 400 12px var(--type); letter-spacing: .28em; text-indent: .28em; text-transform: uppercase; color: var(--accent); margin: 0 auto 16px; }
.founder p { font-size: 15px; color: var(--ink-soft); max-width: 42ch; margin: 0 auto; }
.founders.mini { max-width: 780px; gap: 32px; margin: 52px 0 0; }
.founders.mini .founder h3 { font-size: 26px; margin: 0 0 4px; }
.founders.mini .founder .role { font-size: 11px; margin-bottom: 0; }
.founders.mini .founder .ph { margin-bottom: 14px; }
.founders.solo { grid-template-columns: 1fr; max-width: 560px; }
.founders.solo .founder .ph { aspect-ratio: 3 / 2; }
@media (max-width: 860px) { .founders { grid-template-columns: 1fr; max-width: 420px; } .founders.mini { grid-template-columns: 1fr 1fr; margin: 32px auto 0; } }

/* waitlist page */
.page { min-height: 100svh; display: flex; flex-direction: column; }
.page-head { display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(20px, 5vw, 50px); }
.page-head .nav-logo { text-align: left; font-size: 28px; }
.page-head .back { font: 400 13px var(--type); letter-spacing: .3em; text-transform: uppercase; transition: opacity .15s; }
.page-head .back:hover { opacity: .55; }
.form-stage { width: 100%; max-width: 30rem; margin: 0 auto; padding: clamp(40px, 7vh, 76px) clamp(20px, 5vw, 24px) 64px; text-align: center; }
.form-stage h1 { font: 400 clamp(32px, 5vw, 46px)/1.2 var(--type); margin: 0 0 14px; }
.form-stage .lede, .form-stage .hero-sub { color: var(--ink-soft); }
form.waitlist { margin-top: 30px; text-align: left; }
.field { margin-bottom: 20px; }
.field label { display: block; font: 400 12px var(--type); letter-spacing: .25em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.field label .opt { color: var(--ink-mute); }
.field input { width: 100%; background: #fff; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); font: 400 16px var(--type); padding: 13px 14px; }
.field input:focus { outline: none; border-color: var(--accent); }
.field input::placeholder { color: var(--ink-mute); }
form.waitlist .btn { width: 100%; margin-top: 8px; }
.form-error { display: none; color: #b23b2e; font: 400 14px var(--type); margin-top: 14px; text-align: center; }
.success { display: none; }
.success .back-link { display: inline-block; margin-top: 30px; font: 400 13px var(--type); letter-spacing: .3em; text-transform: uppercase; }
.success .back-link:hover { opacity: .55; }

/* responsive */
@media (max-width: 860px) {
  .nav-inner { grid-template-columns: 1fr; justify-items: center; row-gap: 14px; }
  .nav-side { justify-content: center; }
  .hero-overlay .wrap { grid-template-columns: 1fr; text-align: center; gap: 30px; }
  .hero-left { justify-self: center; text-align: center; }
  .features { grid-template-columns: 1fr; }
  .split-grid,
  .story-page .split-grid { grid-template-columns: 1fr; gap: clamp(22px, 5vw, 38px); }
  .founders.mini.solo { grid-template-columns: 1fr; max-width: 320px; margin: 30px 0 0; }
  .gallery { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
