:root {
  color-scheme: dark;
  --background: #0d0f10;
  --text: #f4f3ef;
  --bronze: #b98a52;
  --hero-image: url("assets/SaveClip.App_800538764_17968532421176135_8210910343636289826_n.jpg");
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #050505;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.header {
  height: 65px;
  padding: 0 26px 0 18px;
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  position: relative;
  display: block;
  width: 72px;
  height: 58px;
  flex-shrink: 0;
  overflow: hidden;
}
.brand-logo {
  /* Enquadra a arte sem as margens pretas, preservando o arquivo original. */
  position: absolute;
  width: 110px;
  height: 110px;
  max-width: none;
  left: -20px;
  top: -29px;
  mix-blend-mode: screen;
}
.navigation { display: flex; align-items: center; gap: 34px; }
.navigation a, .navigation button {
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #dedede;
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
}
.navigation button:disabled { opacity: 1; cursor: default; }
.navigation a:hover { color: var(--bronze); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 33px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease;
}
.button-outline { width: 126px; border: 1px solid var(--bronze); color: #c59a63; flex-shrink: 0; }
.button-outline:hover { background: #b98a521a; }
.icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hero { position: relative; min-height: 320px; overflow: hidden; background: #080909; }
.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 55%;
  max-width: 680px;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #000 0%, #000e 25%, #0006 53%, transparent 80%); }
.hero-content { position: relative; z-index: 1; padding: 48px 7.5% 64px; }
.eyebrow { margin: 0 0 9px; color: #c59a63; font-size: 10px; font-weight: 600; letter-spacing: 1px; line-height: 16px; }
h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 44px; font-weight: 400; line-height: .99; letter-spacing: -1.2px; }
h1 span { color: var(--bronze); }
.hero-description { margin: 17px 0 19px; color: #e5e5e5; font-size: 11px; line-height: 17px; }
.button-primary { min-width: 145px; padding: 0 20px; background: var(--bronze); color: #fff; }
.button-primary:hover { background: #c79a62; }
.booking {
  position: relative;
  z-index: 2;
  margin: -20px 12px 0;
  min-height: 92px;
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  border: 1px solid #1b1b1b;
  border-radius: 9px 9px 0 0;
  background: #121212;
}
.booking h2 { margin: 0; font-size: 24px; font-weight: 400; line-height: 30px; letter-spacing: .1px; }
.title-rule { display: block; margin-top: 6px; width: 28px; height: 2px; background: var(--bronze); }
.opening-hours { display: flex; align-items: center; gap: 7px; padding-top: 6px; }
.clock-icon { width: 27px; height: 27px; color: var(--bronze); fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.opening-hours p { margin: 0; font-size: 10px; line-height: 15px; }
.opening-hours p span { display: block; font-size: 9px; color: #d5d5d5; }
a:focus-visible { outline: 2px solid var(--text); outline-offset: 5px; }

@media (min-width: 1100px) {
  .header { height: 84px; padding-inline: 4%; }
  .brand { width: 94px; height: 76px; }
  .brand-logo { width: 144px; height: 144px; left: -26px; top: -38px; }
  .navigation { gap: 42px; }
  .navigation a, .navigation button { font-size: 11px; }
  .hero { min-height: 510px; }
  .hero-content { padding-top: 85px; padding-bottom: 100px; }
  h1 { font-size: 66px; }
  .eyebrow { font-size: 12px; margin-bottom: 15px; }
  .hero-description { font-size: 15px; line-height: 23px; margin-block: 24px; }
  .button { height: 42px; font-size: 11px; }
  .button-primary { min-width: 185px; }
  .button-outline { width: 150px; }
  .booking { margin-inline: 2%; padding: 26px 4%; min-height: 112px; }
}

@media (max-width: 700px) {
  .header { padding-inline: 18px; gap: 12px; }
  .navigation { display: none; }
  .hero { min-height: 400px; }
  .hero-photo { width: 100%; background-position: center 22%; }
  .hero-shade { background: linear-gradient(90deg, #000e 0%, #000b 42%, #0003 100%); }
  .hero-content { padding: 64px 24px 80px; }
  h1 { font-size: clamp(40px, 9vw, 54px); }
  .hero-description { font-size: 13px; line-height: 20px; }
  .button-primary { height: 40px; font-size: 10px; min-width: 160px; }
  .booking { padding: 22px; flex-wrap: wrap; gap: 18px; }
  .booking h2 { font-size: 23px; }
  .opening-hours { padding-top: 0; }
}

.services-section {
  --services-image: none;
  background: var(--background);
  padding-bottom: 72px;
  overflow: hidden;
  scroll-margin-top: 24px;
}
.style-banner {
  position: relative;
  height: clamp(280px, 43vw, 500px);
  isolation: isolate;
  display: flex;
  justify-content: center;
  background: radial-gradient(ellipse at 50% 30%, #25292b 0%, var(--background) 70%);
}
.style-banner::after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, var(--background));
  z-index: 2;
}
.style-banner-title {
  margin: 18px 0 0;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(70px, 15vw, 184px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.2;
  white-space: nowrap;
}
.style-banner-title span { margin-left: .15em; }
.style-portrait {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--services-image);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.banner-signature {
  position: absolute;
  bottom: 38px;
  z-index: 3;
  color: #929292;
  font-size: 9px;
  letter-spacing: 3px;
  text-align: center;
}
.services-inner { width: min(100% - 64px, 960px); margin-inline: auto; }
.section-heading { text-align: center; }
.section-heading p { margin: 0 0 5px; color: #aaa; font-size: 11px; letter-spacing: 1.6px; line-height: 1.5; }
.section-heading h2 {
  margin: 0;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 400;
  color: var(--bronze);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 30px; margin-top: 48px; }
.service-card {
  position: relative;
  padding: 30px 20px 24px;
  border: 1px solid #b98a5233;
  border-radius: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #181b1d55;
}
.service-number {
  position: absolute;
  top: -17px;
  left: -5px;
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid #b98a5266;
  border-radius: 50%;
  background: var(--background);
  color: var(--bronze);
  font-size: 11px;
  font-weight: 700;
}
.service-card h3 { margin: 0 0 12px; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 24px; font-weight: 400; color: var(--bronze); }
.service-card p { margin: 0 0 20px; max-width: 220px; font-size: 12px; line-height: 1.6; color: #aaa; }
.service-styles { display: block; margin: -8px 0 20px; max-width: 220px; font-size: 11px; line-height: 1.6; color: #aaa; }
.service-detail { margin-top: auto; font-size: 8px; letter-spacing: 1.2px; color: #c1b6a7; line-height: 1.6; }
.service-card-featured { border-color: var(--bronze); background: #181b1d; }
.service-card-featured::before { content: ''; position: absolute; top: -1px; left: 25%; right: 25%; height: 3px; background: var(--bronze); }
.service-card-featured .service-number { background: var(--bronze); color: var(--background); }
.service-card-featured h3 { color: var(--text); }
.products-panel { position: relative; margin-top: 68px; padding: 48px 40px 0; background: #181b1d; border: 1px solid #ffffff08; border-radius: 24px 24px 4px 4px; }
.panel-notch { position: absolute; left: 50%; top: -1px; transform: translateX(-50%); width: 64px; height: 24px; border-radius: 0 0 40px 40px; background: var(--background); text-align: center; color: var(--bronze); font-size: 30px; line-height: 14px; }
.products-panel h2 { font-size: clamp(30px, 4.8vw, 52px); }
.finishing-display { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 24px; padding: 48px 0 36px; }
.finishing-card { margin: 0; overflow: hidden; border: 1px solid #b98a524d; border-radius: 8px; background: var(--background); }
.finishing-card img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.finishing-card-featured { transform: translateY(-12px); border-color: var(--bronze); }
.finishing-card figcaption { padding: 18px 12px; text-align: center; }
.finishing-card h3 { margin: 0 0 8px; color: var(--bronze); font-family: Impact, 'Arial Narrow', sans-serif; font-size: 23px; font-weight: 400; }
.finishing-card p { margin: 0; color: #aaa; font-size: 12px; line-height: 1.6; }
@media (max-width: 600px) {
  .finishing-display { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
  .finishing-card { width: 100%; max-width: 360px; margin-inline: auto; }
  .finishing-card-featured { transform: none; }
}
.product-slot { width: 150px; height: 175px; border: 1px solid #b98a524d; border-radius: 7px; display: grid; place-items: center; transform: skewY(-9deg); background: #0d0f1040; }
.product-slot span { font-family: Impact, 'Arial Narrow', sans-serif; color: #92929230; font-size: 40px; transform: skewY(9deg); }
.product-slot-featured { height: 225px; border-color: var(--bronze); background: #b98a521a; }
.product-slot-featured span { color: #b98a5255; }

@media (max-width: 700px) {
  .services-inner { width: calc(100% - 40px); }
  .services-grid { gap: 36px 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { padding-inline: 14px; }
  .products-panel { padding: 42px 20px 0; margin-top: 48px; }
  .product-display { gap: 18px; min-height: 200px; }
  .product-slot { height: 125px; width: 28%; }
  .product-slot-featured { height: 170px; }
  .banner-signature { font-size: 8px; letter-spacing: 2px; }
}
@media (max-width: 420px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding-block: 28px 22px; }
  .service-card p { max-width: 260px; }
  .style-banner-title { font-size: 18vw; }
  .section-heading p { font-size: 9px; }
}

.barber-section {
  --barber-image: url("assets/SaveClip.App_799818673_17968532391176135_4313617298690660941_n.jpg");
  padding: 0 24px 64px;
  background: var(--background);
  scroll-margin-top: 24px;
}
.barber-frame {
  position: relative;
  isolation: isolate;
  max-width: 1500px;
  min-height: 660px;
  margin-inline: auto;
  padding: 48px 40px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr) minmax(0, .8fr);
  grid-template-rows: auto 1fr auto;
  gap: 150px 24px;
  overflow: hidden;
  border: 1px solid #b98a5266;
  border-radius: 22px;
  background: radial-gradient(ellipse at 57% 28%, #30302c 0%, #181b1d 32%, #0d0f10 72%);
}
.barber-portrait {
  position: absolute;
  z-index: -1;
  inset: 0 18% 0 30%;
  background-image: linear-gradient(0deg, #0d0f10 0%, transparent 25%, transparent 85%, #0d0f1066 100%), var(--barber-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 30%;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 72%, transparent);
  pointer-events: none;
}
.barber-identity { grid-column: 1 / 3; }
.barber-identity h2 { margin: 0; width: fit-content; font-size: clamp(48px, 6vw, 86px); font-weight: 700; line-height: .95; letter-spacing: .1em; }
.barber-identity h2 span { display: block; margin-top: 12px; color: var(--bronze); font-size: .35em; letter-spacing: .55em; }
.barber-rule { display: block; width: 38px; height: 2px; margin-block: 20px; background: var(--bronze); }
.barber-identity p { margin: 0; color: #d3d1cb; font-size: 9px; line-height: 1.8; letter-spacing: 3px; }
.barber-motto { grid-column: 3; text-align: right; }
.barber-motto p { margin: 8px 0 24px; font-size: clamp(17px, 1.7vw, 24px); line-height: 1.5; font-style: italic; font-weight: 300; }
.barber-motto span { display: inline-flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: 2px; color: #d3d1cb; }
.barber-motto span::before { content: ''; width: 28px; height: 2px; background: var(--bronze); }
.barber-bio { grid-column: 1; align-self: end; }
.barber-bio h3 { margin: 0; font-size: clamp(17px, 1.8vw, 26px); font-weight: 400; line-height: 1.4; }
.barber-bio h3 strong { color: var(--bronze); }
.barber-bio p { max-width: 370px; margin: 0 0 12px; color: #bcbcb8; font-size: 14px; line-height: 1.8; }
.barber-aside { grid-column: 3; align-self: end; justify-self: end; }
.barber-values { list-style: none; margin: 0 0 24px; padding: 0; text-align: right; }
.barber-values li { font-size: 9px; letter-spacing: 3px; color: #d3d1cb; }
.barber-values li + li::before { content: ''; display: block; width: 20px; height: 1px; margin: 18px 0 18px auto; background: var(--bronze); }
.barber-cta { width: auto; min-height: 44px; padding: 12px 22px; gap: 10px; background: #b98a521a; }
.barber-aside > p { margin: 14px 0 0; text-align: center; font-size: 8px; letter-spacing: 2px; color: #bcbcb8; }
.barber-footer { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 16px; margin: -118px -40px 0; padding: 24px 40px; border-top: 1px solid #b98a5226; color: #bfa681; font-size: 8px; letter-spacing: 3px; }

@media (max-width: 900px) {
  .barber-frame { padding: 32px 24px 0; grid-template-columns: 1.2fr .8fr; gap: 130px 24px; }
  .barber-identity, .barber-bio { grid-column: 1; }
  .barber-motto, .barber-aside { grid-column: 2; }
  .barber-portrait { opacity: .4; }
  .barber-identity p { letter-spacing: 1.5px; }
  .barber-footer { margin: -98px -24px 0; padding-inline: 24px; }
}
@media (max-width: 600px) {
  .barber-section { padding: 0 16px 40px; }
  .barber-frame { display: flex; flex-direction: column; gap: 0; padding: 30px 22px 0; border-radius: 16px; }
  .barber-identity h2 { font-size: 52px; }
  .barber-identity p { font-size: 8px; letter-spacing: 1.5px; }
  .barber-portrait { inset: 180px 0 auto; height: 280px; opacity: 1; background-position: center 28%; mask-image: linear-gradient(0deg, transparent, #000 15%, #000 85%, transparent); }
  .barber-motto { margin-top: 280px; text-align: left; }
  .barber-motto p { margin-bottom: 12px; }
  .barber-bio { align-self: stretch; margin-top: 32px; }
  .barber-bio h3 { font-size: 21px; }
  .barber-aside { align-self: stretch; margin-top: 20px; }
  .barber-values { display: flex; flex-wrap: wrap; gap: 16px; text-align: left; }
  .barber-values li { font-size: 8px; letter-spacing: 1.5px; }
  .barber-values li + li::before { display: none; }
  .barber-cta { width: 100%; }
  .barber-footer { margin: 28px -22px 0; padding: 20px 22px; font-size: 7px; letter-spacing: 1.5px; flex-wrap: wrap; }
}

.gallery-section {
  position: relative;
  padding: 78px 32px 48px;
  overflow: hidden;
  scroll-margin-top: 24px;
  border-top: 1px solid #b98a5226;
  background-color: #181b1d;
  background-image: repeating-linear-gradient(45deg, transparent 0 48px, #b98a5204 48px 96px), repeating-linear-gradient(-45deg, transparent 0 48px, #b98a5204 48px 96px);
}
.gallery-marker {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 56px;
  height: 38px;
  border-radius: 0 0 32px 32px;
  background: var(--background);
  color: var(--bronze);
  font-size: 24px;
}
.gallery-section .section-heading h2 { font-size: clamp(32px, 4.5vw, 52px); }
.gallery-photos {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1180px;
  margin: 70px auto 64px;
  padding-inline: 20px;
}
.gallery-card {
  --tilt: -7deg;
  position: relative;
  flex: 0 0 21%;
  min-width: 0;
  margin: 0 -1%;
  padding: 10px;
  background: var(--text);
  box-shadow: 0 12px 26px #0005;
  transform: rotate(var(--tilt));
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.gallery-card:nth-child(2) { --tilt: -1deg; z-index: 2; }
.gallery-card:nth-child(3) { --tilt: 5deg; z-index: 3; top: 12px; }
.gallery-card:nth-child(4) { --tilt: -9deg; z-index: 4; top: -12px; }
.gallery-card:nth-child(5) { --tilt: 5deg; z-index: 1; }
.gallery-photo { aspect-ratio: 9 / 16; overflow: hidden; background: var(--background); }
.gallery-photo video { display: block; width: 100%; height: 100%; object-fit: contain; }
.gallery-card:focus-within, .gallery-card.is-playing { z-index: 6; transform: rotate(0); }
.gallery-photo video:focus-visible { outline: 2px solid var(--bronze); outline-offset: -3px; }
.gallery-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: radial-gradient(ellipse at 50% 35%, #2b2d2d, var(--background));
}
.gallery-placeholder > span { font-family: Georgia, serif; font-size: clamp(36px, 5vw, 64px); letter-spacing: -5px; color: #b98a5270; }
.gallery-placeholder small { font-size: 8px; letter-spacing: 2px; color: #929292; text-align: center; }
.gallery-card figcaption { padding: 17px 2px 20px; color: #181b1d; text-align: center; font-size: clamp(12px, 1.4vw, 19px); line-height: 1.25; }
.gallery-card figcaption span { color: #626262; }
.gallery-signature { margin: 0; text-align: center; color: #aaa; font-size: 9px; letter-spacing: 2px; line-height: 1.8; }
.gallery-signature span { margin-inline: 10px; color: var(--bronze); }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .gallery-card:hover { z-index: 5; transform: translateY(-14px) rotate(0); box-shadow: 0 22px 36px #0007; }
}
@media (max-width: 700px) {
  .gallery-section { padding: 64px 24px 36px; }
  .gallery-photos { flex-wrap: wrap; gap: 28px 14px; margin-block: 44px; padding-inline: 0; }
  .gallery-card { flex-basis: calc(50% - 14px); margin: 0; padding: 8px; }
  .gallery-card:nth-child(n) { --tilt: -3deg; top: 0; }
  .gallery-card:nth-child(even) { --tilt: 3deg; }
  .gallery-card figcaption { font-size: 14px; padding-block: 14px; }
  .gallery-placeholder small { font-size: 7px; letter-spacing: 1px; }
  .gallery-signature { font-size: 8px; letter-spacing: 1.5px; }
}
@media (max-width: 380px) {
  .gallery-card { flex-basis: 85%; }
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  padding: 96px max(32px, calc((100% - 1120px) / 2));
  background: var(--background);
  border-top: 1px solid #b98a5226;
  scroll-margin-top: 24px;
}
.contact-intro h2 { margin: 16px 0 24px; font-family: Impact, 'Arial Narrow', sans-serif; font-size: clamp(44px, 5.5vw, 72px); line-height: 1.05; font-weight: 400; }
.contact-intro h2 span { color: var(--bronze); }
.contact-intro > p:not(.eyebrow) { max-width: 400px; margin: 0; font-size: 14px; line-height: 1.8; color: #aaa; }
.contact-links { display: grid; gap: 18px; min-width: 0; }
.contact-card { display: flex; align-items: center; gap: 20px; padding: 28px 24px; border: 1px solid #b98a5233; border-radius: 8px; background: #181b1d; }
.contact-card:hover { border-color: var(--bronze); }
.contact-card > .icon { flex-shrink: 0; width: 28px; height: 28px; color: var(--bronze); }
.contact-card > div { min-width: 0; }
.contact-card div > span { font-size: 9px; letter-spacing: 2px; color: var(--bronze); }
.contact-card h3 { margin: 8px 0; font-size: clamp(15px, 1.8vw, 22px); font-weight: 400; overflow-wrap: anywhere; }
.contact-card p { margin: 0; color: #aaa; font-size: 12px; line-height: 1.6; }
.contact-arrow { margin-left: auto; color: var(--bronze); font-size: 24px; }
.contact-note { margin: 6px 0 0; text-align: center; font-size: 8px; letter-spacing: 2px; line-height: 1.8; color: #929292; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px max(32px, calc((100% - 1120px) / 2)); border-top: 1px solid #ffffff0d; background: #0a0c0d; }
.footer-brand { font-family: Georgia, serif; font-size: 24px; white-space: nowrap; }
.footer-brand span { margin-left: 10px; font-family: Arial, sans-serif; font-size: 10px; letter-spacing: 3px; }
.site-footer p { margin: 0; font-size: 11px; color: #929292; }
.back-to-top { font-size: 9px; letter-spacing: 1px; color: #c1b6a7; }
.back-to-top span { margin-left: 10px; color: var(--bronze); }
.mobile-whatsapp { display: none; }
@media (max-width: 700px) {
  .contact-section { grid-template-columns: 1fr; gap: 36px; padding: 60px 24px; }
  .contact-card { padding: 24px 18px; gap: 14px; }
  .contact-card h3 { font-size: 19px; }
  .site-footer { flex-direction: column; padding: 28px 24px 96px; gap: 18px; text-align: center; }
  .mobile-whatsapp { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 10; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--bronze); color: var(--background); box-shadow: 0 4px 20px #0006; }
  .mobile-whatsapp .icon { width: 28px; height: 28px; }
}

.service-card { transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.service-card.is-selected { background: #33291f; border-color: var(--bronze); box-shadow: 0 0 0 1px var(--bronze); }
.service-card.is-selected .service-number { background: var(--bronze); color: var(--background); }
.service-card.is-selected h3 { color: var(--text); }
.service-price { margin-top: 18px; color: #d5c2ab; font-size: 12px; }
.service-select { margin-top: 12px; border: 0; background: transparent; color: var(--bronze); font-size: 12px; cursor: pointer; }
.service-select::after { content: ''; position: absolute; inset: 0; border-radius: 5px; }
.service-option { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px; width: 100%; padding: 12px; margin-top: 12px; border: 1px solid #b98a524d; border-radius: 5px; font-size: 11px; text-align: left; }
.service-option .service-price { margin: 0; font-size: 11px; }
.service-option .service-select { grid-column: 1 / -1; margin: 0; text-align: left; }
.service-option:has([aria-pressed="true"]) { background: #b98a5226; border-color: var(--bronze); }
.service-card:focus-within { outline: 2px solid var(--text); outline-offset: 5px; }
.service-select:focus-visible { outline: none; }
@media (hover: hover) {
  .service-card:has(.service-select):hover { transform: translateY(-6px); background: #33291f; border-color: var(--bronze); box-shadow: 0 12px 24px #0004; }
}
.appointment { margin-top: 56px; padding: 32px; border: 1px solid #b98a524d; border-radius: 12px; background: #181b1d; scroll-margin-top: 24px; }
.appointment .section-heading h2 { font-size: clamp(30px, 4vw, 44px); }
.appointment-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 32px; }
.appointment-layout[hidden] { display: none; }
.cart-summary h3 { margin: 0 0 18px; font-size: 18px; font-weight: 400; }
#cart-empty, #cart-status, .appointment-note { color: #aaa; font-size: 12px; line-height: 1.7; }
#cart-items { list-style: none; margin: 0; padding: 0; }
#cart-items li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid #ffffff12; font-size: 11px; line-height: 1.7; }
#cart-items button { padding: 8px 0 8px 8px; border: 0; background: none; color: #d4af80; cursor: pointer; font-size: 11px; }
.cart-total { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; font-size: 15px; }
.cart-total strong { text-align: right; color: #d4af80; }
.cart-edit { display: inline-block; padding-block: 8px; color: #d4af80; font-size: 12px; }
#appointment-form label { display: block; margin-bottom: 8px; font-size: 12px; }
#appointment-form input, #appointment-form select { display: block; width: 100%; min-width: 0; min-height: 44px; padding: 10px; border: 1px solid #ffffff30; border-radius: 5px; background: #0d0f10; color: var(--text); font: inherit; font-size: 14px; }
#customer-phone { margin-bottom: 16px; }
label[for="customer-phone"] { margin-top: 16px; }
#schedule-status { color: #d4af80; font-size: 12px; line-height: 1.7; }
.booking-confirmation { margin-top: 28px; padding: 24px; border: 1px solid var(--bronze); border-radius: 8px; }
.booking-confirmation p { line-height: 1.8; overflow-wrap: anywhere; }
.booking-confirmation .button { width: auto; padding: 12px 20px; height: auto; }
#booking-new { display: block; margin-top: 16px; border: 0; background: none; cursor: pointer; }
[hidden] { display: none !important; }
.admin-page { background: var(--background); }
.admin-shell { max-width: 1000px; margin: auto; padding: 40px 24px; }
.admin-shell h1 { font-family: Impact, sans-serif; color: var(--bronze); font-size: 44px; }
.admin-panel { background: #181b1d; border: 1px solid #b98a524d; border-radius: 8px; padding: 24px; margin-block: 24px; }
.admin-panel p, #admin-content > p { color: #bcbcb8; font-size: 13px; line-height: 1.7; }
.admin-panel h2 { font-size: 20px; }
.admin-shell input { width: 100%; min-width: 0; padding: 12px; margin: 8px 0 16px; background: var(--background); color: var(--text); border: 1px solid #ffffff40; border-radius: 4px; font: inherit; }
.admin-shell label { display: block; font-size: 13px; }
.admin-shell button { cursor: pointer; padding: 12px 16px; border: 1px solid var(--bronze); border-radius: 5px; background: #33291f; color: var(--text); min-height: 44px; }
.admin-shell button:disabled { opacity: .5; cursor: wait; }
.admin-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.admin-columns > * { min-width: 0; }
.admin-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
#admin-list { list-style: none; padding: 0; }
#admin-list li { border-bottom: 1px solid #ffffff20; padding-block: 14px; }
#manual-services { border: 1px solid #ffffff30; margin: 16px 0; }
#manual-services label { display: flex; align-items: center; gap: 10px; padding-block: 8px; }
#manual-services input { width: 18px; height: 18px; margin: 0; accent-color: var(--bronze); }
#admin-message { color: #d4af80; line-height: 1.7; }
@media (max-width: 700px) { .admin-columns { grid-template-columns: 1fr; } }
.appointment-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.appointment-fields > div { min-width: 0; }
#appointment-error { color: #ffb7a7; font-size: 12px; line-height: 1.6; }
.appointment-submit { width: 100%; height: auto; min-height: 46px; padding: 12px; border: 0; color: var(--background); cursor: pointer; }
.appointment-submit:disabled { opacity: .45; cursor: not-allowed; }
button:focus-visible, input:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
@media (max-width: 700px) {
  .appointment { padding: 24px 18px; }
  .appointment-layout { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 380px) {
  .appointment-fields { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .service-card { transition: none; transform: none !important; }
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .gallery-card { transition: none; }
}
