@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Shrikhand&display=swap');
:root{--ink:#281238;--paper:#fff5df;--purple:#7845ac;--pink:#efb3d3;--orange:#ff823e;--lime:#deee71;--line:#28123840;--text:var(--ink);--muted:#624e6d;--gold:#7138a6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}a,button,input,textarea,summary{outline-offset:5px}img{max-width:100%}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.1;font-weight:400}h1,h2{font-family:Shrikhand,Georgia,serif;letter-spacing:-.025em}h2{font-size:clamp(32px,4.3vw,54px)}h3{font-size:26px;font-weight:700}p{color:var(--muted)}.wrap{width:min(1240px,calc(100% - 80px));margin-inline:auto}.announcement{background:var(--ink);color:var(--paper);text-align:center;padding:8px 20px;font-size:12px;letter-spacing:.12em;font-weight:600}header{position:sticky;top:0;z-index:20;background:var(--paper);border-bottom:2px solid var(--ink)}.header{min-height:95px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;gap:12px;align-items:center}.brand-logo{width:62px;height:62px;object-fit:contain}.brand strong{display:block;font-size:18px;font-weight:800;line-height:1.2;letter-spacing:.03em}.brand small{display:block;font-size:11px;letter-spacing:.22em;margin-top:4px}.monogram{font-family:Shrikhand,serif;font-size:26px}.header nav{display:flex;gap:7px;align-items:center;font-size:14px;font-weight:600}nav a{padding:9px 13px;border-radius:30px}nav a:hover,nav a[aria-current=page]{background:var(--pink)}.button{display:inline-flex;justify-content:center;align-items:center;gap:18px;min-height:49px;padding:12px 23px;background:var(--ink);color:var(--paper);border:2px solid var(--ink);border-radius:40px;font-weight:700;font-size:14px;box-shadow:3px 3px 0 var(--orange);transition:transform .18s,box-shadow .18s}.button:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--orange)}.button.secondary{background:transparent;color:var(--ink);box-shadow:none}.actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.menu{display:none;border:2px solid var(--ink);border-radius:30px;background:transparent;color:var(--ink);padding:7px 15px}.eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.15em;line-height:1.5;margin-bottom:20px}.new-hero{position:relative;overflow:hidden;background:var(--pink);padding:60px 0 85px;border-bottom:2px solid var(--ink)}.new-hero>.wrap{position:relative;z-index:1}.new-hero .eyebrow{text-align:center}.new-hero h1{font-size:clamp(60px,9.5vw,122px);text-align:center;line-height:1.08}.new-hero h1 em{font:inherit;color:var(--purple);text-shadow:2px 3px 0 var(--paper)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:38px;gap:25px;max-width:980px;margin-inline:auto}.hero-bottom p{font-size:17px;color:var(--ink)}.ribbon-pattern{height:26px;position:absolute;bottom:0;left:0;right:0;background:repeating-linear-gradient(125deg,var(--orange) 0 35px,var(--lime) 35px 70px,var(--purple) 70px 105px,var(--paper) 105px 140px);border-top:2px solid var(--ink)}.photo-story{display:grid;grid-template-columns:1.1fr .9fr;gap:0;margin-top:60px;margin-bottom:60px;border:2px solid var(--ink);border-radius:24px;overflow:hidden;box-shadow:8px 8px 0 var(--ink)}.hero-store-photo{position:relative;background:var(--purple);min-height:550px}.hero-store-photo>img{width:100%;height:100%;display:block;object-fit:cover}.hero-store-photo figcaption{position:absolute;bottom:22px;left:22px;background:var(--lime);padding:9px 16px;border:2px solid var(--ink);border-radius:25px;font-size:11px;font-weight:700;letter-spacing:.09em}.story-card{background:var(--lime);padding:37px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-left:2px solid var(--ink)}.story-logo{width:100px;height:100px;object-fit:contain;margin-bottom:24px}.story-card h2{font-size:clamp(34px,4vw,48px)}.story-card p{color:#453844;margin:20px 0}.visit-hours{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);width:100%;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 0;margin:5px 0 22px}.visit-hours span{font-size:11px;letter-spacing:.1em;font-weight:700}.visit-hours strong{font-size:23px}.text-link{font-size:14px;font-weight:700;border-bottom:2px solid var(--ink);padding-bottom:4px;display:inline-block}.color-band{background:var(--orange);border-block:2px solid var(--ink);display:flex;justify-content:center;align-items:center;gap:50px;padding:22px;font-weight:800;font-size:18px;letter-spacing:.07em}.color-band span[aria-hidden]{font-size:29px}.section{padding:70px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.category{display:flex;flex-direction:column;border:2px solid var(--ink);border-radius:120px 120px 18px 18px;overflow:hidden;background:var(--pink);padding:15px 15px 24px;box-shadow:5px 5px 0 var(--ink);transition:transform .18s}.category:nth-child(3n+2){background:var(--lime)}.category:nth-child(3n){background:#c6adea}.category:hover{transform:translateY(-5px)}.category-photo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:110px 110px 10px 10px;border:2px solid var(--ink);margin-bottom:22px}.category .num{font-size:10px;font-weight:700;letter-spacing:.1em;padding-inline:8px;margin-bottom:10px}.category h3{font-size:25px;padding-inline:8px}.category-bottom{display:flex;gap:10px;justify-content:space-between;align-items:center;padding:15px 8px 0;font-size:14px;margin-top:auto}.category .arrow{display:grid;place-items:center;width:32px;height:32px;background:var(--ink);color:var(--paper);border-radius:50%;font-size:21px;flex-shrink:0}.visit-banner{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:var(--purple);color:var(--paper);padding:40px;border:2px solid var(--ink);border-radius:22px;box-shadow:7px 7px 0 var(--orange);margin-bottom:65px;align-items:center}.visit-banner p{color:var(--paper);margin-bottom:20px}.visit-banner .button{background:var(--lime);color:var(--ink)}.visit-banner .button.secondary{background:transparent;color:var(--paper);border-color:var(--paper)}.page-head{padding:48px 0 38px}.page-head h1{font-size:clamp(42px,6vw,72px);color:var(--purple)}.page-head p{margin-top:22px;max-width:720px;font-size:17px}.breadcrumb{font-size:13px;display:flex;gap:10px;margin-bottom:28px}.breadcrumb a{text-decoration:underline;text-underline-offset:4px}.page-body{padding-bottom:50px}.empty,.panel{background:#fffaf0;border:2px solid var(--ink);border-radius:22px;padding:35px;box-shadow:5px 5px 0 #c6adea}.empty p{margin:20px 0 26px;max-width:700px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px}.panel p{margin-top:18px}.hours-block{padding:38px;background:var(--orange);border:2px solid var(--ink);border-radius:70px 20px 20px 20px}.hours-block h3{font-family:Shrikhand,serif;font-size:40px}.hours-block p{color:var(--ink);margin-top:18px}.label{font-size:11px;letter-spacing:.14em;font-weight:700;margin-top:25px;margin-bottom:8px}.label:first-child{margin-top:0}.phone-link{font-size:25px;font-weight:700;color:var(--purple)}.pending{font-size:14px}.contact-form{display:grid;gap:17px;margin-top:25px}.contact-form label{font-size:14px;font-weight:600}.contact-form input,.contact-form textarea{display:block;width:100%;background:#f0e7f4;border:1px solid #8c7395;border-radius:8px;padding:12px;margin-top:6px;color:var(--ink)}.contact-form textarea{min-height:110px}.note{font-size:13px}.map{width:100%;height:320px;border:2px solid var(--ink);border-radius:20px;margin-top:30px}.prose{max-width:850px}.prose p{margin:17px 0}.prose h2{font-family:'DM Sans',sans-serif;font-size:26px;font-weight:700;margin:30px 0 15px}.note-banner{padding:20px 24px;background:var(--lime);border-left:5px solid var(--purple);border-radius:0 14px 14px 0;margin-bottom:28px}.faq{border-top:2px solid var(--ink);max-width:950px}.faq details{padding:23px 0;border-bottom:1px solid #887690}.faq summary{font-size:20px;font-weight:600;cursor:pointer}.faq summary::marker{color:var(--purple)}.faq p{padding-top:16px}.store-gallery{padding:20px 0 65px}.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.photo-grid.single{grid-template-columns:1fr;max-width:880px}.store-photo{border:2px solid var(--ink);background:#c6adea;border-radius:20px;overflow:hidden;box-shadow:5px 5px 0 var(--ink)}.store-photo:nth-child(even){background:var(--pink)}.store-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.store-photo img[src$="storefront.jpeg"],.store-photo img[src$="parking.jpeg"]{aspect-ratio:1;object-fit:contain;background:var(--paper)}.store-photo figcaption{padding:17px 22px;border-top:2px solid var(--ink);font-size:14px}.feature{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:45px 0}.feature p{margin:20px 0}footer{background:var(--ink);color:var(--paper);padding:60px 0 24px;border-top:12px solid var(--orange)}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px;padding-bottom:40px}.footer-main p{color:#e5d6ec;margin-top:20px;max-width:360px;font-size:14px}.footer-links{display:flex;flex-direction:column;gap:9px;font-size:14px}.footer-links strong{color:var(--lime);margin-bottom:8px}.footer-links a:hover{color:var(--pink)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #80648e;padding-top:20px;color:#dccae3;font-size:12px}dialog{width:calc(100% - 36px);max-width:470px;border:3px solid var(--ink);border-radius:35px;background:var(--pink);color:var(--ink);padding:34px;text-align:center;box-shadow:10px 10px 0 var(--lime)}dialog::backdrop{background:#21122ee6}dialog h2{font-size:37px;margin:18px 0}dialog p{color:#482851;margin:18px 0 25px}dialog .eyebrow{margin-bottom:0}dialog .actions{justify-content:center}dialog .button.secondary{background:var(--paper)}.age-logo{width:110px;height:110px;object-fit:contain;display:block;margin:auto}.age-note{font-size:12px}.restricted{text-align:center;padding:90px 24px}.restricted h1{font-size:55px}.restricted p{margin-top:20px}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:var(--lime);color:var(--ink);padding:12px;z-index:50}
@media(max-width:1000px){.wrap{width:calc(100% - 44px)}.header>.button{display:none}.header{gap:15px}.photo-story{grid-template-columns:1fr 1fr}.hero-store-photo{min-height:500px}.story-card{padding:27px}.grid{grid-template-columns:repeat(2,1fr)}.color-band{gap:25px;font-size:15px}.brand strong{font-size:16px}}
@media(max-width:650px){.wrap{width:calc(100% - 32px)}.announcement{font-size:10px;letter-spacing:.03em}.header{min-height:78px;flex-wrap:wrap;gap:0}.brand-logo{width:51px;height:51px}.brand strong{font-size:15px}.brand small{font-size:10px}.menu{display:block}.header nav{display:none;width:100%;padding:12px 0 20px;flex-direction:column;align-items:stretch}.header nav.open{display:flex}.new-hero{padding:38px 0 57px}.new-hero .eyebrow{font-size:10px;letter-spacing:.09em}.new-hero h1{font-size:clamp(46px,11.8vw,74px)}.hero-bottom{flex-direction:column;align-items:center;text-align:center;margin-top:25px;gap:22px}.hero-bottom p{font-size:16px}.actions{gap:11px}.button{padding:12px 18px;font-size:13px}.ribbon-pattern{height:18px}.photo-story{grid-template-columns:1fr;margin-top:32px;margin-bottom:38px;border-radius:18px;box-shadow:5px 5px 0 var(--ink)}.hero-store-photo{min-height:0}.hero-store-photo>img{aspect-ratio:1;height:auto}.story-card{border-left:0;border-top:2px solid var(--ink);padding:28px}.story-logo{width:80px;height:80px;margin-bottom:20px}.story-card h2{font-size:39px}.color-band{gap:14px;font-size:11px;padding:17px 10px;letter-spacing:.03em}.color-band span[aria-hidden]{font-size:18px}.section{padding:43px 0}.section-head{flex-direction:column;align-items:start;gap:20px}.grid{gap:15px}.category{border-radius:80px 80px 14px 14px;padding:9px 9px 18px;box-shadow:3px 3px 0 var(--ink)}.category-photo{border-radius:75px 75px 7px 7px;margin-bottom:17px}.category .num{font-size:9px;letter-spacing:.03em;padding:0 3px}.category h3{font-size:21px;padding:0 3px}.category-bottom{font-size:12px;padding:14px 3px 0;gap:5px}.category .arrow{width:24px;height:24px;font-size:17px}.visit-banner{grid-template-columns:1fr;padding:25px;gap:20px;margin-bottom:40px;box-shadow:4px 4px 0 var(--orange)}.page-head{padding:33px 0}.page-head h1{font-size:43px}.page-head p{font-size:16px}.two-col,.photo-grid,.feature{grid-template-columns:1fr}.panel,.empty{padding:26px}.hours-block{padding:28px}.store-gallery{padding-bottom:45px}.footer-main{grid-template-columns:1fr 1fr;gap:28px}.footer-main>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}footer{padding-top:40px}.visit-hours strong{font-size:21px}dialog{padding:28px 20px;border-radius:25px}dialog h2{font-size:32px}.map{height:260px}}
@media(max-width:350px){.grid{grid-template-columns:1fr}.category h3{font-size:25px}.category-bottom{font-size:14px}.color-band{flex-wrap:wrap}.new-hero h1{font-size:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.royal-hero-logo{display:block;width:220px;height:220px;object-fit:contain;margin:0 auto 24px;border-radius:50%;box-shadow:7px 7px 0 #7845ac35}.new-hero .royal-headline{font-size:clamp(43px,6.8vw,87px);line-height:1.15}.new-hero .royal-tagline{text-align:center;color:var(--purple);font-family:Shrikhand,Georgia,serif;font-size:clamp(28px,4vw,45px);margin:18px 0 0;line-height:1.3}@media(max-width:650px){.royal-hero-logo{width:165px;height:165px;margin-bottom:23px}.new-hero .royal-headline{font-size:clamp(34px,8.5vw,55px)}}

/* Horizontal category cards on the home page */
.home-horizontal{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.home-horizontal .category{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);grid-template-rows:auto auto 1fr;column-gap:21px;padding:13px;border-radius:20px;align-items:start;min-height:200px}.home-horizontal .category-photo{grid-column:1;grid-row:1/4;width:100%;height:100%;min-height:175px;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin:0}.home-horizontal .num{grid-column:2;grid-row:1;padding:9px 0 0;margin-bottom:12px}.home-horizontal h3{grid-column:2;grid-row:2;padding:0;font-size:25px;line-height:1.15}.home-horizontal .category-bottom{grid-column:2;grid-row:3;padding:15px 0 5px;align-self:end;width:100%;font-size:14px;gap:12px}@media(max-width:1000px){.home-horizontal{grid-template-columns:1fr;max-width:900px}.home-horizontal .category{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.home-horizontal .category-photo{max-height:245px}}@media(max-width:650px){.home-horizontal{gap:18px}.home-horizontal .category{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 14px;padding:10px;min-height:165px;border-radius:16px}.home-horizontal .category-photo{min-height:145px;height:100%;max-height:200px;border-radius:9px}.home-horizontal .num{font-size:9px;padding-top:5px;margin-bottom:9px}.home-horizontal h3{font-size:21px}.home-horizontal .category-bottom{font-size:12px;padding-top:12px;gap:6px}}
