:root{--ink:#28251f;--cream:#f8f5ee;--red:#8b2e2b;--gold:#bca074}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.75}a{color:inherit;text-underline-offset:5px}img{max-width:100%;display:block}header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding:16px 5%;background:var(--cream);position:relative;z-index:5;border-bottom:1px solid #ded7ca}.brand img{width:225px;height:auto}nav{display:flex;gap:26px;font-size:13px}nav a,footer a{text-decoration:none}a:hover{color:var(--red)}.button{display:inline-flex;justify-content:center;align-items:center;padding:15px 24px;background:var(--red);color:white;text-decoration:none;font-size:14px;line-height:1.4;border:1px solid var(--red)}.button:hover{background:#682321;color:white}.button.small{font-size:12px;padding:13px 17px;white-space:nowrap}.hero{min-height:660px;height:78vh;max-height:850px;background:linear-gradient(90deg,rgba(16,19,15,.84),rgba(16,19,15,.34)),var(--hero) center 53%/cover;position:relative;color:white;display:flex;align-items:center;padding:70px 8%}.hero-content{max-width:720px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:2.8px;color:var(--red);margin:0 0 23px}.hero .eyebrow,.reservation .eyebrow{color:#ead8b5}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.12;margin:0 0 25px}h1{font-size:clamp(42px,5.2vw,76px);letter-spacing:-2px}h2{font-size:clamp(36px,3.4vw,52px);letter-spacing:-1.5px}h3{font-size:25px}em{font-weight:400;color:#a07d50}.hero em{color:#efddbc}.hero-content>p:not(.eyebrow){font-size:17px;max-width:515px;color:#eee7dd}.actions{display:flex;align-items:center;gap:28px;margin-top:32px}.text-link{font-size:14px}.hero-note{position:absolute;bottom:27px;left:8%;font-size:11px;letter-spacing:1.3px;color:#eee4d5}.ribbon{display:flex;justify-content:space-evenly;gap:20px;padding:23px 5%;border-bottom:1px solid #ddd5c7;text-transform:uppercase;letter-spacing:2px;font-size:10px}.wrap{max-width:1250px;margin:auto;padding:100px 40px}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:85px}.prose{line-height:1.9}.prose h2{font-size:30px}.portrait{position:relative;padding:0 20px 40px 0}.portrait>img:first-child{width:100%;height:430px;object-fit:cover}.portrait .crest{width:150px;position:absolute;right:0;bottom:0;background:var(--cream);padding:10px}.menu-section{background:#efeadf}.intro{max-width:650px;color:#666054;margin-bottom:40px}.menu{border-top:1px solid #cabfae}details{border-bottom:1px solid #cabfae}summary{cursor:pointer;padding:22px 0;font-family:Georgia,serif;font-size:24px;display:flex;align-items:center;justify-content:space-between;gap:18px;list-style:none}summary::-webkit-details-marker{display:none}summary span{font-family:Arial;font-size:22px;color:var(--red)}details[open] summary span{transform:rotate(45deg)}.dishes{display:grid;grid-template-columns:1fr 1fr;gap:8px 50px;padding:8px 0 35px}.dish{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px dotted #c6bcae}.dish h3{font-family:Arial;font-size:15px;font-weight:600;margin:0 0 7px;line-height:1.5}.dish p{font-size:13px;line-height:1.6;color:#676056;margin:0}.dish>strong{font-size:14px;white-space:nowrap;color:var(--red)}.dish small{font-size:11px;color:#746a5d}.menu-note{font-size:13px;margin-top:28px}.feature-image{width:100%;height:520px;object-fit:cover}.numbers{display:flex;gap:23px;padding:20px 0;border-top:1px solid #ddd5c7;border-bottom:1px solid #ddd5c7}.numbers span{font-size:10px;line-height:1.5}.numbers strong{font-family:Georgia;font-size:38px;font-weight:400;display:block;color:var(--red)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;padding-top:0}.cards img{width:100%;height:260px;object-fit:cover;margin-bottom:25px}.cards h3{font-size:26px;margin-bottom:14px}.cards p{font-size:14px;color:#696155}.reservation{text-align:center;padding:90px 25px;background:#25352b;color:#fff}.reservation h2{font-size:clamp(34px,4vw,55px)}.reservation .button{background:#e9ddc7;border-color:#e9ddc7;color:#28382d}.contact{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:50px}.contact h2{font-size:37px}.contact h3{font-size:23px}.contact p,.contact a,dl{font-size:14px}dl{display:grid;grid-template-columns:1fr 1fr;gap:14px}dd{margin:0}footer{padding:40px 6%;background:#e9e2d6;display:flex;justify-content:space-between;align-items:center;gap:30px;font-size:12px}footer strong{font-family:Georgia;font-size:24px;font-weight:400}footer a{margin-left:22px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{width:100%;height:270px;object-fit:cover}.legal{max-width:960px;overflow-wrap:anywhere}.legal h1{font-size:48px}.legal h2{font-size:30px;margin-top:35px}.legal img{margin:25px auto;height:auto}.legal details .prose{padding-bottom:25px}.skip{position:absolute;top:-100px;left:0;background:white;z-index:20}.skip:focus{top:0}a:focus-visible,summary:focus-visible{outline:3px solid #b88730;outline-offset:5px}
@media(max-width:1000px){header{gap:15px;padding:16px 4%}.brand img{width:180px}nav{gap:14px}.split{gap:40px}.wrap{padding:75px 30px}.cards{padding-top:0}.contact{gap:25px}header .small{display:none}}
@media(max-width:650px){header{height:auto;min-height:105px;flex-direction:column;padding:15px 12px;gap:16px}.brand img{width:200px}nav{width:100%;justify-content:center;gap:18px;font-size:11px}.hero{height:auto;min-height:640px;padding:65px 25px 90px;background-position:60% center}.hero h1{font-size:47px;letter-spacing:-1.6px}.hero-content>p:not(.eyebrow){font-size:15px}.hero-note{left:25px;font-size:10px;letter-spacing:0}.actions{gap:20px;flex-wrap:wrap}.ribbon{display:grid;grid-template-columns:1fr 1fr;text-align:center;font-size:9px;gap:13px}.wrap{padding:65px 24px}.split,.cards,.contact{grid-template-columns:1fr;gap:35px}.portrait>img:first-child{height:320px}.dishes{grid-template-columns:1fr;gap:0}.dish{gap:12px}summary{font-size:22px}.feature-image{height:360px}.cards{padding-top:0}.cards img{height:290px}.gallery{grid-template-columns:1fr 1fr;gap:10px}.gallery img{height:170px}.contact{gap:35px}footer{display:block;padding:35px 24px}footer a{display:inline-block;margin:10px 18px 0 0}.legal h1{font-size:37px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* The restaurant atmosphere is the visual focus. */
.hero{background:linear-gradient(90deg,rgba(19,17,13,.81),rgba(19,17,13,.22)),var(--hero) center/cover}.hero-content{max-width:810px}.hero h1{font-size:clamp(46px,5.5vw,80px)}.portrait>img:first-child{height:490px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:36px}.section-heading>p{max-width:360px;color:#746858}.mood-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 22px}.mood-gallery figure{margin:0}.mood-gallery img{width:100%;height:275px;object-fit:cover}.mood-gallery figcaption{font-size:11px;color:#786957;margin-top:10px}.ambiente{padding-top:10px}.legal-info{padding-top:0;padding-bottom:55px}.legal-info summary{font-family:Arial;font-size:14px;padding:18px 0}.legal-copy{max-width:900px;font-size:14px;overflow-wrap:anywhere;padding:20px 0 35px}.legal-copy h2{font-size:26px;letter-spacing:0;margin-top:35px}.legal-copy h3{font-size:22px}.legal-info details{scroll-margin-top:20px}.legal-info details:target{outline:1px solid #bca074;outline-offset:10px}.numbers{gap:50px}.contact a{overflow-wrap:anywhere}.prose strong{display:block;margin-top:15px}
@media(max-width:650px){.hero h1{font-size:46px}.hero{background-position:62% center}.section-heading{display:block}.section-heading>p{max-width:none}.mood-gallery{grid-template-columns:1fr 1fr;gap:22px 14px}.mood-gallery img{height:205px}.mood-gallery figcaption{font-size:10px;line-height:1.5}.ambiente{padding-top:0}.portrait>img:first-child{height:360px}.legal-info{padding-top:0}.hero .eyebrow{font-size:9px;letter-spacing:2px}}

/* Restaurant identity. */
header{height:142px;padding-top:10px;padding-bottom:10px}.brand{flex-shrink:0}.brand img{width:208px;height:120px;object-fit:contain}.portrait .crest{width:220px;background:var(--cream);padding:16px}.hero{min-height:620px}
@media(max-width:1000px){.brand img{width:190px;height:111px}}
@media(max-width:650px){header{height:auto;gap:12px;padding:12px 12px 18px}.brand img{width:205px;height:119px}.portrait .crest{width:200px}.hero{min-height:620px}}

/* Larger introductory labels and service strip. */
.hero .eyebrow,#about .eyebrow{font-size:16px;line-height:1.6;letter-spacing:2px}
.ribbon{font-size:14px;font-weight:600;line-height:1.6;letter-spacing:1.3px;flex-wrap:wrap;gap:16px 28px}
@media(max-width:650px){.hero .eyebrow,#about .eyebrow{font-size:13px;letter-spacing:1.3px}.ribbon{font-size:12px;letter-spacing:.6px;gap:16px 20px}}

/* Burgundy logo with flat dark tagline on warm ivory. */
header{height:156px}.brand img{width:230px;height:134px}
@media(max-width:1000px){.brand img{width:215px;height:125px}}
@media(max-width:650px){header{height:auto}.brand img{width:230px;height:134px}}
