/* One stylesheet for both pages. Light, quiet, with the photographs carrying the page.
   Values come from a small scale -- five spacing steps, two radii, two shadows -- rather
   than being chosen per element. A page reads as professional when the rhythm repeats,
   not when every section is individually pretty. */
:root{
  --tinta:#16181c; --halvany:#666c7a; --halvanyabb:#8b909c;
  --vonal:#e9e6e1; --vonal-eros:#dbd7d0;
  --papir:#faf9f7; --feher:#fff;
  --hangsuly:#1f4f43; --hangsuly-sotet:#173b32; --hangsuly-vil:#f1f4f2;
  --serif:ui-serif,"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;
  --sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Inter,Roboto,Arial,sans-serif;
  --t1:.5rem; --t2:1rem; --t3:1.5rem; --t4:2.5rem; --t5:clamp(3rem,7vw,5.5rem);
  --r-kicsi:.5rem; --r-nagy:.85rem;
  --arny:0 1px 2px rgba(22,24,28,.05),0 8px 24px -16px rgba(22,24,28,.28);
  --arny-eros:0 2px 4px rgba(22,24,28,.06),0 18px 40px -24px rgba(22,24,28,.35);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--papir);color:var(--tinta);font-family:var(--sans);
  font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
/* video belongs here too. Without it a video falls back to its intrinsic width and pushes
   the whole page sideways on a phone -- which is exactly what happened, because the
   .minta-video rule below could not help a visitor whose browser was still holding a
   day-old copy of this file. */
img,video{max-width:100%;height:auto}
a{color:var(--hangsuly);text-underline-offset:.15em}
.wrap{max-width:70rem;margin:0 auto;padding:0 clamp(1.1rem,4vw,2rem)}

h1,h2{font-family:var(--serif);font-weight:500;line-height:1.1;letter-spacing:-.015em;margin:0}
h1{font-size:clamp(2.15rem,4.6vw,3.35rem)}
h1 em{font-style:italic;color:var(--hangsuly)}
h2{font-size:clamp(1.5rem,2.9vw,2.05rem)}
h3{font-family:var(--sans);font-size:1rem;font-weight:620;line-height:1.35;margin:0 0 .3rem;letter-spacing:-.005em}
p{margin:.55rem 0}
.halvany{color:var(--halvany)}
.apro{font-size:.86rem;line-height:1.55;color:var(--halvanyabb)}
.szekcio-fej{max-width:38rem;margin-bottom:var(--t3)}
.szekcio-fej p{color:var(--halvany);margin-top:.35rem}

/* Header: a hairline, not a border; the blur keeps the photographs readable underneath. */
header{position:sticky;top:0;z-index:20;background:rgba(250,249,247,.86);backdrop-filter:saturate(1.4) blur(10px);
  border-bottom:1px solid var(--vonal)}
header .sor{display:flex;align-items:center;justify-content:space-between;gap:var(--t2);height:4rem}
.brand{font-family:var(--serif);font-weight:500;font-size:1.16rem;color:var(--tinta);text-decoration:none}
nav{display:flex;align-items:center;gap:clamp(.8rem,2vw,1.6rem);font-size:.92rem}
nav a{color:var(--halvany);text-decoration:none;transition:color .15s}
nav a:hover{color:var(--tinta)}
.nyelv{border:1px solid var(--vonal-eros);border-radius:999px;padding:.28rem .78rem;font-size:.84rem;line-height:1.2}
.nyelv:hover{border-color:var(--tinta)}
@media (max-width:34rem){ nav a:not(.nyelv){display:none} }

section{padding:var(--t5) 0}
section + section{border-top:1px solid var(--vonal)}
/* A tinted block separates itself; a hairline on top of it would only add noise. */
.lepesek,.zaro{background:var(--hangsuly-vil)}
.lepesek + section,.zaro{border-top:1px solid var(--vonal)}

/* Hero: words left, product right. On a phone the image follows the call to action, so the
   first thing a thumb reaches is the button rather than a photograph. */
.hero{padding-top:clamp(2.5rem,6vw,4.5rem);border-top:0}
.hero-racs{display:grid;grid-template-columns:1fr;gap:var(--t4);align-items:center}
@media (min-width:60rem){ .hero-racs{grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem)} }
.hero-szoveg .lead{font-size:clamp(1.02rem,1.5vw,1.15rem);color:var(--halvany);max-width:34rem;margin-top:var(--t2)}
.hero-kep{margin:0}
.hero-kep img{display:block;width:100%;border-radius:var(--r-nagy)}
.hero-kep .ba{margin:0;box-shadow:var(--arny-eros)}
.hero-kep figcaption{margin-top:.6rem;font-size:.82rem;color:var(--halvanyabb)}

.cta{display:inline-flex;align-items:center;gap:.45rem;margin-top:var(--t3);background:var(--hangsuly);color:#fff;
  text-decoration:none;font-weight:560;letter-spacing:.01em;padding:.85rem 1.5rem;border-radius:var(--r-kicsi);
  box-shadow:0 1px 2px rgba(31,79,67,.22);transition:background .15s,transform .15s,box-shadow .15s}
.cta:hover{background:var(--hangsuly-sotet);transform:translateY(-1px);box-shadow:0 4px 14px -6px rgba(31,79,67,.5)}
.cta-alatt{margin-top:.65rem;font-size:.86rem;color:var(--halvanyabb)}

.harom{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:clamp(1.4rem,3vw,2.5rem)}
.harom p{color:var(--halvany);font-size:.95rem;margin:0}
.szam{display:inline-grid;place-items:center;width:1.85rem;height:1.85rem;border-radius:50%;
  background:var(--hangsuly);color:#fff;font-weight:600;font-size:.85rem;margin-bottom:.7rem}

/* Before/after slider: two stacked images, the top one clipped to the handle. No library --
   30 kB of dependency for one interaction is how a fast page stops being fast. */
.ba{position:relative;margin:var(--t2) 0 0;border-radius:var(--r-nagy);overflow:hidden;background:#eee;
  touch-action:none;user-select:none;box-shadow:var(--arny)}
.ba + .ba{margin-top:var(--t3)}
.ba img{display:block;width:100%;pointer-events:none}
.ba .utana{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ba .fogo{position:absolute;top:0;bottom:0;width:2px;background:rgba(255,255,255,.9);cursor:ew-resize}
.ba .fogo::after{content:'';position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;
  border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 2px 12px rgba(0,0,0,.25)}
/* The two arrows are one SVG rather than four stacked diagonal gradients. The gradient
   version drew the halves of each chevron at different offsets (left center + left top),
   so the tips did not meet and the arrows came out as four disconnected specks with
   stair-stepped edges. An inline SVG is the shape itself, sharp at any zoom. */
.ba .fogo::before{content:'';position:absolute;top:50%;left:50%;width:24px;height:12px;margin:-6px 0 0 -12px;z-index:2;
  background:no-repeat center/24px 12px url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' viewBox='0 0 24 12'%3E%3Cg fill='none' stroke='%2316181c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 2 4 6l5 4'/%3E%3Cpath d='M15 2l5 4-5 4'/%3E%3C/g%3E%3C/svg%3E")}
.ba .fogo:focus-visible{outline:2px solid var(--hangsuly);outline-offset:2px}
.ba .cimke{position:absolute;left:.8rem;bottom:.8rem;background:rgba(22,24,28,.62);backdrop-filter:blur(4px);
  color:#fff;font-size:.78rem;letter-spacing:.01em;padding:.3rem .65rem;border-radius:999px}

.stilus-valaszto{display:flex;flex-wrap:wrap;gap:.4rem;margin:var(--t2) 0 0}
.stilus-valaszto button{width:auto;margin:0;padding:.42rem .95rem;border:1px solid var(--vonal-eros);background:var(--feher);
  color:var(--halvany);border-radius:999px;font:inherit;font-size:.87rem;font-weight:500;cursor:pointer;
  box-shadow:none;transition:all .15s}
.stilus-valaszto button:hover{color:var(--tinta);border-color:var(--tinta)}
.stilus-valaszto button.aktiv{background:var(--tinta);border-color:var(--tinta);color:#fff}

/* Pricing. The whole card is the link: a small "choose" line is a target people miss on a
   phone. Equal heights so the row reads as one set of options. */
.arak{display:grid;grid-template-columns:repeat(auto-fit,minmax(13.5rem,1fr));gap:var(--t2);margin-top:var(--t3)}
.ar-kartya{display:flex;flex-direction:column;background:var(--feher);border:1px solid var(--vonal);
  border-radius:var(--r-nagy);padding:1.5rem 1.4rem;text-decoration:none;color:var(--tinta);
  transition:border-color .15s,box-shadow .15s,transform .15s}
.ar-kartya:hover{border-color:var(--hangsuly);box-shadow:var(--arny);transform:translateY(-2px)}
.ar-kartya.kiemelt{border-color:var(--hangsuly);background:var(--hangsuly-vil)}
.ar-nev{font-size:.9rem;font-weight:620;letter-spacing:.01em}
.ar-fo{font-family:var(--serif);font-size:1.95rem;font-weight:500;letter-spacing:-.01em;margin-top:.3rem;line-height:1.1}
.ar-alatt{font-size:.81rem;color:var(--halvanyabb);min-height:1.15rem}
.ar-leiras{font-size:.9rem;color:var(--halvany);margin-top:.8rem;flex:1}
.ar-gomb{display:inline-block;margin-top:1.2rem;font-weight:600;font-size:.9rem;color:var(--hangsuly)}
.ar-kartya:hover .ar-gomb{text-decoration:underline}

details{border-top:1px solid var(--vonal);padding:1rem 0}
details:last-of-type{border-bottom:1px solid var(--vonal)}
summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:baseline}
summary::-webkit-details-marker{display:none}
summary::after{content:'+';color:var(--halvanyabb);font-weight:400;font-size:1.1rem;line-height:1}
details[open] summary::after{content:'–'}
details p{color:var(--halvany);margin:.65rem 0 .15rem;max-width:52ch}

/* Form: a card, but not a floating one -- a heavy shadow around a long form makes the page
   feel like a pop-up. The button is content-width on desktop, full width on a phone. */
.urlap{background:var(--feher);border:1px solid var(--vonal);border-radius:var(--r-nagy);
  padding:clamp(1.3rem,3vw,2rem);max-width:36rem;box-shadow:var(--arny)}
.urlap label{display:block;font-weight:600;font-size:.93rem;margin:1.2rem 0 .35rem}
.urlap label:first-of-type{margin-top:0}
.urlap input,.urlap select{width:100%;padding:.7rem .85rem;border:1px solid var(--vonal-eros);border-radius:var(--r-kicsi);
  font:inherit;background:var(--feher);color:var(--tinta);transition:border-color .15s,box-shadow .15s}
.urlap input::placeholder{color:#b3b7c0}
.urlap input:focus,.urlap select:focus{outline:0;border-color:var(--hangsuly);box-shadow:0 0 0 3px rgba(31,79,67,.12)}
/* The native file input is kept as the real control but visually replaced: its button and
   its "no file chosen" text come from the BROWSER's language, not the page's, so an
   English page opened on a Hungarian phone showed Hungarian chrome. Clipped rather than
   display:none, so it stays focusable and screen readers still announce it. */
/* Visually hidden, but it has to actually BE 1px. `.urlap input{width:100%}` above wins
   on specificity, so the input stayed 1280px wide, positioned absolutely, and pushed the
   order page 145px past the viewport at every width and in both languages -- on the one
   page where somebody is trying to pay. Found by the page matrix, 2026-08-14. */
.urlap input.rejtett-fajl,.rejtett-fajl{position:absolute;width:1px;height:1px;padding:0;margin:0;
  overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.fajl-gomb{display:flex;align-items:center;gap:.75rem;margin:0;padding:.5rem .55rem;
  border:1px solid var(--vonal-eros);border-radius:var(--r-kicsi);background:var(--papir);
  cursor:pointer;font-weight:400;transition:border-color .15s,box-shadow .15s}
.fajl-gomb:hover{border-color:var(--tinta)}
.rejtett-fajl:focus-visible + .fajl-gomb{border-color:var(--hangsuly);box-shadow:0 0 0 3px rgba(31,79,67,.12)}
.fajl-gomb-cimke{flex:none;background:var(--tinta);color:#fff;border-radius:999px;
  padding:.4rem .9rem;font-size:.87rem;font-weight:500}
.fajl-nev{color:var(--halvany);font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.jelolo{display:flex;gap:.65rem;align-items:flex-start;font-weight:400;font-size:.88rem;line-height:1.5;
  color:var(--halvany);margin-top:1.4rem}
.jelolo input{width:auto;margin-top:.3rem;accent-color:var(--hangsuly)}
button{margin-top:1.4rem;width:100%;padding:.9rem 1.6rem;font:inherit;font-weight:560;letter-spacing:.01em;
  border:0;border-radius:var(--r-kicsi);background:var(--hangsuly);color:#fff;cursor:pointer;transition:background .15s}
button:hover:not([disabled]){background:var(--hangsuly-sotet)}
button[disabled]{opacity:.45;cursor:default}
@media (min-width:34rem){ .urlap > button{width:auto;min-width:14rem} }
#allapot{margin-top:.9rem;font-size:.92rem;min-height:1.25rem}
.elonezet{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.7rem}
.elonezet img{height:76px;border-radius:var(--r-kicsi);border:1px solid var(--vonal)}

.zaro{text-align:center}
.zaro .halvany{max-width:34rem;margin:.4rem auto 0}

footer{border-top:1px solid var(--vonal);padding:var(--t4) 0 calc(var(--t4) + 1rem);
  color:var(--halvanyabb);font-size:.86rem}
footer a{color:var(--halvany);text-decoration:none}
footer a:hover{color:var(--tinta);text-decoration:underline}
footer p{margin:.3rem 0}
footer .sor{display:flex;flex-wrap:wrap;gap:.5rem 2rem;justify-content:space-between;align-items:baseline}

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

/* Tablet and phone. The header keeps only the language pill under 34rem (declared above);
   here the type and the vertical rhythm come down a step so a 768px screen does not read
   like a desktop page squeezed sideways. */
@media (max-width:60rem){
  /* No cropping on a tablet: cutting the furniture off the bottom of a photograph is the
     opposite of what a page selling photographs should do. */
  .hero-kep img{max-height:none}
}
@media (max-width:48rem){
  /* On a phone the hero image goes edge to edge. Boxed inside the text column it read as
     a thumbnail of the product rather than the product. */
  .hero-kep{margin-left:calc(-1 * clamp(1.1rem,4vw,2rem));margin-right:calc(-1 * clamp(1.1rem,4vw,2rem))}
  .hero-kep img{border-radius:0}
  .hero-kep .ba{border-radius:0;box-shadow:none}
  .hero-kep figcaption{padding:0 clamp(1.1rem,4vw,2rem)}
}
@media (max-width:34rem){
  body{font-size:16px}
  section{padding:2.6rem 0}
  .hero{padding-top:2rem}
  h1{font-size:clamp(1.95rem,8.5vw,2.4rem)}
  .urlap{padding:1.15rem}
  .urlap label{margin-top:1rem}
  .ba .cimke{left:.55rem;bottom:.55rem;font-size:.74rem}
  .stilus-valaszto button{padding:.38rem .8rem;font-size:.84rem}
  .ar-kartya{padding:1.25rem 1.15rem}
  .ar-fo{font-size:1.75rem}
  footer .sor{flex-direction:column;gap:.35rem}
}
/* Touch targets: 44px is the floor on a phone, and a select that is 36px tall is the
   reason people mis-tap a form on the first try. */
@media (pointer:coarse){
  .urlap input,.urlap select{padding:.85rem .85rem;font-size:16px}
  .stilus-valaszto button{min-height:2.5rem}
  .ba .fogo::after{width:46px;height:46px;margin:-23px 0 0 -23px}
}

/* Sticky call to action on phones. The landing is long; the button should not be something
   the visitor has to scroll back up for. Hidden once the order form itself is on screen --
   see the observer in the page script. */
.mobil-cta{position:fixed;left:0;right:0;bottom:0;z-index:30;padding:.6rem clamp(1.1rem,4vw,2rem) calc(.6rem + env(safe-area-inset-bottom));
  background:rgba(250,249,247,.92);backdrop-filter:blur(10px);border-top:1px solid var(--vonal);display:none}
.mobil-cta .cta{margin:0;width:100%;justify-content:center}
@media (max-width:48rem){ .mobil-cta{display:block} body{padding-bottom:4.5rem} }

/* Sample walkthrough on the landing page. Sits under the stills, same card language as
   the before/after tiles so it reads as one exhibit rather than a bolted-on demo. */
.video-blokk{margin-top:var(--t3)}
.video-blokk h3{margin:0 0 .2rem;font-size:1.05rem}
.video-blokk .halvany{margin:0 0 .9rem}
.minta-video{width:100%;display:block;border:1px solid var(--vonal);border-radius:var(--r-nagy);background:#000}
