:root{font-family:Open Sauce One,-apple-system,BlinkMacSystemFont,sans-serif;color:#000;background:#fff;font-synthesis:none}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.page{background:#fff;overflow:hidden}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:flex-start;padding:24px;background:#fff;opacity:1;transition:opacity .7s}.splash--exit{opacity:0;pointer-events:none}.splash strong{font-size:4.5rem;line-height:.8;font-family:Open Sauce One Bold,Open Sauce One,sans-serif;font-variant-numeric:tabular-nums}.nav{position:fixed;z-index:50;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.logo{display:flex;flex-direction:column;font-size:1.25rem;font-weight:800;line-height:.82;letter-spacing:-.06em;text-transform:uppercase}.logo span+span{margin-top:-.35rem}.logo small{margin-top:.5rem;font-size:8px;font-weight:500;letter-spacing:0;text-transform:lowercase}.nav-desktop{display:none;align-items:center;gap:28px;font-size:.875rem;font-weight:600}.nav-desktop button{padding:12px 24px;border:1px solid #000;border-radius:999px;background:#fff;transition:color .2s,background .2s}.nav-desktop button:hover{color:#fff;background:#000}.hamburger{position:relative;display:flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;background:transparent}.hamburger i{position:absolute;width:24px;height:2px;border-radius:99px;background:#000;transition:all .3s cubic-bezier(.76,0,.24,1)}.hamburger i:first-child{transform:translateY(-8px)}.hamburger i:last-child{transform:translateY(8px)}.hamburger--open i:first-child{transform:rotate(45deg)}.hamburger--open i:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open i:last-child{transform:rotate(-45deg)}.menu{position:fixed;z-index:40;top:0;right:0;bottom:0;left:0;pointer-events:none}.menu--open{pointer-events:auto}.menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;border:0;background:#0003;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .5s}.menu--open .menu-backdrop{opacity:1}.menu-panel{position:absolute;top:0;right:0;display:flex;width:85%;max-width:384px;height:100%;padding:32px;flex-direction:column;justify-content:center;gap:32px;background:#fff;box-shadow:-12px 0 35px #00000029;transform:translate(100%);transition:transform .5s cubic-bezier(.76,0,.24,1)}.menu--open .menu-panel{transform:translate(0)}.menu-panel a{display:block;font-size:2.25rem;font-weight:700;line-height:1.15;opacity:0;transform:translate(32px);transition:all .5s cubic-bezier(.76,0,.24,1)}.menu--open a{opacity:1;transform:translate(0)}.menu-panel aside{padding-top:32px;border-top:1px solid #e5e5e5;opacity:0;transform:translate(32px);transition:all .5s .45s cubic-bezier(.76,0,.24,1)}.menu--open aside{opacity:1;transform:translate(0)}.menu-panel aside b{display:block;margin-bottom:16px;font-size:.875rem}.menu-panel aside button{width:100%;padding:16px 24px;border:0;border-radius:999px;color:#fff;background:#000;font-size:.875rem;font-weight:600}.section{width:100%;padding:6px 12px;overflow:hidden}.hero{display:flex;height:100vh;padding-top:96px;flex-direction:column;gap:6px}.feature-card,.hero-card,.gallery-card,.implant-heading,.implant-pair img,.implant-book,.implant-photo{border-radius:12px;overflow:hidden}.feature-card{height:56px;flex-shrink:0;position:relative}.feature-card span{position:relative;z-index:1;display:flex;height:100%;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;text-align:center}.hero-card{position:relative;min-height:0;flex:1}.hero-copy{position:absolute;top:16px;left:16px;z-index:1;max-width:200px;margin:0;font-size:.75rem;font-weight:600;line-height:1.33}.hero-title{position:absolute;bottom:20px;left:12px;z-index:1}.hero-title>span{display:block;margin-bottom:5px;font-size:.75rem;font-weight:600}.hero-title h1{margin:0;font-size:clamp(3rem,11vw,11rem);font-weight:700;line-height:.79;letter-spacing:-.06em}.consultation{position:absolute;z-index:1;right:16px;bottom:24px;color:#fff;font-size:.75rem}.gallery,.implants{min-height:100vh;padding-top:6px}.gallery-grid{display:grid;min-height:calc(100vh - 12px);gap:6px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.gallery-card{position:relative;min-height:160px}.gallery-intro h2,.gallery-makeover h2{position:absolute;top:16px;left:20px;z-index:1;margin:0;color:#fff;font-size:2rem;line-height:.9;letter-spacing:-.05em}.gallery-intro b{position:absolute;bottom:16px;left:20px;z-index:1;color:#fff;font-size:.75rem}.gallery-call{min-height:200px}.gallery-call p{position:absolute;bottom:64px;left:20px;z-index:1;margin:0;color:#fff;font-size:.75rem;font-weight:600;line-height:1.35}.gallery-card button,.implant-book button{border:0;border-radius:999px;background:#fff;font-weight:700;transition:transform .2s}.gallery-card button:hover,.implant-book button:hover{transform:scale(1.05)}.gallery-call button{position:absolute;right:16px;bottom:16px;z-index:1;padding:12px 20px;font-size:1rem}.gallery-makeover h2{font-size:clamp(3rem,7vw,6rem)}.services{min-height:200px}.services>div{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;padding:8px;flex-wrap:wrap;gap:6px}.service{display:flex;min-width:calc(50% - 3px);padding:12px;flex:1;flex-direction:column;justify-content:space-between;border-radius:12px;color:#fff;background:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.service.active{color:#000;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service h3{margin:0;white-space:pre-line;font-size:1.25rem;line-height:1.05}.service span{align-self:flex-end;display:grid;width:32px;height:32px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.75rem}.implant-grid{display:grid;min-height:calc(100vh - 12px);gap:6px;grid-template-columns:1fr}.implant-left{display:flex;gap:6px;flex-direction:column}.implant-heading{display:flex;min-height:180px;padding:20px;flex:1.2;flex-direction:column;justify-content:space-between;background:#fafaf9}.implant-heading h2{margin:0;font-size:clamp(3rem,7vw,6.5rem);line-height:.95;letter-spacing:-.06em}.implant-heading b,.implant-book b{font-size:.75rem}.implant-pair{display:flex;min-height:140px;flex:1;gap:6px}.implant-pair img{width:50%;object-fit:cover}.implant-book{display:flex;min-height:160px;padding:20px;align-items:flex-end;justify-content:space-between;flex:.8;background:#e4e4e7}.implant-book b{display:block;margin-bottom:8px}.implant-book h3{margin:0;font-size:1.25rem;line-height:1.15}.implant-book button{padding:12px 20px;font-size:1rem}.implant-photo{position:relative;min-height:350px}.implant-photo>img{display:block;width:100%;height:100%;object-fit:cover}.process{position:absolute;right:12px;bottom:12px;left:12px;display:flex;gap:6px}.process>div{display:flex;height:144px;padding:12px;flex:1;flex-direction:column;justify-content:space-between;border-radius:12px;background:#fff}.process>div+div{color:#fff;background:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.process h4{margin:0;font-size:1.125rem;line-height:1.1}.arrow{display:grid;width:36px;height:36px;align-self:flex-end;place-items:center;border:1px solid #000;border-radius:50%}.arrow svg{transform:rotate(-45deg)}.arrow--white{border-color:#fff}@media (min-width: 768px){.splash{padding:40px}.splash strong{font-size:8rem}.nav{padding:12px 24px}.logo{font-size:1.5rem}.logo span+span{margin-top:-.5rem}.logo small{margin-top:.65rem;font-size:9px}.nav-desktop{display:flex}.hamburger,.menu{display:none}.section{padding:8px 20px}.hero{padding-top:96px;gap:8px}.feature-card{height:80px;border-radius:16px}.feature-card span{font-size:1.875rem}.hero-card,.gallery-card,.implant-heading,.implant-pair img,.implant-book,.implant-photo{border-radius:16px}.hero-copy{top:28px;left:28px;max-width:300px;font-size:.875rem;line-height:1.45}.hero-title{bottom:32px;left:16px}.hero-title>span{margin-bottom:8px;font-size:.875rem}.consultation{right:32px;bottom:40px;font-size:.875rem}.gallery,.implants{height:100vh;min-height:0;padding-top:8px}.gallery-grid{min-height:0;height:calc(100vh - 16px);gap:8px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr .8fr}.gallery-card{min-height:0}.gallery-call{min-height:0;grid-row:span 2;grid-column:2}.gallery-intro{grid-row:1}.gallery-makeover{grid-row:2}.services{min-height:0;grid-column:span 2}.gallery-intro h2,.gallery-makeover h2{top:24px;left:28px;color:#fff;font-size:2.25rem}.gallery-intro b{bottom:24px;left:28px;color:#fff;font-size:.875rem}.gallery-call p{bottom:80px;left:28px;font-size:.875rem;line-height:1.45}.gallery-call button{right:24px;bottom:24px;padding:20px 32px;font-size:1.25rem}.services>div{padding:12px;flex-wrap:nowrap;gap:8px}.service{min-width:0;padding:20px;border-radius:16px}.service h3{font-size:2.25rem}.service span{width:48px;height:48px;font-size:.875rem}.implant-grid{min-height:0;height:calc(100vh - 16px);gap:8px;grid-template-columns:1fr 1fr}.implant-left{gap:8px}.implant-heading{min-height:0;padding:28px}.implant-pair{min-height:0;gap:8px}.implant-book{min-height:0;padding:28px}.implant-book b{margin-bottom:12px;font-size:.875rem}.implant-book h3{font-size:1.875rem;line-height:1.08}.implant-book button{padding:20px 32px;font-size:1.25rem}.implant-photo{min-height:0}.process{right:20px;bottom:20px;left:20px;gap:8px}.process>div{height:208px;padding:20px;border-radius:16px}.process h4{font-size:1.5rem;line-height:1.15}.arrow{width:48px;height:48px}}img{max-width:100%}.feature-card,.hero-card,.gallery-card,.service,.implant-heading,.implant-book,.implant-photo,.process>div{min-width:0}.hero-title h1{font-size:clamp(3rem,10vw,10rem)}.gallery-intro h2{font-size:clamp(1.6rem,3.2vw,2.25rem)}.gallery-makeover h2{font-size:clamp(2.5rem,6vw,6rem)}.service h3,.implant-book h3,.process h4{overflow-wrap:anywhere}.service h3{font-size:clamp(1rem,2.5vw,2.25rem)}.gallery-call p{max-width:calc(100% - 32px)}@media (max-width: 767px){.hero{height:clamp(540px,86svh,760px);min-height:0;padding-top:76px;gap:5px}.feature-card{height:50px}.gallery,.implants,.gallery-grid,.implant-grid{min-height:0}.hero-copy{max-width:min(70%,280px)}.hero-title h1{font-size:clamp(3rem,14vw,5.5rem)}.gallery-card{min-height:clamp(160px,48vw,240px)}.gallery-call{min-height:clamp(200px,58vw,290px)}.services{min-height:240px}.service{min-height:104px}.implant-book{gap:12px}.implant-book button{flex-shrink:0}.process>div{min-width:0}.process h4{font-size:clamp(.9rem,4vw,1.125rem)}}@media (min-width: 768px) and (max-width: 1023px){.section{padding-inline:16px}.hero{height:100svh;min-height:680px}.gallery,.implants{height:auto;min-height:100svh}.gallery-grid,.implant-grid{height:auto;min-height:calc(100svh - 16px)}.gallery-grid{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(4,minmax(190px,auto))}.gallery-intro,.gallery-makeover,.gallery-call,.services{grid-column:auto;grid-row:auto}.gallery-card,.gallery-call,.services{min-height:220px}.services>div{flex-wrap:wrap}.service{min-width:calc(50% - 4px)}.implant-grid{grid-template-columns:minmax(0,1fr)}.implant-left{min-height:640px}.implant-photo{min-height:560px}.gallery-intro h2,.gallery-makeover h2,.gallery-intro b,.gallery-call p{left:24px}}@media (min-width: 1024px) and (max-height: 760px){.hero{min-height:640px}.feature-card{height:clamp(56px,9vh,80px)}.gallery-grid,.implant-grid{min-height:620px}.process>div{height:clamp(150px,26vh,208px)}.implant-heading,.implant-book{padding:clamp(20px,2.2vw,28px)}}.feature-card:after,.hero-card:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;content:"";background:#0000005c;pointer-events:none}.feature-card span,.hero-card,.hero-copy,.hero-title,.hero-title h1,.hero-title>span{color:#fff}.gallery-card:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;content:"";background:#0000005c;pointer-events:none}.hero-copy{top:20px;left:20px;max-width:min(70%,310px);line-height:1.45}.hero-title{bottom:24px;left:20px;max-width:calc(100% - 40px)}.hero-title>span{margin-bottom:10px;line-height:1.35}.hero-title h1{font-size:clamp(3.25rem,8vw,8rem);line-height:.82}.consultation{right:20px;bottom:24px}@media (min-width: 768px){.hero-copy{top:clamp(24px,3vw,32px);left:clamp(24px,3vw,36px);max-width:min(34%,360px)}.hero-title{bottom:clamp(28px,3vw,42px);left:clamp(24px,3vw,36px);max-width:calc(100% - 72px)}.hero-title>span{margin-bottom:12px;font-size:clamp(.75rem,1.1vw,1rem)}.hero-title h1{font-size:clamp(3.75rem,7.5vw,8rem)}.consultation{right:clamp(24px,3vw,36px);bottom:clamp(28px,3vw,42px)}.gallery-intro b{top:clamp(72px,6vw,96px);bottom:auto}}
