@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:#6a233a;--ink:#38252a;--rose:#b36c7c;--pink:#f4dfe2;--paper:#fffaf7;--line:#dfc7ca;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--rose);outline-offset:5px}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}em{font-weight:400;color:var(--wine)}.announcement{background:var(--wine);color:#fff0f1;text-align:center;font-size:12px;letter-spacing:2px;padding:10px}header{height:105px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper);gap:25px}.brand{width:167px}.brand img{height:90px;object-fit:contain;mix-blend-mode:normal}nav{display:flex;gap:35px;font-size:14px}nav a:hover,.text-link:hover{color:var(--rose)}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:26px;border:1px solid var(--wine);background:var(--wine);color:#fff8f5;padding:19px 25px;font-size:14px;transition:background .2s,transform .2s}.button:hover{background:#872f4b;transform:translateY(-2px)}.button span{font-size:21px}.button.small{padding:12px 19px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:660px;padding:60px 5% 62px;gap:5%}.hero-copy{align-self:center}.eyebrow{font-size:11px;font-weight:600;letter-spacing:1.8px;line-height:1.7;color:var(--wine)}.hero .eyebrow{display:flex;align-items:center;gap:10px}.eyebrow>span{width:23px;height:1px;background:var(--wine)}h1{font-size:clamp(50px,5.2vw,82px);line-height:1.12;letter-spacing:-2.6px;margin:26px 0}h1 em{white-space:nowrap}.hero-copy>p{font-size:16px;line-height:1.9;max-width:425px;color:#6b555c}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:32px}.text-link{font-size:14px;display:inline-flex;align-items:center;gap:20px;border-bottom:1px solid var(--rose);padding-bottom:6px}.hero-foot{border-top:1px solid var(--line);padding-top:22px;margin-top:38px;font-size:12px;color:#6b555c;display:flex;align-items:center;gap:12px}.heart{font-size:26px;color:var(--wine)}.hero-visual{position:relative;margin:5px 0 30px}.hero-image{height:100%;max-height:585px;min-height:480px;border-radius:46% 46% 2px 2px;object-position:center}.photo-tag{position:absolute;bottom:32px;left:-25px;background:var(--paper);font-family:var(--serif);font-style:italic;font-size:22px;padding:19px 26px;transform:rotate(-5deg);box-shadow:0 5px 15px #49212d12}.roundel{position:absolute;right:-18px;top:8px;border-radius:50%;height:118px;width:118px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--wine);color:#f8e1e4;font-size:10px;letter-spacing:1.5px;transform:rotate(12deg);border:6px solid var(--paper);outline:1px solid var(--wine)}.roundel i{font-family:var(--serif);font-size:29px;line-height:1.1;letter-spacing:0}.image-number{position:absolute;bottom:-27px;right:0;font-size:10px;letter-spacing:1.4px}.ribbon{display:flex;justify-content:space-around;align-items:center;gap:25px;padding:23px;background:var(--pink);border-block:1px solid var(--line);overflow:hidden;white-space:nowrap;color:var(--wine)}.ribbon span{font-family:var(--serif);font-size:22px}.ribbon b{font-size:21px;font-weight:400}.section{padding:90px 5%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}h2{font-size:clamp(38px,4vw,60px);line-height:1.15;letter-spacing:-1.8px;margin-top:12px}.section-heading>p{font-size:14px;line-height:1.8;color:#6b555c}.menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.card-image{overflow:hidden;background:var(--pink);aspect-ratio:3/4}.card-image img{height:100%;transition:transform .65s}.menu-card:hover img{transform:scale(1.06)}.card-title{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:19px 0 9px}.card-title h3{font-size:21px}.card-title span{color:var(--wine)}.menu-card p{font-size:13px;line-height:1.6;color:#725b62}.philosophy{text-align:center;padding:80px 20px;background:var(--pink);border-block:1px solid var(--line)}.philosophy h2{line-height:1.3;font-size:clamp(36px,4vw,57px);margin:23px 0}.philosophy p{max-width:555px;line-height:1.85;color:#6b555c;margin:0 auto 23px;font-size:15px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}.filters button{background:none;border:1px solid var(--line);padding:11px 22px;border-radius:30px;font-size:13px;color:var(--wine)}.filters button.active,.filters button:hover{background:var(--wine);color:var(--paper);border-color:var(--wine)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-item{padding:0;border:0;position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--pink)}.gallery-item img{height:100%;transition:transform .6s}.gallery-item:hover img{transform:scale(1.045)}.gallery-item .gallery-overlay{position:absolute;inset:auto 0 0;padding:40px 20px 20px;display:flex;justify-content:space-between;align-items:end;text-align:left;background:linear-gradient(transparent,#291019bb);color:white;font-size:14px}.gallery-overlay b{font-weight:400;font-size:25px}.gallery-caption{text-align:center;font-family:var(--serif);font-size:20px;margin-top:30px}.gallery-caption span{font-style:italic;color:var(--wine)}.inquiry{background:#f1dce0;display:grid;grid-template-columns:1fr 1.1fr;gap:9%}.inquiry-intro>p{max-width:360px;line-height:1.85;margin:25px 0 37px;color:#6b555c}.next{display:flex;gap:20px;margin:27px 0;max-width:340px}.next>span{font-family:var(--serif);font-size:20px;color:var(--wine);padding-top:3px}.next h3{font-size:22px;margin-bottom:7px}.next p{font-size:14px;line-height:1.7;color:#6b555c}form{background:var(--paper);padding:36px}.form-heading h3{font-size:29px}.form-heading p{font-size:14px;color:#6b555c;margin:10px 0 27px}label{display:block;font-size:13px;font-weight:500;margin-bottom:20px}label>span{color:var(--wine)}input,select,textarea{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid #c8acb3;padding:12px 0;color:var(--ink);outline:none;font-size:14px;border-radius:0}input:focus,select:focus,textarea:focus{border-color:var(--wine);box-shadow:0 1px 0 var(--wine)}textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.submit{width:100%}.form-note,.preview-note{font-size:12px;line-height:1.6;margin-top:13px;color:#70575f}.preview-note{font-weight:600}#form-status{font-size:14px;line-height:1.7;margin-top:12px;color:var(--wine)}.honeypot{position:absolute;left:-10000px}footer{padding:55px 5% 25px;background:var(--wine);color:#f6e3e7}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:40px}.footer-brand{font-family:var(--serif);font-size:27px}.footer-brand em{color:#ecb5c2}.footer-top p{font-family:var(--serif);font-size:23px;line-height:1.4}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #a26377;padding-top:25px;font-size:12px}.skip{position:absolute;top:-100px;left:10px;z-index:20;background:white;padding:20px}.skip:focus{top:10px}dialog{border:0;background:var(--paper);padding:18px;max-width:min(90vw,800px);color:var(--ink)}dialog::backdrop{background:#25131ae6;backdrop-filter:blur(7px)}dialog>img{height:70vh;object-fit:contain}dialog>p{text-align:center;margin:16px 40px;font-size:14px}.close-lightbox{position:absolute;right:22px;top:22px;border:0;border-radius:50%;background:var(--paper);color:var(--wine);width:40px;height:40px;font-size:29px}.lightbox-nav{display:flex;align-items:center;justify-content:center;gap:30px}.lightbox-nav button{border:1px solid var(--line);background:none;color:var(--wine);padding:9px 16px}.lightbox-nav span{font-size:13px}body.modal-open{overflow:hidden}@media(min-width:1600px){header,.hero,.section,footer{padding-left:max(5%,calc((100vw - 1440px)/2));padding-right:max(5%,calc((100vw - 1440px)/2))}}@media(max-width:1050px){nav{gap:18px}.hero{gap:4%;min-height:580px;padding-top:40px}.hero-actions{align-items:start;flex-direction:column;gap:20px}h1{font-size:57px}.hero-image{min-height:500px}.menu-grid{gap:14px}.card-title h3{font-size:18px}.inquiry{gap:5%}form{padding:25px}}@media(max-width:760px){html{scroll-padding-top:20px}header{height:87px}.brand{width:132px}.brand img{height:75px}nav{display:none}.button.small{font-size:12px;padding:9px 12px;gap:12px}.hero{grid-template-columns:1fr;padding:35px 6% 48px;gap:32px}.hero .eyebrow{font-size:9px;letter-spacing:1px}h1{font-size:clamp(44px,9.8vw,68px);letter-spacing:-1.8px;margin:20px 0}.hero-copy>p{font-size:15px;max-width:470px}.hero-actions{flex-direction:row;align-items:center;gap:20px}.hero-actions .button{font-size:12px;padding:15px;gap:14px}.hero-actions .text-link{font-size:12px;gap:8px}.hero-foot{margin-top:25px;padding-top:18px;font-size:11px}.hero-visual{margin:0 8px 15px}.hero-image{height:440px;min-height:0;max-height:none}.roundel{width:95px;height:95px;right:-12px;font-size:8px}.roundel i{font-size:25px}.photo-tag{left:-13px;font-size:20px;padding:15px 20px}.ribbon{justify-content:flex-start;overflow:auto;gap:25px;padding:20px}.ribbon span{font-size:19px}.section{padding:57px 6%}.section-heading{align-items:start;flex-direction:column;gap:20px;margin-bottom:27px}h2{font-size:42px}.eyebrow{font-size:10px;letter-spacing:1.2px}.menu-grid{grid-template-columns:repeat(2,1fr);gap:27px 18px}.menu-card:last-child{grid-column:1/-1;max-width:calc(50% - 9px)}.card-title h3{font-size:21px}.card-title{margin-top:13px}.menu-card p{font-size:12px}.philosophy{padding:55px 6%}.philosophy h2{font-size:37px}.philosophy p{font-size:14px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:13px}.gallery-overlay{padding:30px 12px 12px!important;font-size:12px!important}.filters{gap:7px}.filters button{font-size:12px;padding:9px 15px}.gallery-caption{font-size:18px;line-height:1.5}.inquiry{grid-template-columns:1fr;gap:25px}.inquiry-intro>p{max-width:480px}.next{max-width:100%}form{padding:25px 20px}.form-row{gap:18px}.form-heading h3{font-size:26px}input,select,textarea{font-size:16px}.footer-top{flex-wrap:wrap;align-items:start}.footer-top p{font-size:20px}.footer-bottom{flex-wrap:wrap;line-height:1.7}.footer-bottom>span:last-child{display:none}dialog{max-width:95vw;width:95vw;padding:12px}dialog>img{height:62vh}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* A brief, progressively enhanced board-building introduction. */
#preloader{display:none;position:fixed;inset:0;z-index:1000;background:var(--paper);align-items:center;justify-content:center;transition:opacity .4s ease,visibility .4s ease}
#preloader.is-active{display:flex}#preloader.is-leaving{opacity:0;visibility:hidden;pointer-events:none}
.preloader-inner{text-align:center;width:min(90vw,420px)}.platter-build{width:300px;max-width:85%;overflow:visible}.preloader-inner p{font-family:var(--serif);font-style:italic;color:var(--wine);font-size:25px;margin:18px 0}.preloader-inner>span{font-size:10px;letter-spacing:2.3px;color:#765761}.board-base,.ingredient{opacity:0;transform:translateY(-12px);animation:place-bite .45s cubic-bezier(.2,.8,.3,1) forwards}.board-base{animation-delay:.05s}.cheese{animation-delay:.35s}.crackers{animation-delay:.65s}.salami{animation-delay:.95s}.grapes{animation-delay:1.25s}.olives{animation-delay:1.55s}.garnish{animation-delay:1.85s}@keyframes place-bite{to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){#preloader.is-active{display:none}.board-base,.ingredient{animation:none;opacity:1;transform:none}}

/* The completed board lifts away as the original hero settles into place. */
#preloader{--intro-progress:.01;clip-path:inset(0 0 0 0);transition:clip-path 1s cubic-bezier(.76,0,.24,1)}
#preloader.is-leaving{opacity:1;visibility:visible;pointer-events:none;clip-path:inset(0 0 100% 0)}
.preloader-inner{transition:transform .85s cubic-bezier(.76,0,.24,1),opacity .45s ease}
.is-leaving .preloader-inner{transform:translateY(-65px) scale(.94);opacity:0}
.intro-progress{width:240px;max-width:75%;margin:30px auto 0;display:flex;align-items:center;gap:16px}
.intro-progress-track{height:3px;background:var(--pink);flex:1;overflow:hidden;border-radius:3px}
.intro-progress-fill{height:100%;background:var(--wine);transform:scaleX(var(--intro-progress));transform-origin:left}
.intro-percent{font-size:13px;color:var(--wine);font-variant-numeric:tabular-nums;min-width:38px;text-align:right}
.intro-revealing .hero-copy{animation:hero-settle 1.05s cubic-bezier(.2,.7,.2,1) both}
.intro-revealing .hero-visual{animation:photo-settle 1.1s cubic-bezier(.2,.7,.2,1) both}
@keyframes hero-settle{from{opacity:.35;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes photo-settle{from{transform:translateY(45px) scale(1.035)}to{transform:translateY(0) scale(1)}}

.service-area{display:grid;grid-template-columns:1fr 1.1fr;gap:9%;align-items:center;border-top:1px solid var(--line);padding-top:55px;padding-bottom:55px}
.service-area p{margin-top:20px;font-size:16px;line-height:1.8;color:#6b555c;max-width:350px}
.service-locations{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:20px 25px;margin:0;padding:0}
.service-locations li{display:flex;align-items:center;gap:12px;font-size:16px;line-height:1.5}
.service-locations li::before{content:'♡';color:var(--wine);font-size:22px}
@media(max-width:760px){.service-area{grid-template-columns:1fr;gap:30px}.service-locations{gap:16px 15px}.service-locations li{font-size:14px;gap:8px}}

/* A subtle platter-inspired cursor for precise pointing devices. */
.pretty-cursor{position:fixed;left:0;top:0;width:34px;height:34px;margin:-17px 0 0 -17px;z-index:2000;pointer-events:none;border:1px solid #ac627c99;border-radius:50%;background:#eed0da22;opacity:0;transform:translate3d(-100px,-100px,0);transition:width .2s,height .2s,margin .2s,background .2s,opacity .15s;display:none}
.pretty-cursor::after{content:'';position:absolute;left:50%;top:50%;width:5px;height:5px;background:var(--wine);border:1px solid #fff8f5;border-radius:50%;transform:translate(-50%,-50%)}
.pretty-cursor.is-visible{opacity:1}.pretty-cursor.is-hovering{width:48px;height:48px;margin:-24px 0 0 -24px;background:#e5a9bb44;border-color:var(--wine)}
.pretty-cursor.is-pressed{width:25px;height:25px;margin:-12.5px 0 0 -12.5px;background:#b36c7c55}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.pretty-cursor{display:block}html.has-pretty-cursor,html.has-pretty-cursor a,html.has-pretty-cursor button,html.has-pretty-cursor select{cursor:none}html.has-pretty-cursor input,html.has-pretty-cursor textarea{cursor:text}}

#service-selection{background:var(--pink);border-left:3px solid var(--wine);color:var(--wine);padding:13px 16px;margin:0 0 24px;font-size:14px;line-height:1.6}

/* Envato film background, with a readable wine-tinted foreground. */
.hero.video-hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:710px;padding:80px 7% 100px;overflow:hidden;color:var(--paper)}
.hero-background{position:absolute;inset:0;z-index:-2;background:#38252a}.hero-background img,.hero-background video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-background video{opacity:0;transition:opacity .5s}.hero-background video.is-ready{opacity:1}
.video-hero::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#201018db 0%,#28101e9c 48%,#28101e33 100%)}
.video-hero .hero-copy{width:100%;max-width:700px}.video-hero h1{font-size:clamp(48px,5.2vw,76px)}.video-hero h1 em{color:#f1bbca}.video-hero .eyebrow,.video-hero .hero-copy>p,.video-hero .hero-foot,.video-hero .heart{color:#fff5f7}.video-hero .eyebrow>span{background:#f1bbca}.video-hero .hero-copy>p{max-width:450px}.video-hero .hero-foot{max-width:460px;border-color:#ffffff55}.video-hero .button{background:#f3dce2;border-color:#f3dce2;color:var(--wine)}.video-hero .button:hover{background:#fff5f7}.video-hero .text-link{color:white;border-color:#f1bbca}.video-hero .hero-actions{flex-direction:row;align-items:center}

@media(max-width:760px){.hero.video-hero{padding:50px 6% 85px;min-height:690px}.video-hero h1{font-size:clamp(39px,9vw,60px)}.video-hero::after{background:linear-gradient(90deg,#201018d9,#28101e88)}.video-hero .hero-actions{gap:18px}.hero-background img,.hero-background video{object-position:58% center}}
@media(prefers-reduced-motion:reduce){.hero-background video{transition:none}}

/* Keep the moving food imagery quiet behind the hero message. */
.video-hero .hero-background{filter:blur(1.25px) saturate(.65);transform:scale(1.025)}
.hero.video-hero::after{background:linear-gradient(90deg,rgba(35,18,27,.91) 0%,rgba(35,18,27,.76) 48%,rgba(35,18,27,.56) 100%)}
.video-hero .hero-copy>p{max-width:370px;line-height:1.8}
.video-hero .hero-actions{margin-top:34px}
@media(max-width:760px){.hero.video-hero::after{background:rgba(35,18,27,.79)}}

/* Centre the simplified message across the full-width film. */
.hero.video-hero{justify-content:center;text-align:center}
.video-hero .hero-copy{max-width:900px}
.video-hero .eyebrow{justify-content:center}
.video-hero .hero-copy>p{margin-inline:auto;max-width:430px}
.video-hero .hero-actions{justify-content:center}
.hero.video-hero::after{background:radial-gradient(ellipse at center,rgba(35,18,27,.82) 0%,rgba(35,18,27,.73) 62%,rgba(35,18,27,.65) 100%)}
@media(max-width:760px){.hero.video-hero{min-height:640px}.hero.video-hero::after{background:rgba(35,18,27,.79)}}

.cursor-tail{position:fixed;left:0;top:0;z-index:1999;width:var(--tail-size);height:var(--tail-size);margin-left:calc(var(--tail-size) / -2);margin-top:calc(var(--tail-size) / -2);border-radius:50%;background:#ba718a;pointer-events:none;opacity:0;will-change:transform;transform:translate3d(-100px,-100px,0)}
@media(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){.cursor-tail{display:none}}

/* Balanced spacing for the concise, two-line hero. */
.hero.video-hero{min-height:560px;padding:80px 6%}
.video-hero .hero-copy{max-width:820px}
.video-hero h1{margin:0;line-height:1.16;letter-spacing:-1.8px}
.video-hero .hero-actions{margin-top:32px}
@media(max-width:760px){.hero.video-hero{min-height:460px;padding:64px 6%}.video-hero h1{line-height:1.18;letter-spacing:-1.2px}.video-hero .hero-actions{margin-top:28px}}

/* Consistent soft corners across calls to action and button controls. */
:root{--button-radius:12px}
.button,button{border-radius:var(--button-radius)}
/* Preserve intentional pill filters and the circular lightbox close control. */
.filters button{border-radius:30px}
.close-lightbox{border-radius:50%}

/* Compact primary hero action to balance the adjacent text link. */
.video-hero .hero-actions .button{padding:11px 18px;gap:16px;font-size:14px}
.video-hero .hero-actions .button span{font-size:18px}
@media(max-width:760px){.video-hero .hero-actions .button{padding:10px 14px;gap:12px;font-size:12px}}

.video-hero h1 .hero-subline{display:inline-block;font-size:.8em;letter-spacing:-.025em}

/* Phone and tablet refinements. */
@media(max-width:760px){
 header{height:auto;min-height:90px;display:grid;grid-template-columns:1fr auto;padding:8px 6% 0;gap:0 16px}
 header .brand{width:126px}header .brand img{height:70px}
 header>.button{font-size:13px;min-height:44px;padding:10px 14px;gap:12px}
 header nav{display:flex;grid-column:1/-1;grid-row:2;justify-content:space-between;gap:12px;border-top:1px solid var(--line);margin-top:7px}
 header nav a{display:flex;align-items:center;justify-content:center;min-height:46px;font-size:14px}
 .hero.video-hero{min-height:420px;padding:60px 5%}
 .video-hero h1{font-size:clamp(34px,9.4vw,60px)}
 .video-hero .hero-actions{gap:18px;flex-wrap:wrap}
 .video-hero .hero-actions .button{min-height:44px;font-size:14px;padding:11px 15px}
 .video-hero .hero-actions .text-link{min-height:44px;font-size:14px;padding-bottom:0;gap:9px}
 .section{padding:48px 6%}.section-heading>p,.philosophy p,.next p{font-size:16px}
 .menu-grid{gap:26px 16px}.card-title{align-items:start}.card-title h3{font-size:20px;line-height:1.3}.menu-card p{font-size:14px}
 .filters button{min-height:44px;font-size:14px;padding:10px 16px}
 .gallery-overlay{font-size:14px!important;line-height:1.4}.gallery-overlay b{flex-shrink:0}
 .service-locations li{font-size:16px;align-items:start}.service-locations li::before{flex-shrink:0}
 .inquiry{gap:24px}.inquiry-intro>p{margin-bottom:24px}.next{margin:20px 0}
 form{padding:26px 20px;min-width:0}.form-row{grid-template-columns:1fr;gap:0}
 label{font-size:14px;margin-bottom:22px}input,select,textarea{min-height:48px;width:100%;min-width:0}input[type=date]{max-width:100%}
 .submit{min-height:48px;font-size:16px}.form-note,.preview-note{font-size:13px}
 .footer-top{gap:26px}.footer-top .text-link{min-height:44px;font-size:14px}.footer-bottom{font-size:13px}.footer-bottom a{min-height:44px;display:flex;align-items:center}
 dialog{max-height:calc(100dvh - 24px);overflow:auto}dialog>img{height:55svh}.close-lightbox{width:44px;height:44px}.lightbox-nav button{min-width:48px;min-height:44px}
 .preloader-inner p{font-size:22px}
}
@media(max-width:360px){
 header{padding-inline:5%;gap:0 8px}header .brand{width:108px}header>.button{font-size:12px;padding-inline:10px}
 header nav a{font-size:13px}.video-hero .hero-actions{gap:12px}.video-hero .hero-actions .button,.video-hero .hero-actions .text-link{font-size:13px}
 .service-locations{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.menu-grid{grid-template-columns:1fr 1fr}.card-title h3{font-size:18px}
}

/* Drawn icons cannot turn into coloured emoji on mobile devices. */
.arrow-icon{display:inline-block;width:18px;height:18px;vertical-align:middle;flex-shrink:0}
.header-label-mobile,.menu-toggle{display:none}
header .button .header-label-desktop{font-size:inherit}
@media(max-width:760px){
 header{grid-template-columns:1fr auto auto;min-height:80px;padding:8px 6%;gap:12px;position:relative;z-index:10}
 header .brand{width:116px}header .brand img{height:62px}
 header>.button{grid-column:2;grid-row:1;min-height:44px;padding:10px 18px;font-size:13px;justify-content:center}
 header .header-label-desktop,header>.button>.arrow-icon,header>.button>span:last-child{display:none}
 header .button .header-label-mobile{display:inline;font-size:inherit}
 .menu-toggle{display:flex;grid-column:3;grid-row:1;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:44px;height:44px;padding:10px;border:1px solid var(--line);background:transparent;color:var(--wine)}
 .menu-toggle span{display:block;width:19px;height:1.5px;background:currentColor;transition:transform .2s}
 .menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.75px) rotate(45deg)}
 .menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
 header nav{display:none;grid-column:1/-1;grid-row:2;margin:0;padding:8px 0 4px;flex-direction:column;gap:0;align-items:stretch}
 header nav.is-open{display:flex}
 header nav a{justify-content:flex-start;min-height:48px;font-size:16px;padding:8px 4px}
 .card-title>span,.hero-actions .arrow-icon,.submit .arrow-icon{display:none}
 .card-title{gap:0}.hero-actions .button,.hero-actions .text-link{justify-content:center}
 .footer-bottom a{gap:8px}
}
@media(max-width:360px){header{padding-inline:5%;gap:8px}header .brand{width:104px}header>.button{padding-inline:14px}}

/* Explicit single-cell alignment prevents hidden desktop content affecting the mobile CTA. */
@media(max-width:760px){
 header>.button{display:grid;place-items:center;gap:0;text-align:center;line-height:1.2}
 header>.button>.header-label-mobile{display:block;margin:0;padding:0;font-size:inherit;line-height:inherit;text-align:center}
 header>.button>.header-label-desktop,header>.button>span:last-child{display:none}
 .hero-actions .button,.submit{justify-content:center;gap:0;text-align:center}
 .hero-actions .button>span,.submit>span{display:none}
}
