﻿:root{--ink:#26192d;--plum:#49215f;--violet:#7040a4;--lav:#f1eaff;--paper:#fffdfa;--line:#ded2e7;--muted:#72697a;--green:#247450;--shadow:0 16px 45px #3d1c5414}


*{box-sizing:border-box}


html{scroll-behavior:smooth}


body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 Arial,sans-serif}


.site-header{height:72px;max-width:1120px;margin:auto;padding:12px 22px;display:flex;justify-content:space-between;align-items:center}


.brand{display:flex;align-items:center;color:var(--ink);text-decoration:none;font-size:15px;line-height:1;font-weight:800;letter-spacing:.04em;text-transform:uppercase}


.brand b{font-size:16px}


.brand-mark{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--plum);color:#fff;font:italic 700 22px Georgia}


.staff-link{font-size:12px;color:var(--plum);font-weight:700;text-decoration:none}


.skip{position:absolute;top:-50px;left:12px;background:#fff;padding:8px;z-index:5}


.skip:focus{top:8px}


.shell{max-width:1120px;margin:auto;padding:0 22px 52px}


.eyebrow{font:500 11px monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--violet)}


h1,h2,h3,p{margin-top:0}


h1{font:600 clamp(42px,8vw,84px)/.98 Georgia,serif;letter-spacing:-.055em}


h2{font:700 clamp(28px,5vw,45px)/1.08 Georgia,serif;letter-spacing:-.04em}


h3{font-size:17px;line-height:1.25}


.hero{min-height:570px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:42px;padding:44px 0 64px}


.hero p{max-width:480px;color:var(--muted);font-size:17px}


.hero-art{min-height:420px;border-radius:28px;background:linear-gradient(145deg,#e6d6ff,#9b70bc);position:relative;overflow:hidden;box-shadow:var(--shadow)}


.hero-art:before{content:'';position:absolute;width:285px;height:285px;border-radius:50%;background:#3b2147;right:13%;bottom:-35px}


.hero-art:after{content:'BKK';position:absolute;right:11%;top:11%;font:700 66px monospace;color:#fff4;letter-spacing:-.12em}


.chair{position:absolute;left:14%;bottom:15%;width:44%;height:45%;border:11px solid #fff3;border-bottom:0;border-radius:95px 95px 12px 12px;transform:rotate(-8deg)}


.chair:after{content:'';position:absolute;bottom:-65px;left:40%;height:65px;border-left:12px solid #fff3}


.hero-meta{display:flex;gap:16px;margin:25px 0}


.hero-meta div{border-left:1px solid var(--violet);padding-left:10px;font-size:12px;color:var(--muted)}


.hero-meta b{display:block;color:var(--ink);font-size:13px}


.button{display:inline-flex;justify-content:center;align-items:center;gap:9px;border:0;border-radius:14px;padding:15px 20px;background:var(--plum);color:#fff;text-decoration:none;font:700 14px Arial;cursor:pointer;box-shadow:0 8px 20px #49215f35}


.button:hover{background:#321642}


.button:disabled{background:#cfc3d6;box-shadow:none;cursor:not-allowed}


.button.secondary{background:transparent;color:var(--plum);border:1px solid var(--line);box-shadow:none}


.section{padding:38px 0}


.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px}


.section-head a{color:var(--violet);font-weight:700}


.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}


.card{background:#fff;border:1px solid #eee6f3;border-radius:18px;padding:19px;box-shadow:0 5px 18px #31124408}


.price{color:var(--violet);font-weight:800}


.avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--lav);font:700 17px Georgia;color:var(--plum)}


.barber-card{display:flex;gap:12px;align-items:center}


.barber-card small{color:var(--muted)}


.flow{max-width:760px;margin:20px auto}


.progress{display:flex;gap:7px;align-items:center;margin:27px 0 36px;color:#9a8da2;font-size:11px;font-weight:700}


.progress span{display:flex;align-items:center;gap:6px;white-space:nowrap}


.progress i{width:20px;height:20px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px}


.progress .active{color:var(--plum)}


.progress .active i{color:#fff;background:var(--plum);border-color:var(--plum)}


.progress:after{content:'';height:1px;background:var(--line);flex:1}


.flow-header p,.hint{color:var(--muted)}


.choice-list{display:grid;gap:12px;margin:22px 0}


.choice{position:relative;text-align:left;width:100%;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;cursor:pointer;color:var(--ink);font:inherit;display:flex;align-items:center;justify-content:space-between;gap:15px}


.choice:hover,.choice.selected{border-color:var(--violet);box-shadow:0 0 0 3px #7040a413}


.choice strong{display:block;font-size:15px}


.choice small{color:var(--muted)}


.choice .check{width:22px;height:22px;border:1px solid #bba9c6;border-radius:50%;flex:0 0 auto}


.choice.selected .check{background:var(--violet);border:6px solid var(--violet);box-shadow:inset 0 0 0 2px #fff}


.addon{padding:15px 18px;background:var(--lav);border-radius:14px;display:flex;justify-content:space-between;align-items:center}


.bottom-actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:22px;margin-top:25px}


.summary{background:var(--lav);border-radius:18px;padding:18px;margin:22px 0}


.summary h3{margin-bottom:10px}


.summary div{display:flex;justify-content:space-between;padding:7px 0;font-size:13px}


.summary span{color:var(--muted)}


.barber-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}


.date-row{display:flex;gap:8px;overflow:auto;padding:2px 0 12px}


.date{min-width:65px;padding:10px 7px;border:1px solid var(--line);background:#fff;border-radius:13px;font:600 13px Arial;cursor:pointer}


.date small{display:block;color:var(--muted);font-weight:500}


.date.selected{background:var(--plum);color:#fff;border-color:var(--plum)}


.date.selected small{color:#eee1ff}


.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}


.slot{border:1px solid var(--line);padding:11px 6px;background:#fff;border-radius:10px;color:var(--plum);font:700 12px Arial;cursor:pointer}


.slot.selected{background:var(--violet);border-color:var(--violet);color:#fff}


.layout-2{display:grid;grid-template-columns:1fr 280px;gap:35px}


.field{margin:15px 0}


.field label{display:block;font-weight:700;font-size:13px;margin-bottom:5px}


.field input,.field textarea{width:100%;padding:13px;border-radius:11px;border:1px solid #cfc2d8;background:#fff;color:var(--ink);font:inherit}


.field textarea{min-height:82px;resize:vertical}


.field input:focus,.field textarea:focus{outline:3px solid #7040a426;border-color:var(--violet)}


.error{color:#b42318;font-size:12px;margin-top:4px;min-height:18px}


.policy{font-size:12px;color:var(--muted);padding:12px 0}


.success{text-align:center;padding:42px 10px}


.success-badge{margin:0 auto 18px;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#dff5e9;color:var(--green);font-size:32px}


.ticket{max-width:470px;margin:25px auto;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;text-align:left}


.ticket-top{padding:19px;background:var(--plum);color:#fff}


.ticket-top p{margin:0;color:#e9d8ff;font-size:12px}


.ticket-body{padding:18px}


.ticket-body div{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--line);font-size:13px}


.code-box{display:flex;gap:8px;margin:20px 0}


.code-box input{width:43px;height:52px;text-align:center;font:700 22px monospace;border:1px solid var(--line);border-radius:9px}


.manage-card{background:#fff;border:1px solid var(--line);padding:20px;border-radius:18px}


.notice{padding:12px 14px;border-radius:12px;background:#fff3cd;color:#76570a;font-size:13px}


.hidden{display:none!important}


@media(max-width:690px){.site-header{height:62px;padding:10px 17px}


.shell{padding:0 17px 35px}


.hero{grid-template-columns:1fr;padding:25px 0 36px;gap:25px}


.hero-art{min-height:285px;order:-1}


h1{font-size:49px}


.cards{grid-template-columns:1fr}


.layout-2{grid-template-columns:1fr;gap:10px}


.layout-2 .summary{order:-1}


.barber-grid{grid-template-columns:1fr}


.progress{overflow:hidden;font-size:9px;gap:4px}


.progress span:nth-of-type(n+4){display:none}


.slots{grid-template-columns:repeat(3,1fr)}


.hero-meta{gap:9px}


.hero-meta div{font-size:11px}


.section{padding:24px 0}


.choice{padding:15px}


.bottom-actions{position:sticky;bottom:0;background:var(--paper);padding:14px 0;z-index:2}


}



/* Mobile-first refinement: calmer surfaces, stronger hierarchy, larger touch targets. */
:root{--ink:#20171e;--plum:#2e1433;--violet:#734bca;--lav:#eee8ff;--paper:#f7f4f0;--line:#ddd4d6;--muted:#706871;--green:#16734e;--shadow:0 18px 42px rgba(49,22,53,.11)}


body{font-family:"Segoe UI",system-ui,sans-serif;background:var(--paper)}


.eyebrow{display:none}

.site-header{height:74px;padding:0 24px}

.brand-mark{border-radius:11px;background:var(--plum);font-style:normal}

.shell{padding-bottom:68px}

h1,h2{font-weight:700;letter-spacing:-.035em}

h1{line-height:.94}

h2{line-height:1.01}

.hero{min-height:640px;grid-template-columns:1fr .8fr;gap:58px;padding:44px 0 74px}

.hero-art{min-height:500px;border-radius:0 0 132px 0;background:linear-gradient(142deg,#1f1422 0 43%,#794fc9 43% 73%,#b79af7 73%);box-shadow:var(--shadow)}

.hero-art:before{content:"THE\A FADE\A ROOM";white-space:pre;right:auto;left:10%;top:10%;bottom:auto;width:auto;height:auto;background:none;border-radius:0;font:800 clamp(38px,5vw,65px)/.78 Georgia,serif;letter-spacing:-.08em;color:#fff}

.hero-art:after{content:"BKK / 13.73 N";right:10%;top:auto;bottom:8%;font:800 11px "Segoe UI",system-ui,sans-serif;color:#24152a;letter-spacing:.09em;transform:rotate(-90deg);transform-origin:right bottom}

.chair{right:13%;left:auto;bottom:16%;width:41%;height:42%;border:14px solid #fff;border-bottom:0;border-radius:100px 100px 0 0;transform:rotate(10deg);opacity:.94}

.chair:before{content:"";position:absolute;left:36%;bottom:-95px;width:27%;height:95px;background:#fff}

.chair:after{left:-30%;bottom:auto;top:40%;width:145%;height:14px;border:0;background:#fff}

.hero-meta div{border-left:1px solid var(--plum)}

.button{min-height:52px;border:1px solid var(--plum);border-radius:12px;font-family:"Segoe UI",system-ui,sans-serif;font-weight:800}

.button:hover{background:#4a2151;transform:translateY(-2px)}

.button:focus-visible,.choice:focus-visible,.date:focus-visible,.slot:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #a98cff;outline-offset:3px}

.card{min-height:184px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}

.cards{gap:0;margin-top:28px;border-top:1px solid var(--line)}

.card:first-child{padding-left:0}

.card:last-child{border-right:0}

.price{display:block;margin-top:25px;color:var(--plum)}

.choice{border-radius:14px;background:var(--surface);transition:border .2s ease,background .2s ease,transform .2s ease}

.choice:hover{transform:translateX(3px);border-color:#aa92c5}

.choice.selected{border-color:var(--plum);background:#f3effb;box-shadow:0 8px 18px rgba(46,20,51,.08)}

.choice.selected .check{border-color:var(--plum);background:#fff}

.summary{border-radius:14px;background:var(--lav)}

.date{min-width:70px;border-radius:11px;background:var(--surface);font-family:"Segoe UI",system-ui,sans-serif;font-weight:800}

.date.selected,.slot.selected{border-color:var(--plum);background:var(--plum)}

.slot{min-height:45px;border-radius:10px;background:var(--surface);font-family:"Segoe UI",system-ui,sans-serif;font-weight:800}

.field input,.field textarea{border-radius:11px;background:var(--surface)}

.field input:focus,.field textarea:focus{outline:3px solid #c7b6ed;border-color:var(--plum)}

.ticket,.manage-card{border-radius:15px;background:var(--surface)}

.bottom-actions{border-top-color:var(--line)}


@media(max-width:690px){.site-header{height:64px;padding:0 18px}

.shell{padding:0 18px 88px}

.hero{min-height:0;grid-template-columns:1fr;gap:0;padding:0 0 42px}

.hero-art{min-height:345px;order:-1;margin:0 -18px 33px;border-radius:0 0 70px 0}

.hero-art:before{left:9%;top:12%;font-size:52px}

.hero p{margin-top:19px;font-size:16px}

.hero .button{width:100%}

h1{font-size:52px}

h2{font-size:35px}

.section{padding:45px 0}

.cards{grid-template-columns:1fr;margin-top:20px}

.card,.card:first-child{min-height:0;padding:20px 0;border-right:0}

.card:last-child{border-bottom:0}

.barber-card{min-height:0}

.progress{margin:20px 0 34px;font-size:10px;gap:4px}

.progress span:nth-of-type(n+4){display:none}

.barber-grid{grid-template-columns:1fr}

.choice{min-height:80px;padding:16px}

.layout-2{grid-template-columns:1fr;gap:0}

.layout-2 .summary{order:-1}

.bottom-actions{position:sticky;z-index:3;bottom:0;margin:28px -18px -88px;padding:14px 18px;background:rgba(247,244,240,.96);backdrop-filter:blur(12px)}

.bottom-actions .button{min-width:145px}

.slot{min-height:47px}

.success{padding:40px 0}

.success .button{width:100%;margin:5px 0}

.ticket{margin:25px 0}

}


/* Minimal professional direction: white space, neutral typography, one quiet functional accent. */
:root{--ink:#171717;--plum:#171717;--violet:#6254d7;--lav:#f5f4ff;--paper:#fff;--surface:#fff;--line:#e7e7e7;--muted:#6c6c6c;--green:#16734e;--shadow:0 8px 28px rgba(0,0,0,.06)}

body{background:#fff;color:var(--ink);font-family:"Segoe UI",Arial,sans-serif}
.site-header{border-bottom:1px solid var(--line)}
.brand{font-size:15px;letter-spacing:.04em}
.brand-mark{border-radius:8px;background:#171717;font-family:"Segoe UI",Arial,sans-serif;font-size:16px}
.staff-link{color:#171717}
.shell{max-width:1020px}
h1,h2{font-family:"Segoe UI",Arial,sans-serif;font-weight:720;letter-spacing:-.045em}
h1{font-size:clamp(46px,7vw,76px);line-height:.97}
h2{font-size:clamp(29px,4vw,44px);line-height:1.06}
.hero{min-height:590px;grid-template-columns:1.1fr .9fr;gap:48px}
.hero p{font-size:16px}
.hero-art{min-height:420px;border-radius:0;background:#f5f5f5;box-shadow:none}
.hero-art:before{content:"JR\A HAIR";top:10%;left:10%;color:#171717;font:760 clamp(34px,5vw,58px)/.82 "Segoe UI",Arial,sans-serif;letter-spacing:-.07em}
.hero-art:after{content:"BANGKOK";bottom:9%;right:9%;color:#777;transform:none;font:750 10px "Segoe UI",Arial,sans-serif;letter-spacing:.14em}
.chair{right:15%;bottom:15%;width:39%;height:41%;border:10px solid #171717;border-bottom:0;border-radius:88px 88px 0 0;opacity:1}
.chair:before,.chair:after{background:#171717}
.hero-meta div{border-left-color:#171717}
.button{min-height:50px;border-radius:9px;background:#171717;border-color:#171717;box-shadow:none;font-size:13px}
.button:hover{background:#333;transform:none}
.button.secondary{background:#fff;color:#171717;border-color:#cfcfcf}
.section{padding:64px 0}
.section-head a{color:#171717}
.cards{border-top-color:var(--line)}
.card{min-height:164px;border-color:var(--line)}
.price{color:#171717}
.avatar{background:#171717;border-radius:50%}
.progress{color:#8b8b8b}
.progress .active{color:#171717}
.progress .active i{background:#171717;border-color:#171717}
.choice{border-radius:10px;border-color:#dedede;background:#fff}
.choice:hover{border-color:#9a9a9a;transform:none}
.choice.selected{border-color:#171717;background:#fff;box-shadow:0 0 0 1px #171717}
.choice.selected .check{border-color:#171717}
.addon,.summary{border:1px solid #ececec;background:#fafafa;border-radius:10px}
.date,.slot{border-radius:9px;border-color:#dedede;background:#fff;color:#171717}
.date.selected,.slot.selected{background:#171717;border-color:#171717}
.field input,.field textarea{border-radius:9px;border-color:#d7d7d7;background:#fff}
.field input:focus,.field textarea:focus{border-color:#171717;outline:3px solid #e8e7ff}
.ticket,.manage-card{border-radius:12px;border-color:#dfdfdf;background:#fff}
.ticket-top{background:#171717}
.bottom-actions{background:#fff;border-top-color:#e8e8e8}
.notice{background:#fff8e6}
.success-badge{width:58px;height:58px;background:#ebf7ef}
.code-box input{border-radius:8px}
.button:focus-visible,.choice:focus-visible,.date:focus-visible,.slot:focus-visible,input:focus-visible,textarea:focus-visible{outline-color:#8a7ff2}
@media(max-width:690px){.hero{grid-template-columns:1fr;gap:0;padding:0 0 38px}
.hero-art{min-height:310px;margin:0 -18px 31px;border-radius:0}
.hero-art:before{font-size:48px}
.bottom-actions{background:rgba(255,255,255,.96)}
}

/* JR HAIR's supplied photography takes the place of the abstract hero illustration. */
.hero-art{background-image:linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,.03)),url("assets/jr-hair-1.avif");background-position:center;background-size:cover;background-color:#222}
.hero-art:before{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.22)}
.hero-art:after{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.chair{display:none}

.social-links{display:flex;align-items:center;gap:12px}
.social-links a{display:grid;width:28px;height:28px;place-items:center;overflow:hidden;border-radius:7px;transition:background .2s ease,transform .2s ease}
.social-links a:hover{background:#f2f2f2;transform:translateY(-1px)}
.social-links a:focus-visible{outline:3px solid #8a7ff2;outline-offset:3px}
.social-links img{display:block;width:22px;height:22px;object-fit:contain;mix-blend-mode:multiply}
@media(max-width:690px){.social-links{gap:10px}.social-links a{width:27px;height:27px}.social-links img{width:17px;height:17px}}

/* A compact editorial crop keeps the real shop photography supporting, not dominating, the booking CTA. */
.hero-art{min-height:0;aspect-ratio:4/3;background-position:center 52%}
@media(max-width:690px){.hero-art{min-height:0;aspect-ratio:16/10;background-position:center 48%}}

.location-section{padding:0 0 64px}
.location-map{margin:0}
.location-map img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;object-position:center}
.map-link{display:inline-flex;align-items:center;margin-top:12px;color:#171717;font-size:15px;font-weight:750;letter-spacing:.01em;text-decoration:none}
.map-link img{display:block;width:146px;height:auto}
.map-link:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.hours{margin-top:44px;color:#6a6a6a}.hours h2{margin:34px 0 24px;font-family:"Segoe UI",Arial,sans-serif;font-size:22px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.hours-line{display:flex;align-items:baseline;gap:11px;margin:13px 0;font-size:17px;letter-spacing:.07em;text-transform:uppercase}.hours-line span{white-space:nowrap}.hours-line i{min-width:18px;flex:1;border-bottom:2px dotted #b7b7b7;transform:translateY(-4px)}.hours-line b{white-space:nowrap;font-weight:500}.hours-line.holiday{font-size:16px}.hours-line.holiday b{font-weight:600}@media(max-width:690px){.hours{margin-top:38px}.hours h2{margin:31px 0 22px;font-size:20px}.hours-line{gap:9px;margin:12px 0;font-size:14px}.hours-line.holiday{font-size:14px}.hours-line i{border-width:1px}}
@media(max-width:690px){.location-section{padding:0 0 52px}.location-map img{aspect-ratio:3/2}}

.shop-calendar-section{padding-top:34px}
.calendar-shell{overflow:hidden;border:1px solid #dfe4ea;border-radius:14px;background:#f4f7fb}
.calendar-top{display:flex;align-items:center;gap:20px;padding:15px 17px;color:#202124}
.calendar-top strong{font-size:20px;letter-spacing:-.02em}.calendar-top button{display:grid;width:29px;height:29px;place-items:center;border:0;border-radius:7px;background:transparent;color:#4d5359;font-size:30px;line-height:1;cursor:pointer}.calendar-top button:last-child{margin-left:auto}.calendar-top button:hover{background:#e8edf3}
.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);background:#dfe4ea;gap:1px}.calendar-weekday{padding:8px 4px;background:#fff;color:#545a61;font-size:11px;font-weight:800;text-align:center;text-transform:uppercase}.calendar-day{min-height:74px;padding:9px 7px;background:#fff;color:#23272b;font-size:13px;font-weight:700}.calendar-day>span{display:block}.calendar-day.muted{color:#92979c;background:#fbfbfb}.calendar-day.closed b{display:block;margin-top:8px;padding:3px 5px;border-radius:5px;background:#7c171b;color:#fff;font-size:10px;line-height:1;font-weight:800}.calendar-day.closed.muted b{opacity:.86}
@media(max-width:690px){.shop-calendar-section{padding-top:28px}.calendar-shell{margin:0 -2px;border-radius:10px}.calendar-top{padding:12px 10px;gap:10px}.calendar-top strong{font-size:17px}.calendar-weekday{padding:7px 2px;font-size:9px}.calendar-day{min-height:60px;padding:6px 4px;font-size:12px}.calendar-day.closed b{margin-top:6px;padding:3px 2px;border-radius:4px;font-size:8px;text-align:center}}

/* Editorial refinement: quiet, spacious, and image-led. */
body{font-family:"Manrope",sans-serif;font-weight:400;letter-spacing:-.012em}
.site-header{height:82px;padding:0 clamp(18px,4vw,52px);border-bottom:0}
.brand{font-size:16px;font-weight:500;letter-spacing:-.035em}
.social-links{gap:16px}.social-links a{width:24px;height:24px;border-radius:0}.social-links a:hover{background:transparent;opacity:.58}.social-links img{width:20px;height:20px}
h1,h2{font-family:"Manrope",sans-serif;font-weight:400;letter-spacing:-.04em}h1{max-width:12ch;font-size:clamp(42px,5.2vw,58px);line-height:1.01}h2{font-size:clamp(30px,3.7vw,42px);line-height:1.02}
.hero{min-height:0;padding:42px 0 84px;gap:clamp(30px,5vw,68px);align-items:end}.hero p{max-width:38ch;margin-top:27px;color:#606060;font-size:17px;line-height:1.48}.hero-meta{margin-top:37px}.hero-meta div{padding-left:13px;border-left:1px solid #171717;font-size:14px;line-height:1.45}.hero-meta b{margin-bottom:2px;font-weight:500}
.hero-art{aspect-ratio:4/3;background-image:linear-gradient(90deg,rgba(0,0,0,.31),rgba(0,0,0,.01)),url("assets/jr-hair-1.avif");background-position:center 49%}.hero-art:before{top:auto;bottom:29px;left:28px;font:500 clamp(30px,4vw,48px)/.89 "Manrope",sans-serif;letter-spacing:-.04em}.hero-art:after{right:27px;bottom:28px;font:500 10px "Manrope",sans-serif;letter-spacing:.13em}
.button{min-height:52px;padding:0 22px;border-radius:2px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.button:hover{background:#2a2a2a}.button.secondary{border-color:#171717}
.section{padding:86px 0}.section-head{margin-bottom:44px}.card,.choice,.addon,.summary,.ticket,.manage-card{border-radius:2px;box-shadow:none}.card{min-height:0;padding:25px 0}.choice{padding:21px 20px}.date,.slot,.field input,.field textarea,.code-box input{border-radius:2px}.bottom-actions{box-shadow:0 -8px 22px rgba(0,0,0,.035)}
.map-link{margin-top:15px;opacity:.82}.hours{margin-top:64px;color:#626262}.hours h2{font-size:18px;font-weight:500;letter-spacing:.095em}.hours-line{font-size:15px;font-weight:400;letter-spacing:.075em}.hours-line b{font-weight:400}
@media(max-width:690px){.site-header{height:66px;padding:0 18px}.brand{font-size:15px}.social-links{gap:13px}.social-links a{width:22px;height:22px}.social-links img{width:18px;height:18px}.hero{padding:16px 0 56px}h1{max-width:12ch;font-size:clamp(40px,10vw,48px);line-height:1.02}.hero p{margin-top:23px;font-size:16px}.hero-meta{margin-top:31px}.hero-art{aspect-ratio:16/10;margin-top:38px;background-position:center 48%}.hero-art:before{bottom:20px;left:20px;font-size:36px}.hero-art:after{right:19px;bottom:20px}.button{width:100%;margin-top:28px}.section{padding:62px 0}.section-head{margin-bottom:34px}.choice{padding:18px 16px}.hours{margin-top:52px}.hours h2{font-size:17px}.hours-line{font-size:13px}}

/* Booking controls use the same light, editorial type system as the home page. */
.flow h2{margin-bottom:18px;font-weight:400}
.flow h3{margin:28px 0 16px;font-family:"Manrope",sans-serif;font-size:20px;font-weight:400;letter-spacing:-.035em;line-height:1.15}
.flow .hint{font-family:"Manrope",sans-serif;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:-.02em}
.date{min-width:86px;padding:10px 8px;font-family:"Manrope",sans-serif;font-size:14px;font-weight:500;letter-spacing:-.02em;line-height:1.1}
.date small{margin-top:5px;font-family:"Manrope",sans-serif;font-size:13px;font-weight:400;letter-spacing:-.01em}
.slot{min-height:54px;padding:9px 8px;font-family:"Manrope",sans-serif;font-size:15px;font-weight:500;letter-spacing:-.025em}
@media(max-width:690px){.flow h3{margin:24px 0 15px;font-size:20px}.date{min-width:90px;padding:10px 8px;font-size:14px}.date small{font-size:13px}.slot{min-height:54px;padding:9px 7px;font-size:15px}}

/* Product-page scale: headings lead; options and specifications stay precise. */
.progress{font-family:"Manrope",sans-serif;font-size:10px;font-weight:500;letter-spacing:.045em;text-transform:uppercase}
.hero h1{font-size:clamp(30px,3.7vw,42px);line-height:1.02}
.choice strong{font-family:"Manrope",sans-serif;font-size:17px;font-weight:500;letter-spacing:-.03em;line-height:1.2}
.choice small{margin-top:7px;font-family:"Manrope",sans-serif;font-size:14px;font-weight:400;letter-spacing:-.015em;line-height:1.45}
.choice b,.price{font-family:"Manrope",sans-serif;font-size:15px;font-weight:500;letter-spacing:-.02em}
.summary h3{font-family:"Manrope",sans-serif;font-size:17px;font-weight:500;letter-spacing:-.025em}
.summary div,.ticket-body div{font-family:"Manrope",sans-serif;font-size:14px;font-weight:400;letter-spacing:-.015em}
.summary b,.ticket-body b{font-weight:500}
.ticket-top strong{font-family:"Manrope",sans-serif;font-size:18px;font-weight:500;letter-spacing:-.03em}
.ticket-top p{font-family:"Manrope",sans-serif;font-size:13px;font-weight:400;letter-spacing:-.01em}
@media(max-width:690px){.hero h1{font-size:clamp(30px,3.7vw,42px)}.choice strong{font-size:16px}.choice small{font-size:14px}.choice b,.price{font-size:15px}.summary div,.ticket-body div{font-size:14px}}

/* Soft-corner selection language, inspired by the supplied reference. */
.button{border-radius:12px}
.choice{border-radius:12px;border-color:#d0d0d0}
.choice:hover{border-color:#8e8e8e}
.choice.selected{border-color:#171717}
.date,.slot{border-radius:12px;border-color:#d0d0d0}
.date:hover,.slot:hover{border-color:#8e8e8e}
@media(max-width:690px){.button,.choice,.date,.slot{border-radius:12px}}

/* Live map label with a compact external-link mark. */
.map-link{gap:9px;font-family:"Manrope",sans-serif;font-size:16px;font-weight:500;letter-spacing:-.02em;color:#626262;opacity:1}
.map-link img{display:none}
.map-external{position:relative;display:inline-block;width:22px;height:17px}
.map-external:before,.map-external:after{content:"";position:absolute;border:1.5px solid #8b8b8b;background:#fff}
.map-external:before{right:0;bottom:0;width:13px;height:10px}
.map-external:after{left:0;top:0;width:16px;height:12px}

/* Keep the public header clean; legacy style layers must not reintroduce a divider. */
.site-header{border-bottom:0!important}

/* Location is supporting content: compact spacing, with no generic section override. */
.section.location-section{padding:0 0 56px}
@media(max-width:690px){.section.location-section{padding:0 0 48px}}
