:root {
  --plum: #4d1538;
  --plum-dark: #2c0a20;
  --berry: #7a2e59;
  --gold: #c79379;
  --cream: #fffaf3;
  --blush: #f7ebe9;
  --ink: #22181f;
  --muted: #70616b;
  --line: rgba(77, 21, 56, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.site-header { height: 88px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; background: rgba(255,250,243,.94); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-logo { display: block; width: 64px; height: 64px; object-fit: contain; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: "Playfair Display", serif; font-size: 1.25rem; font-weight: 600; }
.brand-text small { margin-top: .25rem; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--berry); }
nav { display: flex; gap: clamp(1rem, 4vw, 3rem); }
nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--berry); }

.hero { min-height: calc(100svh - 88px); position: relative; display: grid; place-items: center start; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,243,.98) 0%, rgba(255,250,243,.92) 34%, rgba(255,250,243,.05) 65%), url("blonde-nagelpflege-zuhause.webp") center/cover no-repeat; }
.hero-content { position: relative; width: min(780px, 58vw); padding-left: clamp(1.25rem, 8vw, 8.5rem); z-index: 1; }
.hero-brand-logo { display: block; width: clamp(100px, 10vw, 148px); height: auto; aspect-ratio: 1; margin-bottom: 1.1rem; border-radius: 50%; box-shadow: 0 10px 32px rgba(77,21,56,.1); }
.eyebrow { margin: 0 0 1.2rem; color: var(--berry); font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Playfair Display", serif; }
h1 { margin: 0; color: var(--plum-dark); font-size: clamp(3rem, 5.5vw, 5.8rem); line-height: 1.03; font-weight: 500; letter-spacing: -.04em; }
h1 em { color: var(--berry); font-weight: 500; }
.hero-copy { max-width: 530px; margin: 2rem 0; color: #4d4149; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.button { display: inline-flex; align-items: center; gap: 2rem; padding: .95rem 1.3rem; color: white; background: var(--plum); border: 1px solid var(--plum); text-decoration: none; font-weight: 600; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--berry); transform: translateY(-2px); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.text-link { color: var(--plum); font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.text-link:hover, .text-link:focus-visible { color: var(--berry); }
.hero-note { position: absolute; right: clamp(1rem, 4vw, 4rem); bottom: 1.4rem; z-index: 1; margin: 0; padding: .65rem 1rem; color: white; background: rgba(44,10,32,.78); backdrop-filter: blur(10px); font-family: "Playfair Display", serif; font-size: 1rem; font-style: italic; }

.visit { padding: clamp(4rem, 8vw, 7rem) max(1.25rem, calc((100vw - 1140px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); background: var(--plum-dark); color: white; }
.visit-intro h2 { max-width: 12ch; margin: 0; font-family: "Playfair Display", serif; font-size: clamp(2.3rem, 4.3vw, 4.2rem); line-height: 1.08; font-weight: 500; }
.visit-intro > p:last-child { max-width: 28rem; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.visit-features { border-top: 1px solid rgba(255,255,255,.25); }
.visit-feature { display: grid; grid-template-columns: 3.25rem 1fr; gap: 1.25rem; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.visit-feature svg { width: 2.65rem; height: 2.65rem; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.visit-feature h3 { margin: 0; color: #f3d59a; font-size: 1.35rem; font-weight: 500; }
.visit-feature p { margin: .2rem 0 0; color: rgba(255,255,255,.75); }

.intro { max-width: 1240px; margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 3rem) 3rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; }
.intro h2, .about h2 { margin: 0; color: var(--plum-dark); font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.intro > p { max-width: 520px; margin: 0 0 .6rem; color: var(--muted); font-size: 1.08rem; }
.services { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.service-note { max-width: 1240px; margin: 0 auto; padding: 1.2rem clamp(1.25rem, 4vw, 3rem) clamp(5rem, 10vw, 9rem); color: var(--muted); font-size: .95rem; }
.service-card { min-height: 470px; padding: clamp(1.6rem, 3vw, 2.6rem); display: flex; flex-direction: column; background: white; border: 1px solid var(--line); }
.service-card.featured { background: var(--plum); color: white; }
.service-card.extra { background: var(--blush); }
.service-head { display: flex; justify-content: space-between; color: var(--berry); font-weight: 600; font-size: .85rem; letter-spacing: .1em; }
.featured .service-head { color: #f3d59a; }
.duration { letter-spacing: .03em; }
.service-image { display: block; width: 100%; height: clamp(230px, 25vw, 310px); margin-top: 1.25rem; object-fit: cover; object-position: center 45%; border-radius: 2px; }
.service-card h3 { margin: 1.5rem 0 .2rem; color: var(--plum-dark); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; font-weight: 500; }
.featured h3 { color: white; }
.service-subtitle { margin: 0 0 1.2rem; color: var(--muted); }
.featured .service-subtitle { color: rgba(255,255,255,.72); }
.service-card ul { margin: 0 0 1.5rem; padding: 0; list-style: none; columns: 2; column-gap: 1.5rem; }
.service-card li { position: relative; margin: 0 0 .45rem; padding-left: 1rem; break-inside: avoid; font-size: .94rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.price { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid currentColor; font-family: "Playfair Display", serif; font-size: 2.3rem; line-height: 1; text-align: right; }
.price small { font: 600 .75rem "DM Sans", sans-serif; letter-spacing: .1em; }
.recommendation { align-self: flex-start; margin-top: 1.5rem; padding: .35rem .65rem; color: white; background: var(--berry); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.recommendation + h3 { margin-top: 1.3rem; }

.about { position: relative; padding: clamp(5rem, 10vw, 9rem) max(1.25rem, calc((100vw - 1140px)/2)); display: grid; grid-template-columns: .85fr 1fr; gap: clamp(3rem, 8vw, 8rem); color: white; background: var(--plum-dark); overflow: hidden; }
.about-quote { position: absolute; top: -9rem; left: 3vw; color: rgba(214,173,97,.1); font-family: "Playfair Display", serif; font-size: 26rem; line-height: 1; }
.about > *:not(.about-quote) { position: relative; z-index: 1; }
.eyebrow.light { color: var(--gold); }
.about h2 { color: white; }
.about-copy { padding-top: 2.4rem; }
.about-copy p { margin: 0 0 1.4rem; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.about-copy p:first-child { color: white; font-size: 1.3rem; }

.contact { max-width: 1140px; margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 1.25rem; display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact h2 { margin: 0; color: var(--plum-dark); font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.contact-lead { max-width: 28rem; color: var(--muted); font-size: 1.08rem; }
.contact-details { border-top: 1px solid var(--line); }
.contact-row { padding: 1.5rem 0; display: grid; grid-template-columns: 6rem 1fr; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.contact-row > span { color: var(--berry); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-row address { font-style: normal; }
.contact-row a { color: var(--plum); font-family: "Playfair Display", serif; font-size: 1.5rem; text-decoration: none; }
.contact-row a.email-link { font-family: "DM Sans", sans-serif; font-size: 1rem; overflow-wrap: anywhere; }
.contact-row a:hover, .contact-row a:focus-visible { color: var(--berry); text-decoration: underline; text-underline-offset: .3rem; }
.contact-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.contact-actions .button { gap: .8rem; }
.action-icon { width: 1.35rem; height: 1.35rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-outline { color: var(--plum); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: white; }
.whatsapp-button { background: #176b43; border-color: #176b43; }
.whatsapp-button:hover, .whatsapp-button:focus-visible { background: #0f5132; border-color: #0f5132; }

footer { padding: 2rem clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: white; border-top: 1px solid var(--line); }
footer p { color: var(--muted); }
footer > a:last-child { color: var(--berry); font-weight: 600; text-decoration: none; }

@media (max-width: 800px) {
  .site-header { height: 74px; }
  .brand-logo { width: 52px; height: 52px; }
  .brand-text strong { font-size: 1.1rem; }
  nav { display: none; }
  .hero { min-height: 780px; align-items: end; }
  .hero-media { background: linear-gradient(0deg, rgba(255,250,243,1) 0%, rgba(255,250,243,.96) 34%, rgba(255,250,243,0) 72%), url("blonde-nagelpflege-zuhause.webp") 72% top/auto 62% no-repeat, var(--cream); }
  .hero-content { width: 100%; padding: 0 1.25rem 5rem; }
  .hero-brand-logo { width: 82px; margin-bottom: .7rem; }
  .hero-copy { margin: 1.4rem 0; }
  .hero-note { display: none; }
  .visit { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .services { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-image { height: clamp(230px, 65vw, 360px); }
  .service-card ul { columns: 1; }
  .price { margin-top: 2rem; }
  .about { grid-template-columns: 1fr; gap: 1rem; }
  .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-row { grid-template-columns: 5rem 1fr; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { justify-content: space-between; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
