:root {
  --bg: #f3f4f6;
  --bg-alt: #e9eaee;
  --surface: #ffffff;
  --ink: #15171b;
  --ink-soft: #3f444d;
  --muted: #868c98;
  --line: rgba(20, 23, 27, 0.10);
  --steel: #8b93a1;
  --steel-dark: #5c636f;
  --shadow: 0 18px 50px rgba(40, 46, 58, 0.14);
  --shadow-sm: 0 8px 24px rgba(40, 46, 58, 0.10);
  --radius: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-weight: 300;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1.12; }
h1 { font-size: clamp(2.5rem, 6.5vw, 4.6rem); letter-spacing: .5px; }
h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: .5rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }
p { color: var(--ink-soft); }

a { color: var(--steel-dark); text-decoration: none; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .85rem; }

/* --- Króm szövegeffekt világos háttérre (sötét fémes, jól olvasható) --- */
.chrome-text {
  background: linear-gradient(176deg,
    #6b7180 0%, #3a3f49 22%, #1c1f25 46%,
    #14161a 54%, #353a44 74%, #5c626f 92%, #2a2e36 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.55));
}
/* --- Világos króm sötét háttérre (pl. footer) --- */
.chrome-light {
  background: linear-gradient(176deg,
    #ffffff 0%, #d7dae1 20%, #9aa0ad 45%,
    #c8ccd4 65%, #f4f5f8 85%, #aeb4c0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .72rem;
  font-weight: 500;
  color: var(--steel);
  margin-bottom: .7rem;
}
.eyebrow.center { text-align: center; }
.section-lead { color: var(--muted); max-width: 620px; margin: .6rem auto 0; }

/* --- Header --- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243, 244, 246, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: .85rem 1.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand-logo { height: 46px; width: auto; display: none; }
.brand-logo.has-image { display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.85rem; font-weight: 700; }
.brand-sub { font-size: .6rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.nav-links { list-style: none; display: flex; gap: 1.7rem; align-items: center; }
.nav-links a { color: var(--ink); font-size: .95rem; transition: color .2s; }
.nav-links a:hover { color: var(--steel-dark); }
.nav-toggle, .nav-burger { display: none; }

/* --- Gombok --- */
.btn {
  display: inline-block;
  background: linear-gradient(145deg, #3a3f49, #15171b);
  color: #fff;
  padding: .85rem 1.9rem;
  border-radius: 999px;
  font-weight: 400;
  font-size: .95rem;
  letter-spacing: .02em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, filter .2s;
  box-shadow: 0 8px 22px rgba(21, 23, 27, 0.28);
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.12); color: #fff; }
.btn-small { padding: .55rem 1.2rem; font-size: .85rem; box-shadow: var(--shadow-sm); }
.btn-ghost {
  background: linear-gradient(145deg, #fdfdfe, #e2e4ea);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { color: var(--ink); }

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 74vh;
  display: grid;
  place-items: center;
  padding: 4rem 1.5rem;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.9), transparent 42%),
    radial-gradient(circle at 82% 78%, rgba(140,148,162,.35), transparent 45%),
    linear-gradient(135deg, #eceef2 0%, #d6d9e0 45%, #c2c6cf 100%);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.hero.has-image .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(245,246,248,.5), rgba(245,246,248,.35));
}
.hero-card {
  position: relative;
  z-index: 2;
  max-width: 760px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: var(--shadow);
}
.hero-sub { font-size: 1.18rem; color: var(--ink-soft); margin: 1.1rem auto 1.8rem; max-width: 560px; }
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-script { font-family: 'Parisienne', cursive; font-size: 1.9rem; color: var(--steel-dark); margin-top: 1.5rem; }

/* --- Szekciók --- */
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section-alt { background: var(--bg-alt); }

/* --- Kártyák --- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.6rem; margin-top: 3rem; }
.card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media {
  height: 190px;
  background:
    linear-gradient(135deg, #e7e9ee, #c7cbd4 55%, #aab0bc);
  background-size: cover; background-position: center;
  display: grid; place-items: center;
  position: relative;
}
.card-media.has-image .card-media-ph { display: none; }
.card-media-ph { font-size: 3rem; opacity: .5; filter: grayscale(.3); }
.card-body { padding: 1.4rem 1.5rem 1.6rem; }
.card-body h3 { margin-bottom: .4rem; }
.card-body p { color: var(--muted); font-size: .95rem; }
.card-link { display: inline-block; margin-top: .9rem; font-size: .9rem; font-weight: 500; color: var(--steel-dark); }
.card-link:hover { color: var(--ink); }

/* --- Árak --- */
.price-block { margin-top: 3rem; }
.price-title { font-size: 1.7rem; margin-bottom: 1.2rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.price-card {
  background: var(--surface); border-radius: var(--radius);
  padding: 1.4rem 1.6rem; box-shadow: var(--shadow-sm); border: 1px solid var(--line);
}
.price-card h4 { margin-bottom: .6rem; color: var(--steel-dark); }
.price-row { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .6rem 0; border-bottom: 1px dashed var(--line); }
.price-row:last-child { border-bottom: none; }
.price { color: var(--ink); font-weight: 500; white-space: nowrap; }

.table-wrap { overflow-x: auto; background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.price-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.price-table th, .price-table td { padding: .95rem 1.2rem; text-align: left; }
.price-table thead th {
  background: linear-gradient(145deg, #f0f1f4, #dde0e6);
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .08em; color: var(--steel-dark);
}
.price-table th:not(:first-child), .price-table td:not(:first-child) { text-align: right; white-space: nowrap; }
.price-table tbody tr { border-top: 1px solid var(--line); }
.price-table tbody tr:nth-child(even) { background: rgba(20,23,27,.018); }
.price-table td:first-child { font-weight: 400; color: var(--ink); }
.note { color: var(--muted); font-size: .9rem; margin-top: 1.2rem; }

/* --- Split szekciók --- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split-media {
  min-height: 360px; border-radius: var(--radius);
  background: linear-gradient(135deg, #e7e9ee, #c4c8d2 60%, #a7adba);
  background-size: cover; background-position: center;
  box-shadow: var(--shadow); display: grid; place-items: center;
}
.split-media.has-image .card-media-ph { display: none; }
.split-text p { margin-bottom: 1rem; }

.check-list { list-style: none; margin-top: 1.1rem; }
.check-list li { padding-left: 1.7rem; position: relative; margin-bottom: .55rem; color: var(--ink-soft); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--steel); font-weight: 700; }
.check-list.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; }
.contact-inline { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; }

/* --- Galéria --- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.gallery-item { display: block; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 1 / 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 2rem; }

/* --- Kapcsolat --- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-list { list-style: none; margin: 1.2rem 0; }
.contact-list li { margin-bottom: .6rem; color: var(--ink-soft); }
.contact-form { background: var(--surface); padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 1rem; border: 1px solid var(--line); }
.contact-form label { display: flex; flex-direction: column; font-size: .85rem; font-weight: 500; gap: .35rem; color: var(--ink-soft); }
.contact-form input, .contact-form select, .contact-form textarea {
  font-family: inherit; padding: .75rem .9rem; border: 1px solid var(--line);
  border-radius: 10px; background: var(--bg); font-size: .95rem; color: var(--ink);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--steel); border-color: transparent; }
.form-ok { display: none; color: var(--steel-dark); font-weight: 500; }
.form-hint { font-size: .78rem; color: var(--muted); }
.form-note { font-size: .85rem; color: var(--ink-soft); background: rgba(140, 148, 162, 0.13); border-left: 3px solid var(--steel); padding: .6rem .85rem; border-radius: 8px; }
.contact-buttons { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.4rem; }

/* --- Footer --- */
.site-footer { background: linear-gradient(135deg, #1b1d22, #2b2e36); color: #c9cdd5; text-align: center; padding: 3rem 1.5rem; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; display: block; }
.footer-inner p { color: #c9cdd5; }
.footer-inner .muted { color: #888f9b; }
.site-footer a { color: #aeb4c0; }
.footer-social { margin-top: .5rem; font-size: .9rem; }
.footer-social a { color: #c9cdd5; }
.footer-social a:hover { color: #fff; }

/* --- Aloldalak (kézápolás / lábápolás) --- */
.page-hero { min-height: 56vh; }
.hero-sub-text { font-size: 1.15rem; color: var(--ink-soft); margin: 1.1rem auto 1.7rem; max-width: 560px; }
.breadcrumb { font-size: .82rem; letter-spacing: .04em; color: var(--muted); margin-bottom: 1rem; text-transform: uppercase; }
.breadcrumb a { color: var(--steel-dark); }
.breadcrumb span { margin: 0 .35rem; }
.container.narrow { max-width: 820px; }
.lead { font-size: 1.12rem; color: var(--ink-soft); margin-top: .6rem; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.feature h3 { margin-bottom: .5rem; }
.feature p { color: var(--muted); font-size: .96rem; }
.cta-box { text-align: center; max-width: 720px; }
.cta-box p { color: var(--ink-soft); margin: .6rem 0 1.4rem; }
.center-cta { justify-content: center; margin-bottom: 1.4rem; }

/* --- Reszponzív --- */
@media (max-width: 820px) {
  .split, .contact { grid-template-columns: 1fr; gap: 2rem; }
  .split-media { min-height: 260px; order: -1; }
  #rolunk .split-media { order: -1; }
}
@media (max-width: 720px) {
  .nav-burger { display: block; font-size: 1.6rem; cursor: pointer; color: var(--ink); }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--bg);
    padding: 0; max-height: 0; overflow: hidden; transition: max-height .35s;
    border-bottom: 1px solid var(--line);
  }
  .nav-toggle:checked ~ .nav-links { max-height: 460px; }
  .nav-links li { width: 100%; text-align: center; padding: .8rem 0; border-top: 1px solid var(--line); }
  .check-list.two-col { grid-template-columns: 1fr; }
}
