   :root {
      --paper:    #e8e0d0;
      --paper-lt: #f0ebe0;
      --ink:      #1e1812;
      --ink-mid:  #2e2820;
      --ink-soft: #5a5040;
      --ink-faint:#8a806a;
      --rule:     rgba(30,24,18,.15);
    }

    body {
      font-family: 'Crimson Text', Georgia, serif;
      background: var(--paper);
      color: var(--ink);
      -webkit-font-smoothing: antialiased;
    }

    /* ── NAVBAR ── */
    .navbar {
      background: rgba(232,224,208,.97) !important;
      backdrop-filter: blur(8px);
      border-bottom: 1px solid var(--rule);
    }
    .navbar-brand img {
      height: 36px; width: auto;
      mix-blend-mode: multiply;
    }
    .navbar-toggler {
      border: 1px solid var(--rule);
      border-radius: 2px;
      padding: .3rem .5rem;
    }
    .navbar-toggler:focus { box-shadow: none; }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(30,24,18,0.8)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-nav .nav-link {
      font-family: 'Cinzel', serif;
      font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
      color: var(--ink-soft) !important;
      padding: .5rem 1rem;
      transition: color .2s;
    }
    .navbar-nav .nav-link:hover { color: var(--ink) !important; }
    .nav-cta {
      border: 1px solid var(--ink) !important;
      color: var(--ink) !important;
      padding: .35rem .9rem !important;
      transition: background .2s, color .2s !important;
    }
	/*
    .nav-cta:hover {
      background: var(--ink) !important;
      color: var(--paper) !important;
    }
	*/
    /* mobil lenyíló */
    @media (max-width: 991px) {
      .navbar-collapse {
        border-top: 1px solid var(--rule);
        padding: .5rem 0;
      }
      .navbar-nav .nav-link {
        padding: .6rem 0;
        border-bottom: 1px solid var(--rule);
      }
      .navbar-nav li:last-child .nav-link { border: none; }
    }

    /* ── OLDAL WRAPPER ── */
    .page { max-width: 860px; margin: 0 auto; padding: 3rem 1.5rem 5rem; }

    /* ── FEJLÉC ── */
    .hdr-grid {
      display: grid; grid-template-columns: 1fr auto;
      gap: 2rem; align-items: start;
      padding-bottom: 2rem; margin-bottom: 2.5rem;
      border-bottom: 1px solid var(--rule);
    }
    .title-label {
      font-family: 'Cinzel', serif; font-size: .6rem;
      letter-spacing: .25em; text-transform: uppercase;
      color: var(--ink-faint); display: block; margin-bottom: .5rem;
    }
    .header-logo { width: 100%; max-width: 500px; mix-blend-mode: multiply; }
    .header-tagline {
      font-style: italic; font-size: 1rem;
      color: var(--ink-soft); line-height: 1.75; margin-top: .6rem;
    }
    .hdr-contact {
      text-align: right; font-style: italic;
      font-size: .88rem; color: var(--ink-soft); line-height: 2;
    }
    .hdr-contact a { color: inherit; text-decoration: none; }
    .hdr-contact a:hover { color: var(--ink); }

    /* ── SZÁMOK SÁV ── */
    .stats-band {
      display: grid; grid-template-columns: repeat(4,1fr);
      border: 1px solid var(--rule); background: var(--paper-lt);
      margin-bottom: 3rem;
    }
    .stat { padding: 1rem .8rem; text-align: center; border-right: 1px solid var(--rule); }
    .stat:last-child { border-right: none; }
    .stat-n { font-family: 'Caveat', cursive; font-size: 2.5rem; font-weight: 700; line-height: 1; }
    .stat-n sup { font-size: 1rem; color: var(--ink-soft); }
    .stat-l { font-family: 'Cinzel', serif; font-size: .54rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); margin-top: .2rem; }

    /* ── ELVÁLASZTÓ ── */
    .ms-rule { border: none; border-top: 1px solid var(--rule); margin: 2.5rem 0; position: relative; }
    .ms-rule::after {
      content: '·  ·  ·'; position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
      background: var(--paper); padding: 0 .8rem;
      font-family: serif; color: var(--ink-faint); font-size: .8rem; letter-spacing: .3em;
    }

    /* ── KÉT OSZLOP ── */
    .two-col { display: grid; gap: 3rem; align-items: start; margin-bottom: 3rem; }
    .two-col.a32 { grid-template-columns: 3fr 2fr; }
    .two-col.a23 { grid-template-columns: 2fr 3fr; }
    .two-col.a11 { grid-template-columns: 1fr 1fr; }

    /* ── SZEKCIÓ FEJLÉCEK ── */
    .ms-h { font-family: 'Caveat', cursive; font-size: 2rem; font-weight: 700; margin-bottom: .65rem; }
    .ms-h-sm { font-family: 'Caveat', cursive; font-size: 1.25rem; font-weight: 600; color: var(--ink-soft); margin: 1.2rem 0 .4rem; }

    /* ── SZÖVEG ── */
    .ms-p { font-size: 1rem; line-height: 1.85; color: var(--ink-mid); margin-bottom: .75rem; }
    .ms-p:last-child { margin-bottom: 0; }
	.ms-b {text-align: justify}
    .drop-cap::first-letter {
      font-family: 'Caveat', cursive; font-size: 3.6rem; font-weight: 700;
      line-height: .75; float: left; margin: .06em .1em -.05em 0;
    }
    .note {
      font-style: italic; font-size: .85rem; color: var(--ink-faint);
      line-height: 1.7; padding: .5rem 0 .5rem .9rem;
      border-left: 1px solid var(--rule); margin: .8rem 0;
    }

    /* ── MUNKÁK LISTA ── */
    .svc-list { list-style: none; padding: 0; }
    .svc-list li { display: flex; align-items: baseline; gap: .6rem; padding: .5rem 0; border-bottom: 1px solid var(--rule); font-size: .98rem; color: var(--ink-mid); }
    .svc-list li:last-child { border: none; }
    .svc-n { font-family: 'Cinzel', serif; font-size: .6rem; letter-spacing: .1em; color: var(--ink-faint); width: 1.8rem; flex-shrink: 0; }
    .svc-list a { color: inherit; text-decoration: none; }
    .svc-list a:hover { text-decoration: underline; text-underline-offset: 3px; }

    /* ── MIÉRT ── */
    .why-item { padding: .55rem 0; border-bottom: 1px solid var(--rule); font-size: .9rem; color: var(--ink-mid); line-height: 1.65; }
    .why-item:last-child { border: none; }
    .why-item strong { font-family: 'Caveat', cursive; font-size: 1.1rem; font-weight: 700; display: block; margin-bottom: .05rem; }

    /* ── DA VINCI KÉPEK ── */
    .dvinci-img { width: 100%; display: block; border: 1px solid var(--rule); filter:  contrast(1.1) brightness(1.05); }
    .img-caption { font-family: 'Cinzel', serif; font-size: .53rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); text-align: center; margin-top: .4rem; }

    /* ── GALÉRIA ── */
    .photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
    .photo-item { aspect-ratio: 4/3; overflow: hidden; cursor: zoom-in; position: relative; border: 1px solid var(--rule); }
    .photo-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: filter .3s, transform .4s; }
    .photo-item:hover img { transform: scale(1.04); }
    .photo-ov { position: absolute; inset: 0; background: rgba(20,18,12,.5); opacity: 0; transition: opacity .25s; display: flex; align-items: center; justify-content: center; }
    .photo-item:hover .photo-ov { opacity: 1; }
    .photo-ov span { font-style: italic; font-size: .82rem; color: var(--paper-lt); border: 1px solid rgba(240,235,224,.3); padding: .2rem .6rem; }

    /* ── LIGHTBOX ── */
    .lb { position: fixed; inset: 0; background: rgba(10,9,8,.96); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s; }
    .lb.open { opacity: 1; pointer-events: all; }
    .lb-in { display: flex; flex-direction: column; align-items: center; }
    .lb-in img { max-width: 88vw; max-height: 80vh; object-fit: contain;  transition: opacity .15s; }
    .lb-in img.lbf { opacity: 0; }
    .lb-cap { margin-top: .6rem; font-style: italic; font-size: .85rem; color: rgba(240,235,224,.45); }
    .lb-btn { position: fixed; border: 1px solid rgba(240,235,224,.2); background: transparent; color: var(--paper-lt); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10000; transition: border-color .2s; font-size: 1rem; }
    .lb-btn:hover { border-color: rgba(240,235,224,.6); }
    .lb-x { top: 1rem; right: 1.2rem; width: 36px; height: 36px; }
    .lb-prev { top: 50%; transform: translateY(-50%); left: 1rem; width: 40px; height: 40px; }
    .lb-next { top: 50%; transform: translateY(-50%); right: 1rem; width: 40px; height: 40px; }
    .lb-num { position: fixed; bottom: 1.2rem; left: 50%; transform: translateX(-50%); font-family: 'Cinzel', serif; font-size: .58rem; letter-spacing: .15em; color: rgba(240,235,224,.3); z-index: 10000; }

    /* ── KAPCSOLAT ── */
    .contact-box { border: 1px solid var(--rule); padding: 1.8rem; background: var(--paper-lt); position: relative; }
    .contact-box::before { content: 'Kapcsolat'; position: absolute; top: -9px; left: 1rem; background: var(--paper-lt); padding: 0 .5rem; font-family: 'Cinzel', serif; font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-faint); }
    .ci { display: flex; gap: 1rem; align-items: baseline; padding: .5rem 0; border-bottom: 1px solid var(--rule); font-size: .95rem; }
    .ci:last-child { border: none; }
    .ci-l { font-family: 'Cinzel', serif; font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); width: 5rem; flex-shrink: 0; }
    .ci a { color: var(--ink-mid); text-decoration: none; }
    .ci a:hover { text-decoration: underline; text-underline-offset: 3px; }

    /* ── LÁBLÉC ── */
    footer { border-top: 1px solid var(--rule); padding-top: 1.5rem; margin-top: 3rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; }
    footer p, footer a { font-family: 'Cinzel', serif; font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); text-decoration: none; }
    footer a:hover { color: var(--ink-soft); }

    /* ── ANIMÁCIÓ ── */
    @keyframes fi { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }
    .fi  { animation: fi .7s ease both; }
    .fi2 { animation-delay: .15s; }
    .fi3 { animation-delay: .28s; }

    /* ── RESZPONZÍV ── */
    @media (max-width: 700px) {
      .hdr-grid { grid-template-columns: 1fr; }
      .hdr-contact { text-align: left; }
      .two-col, .two-col.a32, .two-col.a23, .two-col.a11 { grid-template-columns: 1fr; }
      .stats-band { grid-template-columns: repeat(2,1fr); }
      .stat:nth-child(2) { border-right: none; }
      .photo-grid { grid-template-columns: repeat(2,1fr); }
    }
	
	