:root{--bg:#111110;--surface:#191918;--soft:#232321;--gold:#d7b36e;--gold-light:#ead1a0;--text:#f4f1e9;--muted:#b7b5ae;--line:rgba(215,179,110,.23);--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:108px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img{display:block;max-width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--gold-light);outline-offset:6px}p{color:var(--muted);margin:0 0 24px}h1,h2,h3{margin:0;font-weight:400}h2{font-family:var(--serif);font-size:clamp(44px,4.8vw,78px);line-height:1.04;letter-spacing:-.035em}h2 em{font-weight:400;color:var(--gold)}h3{font-size:21px;line-height:1.5;font-weight:500}a,button{touch-action:manipulation}.wrap{max-width:1560px;margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:110px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);line-height:1.7}.section-kicker{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:56px}.section-number{color:#88877f;font-size:12px;letter-spacing:.12em}.button{display:inline-flex;align-items:center;justify-content:center;gap:36px;min-height:56px;padding:14px 25px;font-size:14px;font-weight:700;line-height:1.35;transition:background .25s,color .25s,transform .25s}.button span{font-size:24px;font-weight:400;line-height:1}.button-gold{background:var(--gold);color:#171610;border:1px solid var(--gold)}.button-gold:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px)}.button-outline{border:1px solid var(--gold);color:var(--gold)}.button-outline:hover{background:var(--gold);color:#111}.skip{position:fixed;top:-100px;left:20px;z-index:1000;background:var(--gold);color:#111;padding:10px 20px}.skip:focus{top:12px}.site-header{height:100px;position:fixed;inset:0 0 auto;display:flex;align-items:center;gap:28px;padding-inline:var(--gutter);z-index:50;background:rgba(17,17,16,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0;line-height:1}.brand img{width:43px;height:53px;object-fit:contain}.brand>span{font-family:var(--serif);font-size:33px;letter-spacing:.15em}.brand small{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.16em;margin-top:9px;color:var(--gold)}.main-nav{margin-left:auto;display:flex;gap:25px;align-items:center}.main-nav a{font-size:13px;white-space:nowrap;color:#d9d7d0;position:relative}.main-nav a:after{position:absolute;bottom:-6px;left:0;right:100%;height:1px;background:var(--gold);content:'';transition:right .3s}.main-nav a:hover:after{right:0}.header-book{min-height:47px;padding:12px 19px;gap:18px;font-size:13px;white-space:nowrap}.menu-toggle{display:none}.hero{position:relative;min-height:790px;height:min(960px,100svh);isolation:isolate;overflow:hidden;display:flex;align-items:center;padding:150px var(--gutter) 125px}.hero-photo{position:absolute;inset:100px 0 0 32%;z-index:-3}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#111110 0%,rgba(17,17,16,.6) 24%,transparent 67%),linear-gradient(0deg,rgba(17,17,16,.96),transparent 32%),linear-gradient(180deg,rgba(17,17,16,.12),transparent)}.hero-content{position:relative;max-width:860px}.hero .eyebrow{display:flex;align-items:center;gap:15px;margin-bottom:25px}.hero .eyebrow span{height:1px;width:34px;background:var(--gold)}.hero h1{font-family:var(--serif);font-size:clamp(72px,7.8vw,124px);line-height:.99;letter-spacing:-.04em}.hero h1 em{color:var(--gold-light);font-weight:400}.hero-subtitle{font-size:17px;letter-spacing:.1em;color:var(--text);margin:30px 0 10px}.hero-description{font-size:15px;line-height:1.8;color:#c2c0b9}.hero-actions{display:flex;gap:30px;align-items:center;margin-top:34px}.quiet-link{font-size:13px;display:flex;gap:16px;align-items:center}.quiet-link span{font-size:21px}.hero-bottom{position:absolute;left:var(--gutter);right:var(--gutter);bottom:27px;display:flex;align-items:center;gap:35px;border-top:1px solid rgba(255,255,255,.17);padding-top:22px;font-size:11px;letter-spacing:.13em;color:#c4c2bb}.hero-bottom>a{font-size:12px}.hero-scroll{margin-left:auto;display:flex;gap:25px;align-items:center}.hero-scroll span{font-size:20px}.hero-stamp{position:absolute;right:var(--gutter);bottom:145px;width:120px;height:120px;border:1px solid rgba(215,179,110,.5);border-radius:50%;font-family:var(--serif);font-size:52px;color:var(--gold);display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1;transform:rotate(-10deg);background:rgba(17,17,16,.35)}.hero-stamp span{font-family:var(--sans);font-size:7px;letter-spacing:.1em;margin-top:8px}.service-nav{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-inline:var(--gutter);background:#151513}.service-nav a{padding:28px 36px 28px 0;border-right:1px solid var(--line)}.service-nav a+a{padding-left:36px}.service-nav a:last-child{border-right:0}.service-nav small{color:var(--gold);font-size:10px;letter-spacing:.15em}.service-nav a>span{font-family:var(--serif);font-size:40px;display:flex;justify-content:space-between;align-items:center;line-height:1.4}.service-nav i{font-style:normal;font-size:26px;color:var(--gold);transition:transform .3s}.service-nav a:hover i{transform:translate(4px,-4px)}.about-top{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:start;margin-bottom:65px}.about-top h3{font-size:19px;color:var(--text);margin-bottom:22px;max-width:520px}.about-top p{font-size:16px;line-height:1.9;margin:0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.image-frame{overflow:hidden;aspect-ratio:1.6;margin-bottom:28px}.image-frame img{width:100%;height:100%;object-fit:cover;transition:transform 1s}.about-grid article:hover img{transform:scale(1.035)}.about-grid h3{max-width:490px;margin-bottom:16px}.about-grid p{max-width:540px;font-size:15px}.barber{background:#1a1a18;border-block:1px solid var(--line)}.barber-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:9%}.barber-intro h2{margin-bottom:32px}.barber-intro h3{font-size:19px;margin-bottom:18px;max-width:390px}.barber-intro p{max-width:460px;font-size:15px}.barber-intro .button{margin-top:10px}.marek-sign{width:125px;max-height:145px;object-fit:contain;margin-top:30px;opacity:.65}.price-list{padding-top:0}.price-row{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);line-height:1.5}.price-row>span{font-size:18px}.price-row strong{font-family:var(--serif);font-weight:500;font-size:30px;white-space:nowrap;color:var(--gold-light)}.price-row small{font-family:var(--sans);font-size:13px;font-weight:400}.exclusive{margin:25px -24px 5px;background:#23231e;border:1px solid rgba(215,179,110,.34);padding:24px}.exclusive .eyebrow{margin:0;font-size:10px}.exclusive .price-row{padding:10px 0 15px;border:0}.exclusive .price-row>span{font-family:var(--serif);font-size:31px;line-height:1.1}.exclusive p:last-child{font-size:13px;line-height:1.85;margin:0;color:#bcb9ad}.feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.feature-image{position:relative;height:660px;background:var(--surface);overflow:hidden}.feature-image>img{width:100%;height:100%;object-fit:cover}.photo-caption{position:absolute;bottom:0;left:0;right:0;padding:35px 24px 20px;font-size:10px;letter-spacing:.15em;background:linear-gradient(transparent,rgba(0,0,0,.7));color:white}.large-label{font-family:var(--serif);color:#757365;font-size:30px;display:block;margin-bottom:22px}.feature-copy h2{margin-bottom:28px}.feature-copy p{font-size:16px;max-width:495px}.feature-note{border-left:1px solid var(--gold);padding-left:22px;margin:28px 0}.feature-note>span{font-size:10px;letter-spacing:.13em;color:var(--gold)}.feature-note p{font-size:14px;margin-top:8px;margin-bottom:0}.feature-note a{color:var(--text);white-space:nowrap;text-decoration:underline;text-underline-offset:4px}.gallery-heading,.video-heading{display:flex;justify-content:space-between;align-items:baseline;gap:25px;margin:70px 0 25px}.gallery-heading h3,.video-heading h3{font-family:var(--serif);font-size:32px;letter-spacing:-.01em}.gallery-heading>span,.video-heading>span{font-size:10px;letter-spacing:.14em;color:var(--gold)}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.gallery-item{display:block;position:relative;aspect-ratio:3/4;overflow:hidden;background:#222}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s,filter .6s}.gallery-item:after{content:'↗';position:absolute;right:10px;bottom:10px;width:30px;height:30px;display:grid;place-items:center;background:rgba(17,17,16,.65);color:white;font-size:18px}.gallery-item:hover img{transform:scale(1.055);filter:brightness(1.07)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.video-card{margin:0;min-width:0}.video-card video{display:block;width:100%;height:auto;aspect-ratio:9/16;object-fit:cover;background:#090909;border:1px solid var(--line)}.video-card figcaption{margin-top:10px;color:var(--muted);font-size:12px}.piercing{background:#e7e5df;color:#1c1c19;--muted:#5d5d56;--gold:#856426;--gold-light:#705118;--line:rgba(41,37,23,.2)}.piercing .button-gold{background:#1b1b19;border-color:#1b1b19;color:#e7c78d}.piercing .button-gold:hover{background:#32312b}.piercing .section-number{color:#6a695f}.piercing .feature-note a{color:#1b1b19}.piercing .gallery-grid{grid-template-columns:repeat(6,1fr)}.piercing .feature-image{height:630px}.piercing-video{display:grid;grid-template-columns:310px 1fr;gap:70px;align-items:center;max-width:900px;margin:70px auto 0}.piercing-video .video-card video{max-height:510px}.piercing-video h3{font-family:var(--serif);font-size:52px;line-height:1.07;margin-block:20px}.piercing-video p{max-width:380px;font-size:15px}.gift{display:flex;gap:65px;align-items:center}.gift h2{font-size:60px;margin:17px 0 24px}.gift p{margin:0;font-size:14px}.gift-mark{padding:35px;border:1px solid var(--line);border-radius:50%;width:225px;height:225px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gift-mark img{max-width:135px;max-height:145px}.gift>.button{margin-left:auto}.contact{background:#1a1a18;border-block:1px solid var(--line)}.contact-top{display:flex;justify-content:space-between;align-items:center;gap:35px;padding-bottom:60px;border-bottom:1px solid var(--line)}.contact-top h2{font-size:clamp(65px,7vw,110px)}.contact-book{margin-right:5%}.contact-book p{font-size:17px}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr .65fr;gap:40px;align-items:center;margin-top:50px}.contact-grid .eyebrow{display:block;margin-bottom:20px}.contact-grid address{font-style:normal;font-family:var(--serif);font-size:32px;line-height:1.25;margin-bottom:22px}.text-link{font-size:13px;border-bottom:1px solid var(--gold);padding-bottom:7px}.text-link span{margin-left:20px}.phone{font-family:var(--serif);font-size:35px;white-space:nowrap}.contact-grid p{font-size:13px;margin-top:12px}.footer-logo img{width:230px;max-height:225px;object-fit:contain;margin-left:auto}.site-footer{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;color:#92918a}.site-footer a strong{font-weight:500;color:#c5c3bb}.languages{display:flex;align-items:center;gap:12px;position:relative}.languages>span{font-size:11px}.languages button{border:0;background:none;font-size:11px;color:#aaa;padding:5px 2px}.languages button.active{color:var(--gold);border-bottom:1px solid var(--gold)}#translate-status{position:absolute;bottom:35px;left:0;width:250px;font-size:12px;background:var(--surface)}#translate-status:empty{display:none}#google_translate_element2{position:absolute;left:-9999px}.mobile-reservation{display:none}.lightbox{padding:0;border:0;position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;background:rgba(10,10,9,.97);color:white;overflow:hidden}.lightbox::backdrop{background:#090909}.lightbox[open]{display:flex;align-items:center;justify-content:center}.lightbox figure{margin:50px 80px;max-width:1200px;max-height:calc(100dvh - 100px);text-align:center;display:flex;flex-direction:column;align-items:center}.lightbox figure img{max-width:100%;max-height:calc(100dvh - 155px);width:auto;height:auto;object-fit:contain;min-height:0}.lightbox figcaption{font-size:13px;color:#bbb;margin-top:15px}.lightbox button{position:absolute;z-index:2;width:48px;height:48px;background:#252522;border:1px solid #55534a;border-radius:50%;font-size:23px}.lightbox-close{top:20px;right:22px}.lightbox-prev{left:20px;top:50%}.lightbox-next{right:20px;top:50%}
@media(min-width:1650px){.hero-content{margin-left:calc((100vw - 1560px)/2)}.hero-photo{left:36%}}
@media(max-width:1200px){:root{--gutter:40px}.site-header{gap:22px}.main-nav{gap:18px}.main-nav a{font-size:12px}.brand>span{font-size:27px}.brand small{font-size:8px}.brand img{width:35px}.header-book{padding:12px 16px;gap:13px;font-size:12px}.hero{min-height:760px}.hero h1{font-size:95px}.about-top,.barber-layout{gap:7%}.feature-layout{gap:7%}.feature-image{height:620px}.price-row>span{font-size:16px}.gift{gap:40px}.gift-mark{width:170px;height:170px}.gift h2{font-size:52px}.phone{font-size:31px}}
@media(max-width:1000px){.site-header{height:84px;gap:22px}.header-book{margin-left:auto}.main-nav{display:none;position:absolute;top:83px;left:0;right:0;background:#151513;border-bottom:1px solid var(--line);padding:25px var(--gutter);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav a{font-size:20px;padding:10px 0}.main-nav a:after{display:none}.menu-toggle{display:flex;width:36px;height:40px;align-items:center;justify-content:center;flex-direction:column;gap:7px;background:none;border:0;padding:5px}.menu-toggle span{height:1px;width:26px;background:var(--gold);transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero{padding-top:145px;min-height:730px;height:850px;max-height:1000px}.hero-photo{top:84px;left:25%}.hero h1{font-size:86px}.hero-stamp{display:none}.section{padding-block:85px}.about-grid{gap:32px}.about-top h2{font-size:57px}.barber-layout{grid-template-columns:.8fr 1fr;gap:8%}.barber-intro h2{font-size:52px}.feature-image,.piercing .feature-image{height:570px}.feature-copy h2{font-size:51px}.feature-copy p{font-size:14px}.gallery-grid{grid-template-columns:repeat(5,1fr);gap:10px}.piercing .gallery-grid{grid-template-columns:repeat(3,1fr);gap:15px}.video-grid{gap:12px}.gift{flex-wrap:wrap}.gift .button{margin-left:210px}.contact-grid{grid-template-columns:1fr 1.2fr}.footer-logo{display:none}.contact-book{margin-right:0}.service-nav a>span{font-size:34px}.hero-bottom{font-size:10px;gap:20px}}
@media(max-width:700px){:root{--gutter:23px}html{scroll-padding-top:94px}body{font-size:16px;padding-bottom:84px}.site-header{height:78px;gap:14px;padding-inline:20px}.brand{gap:9px}.brand img{width:31px;height:43px}.brand>span{font-size:25px;letter-spacing:.11em}.brand small{font-size:6.8px;letter-spacing:.08em;margin-top:6px}.header-book{min-height:39px;padding:10px 12px;font-size:11px;gap:8px}.header-book span{font-size:18px}.menu-toggle{width:29px;padding:2px}.menu-toggle span{width:22px}.main-nav{top:77px}.hero{min-height:730px;height:calc(100svh - 72px);max-height:900px;padding:145px 23px 140px;align-items:flex-start}.hero-photo{inset:78px 0 0 0}.hero-photo img{object-position:64% center}.hero-photo:after{background:linear-gradient(90deg,rgba(17,17,16,.8),rgba(17,17,16,.23)),linear-gradient(180deg,rgba(17,17,16,.18) 0%,rgba(17,17,16,.15) 45%,#111110 100%)}.hero .eyebrow{font-size:10px;margin-bottom:24px}.hero h1{font-size:clamp(58px,12.7vw,88px);line-height:1.02;text-shadow:0 2px 20px #0003}.hero-subtitle{margin-top:26px;font-size:14px;letter-spacing:.08em}.hero-description{font-size:14px;color:#dedbd3;text-shadow:0 1px 10px #000}.hero-actions{flex-direction:column;align-items:flex-start;gap:24px;margin-top:27px}.hero-actions .button{min-height:54px}.quiet-link{font-size:12px}.hero-bottom{bottom:25px;display:flex;flex-wrap:wrap;gap:10px 16px;padding-top:18px;font-size:9px;letter-spacing:.08em}.hero-bottom>a{font-size:11px}.hero-scroll{display:none}.service-nav{padding-inline:23px}.service-nav a{padding:21px 14px 21px 0}.service-nav a+a{padding-left:14px}.service-nav small{font-size:7.5px;letter-spacing:.05em}.service-nav a>span{font-size:27px}.service-nav i{font-size:18px}.section{padding-block:65px}.section-kicker{margin-bottom:34px}.eyebrow{font-size:10px}.section-number{font-size:9px;letter-spacing:.07em}h2{font-size:51px}h3{font-size:20px}.about-top{grid-template-columns:1fr;gap:30px;margin-bottom:37px}.about-top h2{font-size:55px}.about-top h3{font-size:19px;margin-bottom:17px}.about-top p,.about-grid p{font-size:16px}.about-grid{grid-template-columns:1fr;gap:36px}.about-grid .image-frame{aspect-ratio:1.4;margin-bottom:24px}.about-grid p{margin:0}.barber-layout{grid-template-columns:1fr;gap:32px}.barber-intro h2{font-size:54px;margin-bottom:25px}.barber-intro p{font-size:16px}.marek-sign{display:none}.price-row{padding:17px 0}.price-row>span{font-size:16px}.price-row strong{font-size:29px}.exclusive{margin:24px -10px 5px;padding:20px 14px}.exclusive .price-row>span{font-size:27px;max-width:170px}.exclusive .price-row strong{font-size:29px}.exclusive p:last-child{font-size:14px}.feature-layout{display:flex;flex-direction:column;gap:32px;align-items:stretch}.feature-image{height:auto;aspect-ratio:4/5;max-height:550px}.feature-copy h2{font-size:53px}.feature-copy p{font-size:16px}.large-label{font-size:26px;margin-bottom:15px}.feature-note>span{font-size:10px}.feature-note p{font-size:14px}.feature-copy .button{width:100%}.gallery-heading,.video-heading{align-items:flex-start;flex-direction:column;gap:8px;margin:46px 0 20px}.gallery-heading h3,.video-heading h3{font-size:29px}.gallery-heading>span,.video-heading>span{font-size:9px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.video-grid{grid-template-columns:repeat(2,1fr);gap:20px 12px}.video-card figcaption{font-size:11px;line-height:1.6}.piercing .feature-image{height:auto;aspect-ratio:4/5;order:-1;max-height:550px}.piercing .gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.piercing-video{grid-template-columns:1fr 1fr;gap:23px;margin-top:45px}.piercing-video h3{font-size:34px;margin-block:12px}.piercing-video p{font-size:13px;line-height:1.7}.piercing-video .eyebrow{font-size:9px}.gift{gap:26px;align-items:center}.gift-mark{width:94px;height:94px;padding:19px}.gift-mark img{max-height:65px}.gift>div:nth-child(2){flex:1}.gift h2{font-size:39px;margin:12px 0 17px}.gift p{font-size:13px}.gift .button{margin:3px 0 0;width:100%}.contact-top{flex-direction:column;align-items:flex-start;padding-bottom:35px;gap:30px}.contact-top h2{font-size:65px}.contact-book{width:100%}.contact-book p{font-size:16px;margin-bottom:22px}.contact-book .button{width:100%}.contact-grid{grid-template-columns:1fr;gap:33px;margin-top:37px}.contact-grid .eyebrow{margin-bottom:12px}.contact-grid address{font-size:32px}.contact-grid p{margin-bottom:0}.phone{font-size:35px}.footer-logo{display:block;padding-top:20px;border-top:1px solid var(--line)}.footer-logo img{margin:0 auto;width:200px;max-height:200px}.site-footer{padding-block:25px;flex-wrap:wrap;justify-content:space-between;gap:20px;font-size:10px}.languages{order:3;width:100%;justify-content:center;gap:18px}.languages>span,.languages button{font-size:12px}.mobile-reservation{position:fixed;bottom:0;left:0;right:0;z-index:80;display:flex;align-items:center;gap:12px;background:rgba(17,17,16,.98);border-top:1px solid var(--line);padding:10px 17px calc(10px + env(safe-area-inset-bottom));backdrop-filter:blur(16px)}.mobile-reservation .button{flex:1;min-height:48px;padding:12px 18px;justify-content:space-between;font-size:13px}.mobile-phone{width:48px;height:48px;border:1px solid var(--line);display:grid;place-items:center;color:var(--gold)}.lightbox figure{margin:65px 18px;max-width:calc(100vw - 36px)}.lightbox figure img{max-height:calc(100dvh - 190px)}.lightbox .lightbox-prev,.lightbox .lightbox-next{top:auto;bottom:22px;width:42px;height:42px}.lightbox-prev{left:calc(50% - 55px)}.lightbox-next{right:calc(50% - 55px)}.lightbox-close{width:42px!important;height:42px!important;right:15px;top:15px}.lightbox figcaption{font-size:12px}}
@media(max-width:370px){.site-header{padding-inline:14px;gap:10px}.brand small{display:none}.brand>span{font-size:23px}.brand img{width:27px}.header-book{padding:9px;font-size:10px}.header-book span{display:none}.hero h1{font-size:52px}.hero .eyebrow{font-size:9px}.hero{min-height:710px}.service-nav a>span{font-size:24px}.service-nav small{font-size:7px}.gift h2{font-size:35px}.gift-mark{width:76px;height:76px;padding:15px}.piercing-video{grid-template-columns:1fr}.piercing-video .video-card{max-width:250px;margin-inline:auto}.piercing-video>div{text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
