@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--wine:#4b152a;--ink:#291820;--paper:#fffaf2;--gold:#edc47e;--line:#d9cfc7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #aa7436;outline-offset:5px}a:hover{text-decoration:underline;text-underline-offset:5px}.skip{position:absolute;left:12px;top:-80px;z-index:9;padding:12px;background:white}.skip:focus{top:12px}.topline{background:var(--wine);color:#f4dcc7;padding:9px 5%;font-size:11px;letter-spacing:1.9px;display:flex;justify-content:space-between}header{height:110px;display:flex;justify-content:space-between;align-items:center;padding:0 5%}.brand{font:30px/1 'Playfair Display',Georgia,serif;letter-spacing:3px}.brand small{display:block;font:10px/2.4 'DM Sans',sans-serif;letter-spacing:4.5px;text-align:center}.brand:hover{text-decoration:none}nav{display:flex;align-items:center;gap:40px;font-size:14px}nav .nav-order{border:1px solid var(--wine);padding:12px 20px}nav span{margin-left:20px}.hero{display:grid;grid-template-columns:54% 46%;background:var(--wine);color:var(--paper);min-height:610px}.hero-copy{padding:65px 8% 28px 9.25%;display:flex;flex-direction:column}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;margin:0 0 24px}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:400;margin:0;line-height:1.13}h1{font-size:clamp(48px,4.8vw,76px);letter-spacing:-1.8px}em{font-weight:400;color:var(--gold)}.intro{color:#e8d6d9;margin:25px 0 32px;font-size:17px;line-height:1.8}.actions{display:flex;gap:30px;align-items:center}.button{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:15px 23px;font-size:14px;font-weight:600;width:fit-content;min-height:50px}.gold{background:var(--gold);color:var(--wine)}.text-link{font-size:14px}.text-link span{margin-left:12px}.hero-foot{margin-top:auto;padding-top:48px;display:flex;justify-content:space-between;gap:12px;color:#d6bbc4;font-size:12px;letter-spacing:.4px}.hero-image{position:relative;min-height:610px;overflow:hidden;background:#24151a}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#1b080d9c,transparent 50%)}.image-label{position:absolute;bottom:30px;left:30px;z-index:1;font:25px 'Playfair Display',serif;letter-spacing:4px}.image-label span{display:block;font:10px 'DM Sans',sans-serif;letter-spacing:3px;margin-top:8px}.section{padding:85px 5%}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}.section-heading .eyebrow{color:#7d4c5d;margin-bottom:15px}h2{font-size:44px;letter-spacing:-1px}.section-heading>p{max-width:430px;font-size:14px;color:#71646a;margin:0}.categories{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);margin-bottom:22px}.categories article{padding:35px 30px 35px 0}.categories article+article{border-left:1px solid var(--line);padding-left:35px}.number{font-size:12px;letter-spacing:1.7px;color:#805265}h3{font-size:30px;margin-top:18px}.categories p{max-width:320px;color:#75656e;font-size:15px}.examples{font-size:12px;color:#653648;margin-top:30px}.underlink{font-size:14px;text-decoration:underline;text-underline-offset:5px}.delivery{background:#eee5dc;display:grid;grid-template-columns:1fr 1.12fr;gap:80px}.delivery em{color:#8c3b55}.delivery>div>p:not(.eyebrow){max-width:350px;color:#706269;font-size:15px}.platform{border-bottom:1px solid #cebdba;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:19px 0}.platform:first-child{padding-top:0}.platform-name{font-size:28px;font-weight:600;letter-spacing:-1px}.dash{color:#c13323}.eats{color:#19763e}.grub{color:#a9470c}.platform>span+span{font-size:13px}.platform b{font-size:21px;font-weight:400;margin-left:30px}.platform-note{font-size:12px;line-height:1.65;color:#766a6d;margin-top:20px}.visit-grid{display:grid;grid-template-columns:.9fr 1fr 1.25fr;gap:35px}.location h3{font-size:25px;margin:0}.location>p:not(.eyebrow){margin:8px 0 14px}.burgundy{background:var(--wine);color:white;margin-top:28px}.hours .eyebrow,.location .eyebrow{margin-bottom:18px}.hours dl{margin:0}.hours dl div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:13px 0;font-size:14px}.hours dd{margin:0;white-space:nowrap}.small{font-size:12px;color:#796a70;max-width:290px}.map iframe{width:100%;height:235px;border:0;background:#e5ddd4}.map>a{font-size:12px;display:block;margin-top:8px}footer{background:var(--wine);color:var(--paper);padding:45px 5%;display:flex;align-items:start;justify-content:space-between;gap:35px}footer p{margin:0;font-size:13px}footer p span{color:#d3b6c1;font-size:12px}footer details{font-size:12px;margin-top:12px;color:#d3b6c1}footer summary{cursor:pointer}footer details a{display:block;padding:6px 0}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:900px){nav{gap:20px}.hero{grid-template-columns:1fr 42%}.hero-copy{padding:45px 8%}.hero-foot{flex-direction:column}.hero-image{min-height:560px}h1{font-size:52px}.actions{align-items:start;flex-direction:column;gap:20px}.section{padding:60px 5%}.section-heading{align-items:start;flex-direction:column;gap:22px}.delivery{gap:40px}.visit-grid{grid-template-columns:1fr 1fr}.map{grid-column:1/-1}.map iframe{height:270px}.examples{min-height:40px}}@media(max-width:600px){.topline{font-size:9px;letter-spacing:1px;justify-content:center}.topline span{display:none}header{height:90px}.brand{font-size:25px}.brand small{font-size:9px;letter-spacing:3px}nav{gap:0}nav>a:not(.nav-order){display:none}nav .nav-order{font-size:12px;padding:10px 12px}.hero{display:flex;flex-direction:column}.hero-copy{padding:40px 6% 25px}h1{font-size:49px}.eyebrow{font-size:11px}.intro{font-size:16px}.actions{flex-direction:row;align-items:center;gap:22px}.button{gap:20px;padding:14px 18px}.hero-foot{flex-direction:row;font-size:10px;padding-top:35px}.hero-image{min-height:320px}.image-label{font-size:20px}.section{padding:48px 6%}h2{font-size:36px}.categories{grid-template-columns:1fr}.categories article,.categories article+article{padding:28px 0;border-left:0}.categories article+article{border-top:1px solid var(--line)}.categories p{max-width:100%}.examples{margin-top:18px;min-height:0}.delivery{grid-template-columns:1fr;gap:26px}.platform-name{font-size:26px}.platform b{margin-left:14px}.visit-grid{grid-template-columns:1fr;gap:38px}.map{grid-column:auto}footer{flex-direction:column;gap:25px;padding:35px 6%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
