:root{--ink:#211711;--brown:#35261c;--cream:#f7f1e6;--paper:#fffaf1;--gold:#b98b4c;--line:#d9cdbb;--muted:#655a4d;--red:#7b3135}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}button{font:inherit}.skip-link{position:absolute;left:-9999px;background:white;padding:12px;z-index:20}.skip-link:focus{left:10px;top:10px}.shell{width:min(100% - 40px,1100px);margin-inline:auto}.site-header{height:72px;padding:0 max(20px,calc((100vw - 1100px)/2));background:var(--ink);color:var(--cream);display:flex;align-items:center;justify-content:space-between;gap:14px;position:sticky;top:0;z-index:10;box-shadow:0 3px 15px #0002}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.brand img{height:51px;width:auto;object-fit:contain}.brand span{display:grid;line-height:1.15}.brand strong{font-family:Georgia,serif;font-size:19px;white-space:nowrap}.brand small{font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:#d3bd9e;margin-top:5px}.header-visit{text-decoration:none;color:#ecd3a9;font-size:13px;font-weight:700;white-space:nowrap}.hero{min-height:520px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;position:relative;overflow:hidden}.hero-copy{position:relative;z-index:1;padding:70px 0}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:800;color:#9a6840;margin:0 0 14px}.hero h1,h2{font-family:Georgia,'Times New Roman',serif;line-height:1.05;letter-spacing:-.035em;font-weight:500}.hero h1{font-size:clamp(48px,6vw,84px);margin:0}.hero h1 em{font-weight:400;color:var(--red)}.lead{font-size:19px;line-height:1.5;max-width:490px;color:#4b4036;margin:25px 0}.hero-actions,.visit-actions{display:flex;gap:10px;flex-wrap:wrap}.button{min-height:49px;padding:12px 19px;border-radius:3px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:750;font-size:14px}.button.primary{background:var(--red);color:white}.button.ghost{border:1px solid #a99176;color:var(--ink)}.button:hover,.button:focus-visible,.day-card:hover,.scenario-card:hover{transform:translateY(-2px)}.button,.day-card,.scenario-card{transition:transform .18s ease,box-shadow .18s ease}.hero-art{align-self:stretch;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#efe0c5 0,transparent 65%)}.hero-art img{width:min(100%,390px);height:auto;max-height:475px;object-fit:contain;filter:drop-shadow(0 8px 18px #39271333)}.section{padding:78px 0}.section.warm{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:26px}.section-heading h2,.visit-layout h2,.rewards-layout h2{font-size:clamp(34px,4vw,53px);margin:0}.section-heading>p{max-width:335px;color:var(--muted);margin:0 0 4px}.today-card{background:var(--ink);color:var(--cream);padding:28px;display:grid;grid-template-columns:auto 1fr;gap:25px;align-items:start;border-left:6px solid var(--gold);margin-bottom:16px}.today-stamp{color:#e1bd7e;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800;min-width:105px}.today-card h3{font:400 28px/1.1 Georgia,serif;margin:0 0 9px}.today-card p{margin:0;color:#e6d9c5}.day-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.day-card{border:1px solid var(--line);background:var(--paper);padding:17px;text-align:left;min-height:108px;cursor:pointer;border-radius:3px;color:var(--ink)}.day-card.active{outline:2px solid var(--red);outline-offset:-2px;background:#fff}.day-card small{display:block;color:var(--red);text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:7px}.day-card strong{font:400 20px/1.15 Georgia,serif}.weekly-note{margin-top:16px;padding:16px 18px;background:#fff;border-left:3px solid var(--gold)}.scenario-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.scenario-card{border:1px solid var(--line);background:#fff;padding:18px;text-align:left;min-height:138px;cursor:pointer;border-radius:3px;display:flex;flex-direction:column;justify-content:space-between;color:var(--ink)}.scenario-card span{font-size:25px;color:var(--red)}.scenario-card strong{font:400 21px/1.1 Georgia,serif}.scenario-card.active{background:var(--ink);color:white}.scenario-answer{margin-top:15px;background:var(--cream);border-left:4px solid var(--gold);padding:22px}.scenario-answer h3{font:400 26px Georgia,serif;margin:0 0 8px}.scenario-answer p{margin:0 0 10px}.scenario-answer a{font-weight:700;color:var(--red)}.recipes-section{background:#e9e0d1}.featured-recipe{background:var(--brown);color:white;padding:22px 26px;margin-bottom:15px}.featured-recipe a{color:#f4cf92}.recipe-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.recipe-card{background:var(--paper);border:1px solid var(--line);border-radius:3px}.recipe-card summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px;min-height:76px}.recipe-card summary::-webkit-details-marker{display:none}.recipe-card summary strong{font:400 25px Georgia,serif}.recipe-card summary span{font-weight:700;color:var(--red);font-size:23px}.recipe-card[open] summary span{transform:rotate(45deg)}.recipe-body{border-top:1px solid var(--line);padding:18px 20px 22px}.recipe-body h4{font-size:11px;letter-spacing:.16em;margin:12px 0 5px;color:var(--red)}.recipe-body h4:first-child{margin-top:0}.recipe-body ul{margin:0;padding-left:20px}.recipe-body p{margin:0}.pairing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pairing-card{background:var(--cream);border-top:4px solid var(--gold);padding:22px;min-height:185px}.pairing-card h3{font:400 27px Georgia,serif;margin:0 0 8px}.pairing-card p{margin:0;color:var(--muted)}.ask-carlos{font-weight:800;color:var(--red);margin:25px 0 0}.pick-section{padding-top:0}.carlos-card{background:var(--brown);color:#fff4e5;padding:32px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.carlos-card h2{font-size:39px;margin:0 0 12px}.carlos-card p{margin:0;color:#e2d6c7}.carlos-card .eyebrow{color:#dbb779}.carlos-card .button{background:#e8c68a;color:var(--ink)}.pick-product{display:flex;gap:20px;align-items:center}.pick-product img{width:100px;height:130px;object-fit:contain}.rewards-section{background:var(--red);color:#fff8eb}.rewards-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px}.rewards-layout .eyebrow{color:#e9c68f}.rewards-steps p{font-size:18px;margin:0 0 17px}.visit-layout{display:flex;justify-content:space-between;align-items:center;gap:30px}.visit-layout h2{margin-bottom:22px}.visit-layout p:not(.eyebrow){font-size:18px}.hours{color:var(--muted)}.visit-actions{max-width:240px}.visit-actions .button{width:100%}footer{background:var(--ink);color:#f2e9db;padding:20px 0 85px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-brand{display:flex;align-items:center;gap:10px;font:400 18px Georgia,serif}.footer-brand img{width:auto;height:52px}.footer-inner p,.footer-inner a{font-size:13px}.mobile-nav{display:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #db9e39;outline-offset:3px}@media(max-width:800px){.scenario-grid{grid-template-columns:repeat(3,1fr)}.pairing-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr .6fr}.hero h1{font-size:55px}.hero-art img{max-height:390px}}@media(max-width:600px){.shell{width:min(100% - 32px,1100px)}.site-header{padding:0 16px;height:66px}.brand strong{font-size:17px}.brand small{font-size:9px}.header-visit{font-size:12px}.hero{min-height:0;display:block;padding-top:25px;padding-bottom:35px}.hero-copy{padding:15px 0 0}.hero h1{font-size:clamp(45px,11vw,60px)}.lead{font-size:17px;margin:18px 0 22px}.hero-art{position:absolute;right:-55px;top:35px;width:200px;height:265px;opacity:.13;pointer-events:none;background:none}.hero-art img{height:100%;width:auto}.hero-actions .button{flex:1}.section{padding:55px 0}.section-heading{display:block;margin-bottom:22px}.section-heading h2{font-size:37px}.section-heading>p{margin-top:12px}.today-card{display:block;padding:21px}.today-stamp{display:block;margin-bottom:10px}.today-card h3{font-size:27px}.day-grid{grid-template-columns:repeat(2,1fr)}.day-card{min-height:98px;padding:15px}.day-card strong{font-size:18px}.scenario-grid{grid-template-columns:repeat(2,1fr)}.scenario-card{min-height:115px}.recipe-grid,.rewards-layout{grid-template-columns:1fr}.pairing-grid{grid-template-columns:1fr 1fr}.pairing-card{padding:16px;min-height:170px}.pairing-card h3{font-size:23px}.carlos-card{display:block;padding:24px}.carlos-card h2{font-size:34px}.carlos-card .button{margin-top:17px}.visit-layout{display:block}.visit-actions{max-width:none;margin-top:20px}.footer-inner{flex-wrap:wrap}.footer-brand{width:100%}.mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:12;background:#211711;color:#fff6e7;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -3px 14px #0003;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a{text-align:center;text-decoration:none;font-size:12px;font-weight:800;padding:16px 2px;min-height:50px}footer{padding-bottom:80px}}
.weekly-extras{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:16px}.weekly-extras[hidden]{display:none}.weekly-extra{background:#fff;padding:18px;border:1px solid var(--line)}.weekly-extra small{display:block;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.15em;margin-bottom:7px}.weekly-extra strong{font:400 22px Georgia,serif}.weekly-extra p{margin:7px 0 0;color:var(--muted)}.weekly-extra img{display:block;max-width:100%;max-height:150px;object-fit:contain;margin-top:10px}
