*,::before,::after{box-sizing:border-box;border:0 solid}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,select,textarea{font:inherit;color:inherit;border-radius:0;background:transparent;opacity:1}button,[type=button],[type=submit]{appearance:button}img,svg,video,canvas{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}p,blockquote,dl,dd,figure{margin:0}ol,ul,menu{list-style:none;margin:0;padding:0}[hidden]{display:none!important}










:root {
  --background: #ffffff;
  --foreground: #171717;
  --card: #ffffff;
  --card-foreground: #171717;
  --popover: #ffffff;
  --popover-foreground: #171717;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e7000b;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #f54900;
  --chart-2: #009689;
  --chart-3: #104e64;
  --chart-4: #ffb900;
  --chart-5: #fe9a00;
  --radius: 0.625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #171717;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}



@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
    --card: #171717;
    --card-foreground: #ededed;
    --popover: #171717;
    --popover-foreground: #ededed;
    --primary: #ededed;
    --primary-foreground: #171717;
    --secondary: #262626;
    --secondary-foreground: #ededed;
    --muted: #262626;
    --muted-foreground: #a1a1a1;
    --accent: #262626;
    --accent-foreground: #ededed;
    --destructive: #ff6467;
    --border: #ffffff1a;
    --input: #ffffff26;
    --ring: #737373;
    --chart-1: #8e51ff;
    --chart-2: #00bc7d;
    --chart-3: #fe9a00;
    --chart-4: #ad46ff;
    --chart-5: #ff2056;
    --sidebar: #171717;
    --sidebar-foreground: #ededed;
    --sidebar-primary: #8e51ff;
    --sidebar-primary-foreground: #ededed;
    --sidebar-accent: #262626;
    --sidebar-accent-foreground: #ededed;
    --sidebar-border: #ffffff1a;
    --sidebar-ring: #737373;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

@font-face{font-family:'Suez One';src:url('./fonts/suez-one.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('./fonts/manrope.ttf') format('truetype');font-weight:200 800;font-style:normal;font-display:swap}
:root{--navy:#044470;--sky:#80abd8;--wine:#650632;--pink:#c11044;--paper:#f9f8f5;--background:var(--paper);--foreground:var(--navy);--primary:var(--navy);--primary-foreground:white;--border:#bac8d2;--input:#9cabb6;--ring:#044470;--popover:white;--popover-foreground:var(--navy);--muted-foreground:#536370;--radius:12px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;font-family:Manrope,sans-serif;font-size:16px;line-height:1.7;background:var(--paper);color:var(--navy)}h1,h2,h3,p{margin:0}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}button,a,input,summary{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--pink);outline-offset:5px}h1,h2,h3{font-family:Lora,Georgia,serif;font-weight:600;line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(44px,5.5vw,76px)}h2{font-size:clamp(34px,4.2vw,60px)}h3{font-size:25px}em{font-weight:500}.shell{width:min(1280px,calc(100% - 112px));margin-inline:auto}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.button{display:inline-flex;gap:22px;align-items:center;justify-content:center;min-height:52px;padding:14px 25px;border:1px solid transparent;border-radius:12px;background:var(--navy);color:white;font-weight:600;line-height:1.4;box-shadow:0 4px 12px #012b4812;transition:background .2s,transform .2s}.button:hover{background:#0a5485;transform:translateY(-1px)}.button.pale{background:#fff7ef;color:var(--navy)}.button.pale:hover{background:white}.button.secondary{background:transparent;color:var(--navy);border-color:#a0b2bf;box-shadow:none}.text-button,.line-link{display:inline-flex;gap:12px;align-items:center;min-height:44px;border:0;background:none;font-weight:600;padding:8px 0;text-decoration:underline;text-underline-offset:6px}.line-link{border-bottom:1px solid currentColor;text-decoration:none;padding-bottom:12px}.muted{color:#536370;font-size:14px;line-height:1.65}.skip{position:fixed;top:-100px;left:20px;background:white;padding:12px;z-index:100}.skip:focus{top:12px}
.header{background:var(--paper);position:sticky;top:0;z-index:30;border-bottom:1px solid #04447018}.header-inner{display:flex;align-items:center;gap:40px;height:100px}.logo{display:inline-flex;flex-direction:column;line-height:1}.logo>span{display:flex;align-items:baseline;font-family:Lora,serif;font-size:44px;letter-spacing:-3px}.logo i{font-weight:500}.logo b{font-weight:600}.logo sup{color:var(--pink);font-family:Manrope;font-size:29px;top:auto;margin-left:3px}.logo small{font-size:9px;letter-spacing:.36em;margin-top:7px;font-weight:700}.header-note{font-size:11px;line-height:1.45;border-left:1px solid #0444703a;padding-left:25px}.main-nav{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:600}.main-nav a:hover{color:var(--pink)}.header-book{min-height:46px;padding:12px 22px;font-size:14px}.menu-toggle{display:none;border:0;background:none;padding:10px}.nail-cover{position:relative;width:100%;height:650px;min-height:540px;max-height:calc(100svh - 100px);color:#fff8ef;background:#001e32;isolation:isolate;overflow:hidden}.nail-cover>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% 52%;z-index:-2}.cover-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#001a32ba 0%,#001a3255 40%,transparent 72%);z-index:-1}.cover-inner{height:100%;display:flex;flex-direction:column;align-items:flex-start;padding-block:35px 26px}.cover-inner>.eyebrow{color:#c5dcf0}.cover-type{margin-block:auto;padding:36px 0}.cover-type h1{font-size:clamp(65px,7.1vw,105px);line-height:1.03;letter-spacing:-.055em}.cover-type h1 em{color:#abcde9}.cover-type p{margin:22px 0 28px;font-size:17px;line-height:1.7}.cover-note{display:block;margin-top:14px;font-size:12px;letter-spacing:.02em;color:#dbe8ef}.cover-foot{font-family:Lora,serif;font-style:italic;font-size:15px}.vertical-note{position:absolute;right:23px;top:50%;writing-mode:vertical-rl;font-size:11px;letter-spacing:.13em}.section-nav{background:var(--navy);color:white}.section-nav>.shell{display:flex;justify-content:space-between;gap:24px;padding-block:20px}.section-nav a{font-size:13px;white-space:nowrap}.section-nav a:hover{text-decoration:underline;text-underline-offset:6px}.intro{display:grid;grid-template-columns:1fr 3fr;gap:70px;padding-block:105px;color:var(--wine)}.intro>.eyebrow{padding-top:12px}.intro h2{font-size:clamp(34px,4.4vw,61px)}.intro-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-top:36px}.intro-bottom p{max-width:480px;color:#554652}.intro-bottom a{white-space:nowrap;font-size:14px}.services-section{background:#edf3f7;padding:90px 0 65px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:40px}.section-head .eyebrow{margin-bottom:20px}.section-head h2{font-size:clamp(42px,4.8vw,68px)}.section-head>p{font-size:15px;color:#465e70;max-width:310px}.service-row{display:grid;grid-template-columns:36px 1.1fr 1fr 132px 48px;align-items:center;gap:28px;border-top:1px solid #04447033;padding:30px 0}.service-row:last-child{border-bottom:1px solid #04447033}.service-num{font-family:Lora;font-style:italic;font-size:17px;color:var(--pink)}.service-name h3{font-size:25px;letter-spacing:-.025em}.service-name>span{display:block;margin-top:9px;font-size:12px}.service-row>p{font-size:14px;color:#536370;line-height:1.7}.service-price{text-align:right;display:flex;flex-direction:column;gap:7px}.service-price strong{font-size:21px}.service-price span{font-size:12px;color:#536370}.round-link{height:46px;width:46px;display:grid;place-items:center;border:1px solid #04447055;border-radius:50%}.round-link:hover{background:var(--navy);color:white}.service-footnote{font-size:12px;max-width:700px;margin-top:27px;color:#536370}.craft-photo{width:100%;height:620px;position:relative;isolation:isolate;overflow:hidden;background:#adc3d6}.craft-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 48%;z-index:-2}.craft-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#052f50bb,transparent 65%);z-index:-1}.craft-caption{position:absolute;bottom:54px;left:max(56px,calc((100% - 1280px)/2));color:white}.craft-caption .eyebrow{margin-bottom:20px}.craft-caption h2{font-size:clamp(35px,4.7vw,65px)}.artists-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-block:105px}.artists-section .eyebrow{margin-bottom:25px}.artists-section h2{font-size:clamp(32px,3.4vw,48px)}.artists-section>div>p:last-child{font-size:15px;margin-top:25px;color:#536370}.artist-list>a{display:flex;align-items:center;gap:24px;padding:26px 0;border-bottom:1px solid #04447030}.artist-list>a:first-child{border-top:1px solid #04447030}.artist-list>a>svg{margin-left:auto}.artist-index{font-size:13px;color:var(--pink)}.artist-list h3{font-size:29px}.artist-list p{font-size:12px;margin-top:8px;color:#536370}.artist-list a:hover h3{color:var(--pink)}.appointment-band{background:var(--wine);color:white;position:relative;overflow:hidden;padding:78px 0}.appointment-band:after{content:'a.';font-family:Lora,serif;font-style:italic;font-size:600px;line-height:1;position:absolute;right:15px;top:-190px;color:#ffffff06;pointer-events:none}.appointment-band .shell{position:relative;z-index:1}.appointment-band .eyebrow{color:#f1bad0;margin-bottom:25px}.appointment-band h2{font-size:clamp(37px,4.5vw,64px)}.appointment-band .button{margin-top:32px}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-block:95px}.contact-section h2{font-size:44px;margin-top:20px}.contact-section dl{margin-top:30px}.contact-section dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-top:18px}.contact-section dd{font-size:15px;margin-top:4px}.faq>.eyebrow{margin-bottom:23px}.faq details{border-bottom:1px solid #04447033}.faq summary{padding:21px 24px 21px 0;font-size:15px;font-weight:600;cursor:pointer;list-style:none;position:relative}.faq summary:after{content:'+';position:absolute;right:0;font-size:21px;top:15px}.faq details[open] summary:after{content:'−'}.faq details p{padding-bottom:24px;font-size:14px;color:#536370}footer{background:var(--navy);color:white;padding:52px 0 100px}.footer-main{display:flex;justify-content:space-between;gap:30px}.footer-main p{font-size:13px;color:#c1d5e4;margin-top:25px}.footer-links{display:flex;gap:35px;align-items:center;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:24px;border-top:1px solid #ffffff33;font-size:11px;color:#c1d5e4}.whatsapp{position:fixed;right:25px;bottom:22px;z-index:40;display:flex;align-items:center;gap:10px;background:#25d366;color:#073c22;border-radius:30px;padding:15px 22px;font-size:15px;font-weight:700;box-shadow:0 7px 25px #001d2633;border:1px solid #0b7c3960}.whatsapp:hover{background:#45e180}
.booking-page{padding-block:65px 95px}.booking-title p:last-child{margin-top:24px;color:#536370}.booking-title h1{margin-top:15px}.booking-layout{display:grid;grid-template-columns:1fr 330px;gap:75px;margin-top:55px}.steps{display:flex;gap:28px;margin:0 0 38px;padding:0;list-style:none;border-bottom:1px solid #04447030;padding-bottom:24px}.steps li{display:flex;gap:9px;align-items:center;font-size:13px;color:#627888;white-space:nowrap}.steps li>span{width:27px;height:27px;border-radius:50%;border:1px solid #a6b8c5;display:grid;place-items:center;font-size:12px}.steps li.active{color:var(--navy);font-weight:700}.steps .active>span,.steps .done>span{background:var(--navy);color:white;border-color:var(--navy)}.step-title{font-size:32px;margin-bottom:30px;outline:0}.booking-page fieldset{margin:0 0 30px;padding:0;border:0;min-width:0}.booking-page legend{font-size:14px;font-weight:700;margin-bottom:15px}.booking-options{gap:10px}.service-option{display:flex;align-items:center;gap:15px;border:1px solid #bccbd5;border-radius:10px;padding:20px 18px;cursor:pointer}.service-option>span{flex:1}.service-option strong{font-size:14px}.service-option small{display:block;font-size:12px;margin-top:6px;color:#536370}.service-option>b{font-size:15px}.service-option.selected,.artist-options .selected,.time-options .selected{border-color:var(--navy);background:#e9f0f6;box-shadow:inset 0 0 0 1px var(--navy)}.artist-options{grid-template-columns:1fr 1fr;gap:10px}.artist-options>label,.time-options>label{border:1px solid #bccbd5;border-radius:10px;padding:17px 14px;display:flex;align-items:center;gap:12px;cursor:pointer}.artist-options strong,.time-options strong{font-size:13px}.artist-options small,.time-options small{display:block;font-size:11px;margin-top:5px;color:#536370}.booking-controls{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:30px}.booking-controls>.button{margin-left:auto}.booking-summary{position:sticky;top:130px;align-self:start;overflow:hidden;padding:32px;background:#e2ebf3;border-radius:3px 3px 50px 3px}.booking-summary h3{font-size:30px;margin-top:24px}.booking-summary>p:not(.eyebrow){display:flex;gap:7px;align-items:center;font-size:13px;margin-top:15px}.booking-summary dl{position:relative;z-index:1;margin:25px 0}.booking-summary dt,.receipt-detail dt{font-size:11px;text-transform:uppercase;letter-spacing:.09em;margin-top:19px;color:#536370}.booking-summary dd{font-size:14px;margin:5px 0 0;font-weight:600}.summary-total{border-top:1px solid #04447033;padding-top:20px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.summary-total strong{font-size:25px}.summary-note{font-size:12px!important;line-height:1.5;position:relative;z-index:1}.summary-mark{position:absolute;right:-3px;bottom:-70px;font-family:Lora;font-size:220px;font-style:italic;color:#04447009;line-height:1.4;pointer-events:none}.field{display:flex;flex-direction:column;gap:9px;font-size:14px;font-weight:600;min-width:0}.field input,.field textarea{background:white;border:1px solid #aebfca;border-radius:9px;padding:14px 15px;min-height:52px;font-size:16px;color:var(--navy);width:100%;font-weight:400;box-sizing:border-box}.field small{font-size:12px;font-weight:400;color:#536370}.form-fields{display:grid;gap:24px}.consent{display:flex;align-items:flex-start;gap:13px;font-size:12px;color:#536370;line-height:1.7}.consent>button{flex-shrink:0;margin-top:3px}.consent a{text-decoration:underline}.honey{position:absolute;left:-10000px}.slot-area{padding:28px 0;min-height:190px}.slot-area>p{font-size:15px}.slot-label{margin-bottom:15px}.time-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.time-options .unavailable{opacity:.5;cursor:not-allowed}.time-options strong{font-size:20px}.error{background:#fce8ed;color:#88092c;border:1px solid #d68a9e;padding:15px 18px;border-radius:9px;font-size:14px;margin-top:18px}.receipt-page{max-width:800px;padding-block:65px 90px}.receipt-check{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#d9e8e2;color:#185041;margin-bottom:28px}.receipt-page h1{font-size:48px;margin:18px 0 24px}.receipt-page>p{max-width:630px}.receipt-detail{padding:32px;border:1px solid #bccbd5;border-radius:12px;margin:32px 0}.receipt-detail h2{font-size:30px}.receipt-detail dd{font-size:16px;margin-top:5px}.receipt-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.receipt-page>.line-link{display:flex;width:fit-content;margin-top:25px}.prose-page{max-width:860px;padding-block:70px 90px}.prose-page h1{margin:15px 0 40px}.prose-page h2{font-size:28px;margin:36px 0 17px}.prose-page p{margin-bottom:24px}.prose-page .line-link{display:block;width:fit-content;margin-top:20px}.panel-page{padding-block:65px 80px}.panel-page h1{margin:20px 0 25px}.panel-toolbar{display:flex;align-items:end;gap:25px;margin:35px 0}.panel-toolbar .field{min-width:220px}.empty-state{border-block:1px solid #bac8d2;padding:45px 0;color:#536370}.agenda-row{display:grid;grid-template-columns:110px 1fr 250px;gap:35px;padding:28px 0;border-top:1px solid #bac8d2}.agenda-row h2{font-size:25px;margin-bottom:15px}.agenda-row p{font-size:14px;margin-top:8px}.agenda-time{font-size:28px;display:block}.status{font-size:11px;font-weight:700;display:block}.agenda-row.cancelled{opacity:.6}.agenda-actions{display:flex;flex-direction:column;align-items:stretch;gap:5px}.agenda-actions .button{font-size:13px;padding:13px}.agenda-actions .text-button{justify-content:center;font-size:13px}.settings{border-top:1px solid #bac8d2;margin-top:55px;padding-top:30px}.settings>summary{font-weight:700;cursor:pointer}.settings form{max-width:620px;padding:30px 0}.settings .button{margin-top:25px}
@media(min-width:1600px){.nail-cover{height:750px;max-height:none}.nail-cover>img{object-position:center 50%}}
@media(max-width:1100px){.shell{width:calc(100% - 64px)}.header-inner{gap:25px}.header-note{display:none}.service-row{grid-template-columns:25px 1.2fr 1fr 100px 40px;gap:18px}.service-name h3{font-size:23px}.intro{grid-template-columns:1fr;gap:25px}.intro-bottom p{max-width:580px}.artists-section,.contact-section{gap:45px}.booking-layout{grid-template-columns:1fr 280px;gap:35px}.booking-summary{padding:25px}.craft-caption{left:32px}.footer-links{gap:20px}.steps{gap:17px}}
@media(max-width:760px){html{scroll-padding-top:86px}.shell{width:calc(100% - 40px)}.header-inner{height:82px;gap:13px}.logo>span{font-size:35px}.logo small{font-size:8px;letter-spacing:.28em;margin-top:4px}.logo sup{font-size:24px}.header-book{font-size:12px;min-height:42px;padding:11px 15px;gap:12px}.header-book svg{width:17px}.menu-toggle{display:block;margin-left:auto;padding:7px}.main-nav{display:none;position:absolute;top:81px;left:0;right:0;background:var(--paper);margin:0;padding:22px;box-shadow:0 8px 20px #04447015;border-bottom:1px solid #04447020}.main-nav.open{display:flex;flex-direction:column;gap:0}.main-nav a{padding:13px}.nail-cover{height:620px;max-height:none;min-height:0}.nail-cover>img{object-position:66% center}.cover-overlay{background:linear-gradient(0deg,#001728f5 0%,#001a3270 55%,#001a3220 100%)}.cover-inner{padding-block:25px 22px}.cover-type{margin-top:auto;margin-bottom:0;padding:110px 0 24px}.cover-type h1{font-size:67px;line-height:1.03}.cover-type p{font-size:15px;margin:19px 0 23px}.cover-foot{font-size:12px}.cover-note{font-size:11px;margin-top:12px}.vertical-note{display:none}.section-nav>.shell{width:100%;padding:17px 20px;overflow-x:auto;gap:26px;justify-content:flex-start}.section-nav a{font-size:12px}.intro{padding-block:60px;gap:22px}.intro h2{font-size:37px;line-height:1.16}.intro-bottom{display:block;margin-top:24px}.intro-bottom p{font-size:15px}.intro-bottom a{margin-top:25px}.services-section{padding:57px 0 40px}.section-head{display:block;margin-bottom:30px}.section-head h2{font-size:46px}.section-head>p{margin-top:22px;font-size:14px}.service-row{grid-template-columns:24px 1fr 45px;column-gap:12px;row-gap:15px;padding:25px 0;align-items:start}.service-num{grid-column:1;grid-row:1}.service-name{grid-column:2;grid-row:1}.service-name h3{font-size:23px}.service-name>span{font-size:11px;margin-top:8px}.service-row>p{grid-column:2/4;grid-row:2;font-size:13px;max-width:430px}.service-price{grid-column:2;grid-row:3;text-align:left;display:flex;flex-direction:row;align-items:center;gap:15px}.service-price strong{font-size:19px}.service-price span{font-size:11px}.round-link{grid-column:3;grid-row:1;width:39px;height:39px}.round-link svg{width:20px}.service-footnote{font-size:11px}.craft-photo{height:490px}.craft-photo>img{object-position:53% center}.craft-caption{left:20px;bottom:30px;right:20px}.craft-caption h2{font-size:37px}.craft-caption .eyebrow{font-size:10px;margin-bottom:15px}.artists-section{grid-template-columns:1fr;gap:32px;padding-block:60px}.artists-section h2{font-size:37px}.artist-list h3{font-size:28px}.artist-list>a{padding:24px 0}.appointment-band{padding:56px 0}.appointment-band h2{font-size:37px}.appointment-band:after{font-size:400px;right:-40px;top:-60px}.contact-section{grid-template-columns:1fr;gap:50px;padding-block:60px}.contact-section h2{font-size:38px}.footer-main{flex-direction:column;gap:32px}.footer-links{align-items:flex-start;flex-direction:column;gap:20px}.footer-bottom{flex-direction:column;gap:10px;font-size:11px}.whatsapp{right:16px;bottom:16px;padding:13px 17px;font-size:13px;gap:8px}.whatsapp img{width:22px;height:22px}.booking-page{padding-block:40px 65px}.booking-title h1{font-size:42px}.booking-title p:last-child{font-size:14px;margin-top:20px}.booking-layout{display:flex;flex-direction:column;gap:35px;margin-top:30px}.booking-summary{position:static;width:100%;border-radius:12px;padding:25px;order:2}.booking-summary h3{font-size:28px;margin-top:17px}.booking-summary dl{display:grid;grid-template-columns:90px 1fr;gap:8px;margin:20px 0}.booking-summary dt,.booking-summary dd{margin:0}.steps{gap:15px;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.steps li{font-size:11px;gap:6px}.steps li>span{width:24px;height:24px;font-size:11px}.step-title{font-size:30px}.service-option{gap:12px;padding:17px 13px}.service-option strong{font-size:13px}.service-option>b{font-size:13px}.service-option small{font-size:11px}.artist-options{grid-template-columns:1fr}.artist-options>label{padding:15px}.artist-options strong{font-size:14px}.time-options>label{padding:14px 12px;gap:9px}.time-options strong{font-size:18px}.booking-controls{gap:18px}.booking-controls .button{font-size:14px;padding:15px 18px;gap:12px}.booking-controls .text-button{font-size:13px}.receipt-page{padding-block:45px 70px}.receipt-page h1{font-size:38px}.receipt-detail{padding:24px}.receipt-detail h2{font-size:28px}.receipt-actions{display:flex;flex-direction:column}.prose-page{padding-block:45px 70px}.prose-page h1{font-size:42px}.panel-page h1{font-size:43px}.panel-toolbar{flex-direction:column;align-items:stretch}.agenda-row{grid-template-columns:1fr;gap:17px}.agenda-row>div:first-child{display:flex;gap:20px;align-items:center}.agenda-actions{align-items:flex-start}.settings>summary{font-size:14px}.eyebrow{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Suez One for identity, Manrope for sustained reading. */
body,
button,
input,
textarea,
summary {
  font-family:Manrope,Arial,sans-serif;
}
h1,
h2,
h3,
.logo>span,
.cover-foot,
.service-num,
.appointment-band:after,
.summary-mark {
  font-family:'Suez One',Georgia,serif;
}

body { line-height:1.58; }
h1,h2,h3 { font-weight:400; line-height:1.08; letter-spacing:-.025em; }
h1 em,h2 em,h3 em { font-style:normal; }
.intro h2 em,.artists-section h2 em,.booking-title h1 em,.prose-page h1 em,.panel-page h1 em { color:var(--pink); }
.craft-caption h2 em { color:#b9d9f3; }
.appointment-band h2 em { color:#f1bad0; }
.logo>span { letter-spacing:-1.5px; }
.logo i,.cover-foot,.service-num,.summary-mark { font-style:normal; }
.eyebrow,
.muted,
.cover-note,
.service-name>span,
.service-row>p,
.service-price span,
.service-footnote,
.artist-list p,
.contact-section dt,
.contact-section dd,
.faq details p,
.booking-page small,
.booking-summary dt,
.receipt-detail dt {
  font-weight:400;
}
.muted,
.service-row>p,
.service-price span,
.service-footnote,
.artist-list p,
.faq details p,
.booking-page small {
  color:#304b5e;
}

.button {
  border-radius:12px;
  box-shadow:0 8px 18px rgba(0,42,71,.18),0 2px 0 rgba(0,42,71,.18);
}
.button:hover { box-shadow:0 10px 22px rgba(0,42,71,.22),0 2px 0 rgba(0,42,71,.2); }

.header-inner { height:88px; }
.nail-cover { height:570px; min-height:500px; max-height:calc(100svh - 88px); }
.hero-slides { position:absolute; inset:0; z-index:-2; background:#001e32; }
.hero-slide { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:62% 52%; opacity:0; transform:scale(1.015); transition:opacity 1.15s ease,transform 7s ease; }
.hero-slide.active { opacity:1; transform:scale(1); }
.cover-inner { padding-block:28px 22px; }
.cover-type { padding:24px 0; }
.cover-overlay { background:linear-gradient(90deg,#001729dc 0%,#001a3280 46%,#001a3214 78%); }
.cover-inner>.eyebrow,.cover-note,.cover-foot { text-shadow:0 2px 8px rgba(0,18,31,.55); }
.carousel-controls { position:absolute; right:34px; bottom:22px; z-index:3; display:flex; align-items:center; gap:10px; color:white; }
.carousel-pages { display:flex; align-items:center; gap:4px; padding:5px; border:1px solid rgba(255,255,255,.34); border-radius:10px; background:rgba(0,25,45,.48); backdrop-filter:blur(8px); }
.carousel-pages button,.carousel-pause { min-width:38px; height:36px; display:grid; place-items:center; border:0; border-radius:7px; background:transparent; color:rgba(255,255,255,.7); font-size:11px; font-weight:700; letter-spacing:.08em; }
.carousel-pages button.active { background:white; color:var(--navy); box-shadow:0 3px 10px rgba(0,18,31,.25); }
.carousel-pause { border:1px solid rgba(255,255,255,.34); background:rgba(0,25,45,.58); color:white; backdrop-filter:blur(8px); }
.carousel-pages button:hover,.carousel-pause:hover { color:white; background:rgba(128,171,216,.38); }
.section-nav>.shell { padding-block:16px; }
.intro { padding-block:78px; }
.services-section { padding:70px 0 50px; }
.section-head { margin-bottom:40px; }
.service-row { padding:23px 0; }
.craft-photo { height:540px; }
.artists-section { padding-block:78px; }
.artist-list>a { padding:20px 0; }
.appointment-band { padding:62px 0; }
.contact-section { padding-block:72px; }
.faq summary { padding-block:17px; }
footer { padding:42px 0 72px; }
.booking-page { padding-block:52px 72px; }
.booking-layout { margin-top:42px; }
.receipt-page { padding-block:52px 72px; }
.prose-page { padding-block:54px 72px; }
.panel-page { padding-block:52px 64px; }

.whatsapp {
  background:#25d366;
  color:#fff;
  border:2px solid #18a84f;
  border-radius:12px;
  padding:15px 21px;
  font-weight:400;
  box-shadow:0 8px 20px rgba(9,80,42,.32),0 3px 0 #128c4a;
}
.whatsapp img {
  width:25px;
  height:25px;
  filter:brightness(0) invert(1);
}
.whatsapp:hover {
  background:#20bd5a;
  box-shadow:0 10px 24px rgba(9,80,42,.36),0 3px 0 #0e7a40;
}

@media(min-width:1600px){
  .nail-cover { height:640px; max-height:none; }
}

@media(max-width:760px){
  html { scroll-padding-top:80px; }
  .header-inner { height:76px; }
  .main-nav { top:75px; }
  .logo>span { font-size:32px; }
  .logo small { font-size:7.5px; letter-spacing:.24em; }
  .header-book { min-height:40px; padding:10px 14px; }
  .nail-cover { height:530px; min-height:0; max-height:none; }
  .hero-slide { object-position:65% center; }
  .cover-inner { padding-block:20px 18px; }
  .cover-type { margin-block:auto; padding:10px 0 8px; }
  .cover-type h1 { font-size:54px; line-height:1.02; }
  .cover-type p { margin:14px 0 17px; line-height:1.5; }
  .cover-note { margin-top:8px; }
  .cover-foot { font-size:11px; max-width:calc(100% - 190px); }
  .carousel-controls { right:18px; bottom:16px; gap:7px; }
  .carousel-pages { gap:2px; padding:4px; }
  .carousel-pages button { min-width:31px; height:31px; font-size:10px; }
  .carousel-pause { min-width:33px; width:33px; height:33px; }
  .section-nav>.shell { padding:14px 20px; }
  .intro { padding-block:44px; gap:17px; }
  .intro h2 { font-size:35px; }
  .intro-bottom { margin-top:18px; }
  .intro-bottom a { margin-top:18px; }
  .services-section { padding:45px 0 32px; }
  .section-head { margin-bottom:22px; }
  .section-head .eyebrow { margin-bottom:13px; }
  .section-head h2 { font-size:41px; }
  .section-head>p { margin-top:15px; }
  .service-row { padding:19px 0; row-gap:11px; }
  .service-name h3 { font-size:22px; }
  .service-footnote { margin-top:20px; }
  .craft-photo { height:410px; }
  .craft-caption { bottom:22px; }
  .artists-section { padding-block:46px; gap:26px; }
  .artists-section .eyebrow { margin-bottom:17px; }
  .artists-section>div>p:last-child { margin-top:18px; }
  .artist-list>a { padding:19px 0; }
  .appointment-band { padding:44px 0; }
  .appointment-band .eyebrow { margin-bottom:17px; }
  .appointment-band .button { margin-top:23px; }
  .contact-section { padding-block:46px; gap:35px; }
  .contact-section h2 { margin-top:14px; }
  .contact-section dl { margin-top:22px; }
  .faq>.eyebrow { margin-bottom:15px; }
  footer { padding:38px 0 74px; }
  .footer-main { gap:24px; }
  .footer-main p { margin-top:18px; }
  .footer-bottom { margin-top:30px; padding-top:18px; }
  .whatsapp {
    right:15px;
    bottom:15px;
    padding:13px 17px;
    border-radius:12px;
    font-size:13px;
    gap:9px;
  }
  .whatsapp img { width:23px; height:23px; }
  .booking-page { padding-block:32px 50px; }
  .booking-title p:last-child { margin-top:14px; }
  .booking-layout { margin-top:24px; gap:27px; }
  .steps { margin-bottom:24px; padding-bottom:16px; }
  .booking-page fieldset { margin-bottom:23px; }
  .service-option { padding:14px 12px; }
  .slot-area { padding:21px 0; min-height:160px; }
  .booking-controls { margin-top:23px; }
  .receipt-page { padding-block:36px 54px; }
  .receipt-detail { margin:25px 0; }
  .prose-page { padding-block:36px 54px; }
  .prose-page h1 { margin-bottom:28px; }
  .prose-page h2 { margin-top:28px; }
  .panel-page { padding-block:36px 54px; }
  .panel-toolbar { margin:26px 0; }
  .agenda-row { padding:21px 0; }
}

/* Service navigation and a slow, blended iridescent highlight. */
.button.service-cta{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(120deg,#044470 5%,#3f235c 56%,#850d3e);color:#fff;border:1px solid #7492b666;border-radius:12px;box-shadow:0 8px 19px #04447029,0 3px 0 #032f4b,0 0 15px #80abd822;text-shadow:0 1px 3px #001625;transition:transform .25s,box-shadow .25s}
.button.service-cta::before{content:'';position:absolute;z-index:-1;inset:-40%;pointer-events:none;background:radial-gradient(ellipse at 24% 45%,#80abd86b,transparent 47%),radial-gradient(ellipse at 78% 60%,#c110445e,transparent 46%);filter:blur(14px);animation:service-iridescence 9s ease-in-out infinite alternate}
.button.service-cta::after{content:'';position:absolute;inset:0;border-radius:inherit;padding:2px;pointer-events:none;z-index:2;background:conic-gradient(from var(--service-border-angle),transparent 0deg 272deg,#80abd8 300deg,#fff 323deg,#c11044 344deg,transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;filter:drop-shadow(0 0 5px #80abd8cc) drop-shadow(0 0 7px #c1104466);animation:service-border-orbit 7s linear infinite}
.button.service-cta:hover{background:linear-gradient(120deg,#075581,#442865,#960e43);transform:translateY(-2px);box-shadow:0 11px 23px #04447035,0 3px 0 #032f4b,0 0 20px #80abd843}
.button.service-cta svg{flex-shrink:0}
@property --service-border-angle{syntax:'<angle>';inherits:false;initial-value:0deg}
@keyframes service-iridescence{from{transform:translateX(-16%) scale(.95);opacity:.55}to{transform:translateX(16%) scale(1.1);opacity:1}}
@keyframes service-border-orbit{to{--service-border-angle:360deg}}
.service-row{grid-template-columns:28px minmax(170px,1.2fr) minmax(160px,1fr) 120px 165px;gap:22px}
.service-name h3 a:hover{color:var(--pink)}
.service-more{font-size:14px;min-height:48px;padding:12px 15px;gap:12px;white-space:nowrap}
.cover-foot{max-width:none}
.service-breadcrumb{display:flex;align-items:center;gap:24px;min-height:60px;padding-block:12px;font-size:14px}
.service-breadcrumb a{display:inline-flex;align-items:center;gap:9px;min-height:36px}
.service-breadcrumb span{color:#304b5e;border-left:1px solid #04447035;padding-left:24px}
.service-detail-hero{position:relative;isolation:isolate;min-height:390px;background:#001e32;color:#fff8ef;overflow:hidden}
.service-detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% 50%;z-index:-2}
.service-hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#001c30e8 0%,#001c3080 43%,#001c3010 78%)}
.service-hero-copy{padding-block:38px 42px}
.service-hero-copy>.eyebrow{color:#c5dcf0;font-size:12px;margin-bottom:24px}
.service-hero-copy h1{font-size:clamp(42px,4.7vw,66px);max-width:620px;overflow-wrap:break-word;text-wrap:balance}
.service-hero-copy>p:not(.eyebrow){font-size:18px;margin:18px 0 25px;color:#e0ecf8}
.service-detail-body{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:90px;padding-block:58px 65px}
.service-story>.eyebrow{color:var(--pink);margin-bottom:17px}
.service-story h2{font-size:clamp(32px,3.4vw,44px);color:var(--wine);max-width:700px;margin-bottom:23px}
.service-story p{font-size:16px;line-height:1.75;max-width:730px;color:#304b5e}
.service-story h3{font-size:25px;margin:31px 0 16px}
.service-inclusions{list-style:none;padding:0;margin:0}
.service-inclusions li{display:flex;gap:20px;align-items:baseline;border-top:1px solid #04447026;padding:16px 0;font-size:16px}
.service-inclusions li:last-child{border-bottom:1px solid #04447026}
.service-inclusions li span{font-size:13px;color:var(--pink);flex-shrink:0}
.service-story .service-scope{padding-left:18px;border-left:3px solid var(--sky);margin-top:22px;font-size:14px}
.service-booking{align-self:start;position:sticky;top:112px;padding:26px 25px 29px;background:#e9f0f6;border-radius:12px;border-top:3px solid var(--pink)}
.service-detail-price{font-family:'Suez One',Georgia,serif;font-size:37px;line-height:1.25;margin:22px 0 16px}
.service-detail-price span{font-family:Manrope,sans-serif;font-size:14px}
.service-duration{display:flex;align-items:center;gap:10px;font-size:16px;margin-bottom:13px}
.service-booking>p:not(.eyebrow):not(.service-detail-price):not(.service-duration){font-size:14px;color:#304b5e}
.service-booking .button{width:100%;margin-top:24px;font-size:14px;gap:15px;padding:13px 14px}
.service-booking .service-booking-note{margin-top:18px;line-height:1.6}
.service-booking .line-link{font-size:14px;margin-top:19px}
@media(max-width:1100px){.service-row{gap:16px;grid-template-columns:24px minmax(160px,1.2fr) minmax(120px,1fr) 96px 150px}.service-more{padding:12px;font-size:13px;gap:9px}.service-detail-body{gap:42px;grid-template-columns:minmax(0,1fr) 290px}}
@media(max-width:760px){
 .service-row{grid-template-columns:22px minmax(0,1fr) 140px;column-gap:12px;row-gap:13px}
 .service-name{grid-column:2/-1;grid-row:1}
 .service-row>p{grid-column:2/-1;grid-row:2}
 .service-price{grid-column:2;grid-row:3;flex-direction:column;align-items:flex-start;gap:3px;align-self:center}
 .service-price strong{font-size:18px}
 .service-price span{font-size:11px;white-space:nowrap}
 .service-more{grid-column:3;grid-row:3;width:100%;padding:12px 10px;min-height:47px;font-size:13px;gap:10px;align-self:center}
 .service-breadcrumb{min-height:52px;padding-block:8px;font-size:13px}
 .service-breadcrumb span{display:none}
 .service-detail-hero{min-height:330px}
 .service-detail-hero>img{object-position:64% 50%}
 .service-hero-shade{background:linear-gradient(90deg,#001c30ed,#001c309c 55%,#001c3033)}
 .service-hero-copy{padding-block:26px 30px}
 .service-hero-copy>.eyebrow{font-size:11px;margin-bottom:24px}
 .service-hero-copy h1{font-size:clamp(33px,8.9vw,42px);max-width:95%;line-height:1.1}
 .service-hero-copy>p:not(.eyebrow){font-size:16px;margin:15px 0 22px}
 .service-hero-copy .button{font-size:14px;padding:13px 17px;gap:15px;min-height:48px}
 .service-detail-body{grid-template-columns:1fr;gap:32px;padding-block:34px 48px}
 .service-story h2{font-size:33px;margin-bottom:19px}
 .service-story h3{font-size:23px;margin-top:27px}
 .service-inclusions li{gap:15px;padding:14px 0}
 .service-booking{position:static;padding:23px}
 .service-booking .button{width:auto;min-width:210px}
}
@media(max-width:380px){.header-inner{gap:6px}.header-inner .logo>span{font-size:27px}.header-inner .logo small{font-size:6.5px}.header-book{padding:10px 11px;gap:8px}.menu-toggle{padding:7px 4px}}

/* Alternative citrus palette: same Art Nails layout, a warmer and more energetic identity. */
:root{
 --navy:#1e4d16;
 --sky:#bfd931;
 --wine:#1e4d16;
 --pink:#ffd62f;
 --paper:#fffdf0;
 --background:var(--paper);
 --foreground:var(--navy);
 --primary:var(--navy);
 --primary-foreground:#fffdf0;
 --border:#b7c67f;
 --input:#7f9b58;
 --ring:#4a8f2c;
 --popover:#fffdf0;
 --popover-foreground:var(--navy);
 --muted-foreground:#476d35;
}
body{background:var(--paper);color:var(--navy)}
.header{border-bottom-color:#1e4d1626}
.header-note{border-left-color:#1e4d1648}
.main-nav a:hover{color:#4a8f2c}
.nail-cover{background:#1e4d16}
.cover-overlay{background:linear-gradient(90deg,#142f10c7 0%,#1e4d1680 40%,transparent 72%)}
.cover-inner>.eyebrow{color:#e7f28b}
.cover-type h1 em{color:#bfd931}
.cover-note{color:#f4f8cf}
.section-nav,footer{background:#1e4d16}
.intro{color:#1e4d16}
.intro h2 em,.artists-section h2 em,.booking-title h1 em,.prose-page h1 em,.panel-page h1 em{color:#4a8f2c}
.intro-bottom p{color:#476d35}
.section-nav a:hover{color:#ffd62f}
.services-section{background:#f1f6d7}
.section-head>p,.service-row>p,.service-price span,.service-footnote,.artists-section>div>p:last-child,.artist-list p{color:#476d35}
.service-row,.artist-list>a,.faq details{border-color:#1e4d1638}
.service-num,.artist-index,.service-story>.eyebrow{color:#4a8f2c}
.service-name h3 a:hover,.artist-list a:hover h3{color:#4a8f2c}
.round-link:hover{background:#4a8f2c}
.craft-photo{background:#b9cf74}
.craft-photo:after{background:linear-gradient(0deg,#1e4d16cc,transparent 65%)}
.craft-caption h2 em{color:#ffd62f}
.appointment-band{background:#1e4d16}
.appointment-band .eyebrow{color:#bfd931}
.appointment-band h2 em{color:#ffd62f}
.contact-section dt{color:#4a8f2c}
.faq details p{color:#476d35}
.footer-main p,.footer-bottom{color:#e1edb0}
.button{background:#1e4d16;color:#fffdf0;box-shadow:0 4px 12px #1e4d1629}
.button:hover{background:#4a8f2c;box-shadow:0 10px 22px #1e4d1638,0 2px 0 #183d12}
.button.pale{background:#ffd62f;color:#1e4d16}
.button.pale:hover{background:#bfd931}
.button.secondary{color:#1e4d16;border-color:#7f9b58}
.booking-page fieldset .selected,.service-option.selected,.artist-options .selected,.time-options .selected{border-color:#4a8f2c;background:#eef5bf;box-shadow:inset 0 0 0 1px #4a8f2c}
.booking-summary,.service-booking{background:#eef5bf;border-top-color:#4a8f2c}
.booking-summary{color:#1e4d16}
.service-booking>p:not(.eyebrow):not(.service-detail-price):not(.service-duration),.service-story p{color:#476d35}
.service-breadcrumb span{color:#476d35;border-left-color:#1e4d1635}
.service-detail-hero{background:#1e4d16}
.service-hero-shade{background:linear-gradient(90deg,#142f10e8 0%,#1e4d16a0 43%,#1e4d1620 78%)}
.service-hero-copy>.eyebrow{color:#e7f28b}
.service-inclusions li{border-color:#1e4d1638}
.service-inclusions li span{color:#4a8f2c}
.service-story .service-scope{border-left-color:#bfd931}
.line-link{color:#1e4d16}
.whatsapp{background:#25d366;color:#073c22;border-color:#0b7c3960}

/* Citrus light: a diffused halo breathes around one service at a time.
   Animate opacity only; button geometry and labels stay completely still. */
.button{position:relative;isolation:isolate;overflow:visible}
.button:hover{background:#316b23}
.button.pale:hover{background:#bfd931}
.button.service-cta{background:linear-gradient(120deg,#1e4d16 5%,#285c1e 56%,#326d23);border-color:#bfd93180;box-shadow:0 8px 19px #1e4d1638,0 3px 0 #153b10;text-shadow:0 1px 3px #153b10}
.button.service-cta:hover{background:linear-gradient(120deg,#285d1d,#326d23,#397624);box-shadow:0 11px 23px #1e4d1648,0 3px 0 #153b10}
.button.service-cta::before{content:none;animation:none}
.button.service-cta::after,.button.pale::after,.header-book::after{
 content:'';position:absolute;inset:-1px;border-radius:inherit;z-index:-1;pointer-events:none;padding:0;
 background:none;filter:none;-webkit-mask:none;mask:none;
 box-shadow:0 0 0 1px #ffd62f99,0 0 14px 3px #ffd62f70,0 0 30px 8px #bfd93155;
 opacity:0;animation:citrus-breathe 20s ease-in-out infinite;
}
.service-row:nth-child(2) .service-cta::after{animation-delay:-15s}
.service-row:nth-child(3) .service-cta::after{animation-delay:-10s}
.service-row:nth-child(4) .service-cta::after{animation-delay:-5s}
.header-book::after{animation-delay:-9s}
.appointment-band .button::after,.service-booking .button::after{animation-delay:-10s}
@keyframes citrus-breathe{0%,25%,100%{opacity:0}12.5%{opacity:1}}
.section-nav{background:#bfd931;color:#1e4d16}
.section-nav a{font-weight:700}
.section-nav a:hover{color:#1e4d16}
.service-num,.artist-index,.contact-section dt,.service-story>.eyebrow,.service-inclusions li span{color:#31671d}
.hero-slides{background:#1e4d16}
.whatsapp{color:#fff;font-weight:600}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline-color:#1e4d16}
.nail-cover a:focus-visible,.appointment-band a:focus-visible,footer a:focus-visible,.service-detail-hero a:focus-visible{outline-color:#ffd62f}
@media(prefers-reduced-motion:reduce){
 .button.service-cta::after,.button.pale::after,.header-book::after{animation:none;opacity:0}
}
@media(max-width:760px){.service-hero-shade{background:linear-gradient(90deg,#142f10ed,#1e4d16b0 55%,#1e4d1645)}.main-nav{background:var(--paper);box-shadow:0 8px 20px #1e4d1626;border-bottom-color:#1e4d1635}}

[data-demo-disabled]{cursor:default!important}[data-demo-disabled]:focus-visible{outline:2px solid currentColor;outline-offset:4px}