/* site.css */
/* cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/manrope-0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/manrope-1.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/manrope-2.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/manrope-3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/manrope-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/manrope-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Editorial';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/editorial-0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Editorial';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/editorial-1.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Editorial';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/editorial-2.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Editorial';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/editorial-3.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Editorial';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/editorial-4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{--ink:#211d1a;--muted:#716b65;--paper:#faf8f3;--cream:#f0ece3;--coral:#ff8086;--line:#ded9d0;--serif:Editorial,Georgia,'Times New Roman',serif;--sans:Manrope,Arial,sans-serif;--gutter:clamp(22px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--paper);color:var(--ink);font:400 1rem/1.7 var(--sans);-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button{color:inherit}img{display:block;max-width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2{font-weight:500;line-height:1.06;letter-spacing:-.045em}h1{font-size:clamp(2.75rem,5.6vw,5.5rem)}h2{font-size:clamp(2.375rem,4.4vw,4.125rem)}h3{font-size:1.5rem;line-height:1.25;letter-spacing:-.025em}p{color:var(--muted);max-width:65ch}em{font-family:var(--serif);font-weight:500}p+p{margin-top:20px}a,button,summary{touch-action:manipulation}button{border:0;background:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #c54852;outline-offset:5px}input:focus,textarea:focus,select:focus{outline:2px solid #b7414b;outline-offset:2px}input,select,textarea{max-width:100%}[hidden]{display:none!important}.wrap{width:100%;max-width:1600px;padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:100px}.lines{white-space:pre-line}.eyebrow{display:block;font-size:0.75rem;letter-spacing:.16em;font-weight:700;line-height:1.8;text-transform:uppercase}.eyebrow+h1,.eyebrow+h2{margin-top:24px}.small{font-size:0.875rem}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip-link:focus{position:fixed;inset-block-start:8px;inset-inline-start:8px;z-index:99;background:var(--coral);padding:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:54px;padding:14px 24px;font-size:0.875rem;font-weight:700;line-height:1.6;border:1px solid transparent;border-radius:4px;transition:background .2s,transform .2s}.button span:last-child{font-size:1.3125rem;font-weight:400}.button:hover{transform:translateY(-2px)}.button.coral{background:var(--coral);color:var(--ink)}.button.coral:hover{background:#ff9da1}.button.dark{background:var(--ink);color:var(--paper)}.button.dark:hover{background:#423832}.button-row{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:28px;font-size:0.875rem;font-weight:650;line-height:1.5;min-height:44px;border-bottom:1px solid currentColor;padding-block:8px}.text-link:hover{color:#b23d47}.text-link span{font-size:1.3125rem}.icon-button{display:grid;place-items:center;min-width:44px;min-height:44px;font-size:2rem}.site-header{background:var(--ink);color:var(--paper);position:relative;z-index:20}.header-inner{display:flex;align-items:center;gap:38px;min-height:106px;border-bottom:1px solid #ffffff1f}.brand{width:100px;height:94px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.brand img{height:116px;width:116px;max-width:none;object-fit:contain}.site-header nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-inline:auto}.site-header nav>a{font-size:0.875rem;position:relative;padding-block:22px;white-space:nowrap}.site-header nav>a:hover,.site-header nav>a[aria-current]{color:var(--coral)}.header-tools{display:flex;align-items:center;gap:22px}.header-cta{background:var(--coral);color:var(--ink);gap:20px;min-height:46px;padding:11px 16px}.languages{position:relative;font-size:0.8125rem;z-index:25}.languages summary{list-style:none;display:flex;gap:8px;align-items:center;min-height:44px;cursor:pointer}.languages summary::-webkit-details-marker{display:none}.languages summary>span:first-child{font-size:1.4375rem}.languages>div{position:absolute;inset-block-start:100%;inset-inline-end:0;min-width:145px;background:var(--paper);color:var(--ink);padding:8px;box-shadow:0 12px 30px #0003}.languages a{display:block;padding:10px 14px;min-height:44px}.languages a:hover,.languages a[aria-current]{background:var(--cream)}.nav-toggle{display:none}.page-home{background:var(--ink)}.page-home main{background:var(--paper)}.hero{background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:5%;padding-block:46px 54px;min-height:685px}.hero-copy{padding-block:38px 0;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.hero .eyebrow{color:#d8cfc5;display:flex;align-items:center;gap:10px;font-size:0.6875rem}.eyebrow i{display:block;width:7px;height:7px;background:var(--coral);border-radius:50%}.hero h1{font-size:clamp(2.625rem,5.2vw,5.0625rem);line-height:1.11;margin-top:28px;font-weight:500}.hero h1 em{color:var(--coral);white-space:nowrap;font-size:1.02em;letter-spacing:-.025em}.hero-copy>p{max-width:430px;color:#c1b8b0;margin-top:28px;font-size:0.9375rem;line-height:1.9}.hero .button-row{margin-top:32px;gap:30px}.hero .text-link{border:0;color:var(--paper);gap:12px}.hero-bottom{display:flex;align-items:center;gap:15px;margin-top:auto;padding-top:54px;width:100%;color:#c1b8b0;font-size:0.75rem}.small-star{color:var(--coral);font-size:2.5rem;line-height:1}.hero-bottom a{margin-inline-start:auto;border:1px solid #ffffff4d;border-radius:100%;width:42px;height:42px;display:grid;place-items:center;font-size:1.1875rem;color:var(--paper)}.hero-image{position:relative;min-height:560px;isolation:isolate}.hero-image>img{width:100%;height:100%;position:absolute;inset:0;object-position:51% center;border-radius:140px 3px 3px 3px}.hero-image::after{position:absolute;inset:50% 0 0;content:'';background:linear-gradient(transparent,#241c1870);z-index:0}.image-corner{position:absolute;inset-block-start:24px;inset-inline-end:24px;border:1px solid #422c2780;border-radius:100%;width:128px;height:128px;display:flex;align-items:center;justify-content:center;gap:9px;color:#482d25;transform:rotate(12deg);font-size:0.75rem;line-height:1.2;letter-spacing:.03em}.image-corner>span:last-child{font-size:1.625rem}.image-caption{position:absolute;inset-inline:24px;inset-block-end:20px;z-index:1;color:white;display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:0.75rem}.image-caption span{font-size:0.6875rem;letter-spacing:.1em}.marquee{background:var(--coral);overflow:clip;padding-block:19px}.marquee>div{font-size:1.3125rem;letter-spacing:.04em;font-weight:700;white-space:nowrap;display:flex;gap:42px;align-items:center;justify-content:center}.marquee span{font-size:1.875rem;font-weight:400;line-height:1}.intro{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.intro-photo{position:relative;min-height:470px}.intro-photo img{width:100%;height:470px;object-position:35% center;border-radius:4px 120px 4px 4px}.photo-label{position:absolute;inset-block-end:20px;inset-inline-start:22px;color:#fff;font-size:0.6875rem;letter-spacing:.11em;text-shadow:0 1px 8px black;background:#211d1aaa;padding:6px 10px;max-width:calc(100% - 44px)}.intro-copy{position:relative}.intro-copy p{margin-block:28px 22px}.intro-stamp{font-size:0.75rem;letter-spacing:.1em;line-height:1.35;transform:rotate(-12deg);margin-top:22px;color:#ad6a59;text-align:center;max-width:130px;margin-inline-start:auto}.intro-stamp span{font:italic 2.875rem/1 var(--serif);display:block}.tastes-section{background:var(--cream)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:40px}.taste-tabs{display:flex;gap:6px;flex-wrap:wrap}.taste-tabs button{border:1px solid #cbc4b9;border-radius:30px;padding:10px 20px;min-height:44px;font-size:0.875rem}.taste-tabs button[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-image{height:280px;position:relative;border-radius:4px;overflow:hidden}.product-image img{width:100%;height:100%;transition:transform .6s}.product-card a:hover img{transform:scale(1.045)}.product-arrow{position:absolute;inset-inline-end:16px;inset-block-end:16px;width:43px;height:43px;display:grid;place-items:center;background:var(--paper);border-radius:100%;font-size:1.5rem}.product-category{display:block;font-size:0.75rem;color:var(--muted);margin-top:20px}.product-card h3{font-size:1.375rem;margin-top:6px}.tastes-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid #d1cbc1;margin-top:38px;padding-top:22px}.tastes-bottom p{font-size:0.8125rem}.tastes-bottom a{flex-shrink:0}.branch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.branch-card{border-top:1px solid var(--ink);padding-top:22px;min-width:0}.branch-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.branch-number{font:italic 1.75rem var(--serif);color:#a67d70}.mini-label{font-size:0.6875rem;letter-spacing:.03em;color:var(--muted);text-align:end}.branch-card h3{margin-block:22px;font-size:1.75rem}.branch-card h3 a{display:flex;justify-content:space-between;align-items:center;min-height:44px;gap:8px}.branch-card h3 a span{font-weight:400}.branch-meta{display:flex;flex-direction:column;font-size:0.8125rem;color:var(--muted);gap:3px}.branch-meta a{display:inline-flex;align-items:center;min-height:44px;color:var(--ink)}.branch-actions{display:flex;gap:28px;margin-top:20px;border-top:1px solid var(--line);padding-top:12px}.branch-actions a{font-size:0.8125rem;display:flex;align-items:center;gap:12px;min-height:44px}.branch-actions a:hover{color:#a13540}.location-strip{display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);margin-top:44px;padding-top:24px;font-size:0.8125rem}.location-strip>span:last-child{margin-inline-start:auto;color:var(--muted);font-size:0.75rem}.franchise-banner{display:grid;grid-template-columns:1fr 1fr;padding-bottom:100px}.franchise-photo{min-height:480px;position:relative}.franchise-photo img{position:absolute;inset:0;width:100%;height:100%;border-radius:5px 0 0 5px}.franchise-copy{background:var(--coral);padding:56px 48px;border-radius:0 5px 5px 0}.franchise-copy h2{font-size:clamp(2.25rem,4vw,3.75rem);line-height:1.08}.franchise-copy p{color:#482b2a;margin-block:24px;max-width:400px;font-size:0.875rem}.group-sign{display:flex;align-items:center;gap:20px;font-size:1rem;font-weight:800;letter-spacing:-.05em;margin-top:36px}.group-sign>span{font-size:0.6875rem;font-weight:400;letter-spacing:0;border-inline-start:1px solid #211d1a50;padding-inline-start:20px}.footer{background:var(--ink);color:var(--paper);padding-top:70px}.footer-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff30;padding-bottom:50px}.footer-top h2{font-size:clamp(3rem,6.5vw,6.25rem);margin-top:26px}.footer-top .eyebrow{color:var(--coral);font-size:0.6875rem}.footer-round{display:grid;place-items:center;width:100px;height:100px;border:1px solid var(--coral);color:var(--coral);border-radius:50%;font-size:3.375rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:38px;padding-block:44px}.footer p{color:#b0a79f;font-size:0.8125rem}.footer-phone{display:block;font-size:1.375rem;margin-block:20px 4px}.footer .small{color:#b0a79f;font-size:0.6875rem}.footer nav{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.footer nav a{display:flex;align-items:center;min-height:44px;font-size:0.8125rem}.footer a:hover{color:var(--coral)}.footer-group>a{font-size:1.5rem;font-weight:700;letter-spacing:-.055em}.footer-group p{font-size:0.6875rem;margin-top:14px}.footer-bottom{display:flex;align-items:center;gap:24px;border-top:1px solid #ffffff26;padding-block:20px;color:#b0a79f;font-size:0.6875rem}.footer-bottom>span{margin-inline-end:auto}.footer-bottom button{font-size:0.6875rem;min-height:44px}.footer-bottom>a:last-child{font-size:1.5rem;min-width:44px;min-height:44px;text-align:center}dialog{border:0;padding:32px;width:min(580px,calc(100% - 32px));max-height:90dvh;border-radius:8px;color:var(--ink);background:var(--paper);box-shadow:0 30px 100px #0005}dialog::backdrop{background:#14100cbb;backdrop-filter:blur(4px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}.dialog-heading h2{font-size:1.875rem}dialog h2{font-size:2.375rem}dialog p{margin-block:20px;font-size:0.875rem}.menu-locations{border-top:1px solid var(--line);margin-top:24px}.menu-locations>a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 4px;border-bottom:1px solid var(--line);font-size:1.25rem}.menu-locations>a:hover{color:#a9323e}.menu-locations small{display:block;color:var(--muted);font-size:0.75rem;margin-top:4px}#gallery-dialog{width:min(1100px,calc(100% - 24px));padding:12px;background:var(--ink);color:white}#gallery-dialog button{margin-inline-start:auto}#gallery-dialog img{width:100%;height:auto;max-height:75dvh;object-fit:contain}.page-intro{padding-block:90px 70px}.page-intro>p{margin-top:30px;max-width:640px}.page-intro h1{max-width:1000px}.page-intro.legal h1{font-size:clamp(2.375rem,5vw,4.0625rem)}.page-intro.legal h2{font-size:2rem;margin-top:45px}.page-intro.legal .button{margin-top:24px}.branch-filter{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-bottom:36px}.branch-filter h2{font-size:2rem}.branch-filter label{width:min(380px,100%)}.branch-filter input{width:100%;border:1px solid var(--line);background:white;border-radius:3px;padding:13px 16px;min-height:48px}.branch-list{padding-top:20px}.branch-list .branch-grid{row-gap:56px}.upcoming{border:1px solid var(--line);padding:30px;margin-top:52px;display:flex;align-items:center;gap:25px;background:var(--cream)}.upcoming .eyebrow{color:#a13a43;font-size:0.6875rem}.upcoming h3{margin-block:8px}.upcoming p{font-size:0.875rem}.franchise-hero{display:grid;grid-template-columns:1fr 1fr;gap:7%;padding-block:65px 50px;align-items:center}.franchise-hero h1{font-size:clamp(2.625rem,5.5vw,4.875rem)}.franchise-hero h1 em{color:#b43b45}.franchise-hero p{margin-block:28px;max-width:470px}.franchise-hero-photo{position:relative;min-height:540px}.franchise-hero-photo img{position:absolute;inset:0;width:100%;height:100%;border-radius:140px 4px 4px 4px;object-position:53% center}.split-copy{display:grid;grid-template-columns:1fr 2fr;gap:80px}.split-copy p{margin-top:28px}.split-copy .text-link{margin-top:18px}.process-section{background:var(--ink);color:var(--paper)}.process-section .eyebrow{color:var(--coral)}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin-top:56px}.process-grid article{border-top:1px solid #ffffff3d;padding-top:24px}.process-grid article>span{font:italic 3rem var(--serif);color:var(--coral)}.process-grid h3{margin-top:30px}.process-grid p{margin-top:16px;color:#bdb3aa;font-size:0.875rem}.application{display:grid;grid-template-columns:1fr 1fr;gap:12%;scroll-margin-top:0}.application h2{max-width:400px}.application p{margin-top:24px}.application .text-link{margin-top:20px}.application-logo{width:155px;height:155px;object-fit:contain;margin-top:35px}.application-form{min-width:0;background:var(--cream);padding:36px;border:1px solid var(--line);border-radius:6px}.application-form fieldset{padding:0;margin:0;border:0;min-width:0}.application-form legend{font-size:0.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin-bottom:24px;width:100%}.application-form label,.admin-form label{display:block;font-size:0.8125rem;font-weight:600;margin-bottom:20px}.application-form label>span{font-weight:400;font-size:0.6875rem;color:var(--muted);margin-inline-start:6px}.application-form input,.application-form textarea,.application-form select,.admin-form input,.admin-form textarea,.admin-form select{display:block;width:100%;padding:12px 14px;border:1px solid #cbc5bb;border-radius:3px;background:var(--paper);font-size:1rem;color:var(--ink);margin-top:8px;min-height:48px}.application-form input:invalid:not(:placeholder-shown){box-shadow:none}.application-form textarea{resize:vertical}.application-form .button{width:100%;margin-top:8px}.application-form .button-row{gap:18px;flex-wrap:nowrap;align-items:center}.application-form .button-row .button{width:auto;flex:1}.application-form .small{font-size:0.75rem;margin-block:0 20px}.application-form .small a{text-decoration:underline}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.application-form{position:relative}.honeypot{position:absolute;inset-inline-start:0;inset-block-start:0;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;pointer-events:none}.step-next,.step-back{display:none}.js .step-next,.js .step-back{display:inline-flex}.success-panel h3{font-size:2rem;margin-top:20px}.form-error{border-inline-start:3px solid #b53e47;padding:10px 16px;font-size:0.8125rem;background:#ffeded;margin-bottom:24px;color:#7b2730!important}.faq{max-width:1060px;padding-top:0}.faq h2{margin-bottom:40px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:24px;cursor:pointer;font-weight:650}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:1.75rem;font-weight:400}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{padding-bottom:28px;font-size:0.9375rem}.branch-detail{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;padding-block:70px}.branch-detail .eyebrow{margin-top:35px}.branch-detail h1{font-size:clamp(2.625rem,5vw,4.375rem)}.branch-detail h1 em{color:#b33f49}.branch-detail p{margin-block:28px}.visit-card{background:var(--cream);padding:35px;border-radius:5px}.visit-card>.eyebrow{margin-top:0}.visit-card h2{font-size:2rem;margin-top:18px}.visit-card dl{margin-top:28px}.visit-card dt{font-size:0.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:20px}.visit-card dd{margin:7px 0 0;font-size:0.9375rem}.visit-card dd a{display:flex;align-items:center;min-height:44px}.visit-card p.small{font-size:0.75rem}.visit-card .button{width:100%}.page-branch>.section,.page-branch main>.section{padding-top:10px}.page-branch .tastes-section .wrap{padding-inline:35px}.wide-photo img{width:100%;height:520px;border-radius:5px;object-position:center 45%}.gallery-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-bottom:100px}.gallery-row button{padding:0;position:relative;text-align:inherit;overflow:hidden;border-radius:4px}.gallery-row img{height:260px;width:100%}.gallery-row span{position:absolute;bottom:16px;right:16px;background:var(--paper);border-radius:100%;width:44px;height:44px;font-size:1.625rem;display:grid;place-items:center}.contact-number{font-size:clamp(1.75rem,4vw,3.625rem);display:inline-block;border-bottom:1px solid;margin-top:42px;letter-spacing:-.04em}.page-notfound .page-intro{min-height:60vh}.page-notfound .button{margin-top:28px}
html[dir=rtl]{--serif:Georgia,Arial,sans-serif;--sans:Tahoma,Arial,sans-serif}html[dir=rtl] .hero h1 em{white-space:normal;font-style:normal}html[dir=rtl] .eyebrow{letter-spacing:0}html[dir=rtl] .hero h1{line-height:1.3}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3{letter-spacing:0;line-height:1.35}html[dir=rtl] .image-corner{direction:ltr}html[lang=ru] .hero h1 em{white-space:normal}html[lang=ru] .site-header nav{gap:18px}html[lang=ru] .header-tools{gap:14px}
@media(min-width:1600px){.hero{max-width:none;padding-inline:max(var(--gutter),calc((100vw - 1424px)/2))}}
@media(max-width:1180px){.header-inner{gap:24px}.site-header nav{gap:18px}.site-header nav>a{font-size:0.75rem}.header-cta{font-size:0.75rem;gap:10px;padding-inline:12px}.header-tools{gap:16px}.hero{gap:4%;min-height:620px}.hero-image{min-height:490px}.hero h1{font-size:clamp(2.625rem,5.25vw,4rem)}.hero-copy>p{font-size:0.875rem}.hero .button-row{gap:15px}.hero .button{padding-inline:18px;gap:16px}.intro{gap:6%}.intro-photo,.intro-photo img{min-height:410px;height:410px}.product-image{height:230px}.franchise-copy{padding:44px 32px}.franchise-photo{min-height:450px}.application{gap:6%}.section{padding-block:78px}.franchise-banner{padding-bottom:78px}.branch-detail{gap:6%}}
@media(max-width:980px){:root{--gutter:32px}.header-inner{min-height:88px;justify-content:space-between}.brand{width:80px;height:86px}.brand img{width:100px;height:100px}.site-header nav{display:none;position:absolute;inset-block-start:100%;inset-inline:0;background:var(--ink);padding:20px var(--gutter) 30px;flex-direction:column;align-items:stretch;border-bottom:1px solid #ffffff26;gap:0;box-shadow:0 20px 30px #0003}.site-header nav.is-open{display:flex}.site-header nav>a{font-size:1.125rem;padding-block:14px}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px}.nav-toggle span{width:23px;height:1px;background:var(--paper);transition:transform .2s}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.header-cta{font-size:0.8125rem}.hero{min-height:580px;padding-block:28px 40px}.hero-copy{padding-top:26px}.hero h1{font-size:2.8125rem}.hero h1 em{white-space:normal}.hero-image{min-height:485px}.hero-bottom{padding-top:34px}.hero .button-row{align-items:flex-start;flex-direction:column;gap:7px}.image-corner{width:104px;height:104px;font-size:0.625rem}.hero-copy>p{margin-top:20px}.intro-photo,.intro-photo img{height:360px;min-height:360px}.intro h2{font-size:2.625rem}.intro-copy p{font-size:0.875rem}.intro-stamp{display:none}.section-heading{align-items:flex-start}.taste-tabs{margin-top:10px}.taste-tabs button{font-size:0.75rem;padding-inline:14px}.product-image{height:205px}.product-card h3{font-size:1.1875rem}.branch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.page-home .branch-grid .branch-card:last-child{display:none}.franchise-copy{padding:38px 28px}.franchise-copy h2{font-size:2.625rem}.franchise-photo{min-height:460px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:28px}.footer-group{grid-column:1/-1;display:flex;align-items:center;gap:24px}.footer-group p{margin:0}.footer-bottom{flex-wrap:wrap;gap:10px 20px}.footer-bottom>span{width:100%}.footer-bottom>a:last-child{margin-inline-start:auto}.franchise-hero{gap:5%;padding-block:45px}.franchise-hero h1{font-size:3.125rem}.franchise-hero-photo{min-height:480px}.franchise-hero p{font-size:0.875rem}.split-copy{gap:40px;grid-template-columns:1fr 2fr}.process-grid{gap:28px}.process-grid h3{font-size:1.375rem}.application{gap:5%}.application-form{padding:26px}.branch-detail{grid-template-columns:1fr 1fr;gap:5%}.branch-detail h1{font-size:3rem}.visit-card{padding:26px}.branch-detail .button-row{gap:12px}.location-strip{flex-wrap:wrap}.location-strip>span:last-child{width:100%;margin:0;padding-inline-start:50px}.gallery-row img{height:200px}}
@media(max-width:680px){:root{--gutter:22px}.section{padding-block:58px}.header-inner{min-height:78px}.brand{height:76px;width:63px}.brand img{height:91px;width:91px}.header-tools{gap:12px}.header-cta{display:none}.languages{font-size:0.75rem}.hero{display:flex;flex-direction:column;padding-block:28px 30px;gap:30px}.hero-copy{padding:10px 0 0}.hero .eyebrow{font-size:0.625rem;letter-spacing:.12em}.hero h1{font-size:clamp(2.5rem,9.8vw,4.0625rem);margin-top:22px;line-height:1.07}.hero h1 em{white-space:normal}.hero-copy>p{font-size:0.875rem;max-width:380px;line-height:1.8;margin-top:22px}.hero .button-row{flex-direction:row;align-items:center;gap:12px;margin-top:25px}.hero .button{font-size:0.75rem;padding:12px 16px;min-height:50px;gap:17px}.hero .text-link{font-size:0.75rem;gap:8px}.hero-bottom{display:none}.hero-image{min-height:390px;height:390px}.hero-image>img{border-start-start-radius:95px;object-position:center center}.image-corner{inset-inline-end:18px;inset-block-start:18px;width:100px;height:100px}.image-caption{font-size:0.6875rem;inset-inline:18px}.image-caption span{font-size:0.625rem}.marquee{padding-block:16px}.marquee>div{font-size:1.0625rem;gap:24px}.marquee span{font-size:1.5625rem}.intro{display:flex;flex-direction:column-reverse;gap:30px}.intro-copy{width:100%}.intro h2{font-size:2.8125rem}.intro-copy p{margin-block:23px 12px;max-width:500px}.intro-photo{width:100%}.intro-photo,.intro-photo img{height:330px;min-height:330px}.intro-photo img{border-start-end-radius:90px}.eyebrow{font-size:0.625rem;letter-spacing:.13em}.eyebrow+h2{margin-top:18px}.section-heading{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:28px}h2{font-size:2.6875rem;line-height:1.08}.section-heading>.text-link{margin-top:-8px}.taste-tabs{margin-top:0;gap:7px}.taste-tabs button{font-size:0.75rem;padding:10px 16px}.product-grid{grid-template-columns:1fr;gap:30px}.product-image{height:270px}.product-card h3{font-size:1.4375rem}.product-category{margin-top:14px}.tastes-bottom{flex-direction:column;align-items:flex-start;gap:12px;margin-top:28px;padding-top:20px}.tastes-bottom p{font-size:0.75rem}.branch-grid{grid-template-columns:1fr;gap:32px}.page-home .branch-grid .branch-card:last-child{display:block}.branch-card h3{font-size:1.75rem;margin-block:16px}.branch-top .mini-label{font-size:0.75rem}.branch-meta{font-size:0.875rem}.branch-actions{margin-top:16px;gap:32px}.branch-actions a{font-size:0.875rem}.location-strip{gap:15px;margin-top:28px}.location-strip>span:last-child{font-size:0.6875rem;padding-inline-start:43px}.franchise-banner{display:flex;flex-direction:column;padding-bottom:58px}.franchise-photo{min-height:285px}.franchise-photo img{border-radius:4px 4px 0 0;object-position:center 45%}.franchise-copy{padding:32px 26px;border-radius:0 0 4px 4px}.franchise-copy h2{font-size:2.75rem}.franchise-copy p{font-size:0.875rem}.group-sign{gap:16px;margin-top:28px}.group-sign>span{padding-inline-start:16px;font-size:0.625rem}.footer{padding-top:48px}.footer-top{padding-bottom:30px;gap:18px}.footer-top h2{font-size:3.0625rem;margin-top:20px}.footer-top .eyebrow{font-size:0.5625rem;letter-spacing:.1em}.footer-round{width:57px;height:57px;flex-shrink:0;font-size:2rem}.footer-grid{grid-template-columns:1fr 1fr;padding-block:30px;gap:26px}.footer-grid>div:first-child{grid-column:1/-1}.footer-phone{font-size:1.625rem;margin-top:16px}.footer nav a{font-size:0.875rem}.footer-group{flex-direction:column;align-items:flex-start;gap:8px}.footer-group>a{font-size:1.375rem}.footer-bottom{font-size:0.625rem}.footer-bottom button{font-size:0.625rem}.page-intro{padding-block:50px 44px}.page-intro h1{font-size:2.875rem}.page-intro>p{font-size:0.9375rem;margin-top:24px}.branch-filter{flex-direction:column;align-items:stretch;margin-bottom:30px;gap:20px}.branch-filter label{width:100%}.branch-filter h2{font-size:1.75rem}.branch-list{padding-top:12px}.branch-list .branch-grid{row-gap:30px}.upcoming{padding:24px 20px}.franchise-hero{grid-template-columns:1fr;padding-block:45px 30px;gap:34px}.franchise-hero h1{font-size:3.375rem}.franchise-hero p{font-size:0.9375rem}.franchise-hero-photo{min-height:340px}.franchise-hero-photo img{border-start-start-radius:100px}.split-copy{grid-template-columns:1fr;gap:22px}.split-copy p{font-size:0.9375rem;margin-top:22px}.process-grid{grid-template-columns:1fr;gap:28px;margin-top:36px}.process-grid article{display:grid;grid-template-columns:52px 1fr;column-gap:15px;padding-top:20px}.process-grid article>span{grid-row:1/3;font-size:2.5rem}.process-grid h3{margin-top:8px}.process-grid p{grid-column:2;margin-top:8px}.application{grid-template-columns:1fr;gap:28px}.application-logo{display:none}.application h2{max-width:none}.application p{font-size:0.9375rem}.application-form{padding:25px 20px}.application-form .small{font-size:0.75rem}.application-form .button-row{gap:12px}.application-form .button-row .button{font-size:0.75rem;padding-inline:14px}.application-form .text-link{font-size:0.75rem}.field-row{grid-template-columns:1fr;gap:0}.faq{padding-top:0}.faq h2{margin-bottom:26px}.faq summary{font-size:0.9375rem;padding-block:20px}.faq details p{font-size:0.875rem}.branch-detail{grid-template-columns:1fr;padding-block:36px;gap:35px}.branch-detail h1{font-size:3rem}.branch-detail p{font-size:0.9375rem;margin-block:22px}.branch-detail .button-row{gap:20px}.branch-detail .button{font-size:0.8125rem;gap:16px;padding-inline:20px}.page-branch .tastes-section .wrap{padding-inline:20px}.wide-photo img{height:300px}.gallery-row{grid-template-columns:1fr;gap:18px;padding-bottom:58px}.gallery-row img{height:260px}dialog{padding:24px}dialog h2{font-size:2rem}.dialog-heading h2{font-size:1.625rem}.contact-number{font-size:2.125rem}html[lang=ru] .hero h1{font-size:2.875rem}html[lang=ru] .hero .button-row{gap:8px}html[lang=ru] .hero .button{padding-inline:12px;font-size:0.6875rem}html[dir=rtl] .hero h1{font-size:3.25rem}html[dir=rtl] .hero h1 em{font-size:1em}}
@media(max-width:360px){:root{--gutter:18px}.hero h1{font-size:2.4375rem}.hero .button-row{gap:5px}.hero .button{gap:10px;padding-inline:12px;font-size:0.6875rem}.hero .text-link{font-size:0.6875rem}.hero-image{height:335px;min-height:335px}.taste-tabs button{padding-inline:12px;font-size:0.6875rem}.franchise-copy{padding-inline:22px}.franchise-copy h2{font-size:2.4375rem}.footer-top h2{font-size:2.625rem}.footer-round{width:48px;height:48px}.group-sign{flex-wrap:wrap;gap:10px}.group-sign>span{border:0;padding:0}.franchise-hero h1{font-size:2.9375rem}.application-form{padding:20px 16px}.contact-number{font-size:1.8125rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

h1,h2,h3,p,a,button,dd{overflow-wrap:anywhere} .hero-copy>p,.intro-copy p,.franchise-hero p,.branch-detail p{font-size:1rem} .hero-copy,.hero-image,.intro-copy,.franchise-copy,.footer-grid>*,.branch-detail>*,.application>*{min-width:0}

/* consent.css */
.cookie-dialog{width:min(720px,calc(100% - 32px));padding:clamp(24px,4vw,40px)}
.cookie-dialog .dialog-heading{margin-bottom:8px}
.cookie-dialog .dialog-heading h2{font-size:clamp(1.75rem,4vw,2.5rem)}
.cookie-dialog p{line-height:1.75}
.cookie-active-services{display:grid;gap:0;padding:0;margin:24px 0 0;list-style:none;border-block:1px solid var(--line)}
.cookie-active-services li{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 2px;border-bottom:1px solid var(--line)}
.cookie-active-services li:last-child{border-bottom:0}
.cookie-active-services strong{font-size:.84rem}
.cookie-active-services span{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#397348;white-space:nowrap}
.cookie-notice-actions{display:flex;margin-top:26px}
.cookie-choice{min-width:150px;min-height:52px;padding:11px 24px;font-size:.78rem;text-align:center}
.cookie-policy-link{font-size:.72rem;margin:20px 0 0!important}
.cookie-policy-link a{text-decoration:underline;text-underline-offset:4px}
@media(max-width:680px){.cookie-dialog{padding:24px 20px}.cookie-active-services li{gap:12px}.cookie-active-services span{font-size:.6rem}.cookie-notice-actions,.cookie-choice{width:100%}}

/* editorial.css */
/* Why Coffee: clear typography, real photography and practical navigation. */
:root{--paper:#f8f5ef;--cream:#eee8df;--ink:#28211e;--muted:#6f655f;--line:#ddd5cc;--header-height:96px}

/* A quiet, photographic story inset between locations and Instagram. */
.origin-story{background:var(--paper);color:var(--ink)}
.origin-story__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);align-items:center;gap:clamp(36px,5vw,80px);padding:clamp(28px,3.4vw,56px);background:var(--cream)}
.origin-story__inner>*{min-width:0}
.origin-story__copy .eyebrow{display:flex;align-items:center;gap:12px;color:#625650}
.origin-story__copy .eyebrow::before{content:"";width:24px;height:2px;flex:none;background:#ac424a}
.origin-story__copy h2{max-width:18ch;margin-top:19px;font-size:clamp(2rem,3.05vw,3.125rem);font-weight:500;line-height:1.15;letter-spacing:-.035em;overflow-wrap:anywhere}
.origin-story__copy p{max-width:52ch;margin-top:22px;color:#625650;font-size:.9375rem;line-height:1.85}
.origin-story__detail{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px;margin-top:26px;padding-top:19px;border-top:1px solid #d2c7bc}
.origin-story__meta{color:#625650;font-size:.6875rem;line-height:1.6;letter-spacing:.07em}
.origin-story__location{color:var(--ink);font-size:.6875rem;line-height:1.6;font-weight:600;letter-spacing:.035em;overflow-wrap:anywhere}
.origin-story__copy .text-link{margin-top:20px;min-height:44px;color:var(--ink);border-color:#8a7b71;font-size:.8125rem}
.origin-story__copy .text-link:hover{color:#923840;border-color:currentColor}
.origin-story a:focus-visible{outline:2px solid #923840;outline-offset:5px}
.origin-story__photo{min-width:0;margin:0}
.origin-story__photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center}
.origin-story__photo figcaption{display:flex;gap:9px;justify-content:flex-end;padding-top:13px;font-size:.5625rem;font-weight:600;line-height:1.7;letter-spacing:.13em;color:#625650;direction:ltr}
html[dir=rtl] .origin-story__copy h2{letter-spacing:0;line-height:1.45}
html[dir=rtl] .origin-story__copy p{line-height:1.95}
@media(max-width:980px){.origin-story__inner{gap:30px;padding:30px}.origin-story__copy h2{font-size:2rem}.origin-story__photo img{aspect-ratio:1/1.12}}
@media(max-width:760px){.origin-story__inner{grid-template-columns:minmax(0,1fr);gap:30px;padding:28px}.origin-story__copy h2{max-width:20ch;font-size:clamp(1.875rem,5.4vw,2.5rem)}.origin-story__photo img{aspect-ratio:4/3}.origin-story__copy p{max-width:none;font-size:.875rem;margin-top:18px}.origin-story__detail{margin-top:22px}.origin-story__photo figcaption{padding-top:10px}}
@media(max-width:400px){.origin-story__inner{padding:22px;gap:26px}.origin-story__copy h2{font-size:1.875rem}.origin-story__detail{flex-direction:column;gap:4px}.origin-story__photo figcaption{font-size:.5rem;letter-spacing:.08em}}
html{scroll-padding-top:calc(var(--header-height) + 24px)}
body{background:var(--paper)}figure{margin:0}
h1,h2,h3{font-family:var(--sans);font-weight:550;letter-spacing:-.035em;line-height:1.15}
em{font-family:inherit;font-style:normal;font-weight:inherit;letter-spacing:inherit}
.section{padding-block:96px}.eyebrow{font-size:.6875rem;font-weight:650;letter-spacing:.09em;line-height:1.7}
.button{border-radius:5px;min-height:52px;padding:13px 22px;font-weight:650;font-size:.8125rem;gap:24px}
.button:hover{transform:none}.text-link{font-weight:600;gap:20px}.text-link:hover{color:#a23b43}
.editorial-reveal{opacity:0;translate:0 14px;transition:opacity .45s ease,translate .45s ease}.editorial-reveal.is-revealed{opacity:1;translate:0 0}
/* Equal outer columns keep navigation on the viewport centre, independent of the logo. */
.site-header{position:sticky;top:0;inset-inline:0;z-index:40;background:#28211e;color:var(--paper);border-bottom:1px solid #ffffff1a}
.site-header .header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:24px;min-height:var(--header-height);max-width:none;border:0}
.brand{width:92px;height:92px;justify-self:start}.brand img{width:110px;height:110px}
.site-header nav{justify-content:center;gap:25px;margin:0;min-width:0}
.site-header nav>a{font-size:.8125rem;font-weight:550;white-space:nowrap;padding-block:17px}
.header-tools{justify-self:end;min-width:0;gap:18px}.header-cta{background:var(--coral);color:var(--ink);font-size:.75rem;padding:10px 16px;min-height:44px;gap:18px;white-space:nowrap}
.header-cta:hover{background:#ff969b}.nav-toggle{border-radius:6px}
.languages{font-size:.8125rem;position:relative;z-index:45;flex-shrink:0}
.languages summary{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:9px 13px;border:1px solid #ffffff45;border-radius:7px;background:#ffffff07;line-height:1;font-weight:600;transition:background .2s,border-color .2s;list-style:none;user-select:none}
.languages summary:hover,.languages[open] summary{background:#ffffff12;border-color:#ffffff80}
.language-current{font-size:.75rem;letter-spacing:.04em}.language-globe{flex-shrink:0;opacity:.9}.language-chevron{flex-shrink:0;transition:rotate .2s;opacity:.7}.languages[open] .language-chevron{rotate:180deg}
.languages>.language-panel{position:absolute;inset-block-start:calc(100% + 12px);inset-inline-end:0;width:232px;min-width:0;padding:9px;background:#fffdf9;color:var(--ink);border:1px solid #e7dfd6;border-radius:12px;box-shadow:0 12px 40px #17100d26}
.language-panel-label{display:block;padding:8px 12px 10px;color:var(--muted);font-size:.6875rem;line-height:1.4;font-weight:500}
.languages .language-panel>a{display:flex;align-items:center;gap:12px;padding:11px 12px;min-height:48px;border-radius:6px;font-size:.8125rem;font-weight:500;line-height:1.4}
.languages .language-panel>a:hover{background:#f0ebe4}.languages .language-panel>a[aria-current]{background:#f9e6e5;color:#862f38}
.language-code{display:grid;place-items:center;width:31px;height:25px;border:1px solid #ded4ca;border-radius:4px;color:#6c5e53;font-size:.5625rem;font-weight:650;direction:ltr}
.language-name{flex:0 1 auto}.language-check{flex-shrink:0;margin-inline-start:auto}.language-panel a[lang=ar] .language-name{font-family:Tahoma,Arial,sans-serif;font-size:.875rem}.languages .language-panel>a[aria-current] .language-code{border-color:#e5b2b4;color:#862f38}
/* The opening photograph and the headline occupy separate surfaces. */
.welcome{padding-top:65px;padding-bottom:0}.welcome-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:7%;align-items:end;margin-bottom:44px}
.welcome .eyebrow{color:#7b655a;margin-bottom:22px}.welcome h1{font-size:clamp(2.75rem,4.9vw,4.875rem);font-weight:550;letter-spacing:-.045em;line-height:1.12;margin:0;max-width:900px}
.welcome-copy{padding-bottom:5px;min-width:0;max-width:470px;justify-self:end}.welcome-copy p{font-size:1rem;color:#6b5e56;line-height:1.85}.welcome-copy .button-row{margin-top:24px;gap:24px}.welcome-copy .text-link{font-size:.8125rem;border:0;gap:14px}
.welcome-photo img{display:block;width:100%;height:440px;object-position:center 48%;border-radius:7px}
.welcome-photo figcaption{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:14px;font-size:.75rem;color:var(--muted);border-bottom:1px solid var(--line)}
.welcome-photo figcaption>a{display:inline-flex;align-items:center;gap:16px;min-height:44px;color:var(--ink);font-weight:550}
.world-heading{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start;margin-bottom:44px}.world-heading .eyebrow{margin-top:12px;color:#806857}.world-heading h2{font-size:clamp(2.375rem,3.5vw,3.5rem);margin:0;font-weight:500}
.world-spread{display:grid;grid-template-columns:1.5fr 1fr;gap:8%;align-items:start}.world-main-photo img{width:100%;height:470px;object-position:47% center;border-radius:6px}.world-main-photo figcaption{font-size:.625rem;color:var(--muted);padding-top:13px;letter-spacing:.04em}
.world-aside{min-width:0;padding-top:10px}.world-aside>p{font-size:1rem;line-height:1.85;margin-bottom:19px}.world-aside .text-link{font-size:.8125rem}.world-detail-photo{margin-top:33px;max-width:365px}.world-detail-photo img{width:100%;height:220px;border-radius:6px}.world-detail-photo figcaption{font:400 .75rem/1.6 var(--sans);color:var(--muted);margin-top:12px}
.tastes-section{background:var(--ink);color:var(--paper)}.tastes-section>.wrap{padding-block:92px}.tastes-section .eyebrow{color:#ccbaaa}.tastes-section h2{font-size:clamp(2.375rem,3.5vw,3.5rem);font-weight:500}.tastes-section .section-heading{margin-bottom:43px}
.taste-tabs{gap:22px;border-bottom:1px solid #ffffff40}.taste-tabs button{background:none;border:0;border-bottom:2px solid transparent;border-radius:0;padding:12px 0 15px;position:relative;bottom:-1px;color:#d0c3b6;font-size:.8125rem}.taste-tabs button[aria-pressed=true]{background:none;border-color:var(--coral);color:var(--coral)}
.product-grid{grid-template-columns:1.35fr 1fr 1fr;gap:28px;align-items:start}.product-card{min-width:0}.product-card:nth-child(2){padding-top:45px}.product-card:nth-child(3){padding-top:90px}.product-image{height:310px;border-radius:6px}.product-card:first-child .product-image{height:390px}.product-card:nth-child(3) .product-image{height:275px}
.product-arrow{width:40px;height:40px;background:var(--paper);color:var(--ink);font-size:1.25rem;inset-inline-end:12px;inset-block-end:12px}.product-category{font-size:.6875rem;color:#c9b7a6;margin-top:17px}.product-card h3{font-size:1.3125rem;font-weight:550;margin-top:7px;letter-spacing:-.02em;line-height:1.35}.product-card:first-child h3{font-size:1.5rem}
.tastes-bottom{margin-top:37px;border-color:#ffffff30}.tastes-bottom p{color:#c3b2a1;font-size:.75rem}.tastes-bottom .text-link{color:var(--coral)}
.places-editorial h2{font-size:clamp(2.375rem,3.5vw,3.5rem);font-weight:500}.places-editorial .eyebrow{color:#806857}.places-editorial .section-heading{margin-bottom:42px}.places-spread{display:grid;grid-template-columns:1fr 1.15fr;gap:8%;align-items:stretch}.places-photo{align-self:start}.places-photo img{width:100%;height:490px;object-position:55% center;border-radius:6px}.places-photo figcaption{padding-top:16px;font-size:.75rem;color:var(--muted)}
.location-directory{min-width:0}.location-row{display:grid;grid-template-columns:26px minmax(0,1fr) 40px;gap:20px;align-items:center;padding-block:22px;border-top:1px solid var(--line);transition:background .2s}.location-row:hover{background:#eee7de}.location-index{font:500 .6875rem var(--sans);color:#705c4d;direction:ltr}.location-row small{display:block;font-size:.6875rem;color:var(--muted);margin-bottom:4px}.location-row strong{display:block;font-size:1.5rem;font-weight:550;line-height:1.3;letter-spacing:-.025em}.location-arrow{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;font-size:1.25rem}.location-coming{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid var(--line);padding-block:22px;font-size:.8125rem}.location-coming>span:last-child{font-size:.625rem;color:#963a40;padding:4px 10px;background:#f5e2df;border-radius:20px}
/* Franchise invitation: photograph beside a solid, readable content panel. */
.partnership-editorial{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);color:var(--ink)}
.partnership-background{min-width:0;position:relative}.partnership-background img{width:100%;height:100%;position:absolute;inset:0;object-position:45% center}.partnership-inner.wrap{min-width:0;max-width:none;padding:60px clamp(32px,5vw,80px);display:flex;flex-direction:column;justify-content:center;min-height:600px}
.partnership-top .eyebrow{color:#806857}.partnership-copy{padding-block:23px 0}.partnership-copy h2{font-size:clamp(2.5rem,3.7vw,3.75rem);font-weight:550;line-height:1.15}.partnership-copy h2 em{font-family:var(--sans);font-style:normal;color:var(--ink);font-weight:550}.partnership-copy p{font-size:.9375rem;line-height:1.85;color:var(--muted);margin-block:24px;max-width:450px}.partnership-copy .button{margin-top:2px}.partnership-bottom{display:flex;align-items:center;gap:20px;margin-top:42px;padding-top:23px;border-top:1px solid #cdbfb0}.partnership-bottom>span:first-child{font-size:.9375rem;font-weight:700;letter-spacing:-.03em;white-space:nowrap}.partnership-bottom>span:last-child{font-size:.6875rem;color:var(--muted)}
.footer{background:#25201d;padding-top:65px}.footer-top{border:0;padding-bottom:33px;gap:30px}.footer-top h2{font:500 clamp(2.5rem,3.8vw,3.75rem)/1.2 var(--sans);letter-spacing:-.03em;margin-top:18px}.footer-top h2.lines{white-space:normal}.footer-top .eyebrow{font-size:.625rem}.footer-round{width:62px;height:62px;flex-shrink:0;font-size:2rem}.footer-grid{border-top:1px solid #ffffff26;padding-block:35px 40px}.footer-phone{font-weight:500}.footer p{line-height:1.85}.footer-bottom{padding-block:14px}.footer-group>a{font-size:1.375rem}
.page-intro h1{font-size:clamp(2.75rem,4.5vw,4.5rem);font-weight:550;max-width:1100px}.page-intro .eyebrow{color:#806857}.branch-detail h1{font-size:clamp(2.625rem,4.2vw,4.25rem);font-weight:550}.branch-detail h1 em{color:var(--ink)}.branch-card h3{font-weight:550}.branch-number{font:500 .875rem var(--sans);color:#96765e}.visit-card{border-radius:6px;border-top:2px solid var(--coral)}.wide-photo img{border-radius:6px;height:560px}.gallery-row button{border-radius:6px}.gallery-row img{height:290px}.upcoming{border-radius:6px}.upcoming .small-star{display:none}
html[dir=rtl] .welcome h1{font-size:clamp(2.75rem,4.6vw,4.5rem);line-height:1.45;letter-spacing:0}html[dir=rtl] .world-heading h2,html[dir=rtl] .tastes-section h2,html[dir=rtl] .places-editorial h2{font-size:clamp(2.375rem,3.3vw,3.25rem);line-height:1.5}html[dir=rtl] .partnership-copy h2{line-height:1.5}
@media(max-width:1380px){.header-cta{display:none}.site-header nav{gap:24px}.welcome-heading{gap:5%;grid-template-columns:1.25fr 1fr}.welcome h1{font-size:clamp(2.5rem,4.8vw,4.125rem)}.welcome-copy .button-row{gap:18px}.world-spread,.places-spread{gap:6%}.partnership-inner.wrap{padding-inline:40px}}
@media(max-width:980px){
:root{--header-height:84px}.site-header .header-inner{display:flex;justify-content:space-between;gap:18px}.brand{width:80px;height:82px}.brand img{width:100px;height:100px}.header-tools{gap:17px}.site-header nav{display:none;position:absolute;inset-block-start:100%;inset-inline:0;background:#28211e;padding:16px var(--gutter) 26px;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;border-bottom:1px solid #ffffff26;max-height:calc(100dvh - var(--header-height));overflow-y:auto;overscroll-behavior:contain;box-shadow:0 14px 24px #0002}.site-header nav.is-open{display:flex}.site-header nav>a{font-size:1rem;padding-block:14px;white-space:normal}.nav-toggle{display:flex}.nav-toggle span{width:22px}.section{padding-block:76px}.welcome{padding-top:45px}.welcome-heading{gap:25px;align-items:start;grid-template-columns:1fr;margin-bottom:32px}.welcome h1{font-size:clamp(2.75rem,6.3vw,4rem)}.welcome-copy{justify-self:start;max-width:600px;padding:0}.welcome-copy p{max-width:520px}.welcome-copy .button-row{margin-top:20px}.welcome-photo img{height:360px}.world-heading{grid-template-columns:1fr;gap:18px;margin-bottom:35px}.world-heading .eyebrow{margin:0}.world-heading h2{font-size:3rem}.world-spread{grid-template-columns:1.2fr 1fr;gap:5%}.world-main-photo img{height:420px}.world-aside{padding:0}.world-aside>p{font-size:.9375rem}.world-detail-photo img{height:190px}.world-detail-photo{margin-top:27px}.tastes-section>.wrap{padding-block:75px}.tastes-section h2,.places-editorial h2{font-size:3rem}.tastes-section .section-heading{align-items:start;flex-direction:column;gap:24px}.taste-tabs{margin:0}.product-grid{gap:20px}.product-card:first-child .product-image{height:290px}.product-image{height:245px}.product-card:nth-child(3) .product-image{height:220px}.product-card:nth-child(2){padding-top:35px}.product-card:nth-child(3){padding-top:65px}.product-card h3{font-size:1.125rem}.product-card:first-child h3{font-size:1.25rem}.places-spread{gap:5%;grid-template-columns:1fr 1.1fr}.places-photo img{height:450px}.location-row{gap:12px;grid-template-columns:20px minmax(0,1fr) 34px;padding-block:20px}.location-row strong{font-size:1.3125rem}.location-arrow{width:32px;height:32px;font-size:1.125rem}.location-coming{font-size:.75rem}.partnership-editorial{grid-template-columns:1fr}.partnership-background{height:390px}.partnership-inner.wrap{min-height:0;padding:45px var(--gutter) 48px}.partnership-copy h2{font-size:3rem}.partnership-copy p{max-width:570px}.partnership-bottom{margin-top:32px}.footer-top h2{font-size:2.875rem}.wide-photo img{height:440px}.gallery-row img{height:220px}
}
@media(max-width:680px){
:root{--gutter:22px}.section{padding-block:58px}.brand{width:69px}.brand img{width:96px;height:96px}.header-tools{gap:12px}.languages summary{gap:8px;padding:9px 11px;min-height:42px}.language-globe{width:17px;height:17px}.languages>.language-panel{width:min(232px,calc(100vw - 44px));inset-block-start:calc(100% + 15px)}.welcome{padding-top:35px}.welcome .eyebrow{font-size:.5625rem;letter-spacing:.06em;margin-bottom:17px}.welcome-heading{gap:22px;margin-bottom:29px}.welcome h1{font-size:clamp(2.25rem,9vw,3.5rem);line-height:1.18;letter-spacing:-.035em}.welcome-copy p{font-size:.9375rem;line-height:1.8}.welcome-copy .button-row{gap:17px;margin-top:22px}.welcome-copy .button{font-size:.75rem;padding:12px 17px;gap:16px}.welcome-copy .text-link{font-size:.75rem;gap:11px}.welcome-photo img{height:285px;object-position:50% center;border-radius:5px}.welcome-photo figcaption{align-items:start;gap:10px;padding-block:10px;font-size:.625rem;line-height:1.5}.welcome-photo figcaption>span{padding-top:12px;max-width:44%}.welcome-photo figcaption>a{gap:8px;max-width:50%;text-align:end}.world-heading{gap:16px;margin-bottom:26px}.world-heading h2{font-size:2.375rem;white-space:normal;line-height:1.2}.world-heading .eyebrow{font-size:.625rem}.world-spread{grid-template-columns:1fr;gap:28px}.world-main-photo img{height:305px}.world-main-photo figcaption{font-size:.5625rem;padding-top:11px}.world-aside>p{font-size:.9375rem}.world-detail-photo{max-width:none;margin-top:27px}.world-detail-photo img{height:220px}.world-detail-photo figcaption{font-size:.6875rem}.tastes-section>.wrap{padding-block:58px}.tastes-section h2,.places-editorial h2{font-size:2.5rem;line-height:1.2}.tastes-section .eyebrow,.places-editorial .eyebrow{font-size:.5625rem;letter-spacing:.06em}.tastes-section .section-heading{gap:24px;margin-bottom:30px}.taste-tabs{gap:20px}.taste-tabs button{padding:10px 0 13px;font-size:.75rem}.product-grid{grid-template-columns:1fr 1fr;gap:26px 18px}.product-card:first-child{grid-column:1/-1}.product-card:first-child .product-image{height:auto;aspect-ratio:1.2}.product-card:nth-child(2),.product-card:nth-child(3){padding-top:0}.product-image,.product-card:nth-child(3) .product-image{height:auto;aspect-ratio:.9}.product-card h3{font-size:1rem;line-height:1.4}.product-card:first-child h3{font-size:1.375rem}.product-category{font-size:.625rem;margin-top:13px}.product-arrow{width:32px;height:32px;font-size:1.125rem;inset-inline-end:8px;inset-block-end:8px}.product-card:first-child .product-arrow{width:40px;height:40px}.tastes-bottom{margin-top:29px;align-items:start}.tastes-bottom p{font-size:.75rem}.tastes-bottom a{font-size:.8125rem}.places-editorial .section-heading{margin-bottom:28px;gap:20px}.places-spread{grid-template-columns:1fr;gap:30px}.places-photo img{height:325px}.places-photo figcaption{font-size:.6875rem;padding-top:13px}.location-row{padding-block:18px;gap:14px;grid-template-columns:20px minmax(0,1fr) 34px}.location-row strong{font-size:1.375rem}.location-row small{font-size:.625rem}.location-coming{font-size:.75rem}.partnership-background{height:300px}.partnership-inner.wrap{padding-block:35px 38px}.partnership-copy{padding-top:20px}.partnership-copy h2{font-size:2.5rem;line-height:1.2}.partnership-copy p{font-size:.9375rem;line-height:1.8;margin-block:20px}.partnership-bottom{margin-top:28px;padding-top:20px;gap:15px}.partnership-bottom>span:first-child{font-size:.875rem}.partnership-bottom>span:last-child{font-size:.625rem}.footer{padding-top:43px}.footer-top{gap:18px;padding-bottom:25px}.footer-top h2{font-size:2.25rem;line-height:1.25;max-width:400px}.footer-top .eyebrow{font-size:.5rem;letter-spacing:.05em}.footer-round{width:45px;height:45px;font-size:1.5rem}.footer-grid{padding-block:26px 30px}.footer-phone{font-size:1.5rem}.footer-group>a{font-size:1.25rem}.page-intro{padding-block:40px 36px}.page-intro h1{font-size:2.5rem;line-height:1.2}.branch-detail h1{font-size:2.5rem;line-height:1.2}.wide-photo img{height:290px}.gallery-row img{height:250px}.gallery-row{padding-bottom:58px}html[dir=rtl] .welcome h1{font-size:clamp(2.25rem,8.7vw,3.25rem);line-height:1.5}html[dir=rtl] .world-heading h2,html[dir=rtl] .tastes-section h2,html[dir=rtl] .places-editorial h2{font-size:2.25rem;line-height:1.45}
}
@media(max-width:360px){:root{--gutter:18px}.welcome h1{font-size:2.1875rem}.welcome-copy .button-row{gap:10px}.welcome-copy .button{padding-inline:14px;gap:12px}.welcome-copy .text-link{font-size:.6875rem;gap:7px}.welcome-photo img{height:255px}.world-heading h2{font-size:2.1875rem}.tastes-section h2,.places-editorial h2,.partnership-copy h2{font-size:2.25rem}.taste-tabs{gap:16px}.taste-tabs button{font-size:.6875rem}.product-grid{column-gap:15px}.product-card h3{font-size:.9375rem}.partnership-background{height:265px}.footer-top h2{font-size:2rem}.languages>.language-panel{width:218px}}
@media(prefers-reduced-motion:reduce){.editorial-reveal{opacity:1;translate:none;transition:none}.language-chevron{transition:none}}

/* Compact controls: quiet borders and full-sized touch targets. */
:root{--header-height:80px}
.brand{width:72px;height:78px}.brand img{width:88px;height:88px}
.button,.welcome-copy .button,.branch-detail .button,.franchise-stage-invitation .button{min-height:44px;padding:10px 16px;gap:15px;border-radius:3px;font-size:.8125rem;font-weight:550;line-height:1.5;box-shadow:none}
.button span:last-child{font-size:1rem;line-height:1}
.button.coral{background:transparent;border-color:#c6a09b;color:var(--ink)}
.button.coral:hover{background:#f4e6e0;border-color:#af7c77}
.button.dark{background:transparent;border-color:#b7ada2;color:var(--ink)}
.button.dark:hover{background:#e9e1d7;border-color:#9e8f80}
.text-link,.welcome-copy .text-link{font-weight:550;gap:13px}
.text-link span{font-size:1rem}
.header-tools{gap:24px}
.button.header-cta{background:none;color:var(--paper);border:0;border-bottom:1px solid #ffffff40;border-radius:0;min-height:44px;padding:9px 0;font-size:.75rem;gap:15px}
.button.header-cta:hover{color:var(--coral);background:none;border-color:var(--coral)}
.languages summary{background:none;border-color:transparent;border-radius:3px;padding:8px 5px;gap:8px;min-height:44px;font-weight:500}
.languages summary:hover,.languages[open] summary{background:none;border-color:transparent;color:var(--coral)}
.language-globe{width:17px;height:17px}.language-chevron{width:11px;height:11px}
.languages>.language-panel{width:205px;padding:7px;border-radius:7px;box-shadow:0 7px 22px #17100d14}
.language-panel-label{padding:8px 10px;font-size:.625rem}
.languages .language-panel>a{padding:10px;min-height:44px;gap:10px;border-radius:3px}
.language-code{border:0;width:24px;height:auto;font-weight:500;color:#9a8d81;font-size:.5625rem}
.languages .language-panel>a[aria-current]{background:#f7eee8;color:#862f38}
.product-arrow{display:none}.location-arrow{border:0;background:none;font-size:1.125rem}
.footer-round{border:0;background:none;width:44px;height:44px;font-size:1.75rem}
.gallery-row span{display:none}
.branch-actions{gap:22px}.branch-actions a{font-weight:500}
.taste-tabs button{font-weight:500;border-bottom-width:1px}
.branch-filter input{background:transparent;border-color:#cfc6bb;border-radius:3px}
.icon-button{font-weight:400}
@media(max-width:980px){:root{--header-height:72px}.brand{width:65px;height:70px}.brand img{width:82px;height:82px}.header-tools{gap:14px}}
@media(max-width:680px){.welcome-copy .button,.branch-detail .button,.franchise-stage-invitation .button{font-size:.75rem;padding-inline:14px;gap:13px}.welcome-copy .button-row{gap:18px}.header-tools{gap:12px}.languages>.language-panel{width:200px;inset-block-start:calc(100% + 10px)}.languages summary{min-height:44px}.location-arrow{width:32px;height:32px}.button-row .text-link{gap:10px}}

/* refinement.css */
/* Proportional layouts and improved media readability; original brand palette. */
.site-header .header-inner{max-width:1920px}
/* Only photo-led inner pages place the fixed header over the opening image. */
.has-page-cover .site-header{position:fixed;background:#28211e;transition:background .25s,border-color .25s}
.js .has-page-cover .site-header.is-over-page-cover{background:transparent;border-color:#ffffff30}
.has-page-cover .site-header:has(.nav-toggle[aria-expanded=true]){background:#28211e;border-color:#ffffff26}
.has-page-cover .site-header.is-over-page-cover a:focus-visible,.has-page-cover .site-header.is-over-page-cover button:focus-visible,.has-page-cover .site-header.is-over-page-cover summary:focus-visible{outline-color:var(--coral)}
@media(prefers-reduced-motion:reduce){.has-page-cover .site-header{transition:none}}
/* Legacy 404 spacing targeted every button, including the shared header CTA. */
.page-notfound .button{margin-top:0}
.footer-copyright{display:flex;align-items:center;gap:.4em;white-space:nowrap;direction:ltr}.footer-credit{display:inline-flex;align-items:center;min-height:44px;font-size:inherit}
.footer-bottom{gap:16px 24px;flex-wrap:wrap}
.cinema-media video{pointer-events:none}
.cinema-media::after{background:linear-gradient(180deg,#20181191 0%,#20181180 30%,#2018119e 72%,#201811ad 100%)}
.cinema-content h1{font-weight:500;text-shadow:0 2px 18px #150e0845}
.cinema-content p{color:#fffaf5;text-shadow:0 1px 8px #150e0866}
.cinema-bottom{justify-content:center}
/* Protect intrinsic grid sizing, long translations and phone numbers. */
main,section,article,aside,figure,fieldset,.wrap,.button-row>*,.footer-grid>*{min-width:0}
.section-heading>div,.footer-top>div{min-width:0;max-width:100%}
.franchise-application-heading>*{min-width:0;max-width:100%}
/* Let enlarged phone text wrap inside its grid cell instead of widening the page. */
.franchise-application-intro>*{min-width:0;max-width:100%}
.franchise-application-phone>bdi,.contact-central>a>bdi,.directory-phone>bdi{min-width:0;white-space:normal;overflow-wrap:anywhere}
.franchise-application-phone>span,.contact-central>a>span,.directory-phone>span{flex-shrink:0}
.franchise-whatsapp-copy bdi{max-width:100%;white-space:normal;overflow-wrap:anywhere}
.franchise-questions>*{min-width:0;max-width:100%}
.franchise-questions summary>span:first-child{min-width:0;overflow-wrap:anywhere}
main h1,main h2,main h3,.footer h2,.directory-address p{overflow-wrap:break-word}
.button-row>a,.cinema-actions>a{max-width:100%;white-space:normal}
.brand{flex-shrink:0}
.product-image[data-product="v60"] img{object-position:80% center}
.page-intro,.inner-heading,.locations-intro,.franchise-stage-inner{scroll-margin-top:calc(var(--header-height) + 1px)}
@media(min-width:1921px){
 :root{--gutter:88px}
 .wrap{max-width:1920px}
 .site-header .header-inner{padding-inline:64px}
 .cinema-content{max-width:1600px}
 .cinema-content h1{font-size:6.5rem}
 .cinema-content p{font-size:1.125rem;max-width:620px}
 .world-main-photo img{height:550px}
 .world-detail-photo{max-width:430px}.world-detail-photo img{height:260px}
 .places-photo img{height:560px}
 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
 .product-card:first-child .product-image{height:420px}
 .product-image{height:340px}
 .product-card:nth-child(3) .product-image{height:310px}
 .franchise-stage-photo{max-width:2560px;margin-inline:auto}
 .franchise-stage-photo img{height:640px}
 .partnership-editorial{grid-template-columns:minmax(0,1fr) minmax(0,1fr);max-width:1920px;margin-inline:auto}
 .partnership-inner.wrap{padding-inline:80px}
 .partnership-background img{position:static;height:100%;min-height:600px}
 .gallery-row img{height:340px}
}
@media(max-width:980px){
 .footer-copyright{width:100%}
 .site-header .header-inner{gap:12px}
}
@media(max-width:680px){
 .site-header .brand img{width:70px;height:70px}
}
@media(max-width:360px){
 :root{--gutter:16px}
 .site-header .header-inner{gap:8px}
 .header-tools{gap:8px}
 .cinema-content h1{font-size:clamp(1.95rem,10vw,2.5rem)}
 .cinema-content .eyebrow{font-size:.5rem;letter-spacing:.04em}
 .cinema-content p{font-size:.8125rem}
 .cinema-actions{gap:10px}.cinema-actions .button{padding-inline:12px;gap:10px;font-size:.6875rem}
 .cinema-content{padding-block:calc(var(--header-height) + 52px) 110px}
 .footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px 18px}
 .footer-grid>div:first-child,.footer-group{grid-column:1/-1}
 .footer-top h2{font-size:1.75rem}
 .footer-bottom{gap:10px 16px}
 .directory-phone{font-size:1rem;gap:10px}
 .contact-central>a{font-size:1.5rem;gap:12px}
 .branch-filter{min-width:0}
 .language-panel{max-width:calc(100vw - 32px)}
 .franchise-edition{font-size:.5625rem;letter-spacing:0}
 .franchise-proof-line .wrap{gap:16px}
 html[dir=rtl] .cinema-content h1{font-size:2rem}
}
@media(max-width:300px){
 .brand{width:54px}.brand img{width:72px;height:72px}
 .site-header .brand img{width:62px;height:62px}
 .languages summary{gap:5px}
 .cinema-actions{flex-direction:column}.cinema-actions .button{width:100%;max-width:220px}
 .taste-tabs{gap:10px}.taste-tabs button{font-size:.625rem}
 .product-grid{column-gap:12px}.product-card h3{font-size:.8125rem}
 .franchise-stage-top{align-items:flex-start;flex-direction:column;gap:10px}
 .franchise-application-form-wrap{padding-inline:15px}
 .franchise-application-heading h2{font-size:1.7rem}
 .inner-heading h1,.locations-intro h1,.page-intro h1,.branch-detail h1{font-size:2.125rem}
}
@media(prefers-reduced-motion:reduce){.cinema-content h1,.cinema-content p{text-shadow:none}}

@media(max-width:680px){
 .footer-bottom>a:not(:last-child),.footer-bottom>button{display:inline-flex;align-items:center;min-height:44px}
}

/* page-headers.css */
/* Photographic inner-page openings; header overlay is handled by refinement.css. */
.page-cover{position:relative;isolation:isolate;background:#28211e;color:#fffaf5}
.page-cover-media,.page-cover-media::after,.page-cover-media>img{position:absolute;inset:0;width:100%;height:100%}
.page-cover-media{z-index:-1;overflow:hidden;pointer-events:none}.page-cover-media>img{object-fit:cover;object-position:50% 54%}
.page-cover-media::after{content:'';background:linear-gradient(90deg,rgba(24,18,15,.84),rgba(24,18,15,.73) 40%,rgba(24,18,15,.38) 75%,rgba(24,18,15,.3)),linear-gradient(180deg,rgba(20,15,12,.52),transparent 46%,rgba(20,15,12,.14))}
.page-cover--about .page-cover-media>img{object-position:64% 51%}.page-cover--branches .page-cover-media>img,.page-cover--faq .page-cover-media>img{object-position:55% 57%}.page-cover--branch .page-cover-media>img{object-position:52% 58%}.page-cover--franchise .page-cover-media>img,.page-cover--career .page-cover-media>img{object-position:58% 56%}
.page-cover-shell{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:600px;padding-block:calc(var(--header-height) + 76px) 58px}
.page-cover-inner{width:min(100%,780px);min-width:0}.page-cover-heading,.page-cover-copy{min-width:0;max-width:100%}
.page-cover-heading>.eyebrow{display:block;color:#f1dfd0;font-size:.6875rem;font-weight:500;letter-spacing:.08em;margin-bottom:16px}
.page-cover h1{font-family:var(--sans);font-size:clamp(2.625rem,5.2vw,4.75rem);font-weight:500;line-height:1.1;letter-spacing:-.045em;margin:0;max-width:21ch;overflow-wrap:break-word;text-wrap:balance}
.page-cover-copy{margin-top:25px}.page-cover-copy>p{color:#f1ebe5;font-size:1rem;line-height:1.85;max-width:62ch;margin:0;text-wrap:pretty}
.page-cover-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px 28px;margin-top:22px;max-width:100%}
.page-cover-actions .button,.page-cover-actions .text-link{display:inline-flex;align-items:center;justify-content:space-between;min-height:44px;max-width:100%;margin:0;padding:10px 0;border:0;border-bottom:1px solid #ffffff7a;border-radius:0;color:#fffaf5;background:transparent;font-size:.8125rem;font-weight:500;line-height:1.65;gap:22px;white-space:normal;text-align:start;transform:none}
.page-cover-actions .button:hover,.page-cover-actions .text-link:hover{background:transparent;color:#ffadb1;border-color:#ffadb1;transform:none}.page-cover-actions .button>span[aria-hidden],.page-cover-actions .text-link>span[aria-hidden]{font-size:1rem;flex-shrink:0}.page-cover-actions bdi{min-width:0;overflow-wrap:anywhere}
.page-cover-actions .franchise-whatsapp{color:#fffaf5;border-color:#ffffff7a;max-width:100%}.page-cover-actions .franchise-whatsapp:hover{color:#bfe1c9;border-color:#bfe1c9;background:transparent}
.page-cover-trail{max-width:100%;margin-top:32px;color:#f1e7df;font-size:.75rem;line-height:1.6;overflow-wrap:anywhere}.page-cover-trail ol{display:flex;align-items:center;flex-wrap:wrap;gap:0;list-style:none;padding:0;margin:0}.page-cover-trail li{display:inline-flex;align-items:center;min-width:0;max-width:100%;min-height:44px}.page-cover-trail li+li::before{content:'/';color:#e3d7ce;margin-inline:14px;flex-shrink:0}.page-cover-trail a{display:inline-flex;align-items:center;min-height:44px;max-width:100%;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px}.page-cover-trail a:hover{color:#fff;text-decoration-color:currentColor}.page-cover-trail [aria-current]{color:#fffaf5}.page-cover :focus-visible{outline:2px solid #fffaf5;outline-offset:5px}
.page-cover-search{display:flex;align-items:center;gap:14px;max-width:420px;margin-top:24px;border:1px solid #ffffff7a;background:#17110e40;border-radius:2px;min-height:48px;color:#fffaf5;padding-inline:14px}.page-cover-search>svg{flex-shrink:0}.page-cover-search>input{display:block;width:100%;min-width:0;border:0;border-radius:0;background:transparent;color:#fffaf5;padding:12px 0;font:inherit;font-size:.875rem;box-shadow:none;outline:none}.page-cover-search>input::placeholder{color:#f0e9e3;opacity:1}.page-cover-search:focus-within{outline:2px solid #fffaf5;outline-offset:5px}
.page-cover-phone{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:350px;margin-top:21px;padding-block:8px 12px;border-bottom:1px solid #ffffff7a}.page-cover-phone>span{min-width:0}.page-cover-phone small{display:block;color:#eaded5;font-size:.6875rem;margin-bottom:5px}.page-cover-phone bdi{font-size:1.625rem;line-height:1.5;letter-spacing:-.025em;overflow-wrap:anywhere}.page-cover-phone>span[aria-hidden]{flex-shrink:0}.page-cover-phone:hover{color:#ffadb1;border-color:#ffadb1}
html[dir=rtl] .page-cover-media::after{background:linear-gradient(270deg,rgba(24,18,15,.84),rgba(24,18,15,.73) 40%,rgba(24,18,15,.38) 75%,rgba(24,18,15,.3)),linear-gradient(180deg,rgba(20,15,12,.52),transparent 46%,rgba(20,15,12,.14))}html[dir=rtl] .page-cover h1{letter-spacing:0;line-height:1.4}html[dir=rtl] .page-cover-heading>.eyebrow{letter-spacing:0}

/* Content below each opening retains its established spacing. */
.page-cover+.branch-directory-section{padding-top:50px}.page-about .split-copy{padding-block:76px}.page-about .split-copy h2{font-size:clamp(2rem,3.1vw,3.25rem)}
.contact-overview.contact-overview--compact{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:9%;padding-top:58px;align-items:start}.contact-overview--compact .contact-central{padding-block:15px 30px}.contact-overview--compact .contact-options{padding-top:0}.contact-overview--compact .contact-route:first-child{border-top:0;padding-top:10px}.contact-overview--compact .contact-central>p{max-width:45ch}
.branch-visit-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:9%;padding-block:65px 70px}.branch-visit-heading{min-width:0}.branch-visit-heading>.eyebrow{color:#856653;font-size:.625rem}.branch-visit-heading h2{font-size:clamp(1.75rem,2.8vw,2.5rem);margin-top:17px;line-height:1.3;overflow-wrap:anywhere}.branch-visit-heading>p{font-size:.8125rem;line-height:1.85;margin-top:20px;max-width:43ch;overflow-wrap:anywhere}.branch-visit-heading>.button{margin-top:24px;min-height:44px}
.branch-visit-details{display:grid;gap:20px;margin:0;padding:0;min-width:0}.branch-visit-details>div{border-bottom:1px solid var(--line);padding-bottom:20px;min-width:0}.branch-visit-details dt{font-size:.625rem;color:#705c4d;line-height:1.7;margin-bottom:9px}.branch-visit-details dd{margin:0;font-size:.9375rem;color:var(--ink);line-height:1.85;overflow-wrap:anywhere}.branch-visit-details dd a{display:inline-flex;align-items:center;min-height:44px}.branch-visit-details .branch-visit-phone{font-size:1.25rem;letter-spacing:-.025em}.page-branch .branch-visit-section+.section{padding-top:0}
.legal-content{padding-block:58px 75px}.legal-content>div{max-width:850px;margin-inline:auto}.legal-content p{font-size:.9375rem;line-height:1.95;max-width:none}.legal-content h2{font-size:2rem;line-height:1.35;margin-block:40px 20px}.legal-content .button{margin-top:25px}
.contact-overview .contact-central>.contact-branch-link{display:inline-flex;justify-content:flex-start;font-size:.8125rem;line-height:1.7;letter-spacing:0;gap:20px;border:0;border-bottom:1px solid var(--line);padding-block:12px}.branch-directory-section>.mascot-guide--branches{margin-top:32px}

@media(min-width:1921px){.page-cover-shell{max-width:1920px;min-height:640px}}
@media(max-width:1100px){.page-cover-inner{width:min(100%,700px)}.page-cover-actions{gap:8px 24px}.contact-overview.contact-overview--compact{gap:6%}}
@media(max-width:980px){.page-cover-shell{min-height:560px;padding-block:calc(var(--header-height) + 64px) 46px}.page-cover h1{font-size:clamp(2.625rem,6.5vw,4rem)}.page-cover-media::after,html[dir=rtl] .page-cover-media::after{background:linear-gradient(180deg,rgba(24,18,15,.7),rgba(24,18,15,.73))}}
@media(max-width:760px){
.page-cover-shell{min-height:520px;padding-block:calc(var(--header-height) + 48px) 36px}.page-cover h1{font-size:clamp(2.375rem,7.8vw,3.5rem);line-height:1.15;max-width:22ch;letter-spacing:-.035em}.page-cover-heading>.eyebrow{font-size:.625rem;margin-bottom:13px}
.page-cover-copy{margin-top:20px}.page-cover-copy>p{font-size:.9375rem;line-height:1.85;max-width:58ch}.page-cover-actions{margin-top:18px;gap:8px 22px}.page-cover-actions .button,.page-cover-actions .text-link{font-size:.8125rem;gap:15px}.page-cover-trail{font-size:.6875rem;margin-top:24px}.page-cover-trail li+li::before{margin-inline:11px}.page-cover-search{margin-top:21px}.page-cover-phone{margin-top:19px}
.page-cover+.branch-directory-section{padding-top:33px}.page-about .split-copy{padding-block:48px}.contact-overview.contact-overview--compact{grid-template-columns:1fr;gap:20px;padding-top:30px}.contact-overview--compact .contact-central{padding-block:6px 15px}.contact-overview--compact .contact-route:first-child{padding-top:22px;border-top:1px solid var(--line)}.branch-visit-section{grid-template-columns:1fr;gap:34px;padding-block:38px 48px}.branch-visit-heading h2{font-size:1.875rem;margin-top:14px}.branch-visit-heading>p{margin-top:17px;max-width:55ch}.branch-visit-heading>.button{margin-top:20px}.branch-visit-details{gap:18px}.branch-visit-details>div{padding-bottom:18px}.branch-visit-details dd{font-size:.875rem}.legal-content{padding-block:38px 50px}.legal-content p{font-size:.875rem}.legal-content h2{font-size:1.75rem;margin-block:30px 17px}
}
@media(max-width:360px){.page-cover h1{font-size:2.25rem}.page-cover-copy>p{font-size:.875rem}.page-cover-actions{gap:8px 18px}.page-cover-actions .button,.page-cover-actions .text-link{font-size:.75rem;gap:12px}.page-cover-phone bdi{font-size:1.375rem}}

/* Optional inner-page film: the eager image stays underneath as the LCP poster and fallback. */
.page-cover-media>video{position:absolute;inset:0;width:100%;height:100%;z-index:0;object-fit:cover;object-position:50% 54%;opacity:0;transition:opacity .65s ease;pointer-events:none}.page-cover-media::after{z-index:1}.page-cover.has-cover-video .page-cover-media>video{opacity:1}
.page-cover--about .page-cover-media>video{object-position:64% 51%}.page-cover--branches .page-cover-media>video,.page-cover--faq .page-cover-media>video{object-position:55% 57%}.page-cover--branch .page-cover-media>video{object-position:52% 58%}.page-cover--franchise .page-cover-media>video,.page-cover--career .page-cover-media>video{object-position:58% 56%}
@media(prefers-reduced-motion:reduce){.page-cover-media>video{transition:none}}

/* Branch covers return to a full photographic opening with a calmer text field. */
.page-cover--branch .page-cover-media::after{background:linear-gradient(90deg,rgba(23,17,14,.9) 0%,rgba(23,17,14,.74) 35%,rgba(23,17,14,.25) 69%,rgba(23,17,14,.12) 100%),linear-gradient(180deg,rgba(16,12,10,.42),transparent 45%,rgba(16,12,10,.34))}
.page-cover--branch .page-cover-inner{width:min(100%,820px)}
.page-cover--branch .page-cover-copy>p{max-width:57ch;text-shadow:0 1px 18px rgba(0,0,0,.22)}
html[dir=rtl] .page-cover--branch .page-cover-media::after{background:linear-gradient(270deg,rgba(23,17,14,.9) 0%,rgba(23,17,14,.74) 35%,rgba(23,17,14,.25) 69%,rgba(23,17,14,.12) 100%),linear-gradient(180deg,rgba(16,12,10,.42),transparent 45%,rgba(16,12,10,.34))}
@media(max-width:980px){.page-cover--branch .page-cover-media>img{object-position:54% center}.page-cover--branch .page-cover-media::after,html[dir=rtl] .page-cover--branch .page-cover-media::after{background:linear-gradient(180deg,rgba(20,15,12,.67),rgba(20,15,12,.76))}.page-cover--branch .page-cover-shell{min-height:520px}}

/* branch-map.css */
.branch-map-section{padding-block:0 clamp(54px,6vw,84px);min-width:0}
.branch-map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-block:0 24px}
.branch-map-heading .eyebrow{font-size:.625rem;color:#856653;line-height:1.8}
.branch-map-heading h2{font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.4;margin-top:10px}
.branch-map-link{flex-shrink:0;display:inline-flex;align-items:center;justify-content:space-between;gap:18px;min-height:44px;font-size:.8125rem;line-height:1.6}
.branch-map-frame{background:var(--cream);border:1px solid var(--line);border-radius:6px;overflow:hidden}
.branch-map-frame iframe{display:block;width:100%;height:clamp(340px,32vw,520px);border:0}

.branch-local-guide{padding-block:clamp(48px,6vw,88px)}
.branch-local-guide-panel{padding:clamp(32px,4.8vw,70px);background:var(--cream);border-radius:6px}
.branch-local-guide-heading{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.85fr);gap:24px 9%;align-items:end}
.branch-local-guide-heading>div,.branch-local-guide-heading>p{min-width:0}
.branch-local-guide-heading .eyebrow{color:#7d604e;font-size:.625rem}
.branch-local-guide-heading h2{font-size:clamp(2rem,3.25vw,3.5rem);font-weight:500;line-height:1.08;letter-spacing:-.045em;max-width:16ch;margin-top:16px;text-wrap:balance}
.branch-local-guide-heading p{font-size:clamp(.9375rem,1.1vw,1.0625rem);line-height:1.85;color:#625b53;max-width:55ch;margin:0}
.branch-local-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(34px,4vw,52px);border-top:1px solid #cfc3b6}
.branch-local-guide-grid article{min-width:0;padding:clamp(24px,3vw,38px) clamp(14px,2vw,28px) 0 0;padding-inline-start:0;padding-inline-end:clamp(14px,2vw,28px)}
.branch-local-guide-grid article+article{border-inline-start:1px solid #cfc3b6;padding-inline-start:clamp(18px,2.4vw,34px)}
.branch-local-guide-grid span{font-size:.6875rem;letter-spacing:.12em;color:#a34249}
.branch-local-guide-grid h3{font-size:clamp(1.18rem,1.6vw,1.5rem);font-weight:550;margin:19px 0 11px;line-height:1.35}
.branch-local-guide-grid p{color:#625b53;font-size:.875rem;line-height:1.8;margin:0;max-width:38ch}

.branch-menu-showcase{background:#e7ded3;color:var(--ink)}
.branch-menu-showcase>.section{padding-block:clamp(56px,7vw,92px)}
.branch-menu-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);align-items:end;gap:26px 9%;margin-bottom:clamp(30px,4vw,48px)}
.branch-menu-heading>*{min-width:0}.branch-menu-heading .eyebrow{font-size:.625rem;color:#6b5244}
.branch-menu-heading h2{font-size:clamp(2rem,3.35vw,3.5rem);font-weight:500;line-height:1.1;letter-spacing:-.045em;margin-top:16px;max-width:14ch}
.branch-menu-intro p{font-size:.875rem;line-height:1.8;color:#62594f;max-width:42ch}
.branch-menu-intro .text-link{margin-top:14px;font-size:.8125rem}
.branch-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,24px)}
.branch-menu-card{display:block;min-width:0}
.branch-menu-card figure{position:relative;margin:0;aspect-ratio:1.18;overflow:hidden;border-radius:5px;background:#d8cabd}
.branch-menu-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.branch-menu-card:hover img{transform:scale(1.025)}
.branch-menu-meta{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:end;gap:4px 18px;padding-top:15px}
.branch-menu-meta small{grid-column:1;color:#735f52;font-size:.625rem;line-height:1.5}
.branch-menu-meta strong{grid-column:1;font-size:clamp(1.05rem,1.45vw,1.35rem);font-weight:550;line-height:1.4;overflow-wrap:anywhere}
.branch-menu-meta i{grid-column:2;grid-row:1/3;align-self:center;display:grid;place-items:center;width:32px;height:32px;border:1px solid #bbaa99;border-radius:50%;font-size:1rem;font-style:normal;transition:background .2s,border-color .2s}
.branch-menu-card:hover .branch-menu-meta i{background:#f8f5ef;border-color:#8f7b69}
html[dir=rtl] .branch-local-guide-heading h2,html[dir=rtl] .branch-menu-heading h2{letter-spacing:0;line-height:1.45}

@media(max-width:760px){
 .branch-local-guide{padding-block:46px}.branch-local-guide-panel{padding:30px 24px}.branch-local-guide-heading{grid-template-columns:1fr;gap:18px;align-items:start}.branch-local-guide-heading h2{font-size:2.25rem;max-width:17ch}.branch-local-guide-heading p{max-width:58ch}
 .branch-local-guide-grid{grid-template-columns:1fr;margin-top:30px}.branch-local-guide-grid article{padding:22px 0}.branch-local-guide-grid article+article{border-inline-start:0;border-top:1px solid #cfc3b6;padding-inline-start:0}.branch-local-guide-grid article:last-child{padding-bottom:0}.branch-local-guide-grid h3{margin-top:13px}
 .branch-map-section{padding-bottom:52px}.branch-map-heading{align-items:flex-start;flex-direction:column;gap:14px;padding-bottom:18px}.branch-map-link{flex-shrink:1}.branch-map-frame iframe{height:360px}
 .branch-menu-showcase>.section{padding-block:54px}.branch-menu-heading{grid-template-columns:1fr;align-items:start;gap:18px;margin-bottom:28px}.branch-menu-heading h2{font-size:2.35rem}.branch-menu-intro .text-link{margin-top:10px}
 .branch-menu-grid{grid-template-columns:1fr 1fr;gap:24px 14px}.branch-menu-card:first-child{grid-column:1/-1}.branch-menu-card:first-child figure{aspect-ratio:1.35}.branch-menu-card:not(:first-child) figure{aspect-ratio:.92}.branch-menu-meta{grid-template-columns:minmax(0,1fr) 28px;gap:3px 7px;padding-top:11px}.branch-menu-meta i{width:28px;height:28px}.branch-menu-meta strong{font-size:.975rem}
}
@media(max-width:390px){.branch-local-guide-panel{padding:27px 20px}.branch-local-guide-heading h2,.branch-menu-heading h2{font-size:2.05rem}.branch-menu-grid{gap-inline:12px}.branch-menu-meta i{display:none}.branch-menu-meta{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.branch-menu-card img{transition:none}}

/* guide.css */
.page-guide,.page-article{background:var(--paper)}
.guide-hero{background:#efe9df;border-bottom:1px solid var(--line);overflow:hidden}
.guide-hero__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.7fr);gap:8%;align-items:center;min-height:610px;padding-block:76px}
.guide-hero__copy{max-width:790px}
.guide-hero__copy .eyebrow{color:#8d554e}
.guide-hero h1{font-size:clamp(3.75rem,7vw,7.5rem);margin-top:25px;max-width:760px;font-weight:500;line-height:.98}
.guide-hero__copy>p{font-size:1.0625rem;line-height:1.85;margin-top:31px;max-width:560px;color:#615852}
.guide-hero__art{position:relative;width:min(100%,470px);justify-self:end;margin:0;padding:24px 24px 48px;background:#f9f5ee;border:1px solid #dbd0c3;rotate:2deg}
.guide-hero__art::before{content:'';position:absolute;width:84px;height:84px;border:1px solid #a8897c;border-radius:50%;inset-block-start:-35px;inset-inline-end:-28px}
.guide-hero__art img{width:100%;aspect-ratio:1/1;height:auto;object-position:center;border-radius:2px}
.guide-hero__art figcaption{position:absolute;inset-inline:24px;inset-block-end:16px;font-size:.625rem;letter-spacing:.12em;color:#776960}

.guide-index{padding-block:104px 120px}
.guide-index__heading{display:grid;grid-template-columns:1fr 2fr;gap:5%;align-items:end;margin-bottom:52px;padding-bottom:28px;border-bottom:1px solid var(--ink)}
.guide-index__heading .eyebrow{color:#87594d}
.guide-index__heading h2{font-size:clamp(2.75rem,4.4vw,4.5rem)}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:72px 36px}
.guide-card{min-width:0;border-bottom:1px solid var(--line);padding-bottom:34px}
.guide-card--featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:6%;align-items:center;padding-bottom:52px}
.guide-card__media{display:block;overflow:hidden;background:#e9e1d7;border-radius:4px}
.guide-card__media img{width:100%;aspect-ratio:1.55/1;height:auto;transition:transform .55s ease}
.guide-card:not(.guide-card--featured) .guide-card__media img{aspect-ratio:1.45/1}
.guide-card__media:hover img{transform:scale(1.025)}
.guide-card__copy{padding-top:24px}
.guide-card--featured .guide-card__copy{padding-top:0}
.guide-card__meta{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#85574d;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase}
.guide-card__meta time{color:var(--muted);letter-spacing:0;text-transform:none}
.guide-card h3{font-size:clamp(1.75rem,3vw,3.25rem);line-height:1.13;font-weight:500;margin-top:18px}
.guide-card:not(.guide-card--featured) h3{font-size:clamp(1.625rem,2.35vw,2.5rem)}
.guide-card h3 a:hover{color:#9c3c44}
.guide-card__copy>p{font-size:.9375rem;line-height:1.85;margin-top:18px}
.guide-card .text-link{margin-top:22px}
.guide-empty{min-height:260px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#f0ebe2;padding:40px}
.guide-empty .text-link{margin-top:20px}
.guide-cta{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:8%;background:linear-gradient(118deg,#e7d1bc 0%,#f2e6d7 56%,#e9c7c4 100%);color:var(--ink);padding-block:60px;padding-inline:max(var(--gutter),calc((100% - 1600px)/2 + var(--gutter)));max-width:none;border-top:1px solid #d3b9a7;border-bottom:1px solid #d1b5a2}
.guide-cta::before{content:'';position:absolute;width:360px;aspect-ratio:1;border:1px solid #8d554e3d;border-radius:50%;inset-block-start:-230px;inset-inline-end:7%;box-shadow:0 0 0 42px #fff3;z-index:-1}
.guide-cta::after{content:'';position:absolute;width:11px;height:11px;background:var(--coral);border-radius:50%;inset-block-end:52px;inset-inline-start:calc(50% - 6px);z-index:-1}
.guide-cta h2{font-size:clamp(2.5rem,4vw,4.25rem);margin-top:20px}
.guide-cta .eyebrow{color:#8d4c47}.guide-cta>div:last-child{align-self:end}.guide-cta p{color:#5b4d46;max-width:500px}.guide-cta .button.dark{margin-top:26px;background:var(--ink);color:var(--paper);border-color:var(--ink);box-shadow:0 12px 28px #6f46331f}.guide-cta .button.dark:hover{background:#463a34}

.guide-article__header{padding-block:80px 54px}
.guide-breadcrumb{display:flex;align-items:center;gap:13px;font-size:.75rem;color:var(--muted);margin-bottom:62px}
.guide-breadcrumb a{display:inline-flex;align-items:center;min-height:44px;border-bottom:1px solid transparent}
.guide-breadcrumb a:hover{border-color:currentColor;color:var(--ink)}
.guide-article__heading{display:grid;grid-template-columns:minmax(130px,.35fr) minmax(0,1.65fr);gap:6%;align-items:start}
.guide-article__heading .eyebrow{color:#965148;margin-top:15px}
.guide-article__heading h1{font-size:clamp(3.25rem,6.4vw,7rem);max-width:1180px;grid-column:2;line-height:1.02}
.guide-article__heading>p{grid-column:2;font-size:1.125rem;line-height:1.85;margin-top:28px;max-width:740px;color:#5f5751}
.guide-article__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:58px 0 0 auto;padding-top:22px;border-top:1px solid var(--line);max-width:1080px}
.guide-article__meta div{display:flex;flex-direction:column;gap:6px}.guide-article__meta dt{font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.guide-article__meta dd{margin:0;font-size:.8125rem;font-weight:550}
.guide-article__cover{padding-bottom:90px}.guide-article__cover img{width:100%;height:auto;aspect-ratio:1.9/1;object-position:center;border-radius:5px;background:#e9e1d7}
.guide-article__layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:9%;align-items:start;padding-bottom:72px}
.guide-article__body{max-width:790px;margin-inline-start:calc((100% - 290px)*.11);font-size:1.0625rem;line-height:1.9;color:#443d38;overflow-wrap:anywhere}
.guide-article__body>*+*{margin-top:25px}
.guide-article__body h2,.guide-article__body h3{font-family:var(--sans);font-weight:550;color:var(--ink);letter-spacing:-.035em;scroll-margin-top:110px}
.guide-article__body h2{font-size:clamp(2rem,3.5vw,3.125rem);line-height:1.18;margin-top:60px}
.guide-article__body h3{font-size:1.625rem;line-height:1.3;margin-top:42px}
.guide-article__body p,.guide-article__body li{color:#504843}
.guide-article__body ul,.guide-article__body ol{padding-inline-start:24px}.guide-article__body li+li{margin-top:10px}
.guide-article__body strong{color:var(--ink);font-weight:650}.guide-article__body em{font-family:inherit}
.guide-article__body blockquote{margin-inline:0;padding:26px 30px;border-inline-start:3px solid var(--coral);background:#f0ebe2;font-size:1.15em}
.guide-article__body blockquote p{color:#473d38}
.guide-article__body a{text-decoration:underline;text-decoration-color:#c87877;text-underline-offset:4px}.guide-article__body a:hover{color:#9c3c44}
.guide-article__body img{max-width:100%;height:auto;border-radius:4px}
.guide-article__body table{width:100%;border-collapse:collapse;font-size:.9rem}.guide-article__body th,.guide-article__body td{padding:12px;border-bottom:1px solid var(--line);text-align:start}
.guide-article__aside{position:sticky;top:105px;border-top:2px solid var(--coral);background:#eee7dd;padding:27px 25px}.guide-article__aside .eyebrow{font-size:.625rem}.guide-article__aside p{font-size:.8125rem;line-height:1.8;margin-top:16px}.guide-article__aside .text-link{margin-top:16px}
.guide-article__updated{font-size:.75rem;color:var(--muted);padding-bottom:72px;padding-inline-start:calc(var(--gutter) + 11%)}
.guide-related{border-top:1px solid var(--line);padding-block:86px}
.guide-related__heading{display:grid;grid-template-columns:.55fr 1fr;gap:5%;align-items:start;margin-bottom:42px}.guide-related__heading .eyebrow{color:#87594d}.guide-related__heading h2{font-size:clamp(2.5rem,4vw,4rem)}.guide-related__heading p{grid-column:2;margin-top:15px}
.guide-related__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-inline-start:35%}
.guide-branch-card{position:relative;display:flex;flex-direction:column;min-height:230px;padding:28px;border:1px solid var(--line);background:#f1ece4;transition:background .2s,translate .2s}.guide-branch-card:hover{background:#e8ded2;translate:0 -3px}.guide-branch-card>span{font-size:.6875rem;color:#865349;text-transform:uppercase;letter-spacing:.08em}.guide-branch-card>strong{font-size:1.625rem;line-height:1.25;margin-top:18px;font-weight:550}.guide-branch-card>small{color:var(--muted);font-size:.75rem;line-height:1.7;margin-top:auto;padding-top:24px;padding-inline-end:35px}.guide-branch-card>b{position:absolute;inset-inline-end:25px;inset-block-end:25px;font-size:1.25rem;font-weight:400}
.guide-article-cta{display:grid;grid-template-columns:.42fr 1fr;gap:7%;align-items:start;background:var(--coral);max-width:none;padding-block:70px;padding-inline:max(var(--gutter),calc((100% - 1600px)/2 + var(--gutter)))}
.guide-article-cta>.text-link{justify-self:start}.guide-article-cta>div{max-width:800px}.guide-article-cta h2{font-size:clamp(2.375rem,4vw,4rem)}.guide-article-cta p{color:#503b38;margin-top:20px}.guide-article-cta .button{margin-top:25px;border-color:#715954}

.branch-guide-articles{padding-block:92px;border-top:1px solid var(--line)}
.branch-guide-articles__heading{display:grid;grid-template-columns:.42fr 1fr;gap:7%;align-items:start;margin-bottom:42px}.branch-guide-articles__heading>.eyebrow{color:#87594d;margin-top:13px}.branch-guide-articles__heading h2{font-size:clamp(2.5rem,4.5vw,4.5rem);line-height:1.05}.branch-guide-articles__heading p{max-width:650px;margin-top:18px}
.branch-guide-articles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-inline-start:28%}
.branch-guide-article{display:flex;flex-direction:column;min-height:330px;padding:30px;border:1px solid var(--line);background:#f1ece4;transition:background .2s,translate .2s}.branch-guide-article:hover{background:#e8ded2;translate:0 -3px}.branch-guide-article>span{font-size:.6875rem;color:#865349;text-transform:uppercase;letter-spacing:.08em}.branch-guide-article h3{font-size:clamp(1.45rem,2vw,2.1rem);line-height:1.2;font-weight:550;margin-top:21px}.branch-guide-article p{font-size:.8125rem;line-height:1.75;margin-top:18px;color:var(--muted)}.branch-guide-article b{font-size:.75rem;font-weight:550;margin-top:auto;padding-top:28px}.branch-guide-article i{font-style:normal;margin-inline-start:5px}

html[dir=rtl] .guide-hero__art{rotate:-2deg}html[dir=rtl] .page-article .guide-article__body{margin-inline-start:0;margin-inline-end:calc((100% - 290px)*.11)}
@media(max-width:1100px){
 .guide-hero__inner{grid-template-columns:1.15fr .7fr;gap:5%;min-height:540px}.guide-hero h1{font-size:clamp(3.5rem,7vw,5.75rem)}
 .guide-card--featured{grid-template-columns:1.15fr .85fr;gap:5%}.guide-article__layout{gap:5%}.guide-article__body{margin-inline-start:0}.guide-related__grid{margin-inline-start:25%}
}
@media(max-width:800px){
 .guide-hero__inner{grid-template-columns:1fr;min-height:0;padding-block:60px}.guide-hero__copy{max-width:650px}.guide-hero__art{width:min(72vw,420px);margin-top:42px;justify-self:start;margin-inline-start:14%}
 .guide-index{padding-block:76px}.guide-index__heading{grid-template-columns:1fr;gap:20px}.guide-card--featured{display:block}.guide-card--featured .guide-card__copy{padding-top:24px}
 .guide-article__heading{grid-template-columns:1fr}.guide-article__heading h1,.guide-article__heading>p{grid-column:1}.guide-article__heading .eyebrow{margin:0 0 20px}.guide-article__meta{margin-top:42px}.guide-article__cover{padding-bottom:65px}.guide-article__layout{grid-template-columns:1fr}.guide-article__aside{position:static;margin-top:55px}.guide-article__updated{padding-inline-start:var(--gutter)}
 .guide-related__heading{grid-template-columns:1fr}.guide-related__heading h2,.guide-related__heading p{grid-column:1}.guide-related__heading h2{margin-top:18px}.guide-related__grid{margin:0}
 .branch-guide-articles__grid{grid-template-columns:1fr 1fr;margin-inline-start:0}.branch-guide-articles__heading{grid-template-columns:1fr;gap:20px}.branch-guide-articles__heading>.eyebrow{margin-top:0}
}
@media(max-width:680px){
 .guide-hero__inner{padding-block:45px 58px}.guide-hero h1{font-size:3.25rem;line-height:1.04}.guide-hero__copy>p{font-size:.9375rem;margin-top:23px}.guide-hero__art{width:84vw;margin-inline-start:4%;padding:14px 14px 40px}.guide-hero__art figcaption{inset-inline:14px;inset-block-end:13px;font-size:.5rem}.guide-hero__art::before{width:58px;height:58px;inset-block-start:-25px;inset-inline-end:-19px}
 .guide-index{padding-block:58px 70px}.guide-index__heading{margin-bottom:32px;padding-bottom:22px}.guide-index__heading h2{font-size:2.5rem}.guide-grid{grid-template-columns:1fr;gap:44px}.guide-card--featured{grid-column:auto;padding-bottom:34px}.guide-card__media img,.guide-card:not(.guide-card--featured) .guide-card__media img{aspect-ratio:1.22/1}.guide-card h3,.guide-card:not(.guide-card--featured) h3{font-size:1.75rem}.guide-card__copy>p{font-size:.875rem}.guide-card__meta{align-items:flex-start;flex-direction:column;gap:4px}.guide-cta{grid-template-columns:1fr;gap:28px;padding-block:46px}.guide-cta h2{font-size:2.5rem}
 .guide-article__header{padding-block:40px 38px}.guide-breadcrumb{margin-bottom:38px}.guide-article__heading h1{font-size:2.75rem;line-height:1.09}.guide-article__heading>p{font-size:1rem;margin-top:22px}.guide-article__meta{grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}.guide-article__meta div:first-child{grid-column:1/-1}.guide-article__cover{padding-bottom:48px}.guide-article__cover img{aspect-ratio:1.2/1}.guide-article__body{font-size:1rem;line-height:1.85}.guide-article__body h2{font-size:2rem;margin-top:46px}.guide-article__body h3{font-size:1.4rem;margin-top:35px}.guide-article__body blockquote{padding:20px}.guide-article__aside{margin-top:42px}.guide-article__updated{padding-bottom:50px}
 .guide-related{padding-block:58px}.guide-related__heading{margin-bottom:28px}.guide-related__heading h2{font-size:2.375rem}.guide-related__grid{grid-template-columns:1fr}.guide-branch-card{min-height:210px}.guide-article-cta{grid-template-columns:1fr;gap:34px;padding-block:50px}.guide-article-cta h2{font-size:2.375rem}
 .branch-guide-articles{padding-block:58px}.branch-guide-articles__heading{margin-bottom:28px}.branch-guide-articles__heading h2{font-size:2.375rem}.branch-guide-articles__grid{grid-template-columns:1fr}.branch-guide-article{min-height:265px;padding:25px}
}
@media(prefers-reduced-motion:reduce){.guide-card__media img,.guide-branch-card,.branch-guide-article{transition:none}}

/* A short, branch-specific selection from each verified menu. */
.branch-product-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 30px;margin:30px 0 0;padding:0;list-style:none}
.branch-product-links li{min-width:0;border-top:1px solid #d6c9bc}
.branch-product-links a{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px;padding:20px 0;color:#2b241f;font-size:1.05rem;line-height:1.5}
.branch-product-links a>span:first-child{overflow-wrap:anywhere}
.branch-product-links a:hover{color:#8b393e}.branch-product-links a:focus-visible{outline:2px solid #8b393e;outline-offset:5px}
@media(max-width:760px){.branch-product-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.branch-product-links a{font-size:.9375rem;min-height:72px}}
@media(max-width:420px){.branch-product-links{grid-template-columns:1fr}}

/* closing.css */
/* Direct franchise contact with collision-aware visibility. */
html{scroll-padding-bottom:84px}
.franchise-floating{position:fixed;inset-inline-end:max(22px,env(safe-area-inset-right));inset-block-end:max(20px,env(safe-area-inset-bottom));z-index:19;display:inline-flex;align-items:center;gap:9px;max-width:calc(100vw - 32px);min-height:46px;padding:10px 17px 10px 13px;border:1px solid #d6cdc0;border-radius:999px;background:var(--paper);color:var(--ink);box-shadow:0 3px 16px #211d1a17;font-size:.8125rem;font-weight:600;line-height:1.4;transition:background .2s,border-color .2s}
.franchise-floating svg{flex-shrink:0;color:#276c4c}
.franchise-floating:hover{background:#fffaf4;border-color:#a99785}
.franchise-floating.is-collision-hidden{visibility:hidden;opacity:0;pointer-events:none;animation:none}
.franchise-floating::before{content:"";position:absolute;inset:-1px;border:1px solid var(--coral);border-radius:inherit;pointer-events:none;opacity:0}
@media(prefers-reduced-motion:no-preference){
 .franchise-floating{animation:franchise-arrive .65s cubic-bezier(.22,1,.36,1) .25s backwards;transition:background .2s,border-color .2s,transform .25s ease}
 .franchise-floating::before{animation:franchise-halo 6s ease-out 1.1s 3}
 .franchise-floating svg{transform-origin:center;animation:franchise-greeting 6s ease-in-out 1.1s 3}
 .franchise-floating:is(:hover,:focus-visible)::before,.franchise-floating:is(:hover,:focus-visible) svg{animation:none}
 .franchise-floating:active{transform:translateY(0) scale(.98)}
}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.franchise-floating:hover{transform:translateY(-3px)}}
@keyframes franchise-arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes franchise-halo{0%{opacity:0;transform:scale(1)}5%{opacity:.65;transform:scale(1)}30%,100%{opacity:0;transform:scale(1.14,1.34)}}
@keyframes franchise-greeting{0%,3%,18%,100%{transform:rotate(0)}6%{transform:rotate(-9deg)}10%{transform:rotate(7deg)}14%{transform:rotate(-4deg)}}
body:has(dialog[open]) .franchise-floating,body:has(#navigation.is-open) .franchise-floating{visibility:hidden}
@media(max-width:980px){
 body:has(main input:focus,main textarea:focus,main select:focus) .franchise-floating{visibility:hidden}
}
@media(max-width:640px){
 .franchise-floating{inset-inline-end:max(16px,env(safe-area-inset-right));inset-block-end:max(16px,env(safe-area-inset-bottom));padding-inline:12px 15px;font-size:.75rem}
}
@media(max-width:480px){
 .franchise-floating{inline-size:48px;block-size:48px;min-height:48px;padding:0;justify-content:center;border-radius:50%}
 .franchise-floating>span{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
}
@media(prefers-reduced-motion:reduce){.franchise-floating{transition:none}}

/* mascot.css */
/* Original character cutout uses real alpha transparency and remains uncropped. */
.mascot-guide{--mascot-height:240px;--mascot-width:160px;display:grid;grid-template-columns:var(--mascot-width) minmax(0,1fr);align-items:center;gap:22px;min-width:0;background:var(--cream);color:var(--ink);border-top:1px solid var(--line);padding:18px 24px 18px 16px;isolation:isolate}
.mascot-guide__art{min-width:0}
.mascot-guide__art img{display:block;width:100%;height:var(--mascot-height);max-width:100%;object-fit:contain;object-position:center;transform-origin:50% 88%}
.mascot-guide__copy{min-width:0}
.mascot-guide .mascot-guide__text{margin:0;max-width:30ch;color:var(--ink);font-size:.9375rem;font-weight:500;line-height:1.75;letter-spacing:0;overflow-wrap:break-word}
.mascot-guide .mascot-guide__link{min-height:44px;max-width:100%;margin-top:13px;gap:12px;font-size:.75rem;line-height:1.6;white-space:normal;text-align:start}
.mascot-guide__link>span{flex-shrink:0}
.mascot-guide--welcome{max-width:480px;margin-top:32px}
@media(min-width:681px) and (max-width:980px){.mascot-guide--welcome{--mascot-height:198px;--mascot-width:132px;gap:16px;padding-inline:12px 16px}}
.mascot-guide--branches{--mascot-height:156px;--mascot-width:104px;max-width:720px;margin-bottom:32px;padding-block:10px;gap:26px}
.mascot-guide--branches .mascot-guide__text{font-size:1rem;max-width:38ch}
.mascot-guide--menu{--mascot-height:96px;--mascot-width:64px;gap:18px;padding:10px 16px;margin-block:18px 4px;border-top:0}
.mascot-guide--menu .mascot-guide__text{font-size:.8125rem;font-weight:400;line-height:1.7;max-width:32ch}
.mascot-error{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);align-items:center;gap:clamp(30px,6vw,80px);max-width:1100px;margin-inline:auto;padding-block:70px}
.mascot-error__copy{min-width:0}
.mascot-error__copy h1{font-size:clamp(2rem,3.8vw,3.5rem);line-height:1.2;max-width:17ch}
.mascot-error__copy>p{margin-top:22px;max-width:44ch}
.mascot-error__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px 28px;margin-top:28px}.mascot-error__actions a{min-width:0;max-width:100%;margin-block:0;white-space:normal;overflow-wrap:anywhere}
.mascot-error__art{min-width:0;background:var(--paper);isolation:isolate}
.mascot-error__art img{width:100%;height:420px;max-width:280px;margin-inline:auto;object-fit:contain}
@media(max-width:680px){.mascot-error__actions{justify-content:center}}
@media(max-width:680px){.mascot-guide--welcome{--mascot-height:210px;--mascot-width:140px;max-width:480px;margin-top:27px;gap:20px;padding-inline:12px 20px}.mascot-guide--branches{gap:20px;padding-inline:10px 18px}.mascot-error{grid-template-columns:1fr;gap:26px;padding-block:44px;text-align:center}.mascot-error__copy h1,.mascot-error__copy>p{margin-inline:auto}.mascot-error__art{grid-row:1}.mascot-error__art img{height:240px;max-width:160px}}
@media(max-width:380px){.mascot-guide--welcome{--mascot-height:180px;--mascot-width:112px;gap:14px;padding-inline:10px 14px}.mascot-guide--branches{--mascot-height:132px;--mascot-width:80px;gap:15px}.mascot-guide .mascot-guide__text{font-size:.8125rem}.mascot-guide--menu{gap:12px;padding-inline:10px}.mascot-guide--menu .mascot-guide__text{font-size:.75rem}}
@media(prefers-reduced-motion:no-preference){.mascot-guide__art img{animation:mascot-arrive .7s ease-out backwards;transition:transform .25s ease-out}.mascot-guide:focus-within .mascot-guide__art img{transform:translateY(-3px) rotate(-1.5deg)}}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.mascot-guide:hover .mascot-guide__art img{transform:translateY(-3px) rotate(-1.5deg)}}
@keyframes mascot-arrive{from{opacity:0;transform:translateY(7px) rotate(-1.5deg)}to{opacity:1;transform:translateY(0) rotate(0)}}
@media(prefers-reduced-motion:reduce){.mascot-guide__art img{animation:none;transition:none;transform:none}}

/* help.css */
/* Shared answers stay in server-rendered HTML; JavaScript only opens the guide. */
#help-dialog{width:590px;max-width:calc(100vw - 40px);height:fit-content;max-height:min(800px,calc(100dvh - 64px));margin:auto;padding:0;border:1px solid #ded4c8;border-radius:10px;background:var(--paper);color:var(--ink);box-shadow:0 20px 70px #241d1924;overflow:hidden}
#help-dialog[open]{display:flex;flex-direction:column}
#help-dialog::backdrop{background:#28211e59;backdrop-filter:blur(3px)}
.help-dialog-heading{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:20px;padding:13px 22px 8px 28px;border-bottom:1px solid var(--line)}
.help-dialog-heading .eyebrow{font-size:.625rem;letter-spacing:.08em;font-weight:500}
.help-dialog-heading .icon-button{width:44px;height:44px;flex-shrink:0;border-radius:50%;font-size:1.625rem}
.help-dialog-heading .icon-button:hover{background:var(--cream)}
.help-scroll{padding:20px 28px 24px;overflow-y:auto;overscroll-behavior:contain;min-height:0;scrollbar-gutter:stable}
.help-welcome{display:grid;grid-template-columns:80px minmax(0,1fr);align-items:center;gap:24px;margin-bottom:22px}
.help-welcome img{width:80px;height:120px;object-fit:contain;transform-origin:50% 85%}
.help-welcome h2{font-size:1.6875rem;line-height:1.3;letter-spacing:-.025em;margin:0}
.help-welcome p{font-size:.8125rem;line-height:1.8;margin-top:9px}
.help-topics{display:grid;border-top:1px solid var(--line)}
.help-topics button{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:70px;padding:18px 4px;text-align:start;border-bottom:1px solid var(--line);font-size:.9375rem;font-weight:500}
.help-topics button>span:first-child{min-width:0;overflow-wrap:anywhere}.help-topics button>span:last-child{flex-shrink:0;color:#a94c51}
.help-topics button:hover{color:#a94c51}
.help-navigation{margin-block:0 15px}
.help-back{display:inline-flex;align-items:center;gap:12px;padding:8px 0;min-height:44px;font-size:.75rem;color:#6e6257}
.help-back:hover{color:var(--ink)}
.help-panel h3{font-size:1.1875rem;font-weight:500;line-height:1.5;margin:0 0 18px;letter-spacing:-.02em;overflow-wrap:break-word}
.help-panel h3:focus{outline:none}.help-panel h3:focus-visible{outline:2px solid #c54852;outline-offset:4px}
.help-questions{border-top:1px solid var(--line);min-width:0}
.help-question{min-width:0;border-bottom:1px solid var(--line)}
.help-question>summary{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px 0;min-height:60px;list-style:none;cursor:pointer;font-size:.875rem;line-height:1.7}
.help-question>summary::-webkit-details-marker{display:none}
.help-question>summary>span:first-child{min-width:0;overflow-wrap:anywhere}
.help-question-plus{display:grid;place-items:center;inline-size:1.75rem;block-size:1.75rem;font-size:1.1875rem;line-height:1;flex-shrink:0;font-weight:400}
.help-question-plus>span{display:block;transition:transform .2s}
.help-question[open] .help-question-plus>span{transform:rotate(45deg)}
.help-question[open]>summary{color:#984349}
.help-answer{padding-bottom:23px;min-width:0}
.help-answer>p{font-size:.8125rem;line-height:1.9;max-width:none;overflow-wrap:anywhere}
.help-branches,.help-upcoming{padding:0;margin:19px 0 0;list-style:none}
.help-branches li+li{border-top:1px solid var(--line)}
.help-branches li>a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:12px 0;font-size:.8125rem}
.help-branches li>a>span:first-child{min-width:0}
.help-branches strong{display:block;font-size:.8125rem;line-height:1.6;font-weight:500;overflow-wrap:anywhere}
.help-branches small{display:block;margin-top:2px;font-size:.6875rem;line-height:1.7;color:var(--muted);overflow-wrap:anywhere}
.help-branch-action{display:flex;align-items:center;gap:10px;min-width:0;max-width:46%;font-size:.6875rem;line-height:1.6;text-align:end}
.help-branch-action>span{flex-shrink:0}
.help-branch-phone{min-width:0;font-size:.75rem;text-align:end;overflow-wrap:anywhere}
.help-branches a:hover{color:#984349}
.help-answer .help-note{font-size:.6875rem;padding-top:8px;color:var(--muted)}
.help-upcoming li{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-block:10px;font-size:.8125rem;overflow-wrap:anywhere}
.help-upcoming strong{font-weight:500}.help-upcoming span{font-size:.6875rem;color:var(--muted)}
.help-answer-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;margin-top:20px}
.help-answer-actions .text-link{min-width:0;max-width:100%;gap:15px;font-size:.75rem;line-height:1.65;border-color:var(--line);overflow-wrap:anywhere}
.help-compact-link{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:52px;margin-top:18px;padding:12px 15px;border:1px solid var(--line);border-radius:4px;background:var(--cream);font-size:.75rem;font-weight:650;line-height:1.6;transition:border-color .2s,background .2s,color .2s}.help-compact-link>span:first-child{min-width:0;overflow-wrap:anywhere}.help-compact-link>span:last-child{flex-shrink:0;font-size:1.0625rem}.help-compact-link:hover{border-color:#b97b77;background:#f3e9df;color:#984349}
.help-whatsapp{color:#326347}.help-answer-actions bdi{min-width:0;overflow-wrap:anywhere}
.help-all{display:flex;align-items:center;justify-content:space-between;min-height:44px;gap:20px;font-size:.75rem;margin-top:22px;color:#6e6257}
.help-all:hover{color:var(--ink)}
.mascot-guide__actions{display:flex;flex-direction:column;align-items:flex-start}
.mascot-guide__help{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;max-width:100%;padding-block:9px;font-size:.75rem;line-height:1.65;color:#95494e;overflow-wrap:anywhere}
.mascot-guide__help span{flex-shrink:0}
.help-franchise-entry{display:flex;align-items:center;gap:22px;margin-top:30px;max-width:350px;padding-block:16px;border-block:1px solid var(--line)}
.help-franchise-entry img{width:64px;height:96px;object-fit:contain;flex-shrink:0}
.help-franchise-entry>span{min-width:0;font-size:.8125rem;line-height:1.8;overflow-wrap:anywhere}.help-franchise-entry>span>span{display:inline-block;margin-inline-start:8px;color:#a44a51}
.help-contact-entry{margin-inline-end:25px}
.help-page{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(36px,8vw,140px);padding-block:55px 90px;align-items:start}
.help-page-aside{background:var(--paper);isolation:isolate;position:sticky;top:calc(var(--header-height) + 25px);min-width:0}
.help-page-aside>img{width:150px;height:225px;object-fit:contain;margin-bottom:28px}
.help-page-aside nav{display:grid;max-width:300px}.help-page-aside nav>a{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:14px;min-height:44px;border-bottom:1px solid var(--line);font-size:.8125rem;line-height:1.6}
.help-page-content,.help-page-topic{min-width:0}.help-page-topic+.help-page-topic{margin-top:52px}
.help-page-topic>h2{font-size:1.6875rem;line-height:1.4;letter-spacing:-.03em;margin-bottom:22px;overflow-wrap:anywhere}
.help-page .help-question>summary{font-size:.9375rem;padding-block:22px}
html[dir=rtl] .help-back>span{transform:scaleX(-1)}
html[dir=rtl] .help-welcome h2,html[dir=rtl] .help-page-topic>h2{letter-spacing:0;line-height:1.55}
@media(max-width:760px){.help-page{grid-template-columns:minmax(0,1fr);gap:35px;padding-block:32px 55px}.help-page-aside{position:static;display:flex;align-items:center;gap:25px}.help-page-aside>img{width:80px;height:120px;margin:0}.help-page-aside nav{flex:1;min-width:0;max-width:none}.help-page-aside nav>a{font-size:.75rem}.help-page-topic>h2{font-size:1.5rem}.help-page-topic+.help-page-topic{margin-top:36px}}
@media(max-width:480px){#help-dialog{width:100%;max-width:calc(100vw - 20px);max-height:calc(100dvh - 24px);border-radius:8px}.help-dialog-heading{padding:9px 12px 6px 18px}.help-scroll{padding:17px 18px 20px}.help-welcome{grid-template-columns:64px minmax(0,1fr);gap:17px;margin-bottom:18px}.help-welcome img{width:64px;height:96px}.help-welcome h2{font-size:1.375rem}.help-welcome p{font-size:.75rem}.help-topics button{font-size:.8125rem;min-height:63px}.help-question>summary{gap:15px;font-size:.8125rem;padding-block:17px}.help-answer>p{font-size:.75rem}.help-panel h3{font-size:1.0625rem}.help-branches li>a{flex-wrap:wrap;gap:5px 16px}.help-branch-phone{font-size:.75rem}.help-answer-actions{gap:9px 19px}}
@media(max-width:320px){.help-scroll{padding-inline:14px}.help-welcome{grid-template-columns:48px minmax(0,1fr);gap:14px}.help-welcome img{width:48px;height:72px}.help-welcome h2{font-size:1.125rem}.help-welcome p{font-size:.6875rem}.help-page-aside{gap:18px}.help-page-aside>img{width:60px;height:90px}}
@media(prefers-reduced-motion:no-preference){#help-dialog[open] .help-welcome img{animation:help-greeting .5s ease-out both}.help-question[open] .help-answer{animation:help-answer-in .2s ease-out both}}
@keyframes help-greeting{from{opacity:0;transform:translateY(5px) rotate(-2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}
@keyframes help-answer-in{from{opacity:.6;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.help-question-plus>span{transition:none}#help-dialog .help-welcome img,.help-question[open] .help-answer{animation:none}}
