:root{--olive:#26351f;--olive2:#3e522b;--gold:#e7a90e;--cream:#f4eedf;--paper:#e9e0cb;--red:#bd1837;--orange:#ef6b38;--ink:#182016;--white:#fffdf8;--line:rgba(38,53,31,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.announcement{background:var(--gold);color:var(--olive);font:700 11px/1 "DM Sans";letter-spacing:.18em;text-align:center;padding:11px 20px}.site-header{height:88px;background:rgba(244,238,223,.94);backdrop-filter:blur(14px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4vw;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;justify-self:start}.brand-icon{width:56px;height:42px;object-fit:contain}.brand-name{font-family:"Oswald",sans-serif;font-size:20px;font-weight:700;letter-spacing:.08em;color:var(--olive)}.nav-links{display:flex;gap:32px;font-size:13px;font-weight:700}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--red);transition:.25s}.nav-links a:hover:after{right:0}.header-cta{justify-self:end}.menu-toggle{display:none;border:0;background:none;font:700 13px "DM Sans"}.pill{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:white;border-radius:999px;padding:16px 25px;font-size:13px;font-weight:700;transition:.25s;border:1px solid var(--red)}.pill:hover{transform:translateY(-2px);background:var(--olive);border-color:var(--olive)}.pill-small{padding:11px 18px}.text-link{font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:4px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;margin:0 0 20px}.hero{min-height:calc(100vh - 122px);display:grid;grid-template-columns:1fr 1fr;position:relative;background:var(--cream);overflow:hidden}.hero-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(38,53,31,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(38,53,31,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to right,black,transparent 75%)}.hero-copy{padding:10vw 5vw 8vw 8vw;position:relative;z-index:2}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(72px,9vw,145px);line-height:.77;letter-spacing:-.06em;margin:0 0 34px;color:var(--olive)}.hero h1 em{color:var(--red);font-weight:700}.hero-text{font-size:18px;line-height:1.7;max-width:560px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.hero-art{background:var(--olive);position:relative;min-height:680px;display:flex;align-items:center;justify-content:center;overflow:hidden}.sun-disc{position:absolute;width:540px;height:540px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 70px rgba(231,169,14,.12)}.hero-label-wrap{width:min(78%,690px);transform:rotate(-4deg);position:relative;z-index:2;box-shadow:0 35px 80px rgba(0,0,0,.35);border:10px solid var(--cream);overflow:hidden}.hero-label-wrap img{width:100%}.vertical-note{position:absolute;right:22px;bottom:38px;color:var(--cream);font:600 10px "DM Sans";letter-spacing:.22em;writing-mode:vertical-rl}.spark{position:absolute;color:var(--cream);font-size:34px;z-index:4}.spark-one{top:18%;left:13%}.spark-two{bottom:17%;right:12%}.scroll-cue{position:absolute;bottom:24px;left:8vw;font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:700}.scroll-cue span{margin-left:10px}.marquee{background:var(--red);color:white;overflow:hidden;padding:17px 0}.marquee-track{display:flex;gap:28px;white-space:nowrap;width:max-content;animation:marquee 25s linear infinite;font-family:"Oswald",sans-serif;font-size:18px;letter-spacing:.08em}.marquee-track b{color:var(--gold)}@keyframes marquee{to{transform:translateX(-50%)}}.intro{display:grid;grid-template-columns:42% 58%;min-height:680px;background:var(--olive);color:var(--cream)}.intro-mark{display:flex;align-items:center;justify-content:center;background:var(--gold);padding:80px}.intro-mark img{width:min(380px,100%);filter:none}.intro-copy{padding:110px 9vw 90px;display:flex;flex-direction:column;justify-content:center}.intro-copy h2,.section-heading h2,.origin h2,.wholesale h2,.recipes h2{font-family:"Playfair Display",serif;font-size:clamp(48px,5.5vw,84px);line-height:.98;letter-spacing:-.045em;margin:0 0 30px}.intro-copy p:not(.eyebrow){font-size:17px;line-height:1.8;max-width:680px}.light{margin-top:20px;align-self:flex-start}.products{padding:110px 5vw 130px}.section-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:end;margin:0 auto 70px;max-width:1500px}.section-heading p:last-child{font-size:16px;line-height:1.7;max-width:520px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1500px;margin:auto}.product-card{padding:22px 22px 32px;min-height:680px;display:flex;flex-direction:column;transition:.35s;overflow:hidden}.product-card:hover{transform:translateY(-10px)}.product-card.green{background:#36542d;color:white}.product-card.cream{background:#ded2bb}.product-card.red{background:var(--red);color:white}.product-image{height:370px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:24px}.product-image img{width:100%;height:100%;object-fit:contain;transition:.5s}.product-card:hover .product-image img{transform:scale(1.05)}.product-meta{display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800}.product-card h3{font-family:"Oswald",sans-serif;font-size:38px;line-height:1;margin:24px 0 14px;text-transform:uppercase}.product-card p{line-height:1.65;opacity:.9}.card-link{margin-top:auto;font-weight:700;font-size:13px;border-top:1px solid currentColor;padding-top:18px;display:flex;justify-content:space-between}.recipes{background:var(--paper);padding:110px 5vw 130px}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1500px;margin:auto}.recipe-card{background:var(--white);overflow:hidden;transition:.35s}.recipe-card:hover{transform:translateY(-9px);box-shadow:0 24px 45px rgba(38,53,31,.13)}.recipe-art{height:360px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.pastor .recipe-art{background:var(--orange)}.flautas .recipe-art{background:var(--gold)}.chilaquiles .recipe-art{background:#2e4b2b}.recipe-number{position:absolute;top:20px;left:22px;font:700 14px "Oswald";color:white}.recipe-product{position:absolute;bottom:18px;left:20px;background:var(--cream);color:var(--olive);padding:9px 13px;border-radius:99px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.taco-illustration{display:flex;gap:8px;transform:rotate(-8deg)}.taco-illustration span{display:block;width:82px;height:115px;background:#f7c24d;border-radius:60px 60px 10px 10px;border:5px solid #833c20;position:relative;box-shadow:inset 0 -26px 0 #9f3526}.taco-illustration span:after{content:"";position:absolute;left:18px;right:18px;top:34px;height:34px;background:repeating-linear-gradient(90deg,#2f6d38 0 8px,#f4d5a6 8px 14px,#b12826 14px 21px);border-radius:50%}.flauta-illustration{display:grid;gap:12px;transform:rotate(-12deg)}.flauta-illustration span{display:block;width:230px;height:35px;border-radius:30px;background:linear-gradient(90deg,#c96e18,#f0a72e,#bc5c10);border:4px solid #7b3b12;box-shadow:0 8px 0 rgba(98,51,11,.15)}.chilaquiles-illustration{width:250px;height:170px;border-radius:50%;background:#eee0c1;border:11px solid #c4a96c;position:relative;display:flex;align-items:center;justify-content:center}.chilaquiles-illustration span{position:absolute;width:72px;height:58px;background:#cc4d25;clip-path:polygon(50% 0,100% 100%,0 100%)}.chilaquiles-illustration span:nth-child(1){transform:translate(-45px,-25px) rotate(-20deg)}.chilaquiles-illustration span:nth-child(2){transform:translate(30px,-28px) rotate(15deg)}.chilaquiles-illustration span:nth-child(3){transform:translate(-20px,35px) rotate(8deg)}.chilaquiles-illustration span:nth-child(4){transform:translate(55px,35px) rotate(-18deg)}.chilaquiles-illustration i{width:85px;height:65px;border-radius:50%;background:#fff;position:relative;z-index:2}.chilaquiles-illustration i:after{content:"";position:absolute;width:35px;height:35px;border-radius:50%;background:#e8a414;left:26px;top:16px}.recipe-copy{padding:30px}.recipe-copy h3{font-family:"Playfair Display",serif;font-size:42px;line-height:1;margin:0 0 16px}.recipe-copy h3 small{display:block;font-family:"DM Sans",sans-serif;font-size:14px;margin-top:8px}.recipe-copy>p:not(.eyebrow){line-height:1.7;min-height:82px}.recipe-button{width:100%;background:none;border:0;border-top:1px solid var(--line);padding:18px 0 0;margin-top:18px;display:flex;justify-content:space-between;font:700 13px "DM Sans";cursor:pointer;color:var(--ink)}.origin{display:grid;grid-template-columns:1.1fr .9fr;min-height:620px;background:var(--cream)}.origin-map{position:relative;background:var(--red);color:white;min-height:620px}.map-line{position:absolute;width:52%;height:40%;border:2px dashed rgba(255,255,255,.75);border-left:0;border-bottom:0;border-radius:0 100% 0 0;left:25%;top:30%;transform:rotate(-12deg)}.city{position:absolute;display:flex;flex-direction:column;gap:4px}.city span{width:18px;height:18px;background:var(--gold);border:4px solid white;border-radius:50%;margin-bottom:8px}.city strong{font-family:"Oswald",sans-serif;font-size:24px}.city small{opacity:.8}.puebla{left:12%;bottom:18%}.hartford{right:10%;top:18%}.origin-copy{padding:100px 8vw;display:flex;flex-direction:column;justify-content:center}.origin-copy p:last-child{font-size:17px;line-height:1.8}.wholesale{min-height:650px;background:var(--olive);color:var(--cream);position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:90px 30px}.wholesale-pattern{position:absolute;inset:-100px;background-image:radial-gradient(circle at center,transparent 0 24px,rgba(231,169,14,.15) 25px 28px,transparent 29px);background-size:92px 92px;transform:rotate(8deg)}.wholesale-copy{position:relative;z-index:2;max-width:900px}.wholesale-copy p:not(.eyebrow){font-size:17px;line-height:1.7;margin-bottom:32px}.wholesale h2{color:var(--gold)}footer{background:#131b11;color:var(--cream);padding:72px 5vw 25px;display:grid;grid-template-columns:1fr 1fr;gap:60px}.footer-logo{display:flex;align-items:center;gap:15px;font:700 24px "Oswald";letter-spacing:.08em}.footer-logo img{width:72px}.footer-brand p{max-width:370px;line-height:1.7;opacity:.75}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-links div{display:flex;flex-direction:column;gap:12px}.footer-links strong{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--gold);margin-bottom:8px}.footer-links a{font-size:14px;opacity:.8}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;font-size:11px;opacity:.55}.recipe-modal{width:min(900px,92vw);border:0;border-radius:0;padding:50px;background:var(--cream);color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.4)}.recipe-modal::backdrop{background:rgba(18,25,16,.82);backdrop-filter:blur(5px)}.recipe-modal h2{font-family:"Playfair Display",serif;font-size:58px;margin:0 0 15px}.recipe-modal>p:not(.eyebrow){font-size:17px;line-height:1.7}.modal-close{position:absolute;right:18px;top:12px;border:0;background:none;font-size:36px;cursor:pointer}.modal-columns{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:35px;border-top:1px solid var(--line);padding-top:25px}.modal-columns h3{font-family:"Oswald",sans-serif;text-transform:uppercase}.modal-columns li{margin:0 0 10px;line-height:1.5}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:1050px){.site-header{grid-template-columns:1fr auto}.nav-links{position:absolute;left:0;right:0;top:88px;background:var(--cream);display:none;flex-direction:column;padding:30px 5vw;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.menu-toggle{display:block;justify-self:end}.header-cta{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:90px 7vw}.hero-art{min-height:600px}.intro,.origin{grid-template-columns:1fr}.product-grid,.recipe-grid{grid-template-columns:1fr}.product-card{min-height:auto}.product-image{height:440px}.section-heading{grid-template-columns:1fr}.recipe-copy>p:not(.eyebrow){min-height:0}.intro-mark{min-height:440px}}@media(max-width:650px){.announcement{font-size:8px;letter-spacing:.12em}.site-header{height:72px;padding:0 18px}.brand-icon{width:46px}.brand-name{font-size:17px}.nav-links{top:72px}.hero h1{font-size:68px}.hero-copy{padding:70px 22px 80px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-art{min-height:430px}.sun-disc{width:330px;height:330px}.hero-label-wrap{width:88%;border-width:6px}.scroll-cue{display:none}.intro-copy,.origin-copy{padding:75px 24px}.intro-mark{padding:45px;min-height:340px}.products,.recipes{padding:80px 18px}.product-image{height:290px}.product-card h3{font-size:32px}.recipe-art{height:300px}.recipe-copy h3{font-size:36px}.origin-map{min-height:480px}.city strong{font-size:18px}.wholesale{min-height:560px}.wholesale h2{font-size:47px}footer{grid-template-columns:1fr;padding:55px 24px 22px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:8px}.recipe-modal{padding:42px 24px}.recipe-modal h2{font-size:42px}.modal-columns{grid-template-columns:1fr}}

/* Founder story video */
.founder-video-wrap{position:relative;min-height:720px;overflow:hidden;background:#10160e}
.founder-video{width:100%;height:100%;min-height:720px;position:absolute;inset:0;object-fit:cover;object-position:center 42%}
.video-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,15,8,.06) 45%,rgba(10,15,8,.82) 100%)}
.video-badge{position:absolute;left:34px;bottom:34px;color:var(--cream);display:flex;flex-direction:column;gap:5px;z-index:2}
.video-badge span{text-transform:uppercase;letter-spacing:.17em;font-size:10px;font-weight:800;color:var(--gold)}
.video-badge strong{font-family:"Playfair Display",serif;font-size:28px}
.video-control{position:absolute;right:24px;bottom:28px;z-index:3;border:1px solid rgba(255,255,255,.55);background:rgba(18,25,16,.45);backdrop-filter:blur(8px);color:white;border-radius:999px;padding:10px 15px;font:700 10px "DM Sans";letter-spacing:.12em;text-transform:uppercase;cursor:pointer}
.video-control:hover{background:var(--gold);color:var(--olive);border-color:var(--gold)}
.intro-copy blockquote{margin:25px 0 8px;padding:0 0 0 22px;border-left:3px solid var(--gold);font-family:"Playfair Display",serif;font-size:22px;line-height:1.45;color:var(--gold)}
@media(max-width:1050px){.founder-video-wrap{min-height:700px}.founder-video{min-height:700px}.intro{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.intro{grid-template-columns:1fr}.founder-video-wrap,.founder-video{min-height:680px}.intro-copy blockquote{font-size:20px}}
@media(max-width:650px){.founder-video-wrap,.founder-video{min-height:590px}.video-badge{left:20px;bottom:22px}.video-control{right:18px;bottom:19px}.video-badge strong{font-size:23px}}
@media(prefers-reduced-motion:reduce){.founder-video{display:none}.founder-video-wrap{background:url('assets/brand-system.png') center/cover no-repeat}.video-control{display:none}}

/* Adobada al Pastor product photography */
.product-image-photo img{object-fit:cover;object-position:center 53%;transform:scale(1.01)}
.product-card:hover .product-image-photo img{transform:scale(1.06)}
@media(max-width:650px){.product-image-photo img{object-position:center 50%}}
/* Match the signature Dos Aztecas wordmark detail in the front header. */
.brand-name{display:inline-block;line-height:1;letter-spacing:.06em;white-space:nowrap}
.brand-o{position:relative;display:inline-block;margin:0 .02em}
.brand-o::after{content:"";position:absolute;left:10%;width:80%;bottom:-.12em;height:.13em;border-radius:999px;background:currentColor}

/* Store and cart */
.cart-toggle{font-family:"DM Sans",sans-serif;cursor:pointer}.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:8px;border-radius:50%;background:var(--gold);color:var(--olive);font-size:11px}.add-to-cart{width:100%;background:none;color:inherit;text-align:left;cursor:pointer;font-family:"DM Sans",sans-serif}.add-to-cart.added{color:var(--gold)}.cart-backdrop{position:fixed;inset:0;background:rgba(19,27,17,.58);z-index:90}.cart-drawer{position:fixed;top:0;right:0;width:min(470px,100vw);height:100dvh;background:var(--cream);z-index:100;padding:34px;display:flex;flex-direction:column;transform:translateX(105%);transition:transform .3s ease;box-shadow:-25px 0 70px rgba(0,0,0,.22);overflow:auto}.cart-drawer.open{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:22px}.cart-head h2{font:700 42px/1 "Playfair Display",serif;margin:0;color:var(--olive)}.cart-head .eyebrow{margin-bottom:8px}.cart-close{border:0;background:none;font-size:36px;cursor:pointer;color:var(--olive)}.cart-items{display:grid;gap:14px;margin:24px 0}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px 16px;padding-bottom:14px;border-bottom:1px solid var(--line)}.cart-item strong{font-family:"Oswald",sans-serif;text-transform:uppercase}.cart-item-price{font-weight:700}.quantity-controls{display:flex;align-items:center;gap:12px}.quantity-controls button{width:28px;height:28px;border:1px solid var(--olive);border-radius:50%;background:transparent;cursor:pointer}.remove-item{border:0;background:none;color:var(--red);font-size:11px;font-weight:700;cursor:pointer}.cart-empty{margin:auto 0;text-align:center;color:rgba(24,32,22,.65)}.cart-checkout{margin-top:auto;border-top:1px solid var(--line);padding-top:20px}.cart-total{display:flex;justify-content:space-between;font-size:18px;margin-bottom:18px}.fulfillment-options{border:0;padding:0;margin:0 0 15px}.fulfillment-options legend{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.fulfillment-options label{display:flex;gap:10px;padding:12px;border:1px solid var(--line);margin-bottom:8px;cursor:pointer}.fulfillment-options span{display:flex;flex-direction:column;gap:3px}.fulfillment-options small{opacity:.7}.local-zip{display:grid;gap:7px;font-size:12px;font-weight:700;margin-bottom:14px}.local-zip input{padding:12px;border:1px solid var(--line);background:white;font:inherit}.cart-note{font-size:11px;line-height:1.5;opacity:.7}.checkout-button{width:100%;cursor:pointer}.checkout-button:disabled{opacity:.6;cursor:wait}.checkout-error{color:var(--red);font-size:12px;min-height:18px}.order-status{max-width:760px;margin:40px auto;padding:34px;background:var(--white);text-align:center}@media(max-width:650px){.cart-drawer{padding:24px}.cart-toggle{display:inline-flex}.site-header{grid-template-columns:1fr auto auto;gap:10px}.menu-toggle{order:3}.brand{gap:8px}.brand-icon{width:38px}.brand-name{font-size:14px}}
.site-header .cart-toggle{display:inline-flex}.local-zip[hidden]{display:none!important}
