:root {
  --ink: #111111;
  --paper: #f5f4f2;
  --pill: #e9e9e9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 13px;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.service-card, .gallery-item, .person-card { border: 0; text-align: left; cursor: pointer; }

.topbar {
  height: 57px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 15px;
}
.nav-links, .nav-actions { display: flex; gap: 5px; align-items: center; }
.nav-links a, .login, .booking.small {
  background: var(--pill);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 10px;
  transition: background .2s ease, color .2s ease;
}
.nav-links a:hover, .login:hover { background: #dad8d6; }
.brand {
  width: auto;
  min-width: 31px;
  height: 31px;
  color: white;
  background: #141414;
  border-radius: 9px;
  display: flex;
  align-items: center;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; flex: 0 0 31px; font-family: "Playfair Display",serif; font-style: italic; }.brand-name { display: inline-block; width: 0; overflow: hidden; white-space: nowrap; font: italic 16px/1 "Playfair Display",serif; letter-spacing: -.04em; animation: brand-type 12s steps(12,end) infinite; }.brand-name::after { content: "|"; display: inline-block; margin-left: 2px; color: #f4d9c4; animation: caret-blink .52s step-end infinite; }.brand:hover .brand-name { animation-play-state: paused; width: 7.25em; padding-right: 7px; } @keyframes brand-type { 0% { width: 0; padding-right: 0; } 2%,76% { width: 7.25em; padding-right: 7px; } 77%,100% { width: 0; padding-right: 0; } } @keyframes caret-blink { 0%,100% { opacity: 0; } 50% { opacity: 1; } }
.nav-actions { justify-content: flex-end; }
.phone { font-size: 10px; margin-right: 13px; }
.booking { color: white; background: #151515; border-radius: 999px; padding: 10px 18px; font-weight: 600; }
.booking.small { color: #fff; background: #151515; }
.menu-toggle,.mobile-menu { display: none; }

.intro { text-align: center; padding: 51px 20px 29px; }
.eyebrow { margin: 0 0 17px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 600; }
h1 { font-size: clamp(43px, 5.8vw, 76px); line-height: .9; letter-spacing: -.065em; margin: 0; font-weight: 600; }
h1 em { font-family: "Playfair Display", serif; font-weight: 500; letter-spacing: -.085em; }
.subtitle { margin: 22px 0 0; font-size: 11px; }

.hero {
  min-height: min(760px, 76vw);
  margin: 0;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  padding: 34px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(12,17,16,.15), rgba(12,17,16,.04)), url("assets/hero-peluqueria.png");
  background-position: center center;
  background-size: cover;
}
.hero-card {
  position: relative;
  width: min(390px, 100%);
  min-height: 430px;
  padding: 18px;
  border-radius: 16px;
  overflow: hidden;
  color: white;
  background: linear-gradient(135deg, rgba(25,37,39,.94), rgba(23,22,21,.9));
  box-shadow: 0 22px 60px rgba(0,0,0,.3);
  backdrop-filter: blur(10px);
  animation: chat-card-in .8s cubic-bezier(.2,.75,.25,1) both;
}
.chat-top { display: flex; align-items: center; gap: 9px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.13); }.chat-avatar { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #292626; background: #f2d2b6; font: italic 15px "Playfair Display",serif; }.chat-top div { display: grid; gap: 2px; }.chat-top strong { font-size: 11px; }.chat-top small { color: #b9d7bd; font-size: 8px; }.chat-menu { margin-left: auto; font-size: 14px; letter-spacing: 2px; }.chat-thread { display: flex; flex-direction: column; gap: 10px; padding: 15px 0 11px; }.chat-message { max-width: 82%; padding: 10px 11px; border-radius: 13px; font-size: 10px; line-height: 1.35; opacity: 0; animation: message-in .52s ease forwards; }.client-message { align-self: flex-start; color: #222; background: #f5f2ed; border-bottom-left-radius: 3px; animation-delay: .35s; }.studio-message { align-self: flex-end; color: #fff; background: #79604e; border-bottom-right-radius: 3px; animation-delay: 1.45s; }.short-message { animation-delay: 2.65s; }.final-message { animation-delay: 4.4s; }.typing { display: flex; align-self: flex-end; gap: 4px; padding: 9px 11px; border-radius: 13px 13px 3px 13px; background: #79604e; opacity: 0; animation: typing-appear .2s ease 3.7s forwards, typing-hide .2s ease 4.35s forwards; }.typing i { width: 4px; height: 4px; border-radius: 50%; background: #f4e8dc; animation: typing-dot .85s infinite; }.typing i:nth-child(2) { animation-delay: .15s; }.typing i:nth-child(3) { animation-delay: .3s; }.chat-cta { display: block; margin-top: 2px; padding: 10px 12px; border-radius: 8px; color: #252220; background: #f4d9c4; font-size: 10px; font-weight: 700; text-align: center; opacity: 0; animation: message-in .52s ease 5.15s forwards, cta-pulse 2.5s ease 5.7s infinite; }.chat-cta span { margin-left: 5px; }.hero-card::after { content:""; position:absolute; width: 170px; height:170px; right:-90px; top:-90px; border-radius:50%; background:rgba(240,208,177,.12); filter:blur(2px); pointer-events:none; }
@keyframes chat-card-in { from { opacity:0; transform: translateY(24px) scale(.97); } to { opacity:1; transform:none; } } @keyframes message-in { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } } @keyframes typing-appear { to { opacity:1; } } @keyframes typing-hide { to { opacity:0; visibility:hidden; } } @keyframes typing-dot { 0%,80%,100% { transform:translateY(0); opacity:.45; } 40% { transform:translateY(-4px); opacity:1; } } @keyframes cta-pulse { 50% { box-shadow:0 0 0 7px rgba(244,217,196,0); } 0%,100% { box-shadow:0 0 0 0 rgba(244,217,196,.32); } }

.details { display: flex; justify-content: space-between; align-items: center; padding: 27px 5vw; background: #fff; }
.details p { max-width: 365px; font: 500 clamp(17px, 2vw, 25px)/1.08 "Playfair Display", serif; margin: 0; letter-spacing: -.04em; }
.details a { font-size: 11px; font-weight: 600; white-space: nowrap; }
.details a span { margin-left: 7px; font-size: 15px; }
footer { display: flex; justify-content: space-between; align-items: center; padding: 32px 5vw; }
footer p { margin: 0; font-family: "Playfair Display", serif; font-size: 20px; }
.site-footer { display: block; padding: 70px 5vw 20px; color: #f7f4ef; background: #1c1c1b; }.footer-top { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; padding-bottom: 55px; }.footer-intro h2 { margin: 0 0 28px; font-size: clamp(38px,4.8vw,64px); line-height: .9; letter-spacing: -.065em; }.footer-intro h2 em { font-family: "Playfair Display",serif; font-weight: 500; }.footer-intro .eyebrow { color: #cbbdab; }.footer-contact { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; padding-top: 31px; }.footer-contact div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }.footer-contact span { margin-bottom: 6px; color: #cbbdab; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }.footer-contact a,.footer-contact p { color: #f7f4ef; font: 400 12px/1.5 "DM Sans",sans-serif; }.footer-contact a:hover { color: #d9a77d; }.footer-map { height: 285px; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #eee; }.footer-map iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.85); }.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 20px; }.footer-bottom > p { color: #aaa39a; font: 400 10px "DM Sans",sans-serif; }.evan-credit { display: flex; align-items: center; gap: 8px; color: #aaa39a; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.evan-credit:hover { color: #fff; }.evan-credit img { width: 116px; height: 36px; object-fit: cover; object-position: center; background: #4c764f; }

.section { padding: 82px 5vw; background: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 30px; }
.section-head .eyebrow { margin-bottom: 10px; }
.section-head h2, .product-copy h2 { margin: 0; font-size: clamp(35px, 4.4vw, 61px); line-height: .9; letter-spacing: -.06em; font-weight: 600; }
.section-head h2 em, .product-copy h2 em { font-family: "Playfair Display", serif; font-weight: 500; }
.text-link { font-size: 11px; font-weight: 600; padding-bottom: 7px; border-bottom: 1px solid #111; white-space: nowrap; }
.text-link span { margin-left: 7px; }
.service-grid, .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { position: relative; min-height: 325px; padding: 20px; border-radius: 11px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s ease; }
.service-card:hover, .person-card:hover, .gallery-item:hover { transform: translateY(-5px); }
.service-card span { position: absolute; top: 19px; right: 20px; font-size: 10px; }
.service-card h3 { margin: 0; font: 500 clamp(27px, 3vw, 41px)/.9 "Playfair Display", serif; letter-spacing: -.06em; }
.service-card p { max-width: 190px; margin: 13px 0 22px; font-size: 11px; line-height: 1.35; }
.service-card b { font-size: 10px; }
.warm { background: #e7c4a8; color: #3b251b; }.blue { background: #c9dfe1; color: #132c2c; }.dark { background: #292c2b; color: #f7f3ed; }
.gallery { background: #f1eee9; }
.head-note { max-width: 180px; margin: 0; font-size: 11px; line-height: 1.4; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-auto-rows: 390px; gap: 12px; }
.gallery-item { position: relative; display: block; overflow: hidden; min-height: 180px; background-image: linear-gradient(0deg,rgba(0,0,0,.4),transparent 55%), url("assets/hero-peluqueria.png"); background-size: cover; border-radius: 10px; transition: transform .25s ease; }
.gallery-item span { position: absolute; left: 15px; bottom: 13px; color: #fff; font: 500 18px "Playfair Display", serif; }
.image-one { background-image: linear-gradient(0deg,rgba(0,0,0,.4),transparent 55%), url("assets/galeria-balayage.png"); background-position: center; }.image-two { background-image: linear-gradient(0deg,rgba(0,0,0,.4),transparent 55%), url("assets/galeria-bob.png"); background-position: center; }.image-three { background-image: linear-gradient(0deg,rgba(0,0,0,.4),transparent 55%), url("assets/galeria-cobre.png"); background-position: center; }.image-four { background-image: linear-gradient(0deg,rgba(0,0,0,.4),transparent 55%), url("assets/galeria-rubio.png"); background-position: center; }
.team { background: #fff; }.person-card { min-height: 380px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 11px; color: #fff; overflow: hidden; background-image: linear-gradient(0deg,rgba(0,0,0,.58),transparent 70%); background-size: cover; transition: transform .25s ease; }
.person-card div span { font-size: 10px; }.person-card h3 { margin: 8px 0 0; font: 500 37px/.88 "Playfair Display", serif; letter-spacing: -.07em; }.person-card b { font-size: 10px; }.person-a { background-image: linear-gradient(0deg,rgba(0,0,0,.58),transparent 70%), url("assets/estilista-lucia.png"); }.person-b { background-image: linear-gradient(0deg,rgba(0,0,0,.58),transparent 70%), url("assets/estilista-clara.png"); }.person-c { background-image: linear-gradient(0deg,rgba(0,0,0,.58),transparent 70%), url("assets/estilista-ines.png"); }.person-a,.person-b,.person-c { background-color: #403b37; background-position: center, center bottom; background-repeat: no-repeat; background-size: cover, contain; }
.person-card { padding: 21px; }.person-intro { display: grid; gap: 11px; text-align: left; }.person-intro p { max-width: 260px; margin: 0; font-size: 12px; line-height: 1.35; text-shadow: 0 1px 9px rgba(0,0,0,.35); }.person-tags { display: flex; flex-wrap: wrap; gap: 5px; }.person-tags i { padding: 4px 7px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: #fff; background: rgba(22,22,22,.18); font-size: 8px; font-style: normal; white-space: nowrap; }.person-intro b { margin-top: 4px; font-size: 10px; }
.products { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; background: #e8ddcf; overflow: hidden; }.product-copy > p:not(.eyebrow) { max-width: 350px; font-size: 13px; line-height: 1.5; margin: 21px 0 28px; }.product-stage { height: 380px; position: relative; border-radius: 12px; background: url("assets/productos-aura.png") center/cover; overflow: hidden; }.bottle { display: none; }.product-label { position: absolute; top: 23px; left: 25px; padding: 10px; background: rgba(255,251,244,.76); border-radius: 5px; font: italic 23px/1 "Playfair Display", serif; color: #3d281d; }
.detail-page { min-height: 100vh; }.detail-page .topbar { background: #fff; }.back { font-size: 11px; font-weight: 600; }.detail-page .topbar > :last-child { justify-self: end; }.detail-main { max-width: 1100px; padding: 9vw 5vw 5vw; margin: auto; }.detail-main h1 { max-width: 760px; }.detail-lead { max-width: 530px; margin: 30px 0 45px; font: 500 20px/1.2 "Playfair Display", serif; }.detail-visual { height: min(47vw, 520px); border-radius: 13px; background: url("assets/hero-peluqueria.png") center/cover; }.detail-info { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 30px 0; }.detail-info div { max-width: 450px; }.detail-info span { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }.detail-info p { margin: 9px 0 0; font-size: 14px; line-height: 1.5; }
.modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(15,15,15,.52); opacity: 0; pointer-events: none; transition: opacity .22s ease; }.modal.is-open { opacity: 1; pointer-events: auto; }.modal-card { position: relative; width: min(510px,100%); padding: 42px; border-radius: 15px; background: #fbfaf8; box-shadow: 0 30px 90px rgba(0,0,0,.35); transform: translateY(16px); transition: transform .22s ease; }.modal.is-open .modal-card { transform: translateY(0); }.modal-card .eyebrow { margin-bottom: 12px; }.modal-card h2 { margin: 0; font: 500 clamp(34px,5vw,48px)/.92 "Playfair Display",serif; letter-spacing: -.06em; }.modal-card > p:not(.eyebrow) { margin: 20px 0 0; font-size: 14px; line-height: 1.5; }.modal-card .modal-detail { color: #67615d; font-size: 12px; }.modal-card .booking { display: inline-block; margin-top: 27px; }.modal-close { position: absolute; top: 14px; right: 16px; width: 31px; height: 31px; border: 0; border-radius: 50%; background: #eceae7; cursor: pointer; font-size: 25px; line-height: 1; }.modal-open { overflow: hidden; }
.modal-card { width: min(650px,100%); max-height: 90vh; overflow-y: auto; }.modal-photo { display: block; width: 100%; height: min(38vh,330px); margin: -21px 0 28px; border-radius: 10px; object-fit: contain; object-position: center; background: #e4e0d9; }.modal-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }.modal-tags span { padding: 5px 8px; border-radius: 999px; color: #5c4030; background: #eed7c4; font-size: 10px; }
.inner-page { background: #fbfaf8; min-height: 100vh; }.inner-page .topbar { background: #fff; }.inner-page .topbar > :last-child { justify-self: end; }.inner-main { max-width: 1100px; margin: 0 auto; padding: 8vw 5vw; }.inner-main > h1 { max-width: 780px; }.inner-main > .eyebrow { margin-bottom: 17px; }.inner-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 55px; }.inner-list article { min-height: 210px; padding: 22px; border-radius: 10px; background: #ece7df; }.inner-list article:nth-child(2) { background: #d5e1df; }.inner-list article:nth-child(3) { background: #d9c7b5; }.inner-list span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.inner-list h2 { margin: 37px 0 8px; font: 500 28px/.95 "Playfair Display",serif; letter-spacing: -.045em; }.inner-list p { margin: 0; font-size: 12px; line-height: 1.45; }.page-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 50px; }.page-gallery > div { min-height: 430px; border-radius: 10px; background-size: cover; background-position: center; }.page-gallery .image-one { background-image:url("assets/galeria-balayage.png"); }.page-gallery .image-two { background-image:url("assets/galeria-bob.png"); }.page-gallery .image-three { background-image:url("assets/galeria-cobre.png"); }.page-gallery .image-four { background-image:url("assets/galeria-rubio.png"); }.product-page-image,.local-image { height: 380px; margin-top: 48px; border-radius: 12px; background:url("assets/productos-aura.png") center/cover; }.local-image { background-image:url("assets/hero-peluqueria.png"); }

.legal-links { display: flex; gap: 15px; }.legal-links a { color: #aaa39a; font-size: 10px; }.legal-links a:hover { color: #fff; }.legal-page { max-width: 760px; margin: 0 auto; padding: 8vw 5vw; }.legal-page > h1 { margin-bottom: 32px; }.legal-page > p { max-width: 620px; font-size: 15px; line-height: 1.6; }.legal-page h2 { margin: 35px 0 9px; font: 500 28px "Playfair Display",serif; letter-spacing: -.04em; }
.product-editorial { background: #f0ede7; }.magazine-main { max-width: 1300px; margin: 0 auto; padding: 58px 5vw 85px; }.magazine-masthead { display: flex; justify-content: space-between; border-top: 1px solid #171717; border-bottom: 1px solid #171717; padding: 10px 0; }.magazine-masthead .eyebrow,.magazine-date { margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .1em; }.magazine-title { position: relative; padding: 55px 0 47px; }.magazine-title > p { margin: 0 0 9px; font: italic 19px "Playfair Display",serif; }.magazine-title h1 { font-size: clamp(58px,9vw,125px); }.magazine-title > span { position: absolute; right: 0; bottom: 58px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.product-catalog { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #171717; border-bottom: 1px solid #171717; }.catalog-card { min-width: 0; padding: 14px; border-right: 1px solid #171717; }.catalog-card:last-child { border-right: 0; }.catalog-image { position: relative; aspect-ratio: .78; overflow: hidden; background: #d8d0c4; }.catalog-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .5s ease, transform .65s cubic-bezier(.2,.75,.25,1); }.catalog-image .hover-image { opacity: 0; transform: scale(1.08); }.catalog-card:hover .catalog-image > img:first-child { opacity: 0; transform: scale(.96); }.catalog-card:hover .catalog-image .hover-image { opacity: 1; transform: scale(1); }.catalog-copy { padding: 19px 4px 11px; }.catalog-copy > span { font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }.catalog-copy h2 { margin: 22px 0 12px; font: 500 clamp(34px,4vw,55px)/.83 "Playfair Display",serif; letter-spacing: -.07em; }.catalog-copy > p { min-height: 54px; margin: 0 0 22px; font-size: 12px; line-height: 1.4; }.catalog-copy > div { display: grid; gap: 4px; padding-top: 9px; border-top: 1px solid #a7a097; }.catalog-copy b { font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }.catalog-copy em { font: italic 12px "Playfair Display",serif; }.shampoo-card { background: #e6ded0; }.mask-card { background: #e2cfbe; }.oil-card { background: #bd9276; color: #241a15; }.catalog-note { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 40px 0 0; }.catalog-note p { max-width: 500px; margin: 0; font: 500 28px/1 "Playfair Display",serif; letter-spacing: -.04em; }
.team-editorial-page { background: #f8f7f5; }.team-editorial { max-width: 1240px; margin: 0 auto; padding: 8vw 5vw 90px; }.team-masthead { display: flex; justify-content: space-between; gap: 25px; align-items: baseline; margin-bottom: 24px; }.team-masthead .eyebrow,.team-masthead > p:last-child { margin: 0; font-size: 10px; letter-spacing: .08em; }.team-editorial > h1 { font-size: clamp(60px,9vw,124px); }.team-lead { max-width: 390px; margin: 34px 0 70px; font: 500 19px/1.2 "Playfair Display",serif; }.team-stories { display: grid; gap: 18px; }.story-card { display: grid; grid-template-columns: minmax(260px,.78fr) 1.22fr; min-height: 510px; overflow: hidden; border-radius: 14px; }.story-card:nth-child(even) { grid-template-columns: 1.22fr minmax(260px,.78fr); }.story-card:nth-child(even) .story-photo { order: 2; }.story-photo { position: relative; min-height: 100%; background: #e1d6cb; overflow: hidden; }.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .6s cubic-bezier(.2,.75,.25,1); }.story-card:hover .story-photo img { transform: scale(1.045); }.story-photo span { position: absolute; top: 15px; left: 15px; padding: 6px 8px; border-radius: 999px; background: rgba(249,247,243,.84); color: #1b1b1a; font-size: 9px; }.story-copy { display: flex; flex-direction: column; padding: 42px; background: #eae5dd; }.story-clara .story-copy { background: #d6e1df; }.story-ines .story-copy { background: #e1ccb6; }.story-copy .eyebrow { margin-bottom: 30px; }.story-copy h2 { margin: 0 0 25px; font: 500 clamp(32px,4.1vw,57px)/.88 "Playfair Display",serif; letter-spacing: -.065em; }.story-greeting { max-width: 470px; margin: 0 0 15px; font-size: 14px; font-weight: 600; line-height: 1.4; }.story-bio { max-width: 510px; margin: 0; font-size: 12px; line-height: 1.55; }.story-strengths { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-top: auto; padding-top: 28px; }.story-strengths b { width: 100%; margin-bottom: 3px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.story-strengths span { padding: 5px 8px; border: 1px solid rgba(24,23,21,.35); border-radius: 999px; font-size: 10px; }.team-closing { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 18px; padding: 36px 0 0; border-top: 1px solid #1b1b1a; }.team-closing p { max-width: 500px; margin: 0; font: 500 23px/1.05 "Playfair Display",serif; letter-spacing: -.04em; }
.studio-page { background: #f5f2ed; }.studio-main { max-width: 1260px; margin: 0 auto; padding: 8vw 5vw 85px; }.studio-main > h1 { margin-bottom: 60px; font-size: clamp(59px,9vw,120px); }.studio-opening { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: center; }.studio-hero-image { min-height: 520px; overflow: hidden; border-radius: 13px; }.studio-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }.studio-opening h2 { margin: 0 0 24px; font: 500 clamp(34px,4vw,55px)/.9 "Playfair Display",serif; letter-spacing: -.06em; }.studio-opening .eyebrow { margin-bottom: 13px; }.studio-opening p:not(.eyebrow) { margin: 0 0 15px; font-size: 13px; line-height: 1.55; }.studio-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; margin-top: 75px; }.studio-gallery figure { margin: 0; overflow: hidden; border-radius: 12px; background: #d8d1c7; }.studio-gallery-main { grid-row: span 2; min-height: 630px; }.studio-gallery figure:not(.studio-gallery-main) { min-height: 305px; }.studio-gallery img { display: block; width: 100%; height: calc(100% - 36px); object-fit: cover; transition: transform .5s ease; }.studio-gallery figure:hover img { transform: scale(1.035); }.studio-gallery figcaption { height: 36px; padding: 11px 13px; font: italic 13px "Playfair Display",serif; }.studio-ending { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 35px; padding-top: 35px; border-top: 1px solid #1d1c1a; }.studio-ending p { max-width: 560px; margin: 0; font: 500 26px/1.08 "Playfair Display",serif; letter-spacing: -.045em; }
.menu-page { background: #f4f1eb; }.menu-main { max-width: 1120px; margin: 0 auto; padding: 7vw 5vw 80px; }.menu-masthead { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px solid #1c1b19; border-bottom: 1px solid #1c1b19; }.menu-masthead p { margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }.menu-main > h1 { margin: 55px 0 25px; font-size: clamp(60px,9vw,118px); }.menu-intro { max-width: 500px; margin: 0 0 65px; font: 500 18px/1.28 "Playfair Display",serif; }.menu-sections { border-top: 1px solid #1c1b19; }.menu-section { display: grid; grid-template-columns: .74fr 1.26fr; gap: 45px; padding: 40px 0; border-bottom: 1px solid #1c1b19; }.menu-section-heading span { font-size: 10px; letter-spacing: .1em; }.menu-section-heading h2 { margin: 18px 0 10px; font: 500 clamp(35px,4vw,55px)/.9 "Playfair Display",serif; letter-spacing: -.06em; }.menu-section-heading p { max-width: 190px; margin: 0; font-size: 12px; line-height: 1.4; }.menu-items { display: grid; align-content: start; }.menu-items article { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(28,27,25,.2); }.menu-items article:last-child { border-bottom: 0; }.menu-items h3 { margin: 0 0 4px; font: 500 21px "Playfair Display",serif; }.menu-items p { margin: 0; color: #58534d; font-size: 11px; line-height: 1.35; }.menu-items strong { align-self: center; font-size: 12px; white-space: nowrap; }.menu-tint { margin: 0 -28px; padding: 40px 28px; background: #dbe4e1; }.menu-tint + .menu-section { border-top: 0; }.kit-section { display: grid; grid-template-columns: .74fr 1.26fr; gap: 45px; margin-top: 64px; padding: 42px; border-radius: 14px; color: #f9f6f1; background: #252523; }.kit-section .eyebrow { color: #ddc8b4; }.kit-section h2 { margin: 0 0 17px; font-size: clamp(38px,4vw,56px); line-height: .9; letter-spacing: -.06em; }.kit-section h2 em { font-family: "Playfair Display",serif; font-weight: 500; }.kit-section > div > p:not(.eyebrow) { max-width: 290px; margin: 0; color: #d1ceca; font-size: 12px; line-height: 1.5; }.kit-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.kit-list article { padding: 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; }.kit-list span { color: #ddc8b4; font-size: 10px; }.kit-list h3 { margin: 27px 0 7px; font: 500 25px "Playfair Display",serif; }.kit-list p { min-height: 44px; margin: 0 0 17px; color: #d1ceca; font-size: 11px; line-height: 1.35; }.kit-list strong { font-size: 12px; }.menu-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 35px; }.menu-footer p { max-width: 450px; margin: 0; font: 500 23px/1.08 "Playfair Display",serif; letter-spacing: -.04em; }
.team-carousel img { position: absolute; inset: 0; opacity: 0; transform: scale(1.03); transition: opacity .75s ease, transform 4.5s ease; }.team-carousel img.is-active { opacity: 1; transform: scale(1); }.story-card:hover .team-carousel img { transform: scale(1.03); }.story-card:hover .team-carousel img.is-active { transform: scale(1.045); }
.evan-credit { gap: 6px; }.evan-credit img { width: 78px; height: 24px; background: transparent; }.evan-credit strong { color: inherit; font-size: 9px; font-weight: 500; text-transform: none; letter-spacing: 0; }

@media (max-width: 600px) {
  .topbar { display: flex; justify-content: space-between; padding: 0 14px; }.nav-links, .phone, .login, .booking.small { display: none; }.nav-actions { margin-left: auto; }.menu-toggle { display: grid; width: 48px; height: 48px; place-content: center; gap: 6px; padding: 0; border: 0; border-radius: 50%; background: #181818; cursor: pointer; }.menu-toggle i { display: block; width: 17px; height: 1px; background: #fff; }.mobile-menu { display: block; position: fixed; z-index: 50; top: 67px; right: 14px; left: 14px; bottom: auto; padding: 26px 23px 22px; border-radius: 18px; color: #f9f6f1; background: #30302f; box-shadow: 0 18px 45px rgba(0,0,0,.22); opacity: 0; pointer-events: none; transform: translateY(-12px) scale(.98); transition: opacity .25s ease, transform .25s ease; }.mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: none; }.mobile-menu .eyebrow { color: #d9b89e; }.mobile-menu > a:not(.mobile-menu-booking) { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); font: 500 29px/.95 "Playfair Display",serif; letter-spacing: -.05em; }.mobile-menu > a span { font: 14px "DM Sans",sans-serif; }.mobile-menu-booking { display: inline-block; margin-top: 24px; padding: 12px 18px; border-radius: 999px; color: #1c1c1b; background: #f2d6c0; font-size: 12px; font-weight: 700; }.mobile-menu-close { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: #1c1c1b; background: #f9f6f1; font-size: 24px; line-height: 1; }.mobile-menu-open { overflow: hidden; }
  .intro { padding-top: 43px; }
  .hero { min-height: 600px; background-position: 62% center; }
  .hero-card { min-height: 430px; }
  .details, footer { gap: 20px; padding: 25px 20px; }
  .details { align-items: flex-end; }
  .details p { font-size: 19px; }
  footer p { font-size: 18px; }
  .section { padding: 55px 20px; }.section-head { align-items: flex-start; flex-direction: column; gap: 17px; }.section-head h2, .product-copy h2 { font-size: 39px; }.service-grid, .team-grid { grid-template-columns: 1fr; }.service-card { min-height: 270px; }.gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 390px; }.image-four { display: none; }.person-card { min-height: 325px; }.products { grid-template-columns: 1fr; }.product-stage { height: 310px; }.bottle-one { right: 52px; }.bottle-two { right: 164px; }.detail-main { padding: 70px 20px 30px; }.detail-lead { font-size: 18px; }.detail-visual { height: 380px; }.detail-info { align-items: flex-start; flex-direction: column; }
  .modal-card { padding: 33px 25px; }.inner-main { padding: 65px 20px; }.inner-list,.page-gallery { grid-template-columns: 1fr; margin-top: 37px; }.page-gallery > div { min-height: 340px; }.page-gallery .image-four { display: block; }
  .site-footer { padding: 52px 20px 18px; }.footer-top { grid-template-columns: 1fr; gap: 15px; padding-bottom: 38px; }.footer-contact { grid-template-columns: 1fr 1fr; padding-top: 13px; }.footer-map { height: 250px; }.footer-bottom { align-items: flex-start; flex-direction: column; }.evan-credit img { width: 72px; height: 22px; }
  .magazine-main { padding: 42px 20px 60px; }.magazine-title { padding: 40px 0 62px; }.magazine-title > span { left: 0; bottom: 35px; }.product-catalog { grid-template-columns: 1fr; }.catalog-card { padding: 12px 0 25px; border-right: 0; border-bottom: 1px solid #171717; }.catalog-card:last-child { border-bottom: 0; }.catalog-image { max-height: 500px; }.catalog-note { align-items: flex-start; flex-direction: column; }.catalog-note p { font-size: 25px; }
  .team-editorial { padding: 65px 20px; }.team-masthead { align-items: flex-start; flex-direction: column; }.team-lead { margin: 26px 0 40px; }.story-card,.story-card:nth-child(even) { grid-template-columns: 1fr; }.story-card:nth-child(even) .story-photo { order: 0; }.story-photo { min-height: 390px; }.story-copy { padding: 30px 23px; min-height: 390px; }.story-copy .eyebrow { margin-bottom: 22px; }.team-closing { align-items: flex-start; flex-direction: column; }
  .studio-main { padding: 65px 20px; }.studio-main > h1 { margin-bottom: 40px; }.studio-opening { grid-template-columns: 1fr; gap: 30px; }.studio-hero-image { min-height: 380px; }.studio-gallery { grid-template-columns: 1fr; margin-top: 50px; }.studio-gallery-main { grid-row: auto; min-height: 400px; }.studio-gallery figure:not(.studio-gallery-main) { min-height: 350px; }.studio-ending { align-items: flex-start; flex-direction: column; }.studio-ending p { font-size: 23px; }
  .menu-main { padding: 65px 20px; }.menu-main > h1 { margin: 40px 0 20px; }.menu-intro { margin-bottom: 45px; }.menu-section { grid-template-columns: 1fr; gap: 27px; padding: 30px 0; }.menu-tint { margin: 0 -20px; padding: 30px 20px; }.kit-section { grid-template-columns: 1fr; gap: 28px; margin-top: 42px; padding: 28px 21px; }.kit-list { grid-template-columns: 1fr; }.kit-list h3 { margin-top: 15px; }.kit-list p { min-height: 0; }.menu-footer { align-items: flex-start; flex-direction: column; }
}

.chat-message, .typing, .chat-cta { animation: none; opacity: 0; }.chat-message.is-visible, .typing.is-visible, .chat-cta.is-visible { opacity: 1; transform: none; }.chat-message { transition: opacity .28s ease, transform .28s ease; }.typing { transition: opacity .2s ease; }.chat-cta { transition: opacity .35s ease, transform .35s ease; }.chat-scroll-hint { margin: 1px 0 9px; color: #d6c2b1; font-size: 8px; letter-spacing: .04em; text-align: center; }.chat-scroll-active::before { content: ""; position: absolute; z-index: 0; inset: 0; background: rgba(15,13,11,.12); pointer-events: none; }.chat-scroll-active .hero-card { z-index: 1; box-shadow: 0 28px 80px rgba(0,0,0,.43); }.chat-scroll-locked { overflow: hidden; }
.is-writing::after { content: "|"; display: inline-block; margin-left: 2px; color: currentColor; font-weight: 400; animation: caret-blink .55s step-end infinite; }

@media (prefers-reduced-motion: reduce) {
  .hero-card, .chat-message, .typing, .chat-cta, .typing i, .brand-name { animation: none; opacity: 1; transform: none; }
  .typing { display: none; }
  .brand-name { width: 7.25em; padding-right: 7px; }
  .brand-name::after, .is-writing::after { animation: none; opacity: 1; }
}
