/*
Theme Name: Prestige Home Care
Theme URI: https://prestige-home-care.kisscsaladi09.chatgpt.site/
Author: Kiss Bendegúz
Description: Egyedi, reszponzív WordPress téma a Prestige Home Care számára.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: prestige-home-care
*/

:root {
  --ink: #18302b;
  --forest: #24463e;
  --sage: #8ea397;
  --mist: #edf1ed;
  --cream: #f8f5ef;
  --gold: #c1a267;
  --white: #fffefa;
  --line: rgba(24, 48, 43, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
main { overflow: hidden; }

.site-header {
  height: 96px; max-width: 1460px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 34px;
  background: var(--white); position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-mark { width: 49px; height: 49px; border: 1px solid var(--forest); display: grid; place-items: center; position: relative; transform: rotate(45deg); }
.brand-mark-inner { font-family: Georgia, serif; font-size: 16px; letter-spacing: -2px; transform: rotate(-45deg); }
.brand-spark { position: absolute; right: -7px; top: -7px; width: 18px; height: 18px; background: var(--gold); color: white; display: grid; place-items: center; font-size: 9px; transform: rotate(-45deg); }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; letter-spacing: .16em; line-height: 1.05; }
.brand-copy strong { font-family: Georgia, serif; font-size: 18px; letter-spacing: .11em; font-weight: 500; }
.brand-copy span { font-size: 9px; margin-top: 5px; color: #687a74; }
nav { display: flex; align-items: center; gap: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
nav a { transition: color .2s; }
nav a:hover { color: var(--gold); }
.header-cta, .button-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--forest); color: white; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; padding: 17px 21px; transition: background .2s, transform .2s; }
.header-cta:hover, .button-primary:hover { background: #132e28; transform: translateY(-2px); }

.hero { max-width: 1460px; min-height: 700px; margin: 0 auto; padding-left: 7.2%; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--cream); }
.hero-copy { padding: 105px 58px 74px 0; align-self: center; }
.eyebrow { margin: 0 0 27px; display: flex; align-items: center; gap: 13px; color: #687a74; text-transform: uppercase; letter-spacing: .23em; font-size: 10px; font-weight: 700; }
.eyebrow > span { width: 37px; height: 1px; background: var(--gold); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(58px, 6vw, 98px); line-height: .93; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 570px; margin: 35px 0 0; color: #586b64; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button-primary { padding: 19px 24px; }
.text-link { border-bottom: 1px solid var(--ink); padding: 7px 0; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.hero-trust { display: flex; gap: 28px; border-top: 1px solid var(--line); margin-top: 48px; padding-top: 23px; color: #5c7069; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-visual { min-height: 700px; position: relative; }
.hero-visual > img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(.94); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,70,62,.11), transparent 45%); pointer-events: none; }
.hero-card { position: absolute; left: -53px; bottom: 52px; z-index: 2; width: 260px; padding: 22px; display: flex; gap: 14px; align-items: center; background: rgba(255,254,250,.94); box-shadow: 0 18px 50px rgba(24,48,43,.15); }
.hero-card svg { color: var(--gold); }
.hero-card > b { color: var(--gold); font-size: 21px; font-weight: 400; }
.hero-card div { display: flex; flex-direction: column; gap: 5px; }
.hero-card strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.hero-card span { color: #6d7e78; font-size: 11px; }
.vertical-note { position: absolute; right: 21px; top: 48px; z-index: 2; color: white; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .3em; }

.intro-strip { min-height: 88px; padding: 20px 6%; background: var(--forest); color: white; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 76px); text-transform: uppercase; letter-spacing: .22em; font-size: 10px; }
.intro-strip i { color: var(--gold); font-style: normal; }
.service-showcase { max-width: 1460px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.showcase-card { min-height: 430px; position: relative; overflow: hidden; color: white; }
.showcase-card img { height: 100%; object-fit: cover; filter: saturate(.7) contrast(.92); transition: transform .5s; }
.showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(13,33,28,.88)); }
.showcase-card > span { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 31px; display: grid; gap: 8px; }
.showcase-card small, .showcase-card em { text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-style: normal; }
.showcase-card strong { font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.showcase-card em { color: #e3cfaa; opacity: .9; }
.showcase-card:hover img { transform: scale(1.045); }
.section { max-width: 1240px; margin: 0 auto; padding: 120px 30px; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; }
.section-heading h2, .process h2, .coverage h2, .contact h2, .salon h2 { font-size: clamp(43px, 4.6vw, 69px); line-height: 1.04; }
.section-heading > p { margin: 0 0 6px; max-width: 500px; color: #667771; font-size: 15px; line-height: 1.8; }
.service-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 29px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s, transform .25s; }
.service-card:hover { background: var(--mist); transform: translateY(-5px); }
.service-top { display: flex; justify-content: space-between; align-items: flex-start; color: var(--gold); }
.service-top span { color: #9aa7a2; font-size: 10px; letter-spacing: .14em; }
.service-top b { color: var(--gold); font-size: 29px; font-weight: 400; line-height: 1; }
.service-card h3 { margin: auto 0 16px; font-family: Georgia, serif; font-weight: 400; font-size: 24px; line-height: 1.2; }
.service-card p { min-height: 74px; margin: 0; color: #687a74; font-size: 13px; line-height: 1.7; }
.service-line { width: 36px; height: 1px; margin-top: 21px; background: var(--gold); }
.service-note { margin-top: 25px; display: flex; align-items: center; gap: 10px; color: #61736c; font-size: 12px; }

.salon { display: grid; grid-template-columns: 1fr 1fr; max-width: 1460px; margin: 0 auto; background: var(--forest); color: white; }
.salon-image { min-height: 650px; position: relative; }
.salon-image img { height: 100%; object-fit: cover; filter: saturate(.58) contrast(.95); }
.salon-image::after { content: ""; position: absolute; inset: 0; background: rgba(36,70,62,.11); }
.salon-image > span { position: absolute; z-index: 2; left: 34px; bottom: 34px; padding: 14px 18px; background: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.salon-copy { padding: 84px clamp(45px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { color: #c2cec8; }
.salon-copy > p:not(.eyebrow) { color: #c5d0cc; line-height: 1.8; font-size: 14px; margin: 29px 0; }
.salon-copy ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.salon-copy li { display: flex; gap: 10px; align-items: flex-start; color: #e8eeeb; font-size: 12px; line-height: 1.5; }
.salon-copy li svg { flex: 0 0 auto; color: var(--gold); }
.salon-copy > a { margin-top: 34px; align-self: flex-start; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--gold); padding-bottom: 7px; color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process-title > p:not(.eyebrow) { max-width: 430px; color: #687a74; line-height: 1.8; font-size: 14px; }
.process-steps { border-top: 1px solid var(--line); }
.process-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.process-steps article > span { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.process-steps h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.process-steps p { margin: 0; color: #6b7b76; font-size: 13px; line-height: 1.7; }

.why-us { max-width: 1460px; margin: 0 auto; padding: 105px 8%; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; background: var(--cream); }
.why-us h2 { font-size: clamp(43px, 4.6vw, 69px); line-height: 1.04; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.why-grid article { padding: 30px 25px; background: var(--cream); }
.why-grid b { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.why-grid h3 { margin: 55px 0 15px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.why-grid p { color: #687a74; font-size: 12px; line-height: 1.7; }

.coverage { min-height: 540px; display: grid; grid-template-columns: 1.1fr .9fr; max-width: 1460px; margin: 0 auto; background: var(--mist); }
.coverage-map { min-height: 540px; position: relative; overflow: hidden; background: linear-gradient(135deg, #e4ebe6, #f4f4ec); }
.ring { position: absolute; border: 1px solid rgba(36,70,62,.16); border-radius: 50%; }
.ring-one { width: 220px; height: 220px; left: 34%; top: 28%; }
.ring-two { width: 390px; height: 390px; left: 20%; top: 12%; }
.ring-three { width: 610px; height: 610px; left: 2%; top: -10%; }
.map-pin { position: absolute; display: flex; align-items: center; gap: 9px; color: var(--forest); font-family: Georgia, serif; font-size: 18px; }
.map-pin i { width: 13px; height: 13px; border: 3px solid var(--gold); border-radius: 50%; background: white; box-shadow: 0 0 0 6px rgba(193,162,103,.2); }
.budapest { left: 28%; top: 37%; }
.koka { left: 58%; top: 60%; }
.distance { position: absolute; left: 47%; top: 45%; color: #7c8d86; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; transform: rotate(31deg); }
.coverage-copy { padding: 80px clamp(40px, 7vw, 105px); align-self: center; }
.coverage-copy > p:not(.eyebrow) { margin: 27px 0; color: #61736c; line-height: 1.8; font-size: 14px; }
.coverage-location { display: flex; align-items: center; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }

.contact { max-width: 1460px; margin: 0 auto; padding: 100px 8%; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: #142d27; color: white; }
.contact > div:first-child > p:not(.eyebrow) { color: #b9c8c2; max-width: 520px; line-height: 1.8; }
.contact-options { display: flex; flex-direction: column; justify-content: center; }
.contact-placeholder { min-height: 88px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: space-between; }
.contact-placeholder:last-of-type { border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-placeholder > span { display: flex; align-items: center; gap: 10px; color: #c6d1cd; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.contact-placeholder strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; color: var(--gold); }
.contact-options a.contact-placeholder:hover strong { color: white; }
.contact-quote { margin-top: 24px; align-self: flex-start; display: inline-flex; background: var(--gold); color: #142d27; padding: 17px 22px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.contact-icon { font-size: 18px; color: white; }
.contact-options > p { color: #81958d; font-size: 11px; }

.quote-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 25px; }
.quote-modal:target { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13,33,28,.78); backdrop-filter: blur(5px); }
.quote-panel { position: relative; z-index: 2; width: min(850px, 100%); max-height: 92vh; overflow: auto; padding: 48px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.quote-panel h2 { margin: 0 0 30px; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; }
.modal-close { position: absolute; right: 20px; top: 13px; color: var(--forest); font-family: Arial, sans-serif; font-size: 35px; font-weight: 200; }
.quote-panel form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-panel label { display: grid; gap: 8px; color: #52665f; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.quote-panel input, .quote-panel select, .quote-panel textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); padding: 14px; font: 14px Arial, sans-serif; text-transform: none; letter-spacing: normal; }
.quote-panel textarea { resize: vertical; }
.quote-panel .full { grid-column: 1 / -1; }
.quote-panel .privacy { display: flex; grid-template-columns: 18px 1fr; align-items: flex-start; text-transform: none; letter-spacing: normal; font-size: 11px; font-weight: 400; line-height: 1.5; }
.quote-panel .privacy input { width: 17px; height: 17px; margin: 0; padding: 0; }
.quote-panel button { border: 0; cursor: pointer; }
.form-message { padding: 14px 16px; font-size: 13px; }
.form-message.success { background: #e7f3eb; color: #205837; }
.form-message.error { background: #f8e8e6; color: #8a2d25; }
.mobile-actions { display: none; }

footer { max-width: 1460px; min-height: 120px; margin: 0 auto; padding: 30px 7%; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #0d211c; color: #c6d1cd; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-brand { color: white; }
.footer-brand .brand-mark { border-color: white; }
.footer-brand .brand-copy span { color: #9bada6; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; text-align: right; line-height: 1.5; }
.footer-meta span:last-child { color: #8fa29a; font-size: 9px; letter-spacing: .1em; }

@media (max-width: 1050px) {
  .site-header { padding: 0 25px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding-left: 5%; }
  .hero-copy { padding-right: 35px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process { gap: 55px; }
  .why-us { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 17px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 15px; }
  .header-cta { padding: 14px 13px; font-size: 9px; letter-spacing: .09em; }
  .header-cta svg { display: none; }
  .hero { display: flex; flex-direction: column; padding: 0; min-height: auto; }
  .hero-copy { padding: 68px 22px 55px; }
  h1 { font-size: clamp(54px, 16vw, 72px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .button-primary { width: 100%; }
  .text-link { align-self: center; }
  .hero-trust { flex-direction: column; gap: 12px; }
  .hero-visual { min-height: 500px; }
  .hero-card { left: 18px; right: 18px; bottom: 18px; width: auto; }
  .intro-strip { padding: 25px 18px; gap: 12px 20px; flex-wrap: wrap; }
  .intro-strip i { display: none; }
  .service-showcase { grid-template-columns: 1fr; }
  .showcase-card { min-height: 370px; }
  .section { padding: 82px 20px; }
  .section-heading, .process, .contact { grid-template-columns: 1fr; gap: 38px; }
  .section-heading h2, .process h2, .coverage h2, .contact h2, .salon h2 { font-size: 46px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .service-card { min-height: 275px; }
  .salon { grid-template-columns: 1fr; }
  .salon-image { min-height: 420px; }
  .salon-copy { padding: 68px 22px; }
  .process-steps article { grid-template-columns: 45px 1fr; gap: 15px; }
  .why-us { padding: 75px 22px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid h3 { margin-top: 25px; }
  .coverage { grid-template-columns: 1fr; }
  .coverage-map { min-height: 390px; order: 2; }
  .coverage-copy { padding: 70px 22px; }
  .contact { padding: 76px 22px; }
  .contact-placeholder { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-placeholder strong { font-size: 18px; overflow-wrap: anywhere; }
  .quote-panel { padding: 42px 20px 25px; }
  .quote-panel form { grid-template-columns: 1fr; }
  .quote-panel label, .quote-panel .full { grid-column: 1; }
  footer { align-items: flex-start; flex-direction: column; padding: 45px 22px; }
  .footer-meta { align-items: flex-start; text-align: left; }
  body { padding-bottom: 58px; }
  .mobile-actions { position: fixed; z-index: 9000; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: 1fr 1.25fr; box-shadow: 0 -8px 30px rgba(13,33,28,.17); }
  .mobile-actions a { display: grid; place-items: center; background: var(--white); color: var(--forest); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; }
  .mobile-actions a:last-child { background: var(--forest); color: white; }
}

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