/* Tu Sitio Listo — estilos exclusivos de las páginas muestra. */
:root {
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  padding-top: 48px;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
.button,
.demo-brand,
.demo-nav a,
.wa-float {
  min-height: 44px;
}

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 6px;
  left: 8px;
  z-index: 1000;
  padding: .65rem 1rem;
  color: #071b35;
  background: #fff;
  border-radius: 999px;
  font: 800 .86rem/1 system-ui, sans-serif;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.demo-notice {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .55rem 1rem;
  color: #fff;
  background: #071b35;
  box-shadow: 0 4px 18px rgb(4 20 40 / 20%);
  font: 700 .76rem/1.25 system-ui, sans-serif;
  text-align: center;
  letter-spacing: .01em;
}

.demo-notice::before {
  content: "MUESTRA";
  flex: 0 0 auto;
  padding: .24rem .5rem;
  color: #071b35;
  background: #76f4cc;
  border-radius: 999px;
  font-size: .62rem;
  letter-spacing: .09em;
}

.wa-float {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 800;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .75rem 1rem;
  border-radius: 999px;
  color: #062e21;
  background: #75f0c2;
  box-shadow: 0 12px 34px rgb(0 54 38 / 26%);
  font: 850 .84rem/1 system-ui, sans-serif;
  text-decoration: none;
}

.wa-float svg {
  width: 22px;
  height: 22px;
}

.demo-header {
  position: relative;
  z-index: 50;
}

.demo-header__inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-inline: auto;
}

.demo-brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-weight: 900;
  text-decoration: none;
}

.demo-brand__mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.demo-nav {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.demo-nav a {
  display: inline-flex;
  align-items: center;
  padding: .65rem .75rem;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.15rem;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.button:hover,
.wa-float:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 1rem;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin: 0 0 .75rem;
}

.section-heading p {
  margin: 0;
}

.demo-footer {
  position: relative;
}

.demo-footer__inner {
  width: min(1180px, calc(100% - 2rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-inline: auto;
  padding: 2rem 0 6rem;
  font-size: .83rem;
}

.demo-footer a {
  font-weight: 800;
}

/* Dulce Aroma ----------------------------------------------------------- */
.demo-aroma {
  --ink: #3a201c;
  --cream: #fff8ec;
  --paper: #fffdf8;
  --berry: #a7334d;
  --coral: #e8795e;
  --gold: #e6aa48;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
}

.demo-aroma .demo-header {
  background: rgb(255 248 236 / 92%);
  border-bottom: 1px solid rgb(58 32 28 / 10%);
}

.demo-aroma .demo-brand {
  color: var(--berry);
  font-size: 1.1rem;
}

.demo-aroma .demo-brand__mark {
  color: #fff;
  background: var(--berry);
  font-size: 1.25rem;
}

.demo-aroma .demo-nav,
.demo-aroma .button,
.demo-aroma .eyebrow,
.demo-aroma .aroma-label,
.demo-aroma .aroma-meta,
.demo-aroma .aroma-price,
.demo-aroma .demo-footer {
  font-family: system-ui, sans-serif;
}

.demo-aroma .demo-nav a:hover {
  background: rgb(167 51 77 / 9%);
}

.aroma-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.aroma-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 430px;
  height: 430px;
  top: -210px;
  left: -190px;
  border: 80px solid rgb(232 121 94 / 12%);
  border-radius: 50%;
}

.aroma-hero__inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  margin-inline: auto;
  padding: 4rem 0 5rem;
}

.demo-aroma .eyebrow {
  color: var(--berry);
}

.aroma-hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(3.15rem, 6.8vw, 6.6rem);
  line-height: .91;
  letter-spacing: -.065em;
}

.aroma-hero h1 em {
  color: var(--berry);
  font-weight: 400;
}

.aroma-hero__copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 1.5rem 0 1.8rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.demo-aroma .button--primary {
  color: #fff;
  background: var(--berry);
  box-shadow: 0 12px 30px rgb(167 51 77 / 20%);
}

.demo-aroma .button--secondary {
  margin-left: .4rem;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgb(58 32 28 / 25%);
}

.aroma-hero__art {
  position: relative;
}

.aroma-hero__art img {
  width: min(100%, 610px);
  margin-inline: auto;
  filter: drop-shadow(0 30px 30px rgb(91 52 37 / 14%));
}

.aroma-note {
  position: absolute;
  right: -1rem;
  bottom: 3%;
  width: 132px;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgb(58 32 28 / 10%);
  border-radius: 50% 50% 45% 50%;
  box-shadow: 0 15px 35px rgb(91 52 37 / 12%);
  font: 800 .72rem/1.35 system-ui, sans-serif;
  text-align: center;
  transform: rotate(5deg);
}

.aroma-note strong {
  display: block;
  color: var(--berry);
  font-size: 1.45rem;
}

.aroma-strip {
  overflow: hidden;
  color: #fff;
  background: var(--berry);
}

.aroma-strip__inner {
  width: min(1180px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-inline: auto;
  padding: 1.35rem 0;
  font: 800 .78rem/1.3 system-ui, sans-serif;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.aroma-menu {
  padding: 6rem 0;
  background: var(--paper);
}

.aroma-menu__inner,
.aroma-story__inner,
.aroma-order__inner {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.demo-aroma .section-heading h2 {
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.demo-aroma .section-heading p {
  max-width: 590px;
  font-size: 1.03rem;
  line-height: 1.7;
}

.aroma-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.aroma-card {
  position: relative;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 1.5rem 1.5rem 4rem 1.5rem;
  background: #f5dfc4;
}

.aroma-card:nth-child(2) {
  background: #efb4aa;
}

.aroma-card:nth-child(3) {
  background: #dbcaac;
}

.aroma-card::before,
.aroma-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.aroma-card::before {
  width: 190px;
  height: 190px;
  top: 45px;
  left: calc(50% - 95px);
  background: rgb(255 255 255 / 50%);
  box-shadow: inset 0 0 0 16px rgb(255 255 255 / 25%);
}

.aroma-card::after {
  width: 100px;
  height: 58px;
  top: 110px;
  left: calc(50% - 50px);
  border-radius: 50% 50% 48% 52%;
  background: var(--coral);
  box-shadow: -40px 24px 0 -20px var(--gold), 46px 23px 0 -21px var(--berry);
  transform: rotate(-7deg);
}

.aroma-card:nth-child(2)::after {
  height: 95px;
  top: 87px;
  border-radius: 50% 50% 20% 20%;
  background: var(--berry);
  box-shadow: 0 -16px 0 -3px #fff6e8, 0 -29px 0 -10px var(--coral);
  transform: none;
}

.aroma-card:nth-child(3)::after {
  height: 84px;
  top: 94px;
  border-radius: 50% 10% 50% 10%;
  background: var(--gold);
  box-shadow: inset -18px -12px 0 rgb(167 51 77 / 25%);
  transform: rotate(38deg);
}

.aroma-card__content {
  position: relative;
  z-index: 1;
  padding: 1.1rem;
  background: rgb(255 253 248 / 91%);
  border-radius: 1rem 1rem 2.8rem 1rem;
  backdrop-filter: blur(8px);
}

.aroma-card h3 {
  margin: 0 0 .4rem;
  font-size: 1.4rem;
}

.aroma-meta {
  margin: 0;
  font-size: .8rem;
  line-height: 1.5;
}

.aroma-price {
  display: block;
  margin-top: .8rem;
  color: var(--berry);
  font-size: 1.05rem;
  font-weight: 900;
}

.aroma-story {
  padding: 5rem 0;
  background: #f3dec3;
}

.aroma-story__inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}

.aroma-story__stamp {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: #fff;
  background: var(--berry);
  border: 14px double #f3dec3;
  border-radius: 50%;
  outline: 2px solid var(--berry);
  text-align: center;
  transform: rotate(-4deg);
}

.aroma-story__stamp span {
  display: block;
  font: 800 .72rem/1.5 system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.aroma-story__stamp strong {
  display: block;
  margin: .45rem 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: .85;
}

.aroma-story h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.aroma-story p {
  max-width: 630px;
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.75;
}

.aroma-order {
  padding: 5.5rem 0;
  color: #fff;
  background: var(--ink);
}

.aroma-order__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.aroma-order h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.aroma-order p {
  max-width: 560px;
  margin: 1rem 0 0;
  font: 400 1rem/1.7 system-ui, sans-serif;
  color: #f4d9ce;
}

.demo-aroma .demo-footer {
  color: #f9e8e1;
  background: var(--ink);
  border-top: 1px solid rgb(255 255 255 / 13%);
}

/* Brillo Nails ----------------------------------------------------------- */
.demo-nails {
  --night: #161019;
  --pink: #ff75b5;
  --lavender: #d9c7ff;
  --ice: #f8f4ff;
  --lime: #d9ff75;
  color: var(--night);
  background: var(--ice);
  font-family: Arial, Helvetica, sans-serif;
}

.demo-nails .demo-header {
  color: #fff;
  background: var(--night);
  border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.demo-nails .demo-brand {
  font-size: 1.02rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.demo-nails .demo-brand__mark {
  color: var(--night);
  background: var(--pink);
  font-weight: 950;
}

.demo-nails .demo-nav a:hover {
  color: var(--night);
  background: var(--lime);
}

.nails-hero {
  overflow: hidden;
  color: #fff;
  background: var(--night);
}

.nails-hero__inner {
  width: min(1240px, calc(100% - 2rem));
  min-height: 690px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  margin-inline: auto;
  padding: 3.5rem 0 5rem;
}

.demo-nails .eyebrow {
  color: var(--pink);
}

.nails-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.35rem, 8vw, 7.8rem);
  font-weight: 950;
  line-height: .78;
  letter-spacing: -.085em;
  text-transform: uppercase;
}

.nails-hero h1 span {
  display: block;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .71em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.055em;
  text-transform: none;
  transform: translateX(8%);
}

.nails-hero__copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 1.7rem 0 1.8rem;
  color: #d8cedb;
  font-size: 1.05rem;
  line-height: 1.65;
}

.demo-nails .button--primary {
  color: var(--night);
  background: var(--lime);
  box-shadow: 0 12px 36px rgb(217 255 117 / 14%);
}

.demo-nails .button--secondary {
  margin-left: .4rem;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 35%);
}

.nails-hero__art {
  position: relative;
}

.nails-hero__art::before {
  content: "";
  position: absolute;
  inset: 6% 12% 4%;
  z-index: 0;
  border-radius: 46% 54% 40% 60%;
  background: linear-gradient(150deg, var(--pink), var(--lavender));
  filter: blur(1px);
  transform: rotate(8deg);
}

.nails-hero__art img {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  margin-inline: auto;
  filter: drop-shadow(0 35px 40px rgb(0 0 0 / 32%));
}

.nails-badge {
  position: absolute;
  z-index: 2;
  right: 1%;
  bottom: 5%;
  width: 130px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--night);
  background: var(--lime);
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(10deg);
}

.nails-ticker {
  overflow: hidden;
  padding: 1rem;
  color: var(--night);
  background: var(--pink);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  word-spacing: .6rem;
}

.nails-services,
.nails-gallery,
.nails-booking {
  padding: 6rem 0;
}

.nails-services__inner,
.nails-gallery__inner,
.nails-booking__inner {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.demo-nails .section-heading h2 {
  max-width: 650px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 950;
  line-height: .88;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.demo-nails .section-heading p {
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.65;
}

.nails-service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 2px solid var(--night);
}

.nails-service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem .3rem;
  border-bottom: 1px solid rgb(22 16 25 / 24%);
}

.nails-service:nth-child(odd) {
  margin-right: 2rem;
}

.nails-service__number {
  color: var(--pink);
  font-size: .75rem;
  font-weight: 950;
}

.nails-service h3 {
  margin: 0;
  font-size: 1.08rem;
  text-transform: uppercase;
}

.nails-service p {
  grid-column: 2;
  margin: .2rem 0 0;
  color: #6f626f;
  font-size: .82rem;
  line-height: 1.45;
}

.nails-service strong {
  grid-row: 1 / span 2;
  grid-column: 3;
  font-size: .92rem;
}

.nails-gallery {
  color: #fff;
  background: var(--night);
}

.nails-gallery .eyebrow {
  color: var(--lime);
}

.nails-gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: .8rem;
}

.nail-look {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: .4rem;
  background: var(--lavender);
}

.nail-look:nth-child(2) {
  background: var(--pink);
}

.nail-look:nth-child(3) {
  background: var(--lime);
}

.nail-look::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 310px;
  top: 55px;
  left: calc(50% - 90px);
  border-radius: 90px 90px 20px 20px;
  background: #f6cabf;
  box-shadow: inset -24px -8px 0 rgb(181 100 105 / 16%);
  transform: rotate(12deg);
}

.nail-look::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 150px;
  top: 36px;
  left: calc(50% - 46px);
  border-radius: 55% 55% 40% 40%;
  background: linear-gradient(#fffbfc, #ff70ad);
  border: 5px solid #f6cabf;
  transform: rotate(12deg);
}

.nail-look:nth-child(2)::after {
  background: linear-gradient(135deg, #161019 0 48%, #fbe7f2 48% 58%, #ff75b5 58%);
}

.nail-look:nth-child(3)::after {
  background: radial-gradient(circle at 35% 25%, #fff 0 4%, transparent 5%), linear-gradient(#6f3ab6, #f67fca);
}

.nail-look span {
  position: absolute;
  z-index: 2;
  inset: auto .8rem .8rem;
  padding: .75rem;
  color: #fff;
  background: var(--night);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nails-booking {
  background: var(--pink);
}

.nails-booking__inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 2rem;
}

.nails-booking h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.08em;
  text-transform: uppercase;
}

.nails-booking p {
  max-width: 520px;
  margin: 1.2rem 0 0;
  line-height: 1.65;
}

.nails-booking__action {
  padding: 1.4rem;
  background: var(--ice);
  border: 2px solid var(--night);
  box-shadow: 9px 9px 0 var(--night);
}

.nails-booking__action strong {
  display: block;
  margin-bottom: .9rem;
  font-size: 1.25rem;
}

.nails-booking__action .button {
  width: 100%;
  color: #fff;
  background: var(--night);
}

.demo-nails .demo-footer {
  color: #d9cedc;
  background: var(--night);
  border-top: 1px solid rgb(255 255 255 / 13%);
}

/* Taller Hernández ------------------------------------------------------- */
.demo-taller {
  --black: #101416;
  --steel: #20282c;
  --orange: #ff6b24;
  --sand: #f2efe8;
  --gray: #aab4b8;
  color: var(--black);
  background: var(--sand);
  font-family: Arial, Helvetica, sans-serif;
}

.demo-taller .demo-header {
  color: #fff;
  background: var(--black);
  border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.demo-taller .demo-brand {
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.demo-taller .demo-brand__mark {
  color: #fff;
  background: var(--orange);
  border-radius: .45rem;
  font-weight: 950;
}

.demo-taller .demo-nav a:hover {
  color: #fff;
  background: var(--orange);
}

.taller-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.taller-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image: linear-gradient(90deg, transparent 49%, #fff 50%, transparent 51%);
  background-size: 64px 100%;
  transform: skewX(-14deg) scale(1.4);
}

.taller-hero__inner {
  position: relative;
  width: min(1220px, calc(100% - 2rem));
  min-height: 680px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 2rem;
  margin-inline: auto;
  padding: 3.5rem 0 5rem;
}

.demo-taller .eyebrow {
  color: var(--orange);
}

.taller-hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.7rem);
  font-weight: 950;
  line-height: .87;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.taller-hero h1 span {
  color: var(--orange);
}

.taller-hero__copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.6rem 0 1.8rem;
  color: #c3cbce;
  font-size: 1.04rem;
  line-height: 1.65;
}

.demo-taller .button {
  border-radius: .45rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.demo-taller .button--primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 7px 7px 0 #5d260d;
}

.demo-taller .button--secondary {
  margin-left: .4rem;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 32%);
}

.taller-hero__art {
  position: relative;
}

.taller-hero__art img {
  width: min(100%, 720px);
  margin-inline: auto;
  filter: drop-shadow(0 35px 35px rgb(0 0 0 / 40%));
}

.taller-status {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .9rem 1rem;
  color: var(--black);
  background: #fff;
  border-left: 5px solid var(--orange);
  box-shadow: 0 12px 30px rgb(0 0 0 / 22%);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.taller-status::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #2ebd71;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(46 189 113 / 18%);
}

.taller-assurance {
  color: #fff;
  background: var(--orange);
}

.taller-assurance__inner {
  width: min(1180px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
}

.taller-assurance__item {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1.2rem;
  border-right: 1px solid rgb(255 255 255 / 30%);
}

.taller-assurance__item:last-child {
  border-right: 0;
}

.taller-assurance__item strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.taller-assurance__item span {
  font-size: .76rem;
  line-height: 1.4;
}

.taller-services,
.taller-process,
.taller-contact {
  padding: 6rem 0;
}

.taller-services__inner,
.taller-process__inner,
.taller-contact__inner {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.demo-taller .section-heading h2 {
  max-width: 760px;
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.demo-taller .section-heading p {
  max-width: 650px;
  color: #556166;
  font-size: 1rem;
  line-height: 1.7;
}

.taller-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.taller-service {
  position: relative;
  min-height: 260px;
  padding: 1.6rem;
  color: #fff;
  background: var(--steel);
  border-top: 5px solid var(--orange);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.taller-service__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 2.2rem;
  color: var(--orange);
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 950;
}

.taller-service h3 {
  margin: 0 0 .65rem;
  font-size: 1.22rem;
  text-transform: uppercase;
}

.taller-service p {
  margin: 0;
  color: #b8c2c6;
  font-size: .88rem;
  line-height: 1.6;
}

.taller-process {
  color: #fff;
  background: var(--black);
}

.taller-process .eyebrow {
  color: var(--orange);
}

.taller-process .section-heading p {
  color: #aeb9bd;
}

.taller-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #465054;
  border: 1px solid #465054;
}

.taller-step {
  min-height: 220px;
  padding: 1.45rem;
  background: var(--steel);
}

.taller-step span {
  color: var(--orange);
  font-size: 2.7rem;
  font-weight: 950;
}

.taller-step h3 {
  margin: 2.7rem 0 .65rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.taller-step p {
  margin: 0;
  color: #aeb9bd;
  font-size: .82rem;
  line-height: 1.55;
}

.taller-contact {
  background: var(--orange);
}

.taller-contact__inner {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 2rem;
}

.taller-contact h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-weight: 950;
  line-height: .85;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.taller-contact p {
  max-width: 590px;
  margin: 1rem 0 0;
  line-height: 1.65;
}

.taller-contact__card {
  padding: 1.5rem;
  background: var(--sand);
  border: 3px solid var(--black);
  box-shadow: 10px 10px 0 var(--black);
}

.taller-contact__card strong {
  display: block;
  margin-bottom: .85rem;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.taller-contact__card .button {
  width: 100%;
  color: #fff;
  background: var(--black);
}

.demo-taller .demo-footer {
  color: #bbc5c8;
  background: var(--black);
  border-top: 1px solid #343d40;
}

/* Responsive ------------------------------------------------------------- */
@media (max-width: 900px) {
  .demo-nav a:not(.demo-nav__cta) {
    display: none;
  }

  .aroma-hero__inner,
  .nails-hero__inner,
  .taller-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .aroma-hero__copy,
  .nails-hero__copy,
  .taller-hero__copy {
    position: relative;
    z-index: 2;
  }

  .aroma-hero__art,
  .nails-hero__art,
  .taller-hero__art {
    max-width: 610px;
    margin-inline: auto;
  }

  .aroma-grid,
  .taller-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aroma-card:last-child,
  .taller-service:last-child {
    grid-column: 1 / -1;
  }

  .nails-service-list {
    grid-template-columns: 1fr;
  }

  .nails-service:nth-child(odd) {
    margin-right: 0;
  }

  .nails-gallery-grid {
    grid-template-columns: 1.2fr .8fr;
  }

  .nail-look:last-child {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .taller-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 660px) {
  body {
    padding-top: 58px;
  }

  .demo-notice {
    min-height: 58px;
    align-items: flex-start;
    padding-block: .55rem;
    font-size: .68rem;
    text-align: left;
  }

  .demo-notice::before {
    margin-top: .04rem;
  }

  .demo-header__inner {
    min-height: 68px;
  }

  .demo-brand__mark {
    width: 36px;
    height: 36px;
  }

  .demo-nav__cta {
    padding-inline: .75rem !important;
    font-size: .76rem !important;
  }

  .aroma-hero__inner,
  .nails-hero__inner,
  .taller-hero__inner {
    padding: 2.2rem 0 3.5rem;
  }

  .aroma-hero h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .nails-hero h1,
  .taller-hero h1 {
    font-size: clamp(3.15rem, 17vw, 5.2rem);
  }

  .aroma-hero__copy > p:not(.eyebrow),
  .nails-hero__copy > p:not(.eyebrow),
  .taller-hero__copy > p:not(.eyebrow) {
    margin-top: 1.15rem;
  }

  .button {
    width: 100%;
  }

  .button + .button {
    margin: .6rem 0 0 !important;
  }

  .aroma-note,
  .nails-badge {
    right: 0;
    width: 108px;
  }

  .aroma-strip__inner,
  .taller-assurance__inner {
    grid-template-columns: 1fr;
  }

  .aroma-strip__inner {
    gap: .75rem;
    padding: 1.2rem 0;
  }

  .taller-assurance__item {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
  }

  .taller-assurance__item:last-child {
    border-bottom: 0;
  }

  .aroma-menu,
  .nails-services,
  .nails-gallery,
  .nails-booking,
  .taller-services,
  .taller-process,
  .taller-contact {
    padding: 4.5rem 0;
  }

  .aroma-grid,
  .nails-gallery-grid,
  .taller-services-grid,
  .taller-steps {
    grid-template-columns: 1fr;
  }

  .aroma-card,
  .nail-look {
    min-height: 340px;
  }

  .aroma-card:last-child,
  .nail-look:last-child,
  .taller-service:last-child {
    grid-column: auto;
  }

  .aroma-story__inner,
  .nails-booking__inner,
  .taller-contact__inner {
    grid-template-columns: 1fr;
  }

  .aroma-story__stamp {
    width: min(78vw, 330px);
    margin-inline: auto;
  }

  .aroma-order__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .taller-status {
    right: 0;
    bottom: 0;
  }

  .taller-step {
    min-height: auto;
  }

  .taller-step h3 {
    margin-top: 1.6rem;
  }

  .demo-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .wa-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .wa-float {
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 420px) {
  .demo-taller .section-heading h2 {
    font-size: 2.2rem;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
