:root {
    --ink: #142336;
    --ink-soft: #334155;
    --muted: #718096;
    --line: #e8dfd7;
    --paper: #ffffff;
    --warm-white: #fffdfb;
    --sand: #f8eee5;
    --sand-deep: #f1dfcf;
    --peach: #fff0e5;
    --terracotta: #e36d45;
    --terracotta-dark: #c95939;
    --apricot: #f5a755;
    --forest: #3f4f40;
    --forest-dark: #2f3e33;
    --gold: #f5ac58;
    --shadow-sm: 0 10px 30px rgba(36, 27, 20, .07);
    --shadow-md: 0 22px 60px rgba(36, 27, 20, .12);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --shell: 1240px;
    --header-height: 72px;
    --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
/* GyÃ¶kÃ©r betÅ±mÃ©ret: mobil 16px, tablet 17px, desktop 18px (lÃ¡sd media query-k) */
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    margin: 0;
    color: var(--ink);
    background: var(--warm-white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(2.45rem, 11vw, 4.5rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 8vw, 3.35rem); }
h3 { margin-bottom: 10px; font-size: 1.18rem; }
p { color: var(--ink-soft); }
em { color: var(--terracotta); font-style: normal; }
::selection { color: #fff; background: var(--terracotta); }

.shell { width: min(calc(100% - 36px), var(--shell)); margin-inline: auto; }
.section { padding-block: 76px; }
.section--tight { padding-block: 48px; }
.section--sand { background: var(--sand); }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(227, 109, 69, .45); outline-offset: 3px; }

.eyebrow {
    display: block; margin-bottom: 11px; color: var(--terracotta); font-size: .7rem;
    font-weight: 850; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase;
}
.eyebrow::after { content: ""; display: block; width: 32px; height: 2px; margin-top: 8px; background: currentColor; }
.eyebrow--light { color: #fff; }
.eyebrow--gold { color: var(--gold); }

.button {
    display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px;
    padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem;
    font-weight: 800; line-height: 1.2; text-align: center; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--terracotta), #e57c4e); box-shadow: 0 12px 26px rgba(227, 109, 69, .24); }
.button--primary:hover { background: linear-gradient(135deg, var(--terracotta-dark), var(--terracotta)); box-shadow: 0 15px 32px rgba(227, 109, 69, .32); }
.button--secondary { border-color: #ded6cf; background: #fff; box-shadow: 0 8px 20px rgba(44, 32, 24, .05); }
.button--secondary:hover { border-color: var(--terracotta); color: var(--terracotta-dark); }
.button--gold { color: var(--ink); background: linear-gradient(135deg, var(--gold), #ffc06a); box-shadow: 0 12px 28px rgba(245, 172, 88, .18); }
.button--dark { color: #fff; background: var(--forest); }
.button--light { color: var(--terracotta-dark); background: #fff; }
.button--outline-dark { border-color: rgba(20, 35, 54, .18); background: transparent; }
.button--outline-light { color: #fff; border-color: rgba(255, 255, 255, .42); background: transparent; }
.button--block { width: 100%; }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 8px; color: var(--terracotta-dark); font-size: .86rem; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-button { padding: 0; border: 0; background: transparent; }
.circle-link { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; color: var(--terracotta); background: var(--peach); transition: .2s ease; }
.circle-link:hover { color: #fff; background: var(--terracotta); transform: translateX(3px); }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--sand); font-size: 1.6rem; line-height: 1; }

.top-strip { color: #fff; background: var(--forest-dark); font-size: .66rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.top-strip__inner { display: flex; min-height: 29px; align-items: center; justify-content: center; }
.top-strip__links { display: none; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(224, 214, 205, .75); background: rgba(255, 255, 255, .93); backdrop-filter: blur(16px); }
.site-header__inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 10px; }
.brand__mark { width: 34px; height: 34px; flex: 0 0 34px; filter: drop-shadow(0 4px 6px rgba(171, 77, 49, .14)); }
.brand__copy { display: flex; min-width: 0; flex-direction: column; }
.brand__copy strong { font-size: 1.02rem; letter-spacing: -.03em; line-height: 1; }
.brand__copy small { margin-top: 5px; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.desktop-nav, .header-cta { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.quote-trigger { position: relative; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.quote-trigger svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.quote-trigger__label { display: none; }
.quote-count { position: absolute; top: -5px; right: -5px; display: grid; min-width: 20px; height: 20px; place-items: center; padding-inline: 4px; border: 2px solid #fff; border-radius: 20px; color: #fff; background: var(--terracotta); font-size: .64rem; font-weight: 800; }
.menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 0; border-radius: 50%; background: var(--terracotta); }
.menu-toggle span:not(.sr-only) { width: 18px; height: 2px; border-radius: 2px; background: #fff; }
.menu-backdrop { position: fixed; z-index: 199; inset: 0; background: rgba(14, 24, 36, .46); backdrop-filter: blur(3px); }
.mobile-menu { position: fixed; z-index: 200; top: 0; right: 0; display: flex; width: min(88vw, 390px); height: 100dvh; flex-direction: column; padding: 22px; background: #fff; box-shadow: -22px 0 60px rgba(18, 30, 42, .18); transform: translateX(102%); transition: transform .32s var(--ease); }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.mobile-menu__head .eyebrow { margin: 0; }
.mobile-menu nav { display: flex; flex-direction: column; padding-block: 12px; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 15px 4px; border-bottom: 1px solid #eee7e1; font-weight: 750; }
.mobile-menu nav a span { color: var(--terracotta); }
.mobile-menu__footer { margin-top: auto; }
.mobile-menu__footer > a:first-child { display: block; margin-bottom: 14px; color: var(--ink); font-size: 1.15rem; font-weight: 850; text-align: center; }

.hero-home { position: relative; overflow: hidden; padding: 42px 0 36px; background: linear-gradient(145deg, #fff8f2 0%, #fae5d5 100%); }
.hero-home__grid { display: grid; gap: 34px; }
.hero-home__copy { position: relative; z-index: 2; }
.hero-home h1 { max-width: 11ch; }
.hero-home h1 em { display: block; margin-top: 5px; }
.hero-home__copy > p { max-width: 600px; margin-bottom: 24px; font-size: 1rem; }
.hero-actions { display: flex; flex-direction: column; gap: 10px; }
.popular-colors { display: flex; align-items: center; gap: 14px; margin-top: 24px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.popular-colors > div { display: flex; gap: 8px; }
.popular-colors i { width: 24px; height: 24px; border: 3px solid #fff; border-radius: 50%; background: var(--swatch) center/cover; box-shadow: 0 0 0 1px rgba(20, 35, 54, .1); }
.hero-home__visual { position: relative; min-height: 360px; }
.hero-home__visual picture, .hero-home__visual img { width: 100%; height: 100%; }
.hero-home__visual img { position: absolute; inset: 0; border-radius: 40px 14px 40px 14px; object-fit: cover; box-shadow: var(--shadow-md); }
.floating-note { position: absolute; z-index: 2; right: 14px; bottom: 14px; display: flex; max-width: calc(100% - 28px); flex-direction: column; padding: 12px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.floating-note span { color: var(--terracotta); font-size: .65rem; font-weight: 850; }
.floating-note strong { font-size: .76rem; }
.hero-shape { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }

.benefit-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(2, 1fr); margin-top: -1px; padding: 18px; gap: 16px 10px; border-radius: 0 0 20px 20px; background: #fff; box-shadow: var(--shadow-sm); }
.benefit-strip > div { display: flex; min-width: 0; align-items: center; gap: 10px; }
.benefit-strip i { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; color: var(--terracotta); background: var(--peach); font-style: normal; }
.benefit-strip span { display: flex; min-width: 0; flex-direction: column; }
.benefit-strip strong { font-size: .73rem; line-height: 1.25; }
.benefit-strip small { display: none; color: var(--muted); font-size: .65rem; }

.section-heading { margin-bottom: 30px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { max-width: 430px; margin: 15px 0 0; }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow::after { margin-inline: auto; }
.section-heading--center p { margin-inline: auto; }
.product-grid { display: grid; gap: 16px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 22px rgba(36, 27, 20, .035); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease; }
.product-card:hover { border-color: #e4c6b6; box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.48; background: #ede8e3; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__size { position: absolute; top: 12px; right: 12px; padding: 5px 10px; border-radius: 999px; color: var(--terracotta-dark); background: rgba(255, 255, 255, .9); font-size: .64rem; font-weight: 850; backdrop-filter: blur(8px); }
.product-card__body { padding: 19px; }
.product-card__body .eyebrow { margin-bottom: 8px; font-size: .61rem; }
.product-card__body .eyebrow::after { display: none; }
.product-card__body h3 { margin-bottom: 8px; }
.product-card__body h3 a:hover { color: var(--terracotta); }
.product-card__body p { min-height: 42px; margin-bottom: 18px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-card__foot > span { color: var(--ink-soft); font-size: .68rem; font-weight: 750; }
.section-action { margin-top: 24px; text-align: center; }

.service-feature { overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: var(--forest); box-shadow: var(--shadow-md); }
.service-feature__image { min-height: 300px; }
.service-feature__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.service-feature__copy { padding: 34px 24px; }
.service-feature__copy h2 { color: #fff; }
.service-feature__copy p { color: rgba(255,255,255,.76); }
.tick-list { display: grid; margin: 22px 0 28px; padding: 0; gap: 10px; list-style: none; }
.tick-list li { display: flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 700; }
.tick-list li::before { content: "âœ“"; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--gold); font-size: .72rem; }

.mosaic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mosaic-card { position: relative; min-height: 180px; overflow: hidden; border-radius: var(--radius-md); background: var(--ink); }
.mosaic-card--large, .mosaic-card--wide { grid-column: 1 / -1; min-height: 250px; }
.mosaic-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.mosaic-card:hover img { transform: scale(1.04); }
.mosaic-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(11, 20, 30, .82)); }
.mosaic-card span { position: absolute; z-index: 2; right: 16px; bottom: 15px; left: 16px; display: flex; flex-direction: column; color: #fff; }
.mosaic-card strong { font-size: .8rem; }
.mosaic-card small { margin-top: 3px; color: rgba(255,255,255,.74); font-size: .68rem; }

.article-grid { display: grid; gap: 16px; }
.article-card { overflow: hidden; border: 1px solid rgba(219, 198, 182, .65); border-radius: var(--radius-md); background: #fff; transition: transform .25s var(--ease), box-shadow .25s ease; }
.article-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.article-card__image { display: block; overflow: hidden; aspect-ratio: 1.65; }
.article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.article-card:hover img { transform: scale(1.04); }
.article-card__body { padding: 21px; }
.article-card__body .eyebrow { font-size: .6rem; }
.article-card__body h3 { font-size: 1.13rem; }
.article-card__body p { color: var(--muted); font-size: .8rem; }

/* KategÃ³riaoldal */
.breadcrumbs { display: flex; min-height: 52px; align-items: center; gap: 9px; color: var(--muted); font-size: .72rem; }
.breadcrumbs a:hover { color: var(--terracotta); }
.breadcrumbs strong { color: var(--terracotta-dark); font-weight: 750; }
.category-hero { padding: 40px 0; background: linear-gradient(135deg, #fff9f4 0%, #fde8d9 100%); }
.category-hero__grid { display: grid; gap: 30px; }
.category-hero h1 { max-width: 13ch; }
.category-hero h1 em { display: block; }
.category-hero p { max-width: 650px; margin-bottom: 25px; }
.category-hero__image { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #e8e1db; box-shadow: var(--shadow-md); }
.category-hero__image img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.category-hero__image > span { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 14px; border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.88); font-size: .68rem; font-weight: 800; text-align: center; backdrop-filter: blur(10px); }
.catalog-section { padding-top: 50px; }
.filter-open { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; gap: 10px; margin-bottom: 24px; border: 1px solid #efcfbc; border-radius: 999px; color: var(--terracotta-dark); background: var(--peach); font-weight: 800; }
.filter-open svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.filter-open > span { display: grid; min-width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: var(--terracotta); font-size: .68rem; }
.catalog-layout { display: grid; gap: 26px; }
.filters { position: fixed; z-index: 300; inset: 0; overflow: auto; padding: 22px 20px 100px; background: #fff; transform: translateY(102%); transition: transform .32s var(--ease); }
.filters.is-open { transform: translateY(0); }
.filters__mobile-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.filters__mobile-head h2 { margin: 0; font-size: 1.4rem; }
.filters__mobile-head .eyebrow { margin-bottom: 5px; }
.filters form { display: grid; gap: 8px; }
.filters fieldset { margin: 0; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line); }
.filters legend { margin-bottom: 15px; font-size: .82rem; font-weight: 850; }
.filters fieldset > label { display: flex; align-items: center; gap: 10px; margin-block: 11px; color: var(--ink-soft); font-size: .8rem; }
.filters input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--terracotta); }
.filter-swatches { display: flex; flex-wrap: wrap; gap: 9px; }
.filter-swatches label { position: relative; margin: 0 !important; }
.filter-swatches input { position: absolute; opacity: 0; pointer-events: none; }
.filter-swatches span { display: block; width: 29px; height: 29px; border: 3px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px rgba(20, 35, 54, .13); }
.filter-swatches input:checked + span { box-shadow: 0 0 0 2px var(--terracotta); }
.filter-swatch { position: relative; overflow: hidden; }
.filter-swatch img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.filters__actions { position: fixed; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px max(14px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; }
.filters__actions .button { min-height: 44px; }
.catalog-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 22px; }
.catalog-toolbar h2 { margin: 0 0 5px; font-size: 2rem; }
.catalog-toolbar > div > span { color: var(--muted); font-size: .72rem; }
.sort-select { display: flex; flex-direction: column; color: var(--muted); font-size: .62rem; font-weight: 750; }
.sort-select select { max-width: 150px; padding: 8px 25px 8px 10px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #fff; font-size: .72rem; }
.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.catalog-grid .product-card__body { padding: 13px; }
.catalog-grid .product-card__body h3 { font-size: .9rem; }
.catalog-grid .product-card__body p { display: none; }
.catalog-grid .product-card__body .eyebrow { font-size: .62rem; }
.catalog-grid .product-card__size { top: 8px; right: 8px; padding: 4px 7px; font-size: .64rem; }
.catalog-grid .product-card__foot { margin-top: 14px; }
.catalog-grid .product-card__foot > span { font-size: .66rem; }
.catalog-grid .circle-link { width: 30px; height: 30px; flex-basis: 30px; }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 18px; }
.active-filters button { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 0; border-radius: 999px; color: var(--terracotta-dark); background: var(--peach); font-size: .66rem; font-weight: 750; }
.no-results { padding: 60px 20px; border: 1px dashed #dec9ba; border-radius: var(--radius-md); text-align: center; }
.no-results > span { color: var(--terracotta); font-size: 2rem; }
.no-results p { max-width: 420px; margin-inline: auto; }
.guide-grid { display: grid; gap: 14px; }
.guide-grid a { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: .22s ease; }
.guide-grid a:hover { border-color: #e8bba4; box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.guide-grid a > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 18px; border-radius: 13px; color: var(--terracotta); background: var(--peach); font-size: .72rem; font-weight: 850; }
.guide-grid p { margin: 0; color: var(--muted); font-size: .8rem; }

/* TermÃ©kadatlap */
.product-detail { padding: 20px 0 50px; background: linear-gradient(135deg, #fffdfb, #fff7f0); }
.product-detail__grid { display: grid; gap: 34px; }
.product-gallery__main { --preview-tint: transparent; position: relative; overflow: hidden; min-height: 360px; border-radius: var(--radius-lg); background: #ebe6e1; }
.product-gallery__main::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: var(--preview-tint); mix-blend-mode: color; opacity: .13; transition: background .25s ease; }
.product-gallery__main img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: opacity .2s ease; }
.image-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 14px; border-radius: 999px; color: var(--terracotta-dark); background: rgba(255,255,255,.9); font-size: .65rem; font-weight: 850; box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.product-gallery__thumbs button { overflow: hidden; aspect-ratio: 1.35; padding: 3px; border: 2px solid transparent; border-radius: 12px; background: #fff; }
.product-gallery__thumbs button.is-active { border-color: var(--terracotta); }
.product-gallery__thumbs img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.product-config h1 { font-size: clamp(2.35rem, 10vw, 4rem); }
.product-config h1 em { display: block; }
.product-lead { font-size: .9rem; }
.price-note { display: grid; grid-template-columns: 1fr auto; margin: 23px 0; padding: 15px 18px; border: 1px solid #ecdcd1; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(40, 28, 21, .04); }
.price-note > span { grid-column: 1 / -1; color: var(--muted); font-size: .62rem; }
.price-note strong { font-size: .78rem; }
.price-note i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--terracotta); font-style: normal; }
.option-group { margin: 0; padding: 15px 0 0; border: 0; }
.option-group legend { margin-bottom: 12px; font-size: .78rem; font-weight: 850; }
.option-group legend span { color: var(--terracotta); }
.size-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.option-button { min-height: 42px; padding: 8px 4px; border: 1px solid #dedad5; border-radius: 10px; background: #fff; font-size: .65rem; font-weight: 800; }
.option-button.is-selected, .option-button:hover { border-color: var(--terracotta); color: var(--terracotta-dark); background: var(--peach); box-shadow: inset 0 0 0 1px var(--terracotta); }
.fabric-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.fabric-option { min-height: 80px; padding: 13px 12px; border: 1px solid #dedad5; border-radius: 10px; background: #fff; text-align: left; }
.fabric-option strong, .fabric-option small { display: block; }
.fabric-option strong { font-size: .84rem; font-weight: 800; line-height: 1.3; }
.fabric-option small { margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.fabric-option.is-selected, .fabric-option:hover { border-color: var(--terracotta); color: var(--terracotta-dark); background: var(--peach); box-shadow: inset 0 0 0 1px var(--terracotta); }
.color-options { display: flex; flex-wrap: wrap; gap: 9px; }
.color-option { position: relative; overflow: hidden; width: 28px; height: 28px; padding: 0; border: 3px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px rgba(20, 35, 54, .12); }
.color-option__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.color-option.is-selected { box-shadow: 0 0 0 2px var(--terracotta); transform: scale(1.08); }
.selected-color { margin: 8px 0 0; color: var(--terracotta-dark); font-size: .65rem; font-weight: 800; }
.selected-color small { color: var(--muted); }
.config-row { display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; margin: 20px 0 10px; }
.quantity-control { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.quantity-control button { width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; background: var(--sand); font-weight: 800; }
.quantity-control input { width: 38px; padding: 0; border: 0; outline: 0; background: transparent; font-weight: 850; text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.quantity-control > span { font-size: .65rem; }
.installation-toggle { position: relative; display: flex; min-height: 44px; align-items: center; justify-content: center; padding: 6px 11px; border: 1px solid #cfdfd2; border-radius: 999px; background: #f3f8f3; font-size: .64rem; font-weight: 800; }
.installation-toggle input { position: absolute; opacity: 0; }
.installation-toggle span { display: flex; align-items: center; gap: 7px; }
.installation-toggle i { position: relative; width: 26px; height: 15px; border-radius: 20px; background: #b9c6bb; transition: .2s ease; }
.installation-toggle i::after { content: ""; position: absolute; top: 2px; left: 2px; width: 11px; height: 11px; border-radius: 50%; background: #fff; transition: .2s ease; }
.installation-toggle input:checked + span i { background: var(--forest); }
.installation-toggle input:checked + span i::after { transform: translateX(11px); }
.config-help { margin: 10px 5px 0; color: var(--muted); font-size: .64rem; text-align: center; }
.product-benefits { display: grid; grid-template-columns: repeat(2, 1fr); padding-block: 21px; gap: 15px 8px; border-bottom: 1px solid var(--line); }
.product-benefits > div { display: flex; align-items: center; gap: 8px; font-size: .68rem; font-weight: 750; }
.product-benefits i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: var(--terracotta); background: var(--peach); font-style: normal; font-size: .67rem; }
.lifestyle-feature { overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, #fef8f2 0%, #fde6d5 55%, #f4d0b8 100%); }
.lifestyle-feature__image { min-height: 300px; }
.lifestyle-feature__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.lifestyle-feature__copy { padding: 38px 28px; }
.lifestyle-feature__copy h2 { font-size: clamp(1.8rem, 6vw, 2.6rem); line-height: 1.1; }
.lifestyle-feature__copy > p { font-size: .95rem; line-height: 1.78; color: var(--ink-soft); }
.tabs { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.tabs__nav { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.tabs__nav button { position: relative; min-width: max-content; padding: 18px 18px; border: 0; color: var(--muted); background: transparent; font-size: .82rem; font-weight: 800; letter-spacing: .01em; }
.tabs__nav button.is-active { color: var(--terracotta-dark); }
.tabs__nav button.is-active::after { content: ""; position: absolute; right: 14px; bottom: -1px; left: 14px; height: 2px; background: var(--terracotta); }
.tabs__panel { padding: 28px 22px; }
.tabs__panel h3 { font-size: 1.25rem; margin-bottom: 13px; letter-spacing: -.02em; }
.tabs__panel p { font-size: .92rem; line-height: 1.72; }
.tabs__panel dl { display: grid; margin: 24px 0 0; gap: 0; border-top: 1px solid #eee8e2; }
.tabs__panel dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #eee8e2; font-size: .82rem; line-height: 1.45; }
.tabs__panel dt { color: var(--muted); }
.tabs__panel dd { margin: 0; font-weight: 800; text-align: right; }

/* Å°rlapok */
.lead-form { padding: 26px 20px; border: 1px solid #eadbcf; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md); }
.lead-form__intro { margin-bottom: 24px; }
.lead-form__intro h2 { font-size: 1.75rem; }
.lead-form__intro p { margin: 0; font-size: .82rem; }
.form-grid { display: grid; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field > span { color: var(--ink-soft); font-size: .68rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #ded8d2; border-radius: 11px; outline: none; background: #fffdfb; font-size: .85rem; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 4px rgba(227, 109, 69, .11); }
.field.has-error input, .field.has-error textarea { border-color: #bc3838; }
.field-error { min-height: 0; color: #ad2929; font-size: .64rem; }
.check-row { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: .68rem; }
.check-row input { margin-top: 3px; accent-color: var(--terracotta); }
.check-row a { color: var(--terracotta-dark); text-decoration: underline; }
.form-status { display: none; margin: 0 0 14px; padding: 12px 14px; border-radius: 10px; font-size: .76rem; }
.form-status.is-error { display: block; color: #8f2424; background: #fff0f0; }
.form-status.is-success { display: block; color: #245f3e; background: #eef8f1; }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

/* SzolgÃ¡ltatÃ¡si Ã©s tartalmi oldalak */
.subpage-hero { padding: 50px 0; }
.subpage-hero--dark { color: #fff; background: var(--forest-dark); }
.subpage-hero--light { background: linear-gradient(135deg, #fff7f0, #f8e5d8); }
.subpage-hero__grid { display: grid; gap: 30px; }
.subpage-hero h1 { max-width: 12ch; }
.subpage-hero p { max-width: 620px; }
.subpage-hero--dark p { color: rgba(255,255,255,.76); }
.subpage-hero img { width: 100%; aspect-ratio: 1.15; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow-md); }
.process-grid { display: grid; gap: 14px; }
.process-grid article { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.process-grid article > span { position: absolute; top: 18px; right: 18px; color: #d9cfc7; font-size: 1.45rem; font-weight: 900; }
.process-grid article > i { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 22px; border-radius: 15px; color: var(--terracotta); background: var(--peach); font-style: normal; }
.process-grid article p { margin: 0; color: var(--muted); font-size: .8rem; }
.two-column-story { display: grid; gap: 30px; align-items: center; }
.two-column-story__image { overflow: hidden; min-height: 330px; border-radius: var(--radius-lg); }
.two-column-story__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.detail-list { display: grid; margin: 25px 0 0; padding: 0; gap: 0; border-top: 1px solid #e4d5c9; list-style: none; }
.detail-list li { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid #e4d5c9; font-size: .8rem; }
.detail-list span { color: var(--muted); text-align: right; }
.contact-layout { display: grid; gap: 26px; }
.contact-layout__aside p { max-width: 500px; }
.contact-card { display: flex; flex-direction: column; margin-top: 12px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.contact-card span { color: var(--muted); font-size: .66rem; }
.contact-card a { font-weight: 850; }

/* â”€â”€ TelepÃ­tÃ©si Ã¡razÃ¡s â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.price-group-label { margin: 0 0 5px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.price-group-note { margin: 5px 0 18px; color: var(--ink-soft); font-size: .88rem; line-height: 1.6; }
.price-min-note { margin: 10px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.subcontractor-notice { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 32px; padding: 16px 20px; border: 1px solid #c9d9cb; border-radius: 12px; background: #f2f7f3; font-size: .86rem; line-height: 1.62; color: var(--ink-soft); }
.subcontractor-notice i { flex: 0 0 20px; color: var(--forest); font-style: normal; font-size: 1rem; margin-top: 1px; }
.price-tier-grid { display: grid; gap: 12px; margin: 24px 0 28px; }
.price-tier { padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.price-tier--featured { border-color: var(--terracotta); background: var(--peach); box-shadow: var(--shadow-sm); }
.price-tier .eyebrow { font-size: .64rem; margin-bottom: 8px; }
.price-tier .eyebrow::after { display: none; }
.price-tier__range { display: block; margin: 0 0 10px; color: var(--terracotta-dark); font-size: 1.28rem; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.price-tier--featured .price-tier__range { color: var(--terracotta); }
.price-tier h3 { margin: 0 0 7px; font-size: 1.05rem; letter-spacing: -.02em; }
.price-tier p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.piece-price-grid { display: grid; gap: 10px; margin: 0 0 28px; }
.piece-price-item { display: flex; align-items: center; gap: 16px; padding: 15px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.piece-price-item__icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 12px; color: var(--terracotta); background: var(--peach); font-size: .62rem; font-weight: 900; font-style: normal; line-height: 1.25; text-align: center; }
.piece-price-item__info { flex: 1; min-width: 0; }
.piece-price-item__info strong { display: block; font-size: .9rem; line-height: 1.3; }
.piece-price-item__info small { color: var(--muted); font-size: .76rem; }
.piece-price-item__price { font-size: .96rem; font-weight: 900; color: var(--terracotta-dark); text-align: right; white-space: nowrap; }
.price-extras-grid { display: grid; gap: 9px; margin: 24px 0 0; }
.price-extra { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 11px; background: #fff; font-size: .86rem; }
.price-extra--highlight { background: var(--sand); border-color: #dfd0c4; }
.price-extra > span { color: var(--muted); }
.price-extra strong { font-weight: 800; color: var(--ink); white-space: nowrap; }
.assessment-callout { display: grid; gap: 20px; margin: 36px 0 0; padding: 26px 24px; border-radius: var(--radius-md); background: var(--forest-dark); color: #fff; }
.assessment-callout .eyebrow { color: var(--gold); }
.assessment-callout h3 { margin: 0 0 10px; color: #fff; font-size: 1.22rem; line-height: 1.2; }
.assessment-callout p { margin: 0; color: rgba(255,255,255,.76); font-size: .88rem; line-height: 1.68; }
.assessment-callout p strong { color: rgba(255,255,255,.95); }
.assessment-callout .button { align-self: start; flex-shrink: 0; }
.price-hero-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: rgba(255,255,255,.68); font-size: .82rem; font-weight: 750; transition: color .2s ease; }
.price-hero-link:hover { color: rgba(255,255,255,.95); }
.install-note { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0 0; padding: 13px 15px; border-radius: 10px; background: var(--sand); font-size: .8rem; line-height: 1.6; color: var(--ink-soft); }
.install-note i { flex: 0 0 16px; font-style: normal; color: var(--forest); margin-top: 1px; }
.install-note a { color: var(--terracotta-dark); font-weight: 800; }

.reference-filter { display: flex; overflow-x: auto; gap: 8px; margin-bottom: 28px; padding-bottom: 5px; scrollbar-width: none; }
.reference-filter button { min-width: max-content; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .76rem; font-weight: 800; }
.reference-filter button.is-active { border-color: var(--terracotta); color: #fff; background: var(--terracotta); }
.reference-grid { display: grid; gap: 16px; }
.reference-card { overflow: hidden; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: opacity .2s ease, transform .2s ease; }
.reference-card.is-hidden { display: none; }
.reference-card img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.reference-card > div { padding: 22px; }
.reference-card span { color: var(--terracotta); font-size: .65rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.reference-card h2 { margin-top: 8px; font-size: 1.35rem; }
.reference-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.compact-cta, .newsletter-card { display: grid; gap: 22px; align-items: center; padding: 28px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.compact-cta h2, .newsletter-card h2 { font-size: 2rem; }
.compact-cta p, .newsletter-card p { margin-bottom: 0; }
.editorial-hero { padding: 46px 0; background: linear-gradient(135deg, #fff9f4, var(--sand)); }
.editorial-hero__grid { display: grid; gap: 30px; }
.editorial-hero h1 { max-width: 13ch; }
.featured-article { overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md); }
.featured-article img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.featured-article > div { padding: 24px; }
.featured-article span { color: var(--terracotta); font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.featured-article h2 { margin: 10px 0; font-size: 1.65rem; }
.featured-article p { margin: 0; color: var(--muted); font-size: .82rem; }

.article-detail__header { max-width: 900px; padding-top: 26px; padding-bottom: 36px; text-align: center; }
.article-detail__header .breadcrumbs { justify-content: center; margin-bottom: 30px; }
.article-detail__header .eyebrow::after { margin-inline: auto; }
.article-detail__header h1 { font-size: clamp(2.4rem, 10vw, 4.6rem); }
.article-detail__header > p { max-width: 720px; margin-inline: auto; font-size: 1.05rem; }
.article-detail__image { overflow: hidden; max-height: 680px; border-radius: var(--radius-lg); }
.article-detail__image img { width: 100%; height: 100%; max-height: 680px; object-fit: cover; }
.article-detail__layout { display: grid; gap: 35px; padding-block: 55px 80px; }
.article-toc { display: none; }
.article-content { max-width: 760px; }
.article-content > p { line-height: 1.85; }
.article-content h2 { margin: 46px 0 18px; font-size: 1.9rem; }
.article-lead { color: var(--ink); font-size: 1.1rem; font-weight: 550; }
.article-tip { margin: 30px 0; padding: 24px; border-left: 4px solid var(--terracotta); border-radius: 0 16px 16px 0; background: var(--peach); }
.article-tip strong { display: block; margin-bottom: 5px; color: var(--terracotta-dark); }
.article-tip p { margin: 0; font-size: .88rem; }
.article-content figure { margin: 34px 0; }
.article-content figure img { border-radius: var(--radius-md); }
.article-content figcaption { margin-top: 10px; color: var(--muted); font-size: .7rem; text-align: center; }
.article-cta { margin-top: 46px; padding: 28px; border-radius: var(--radius-lg); color: #fff; background: var(--forest); }
.article-cta h2 { margin-top: 0; color: #fff; }
.article-cta p { color: rgba(255,255,255,.75); }

.contact-hero { padding: 44px 0 68px; background: linear-gradient(135deg, #fff8f2 0%, #f8e5d5 100%); }
.contact-hero__grid { display: grid; gap: 32px; }
.contact-hero h1 { max-width: 12ch; }
.contact-points { display: grid; margin: 27px 0; gap: 12px; }
.contact-points > div { display: flex; align-items: center; gap: 13px; }
.contact-points i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; color: var(--terracotta); background: #fff; font-style: normal; font-size: .65rem; font-weight: 850; box-shadow: var(--shadow-sm); }
.contact-points span { display: flex; flex-direction: column; }
.contact-points strong { font-size: .8rem; }
.contact-points small { color: var(--muted); font-size: .68rem; }
.direct-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.direct-contact a { min-width: 0; padding: 14px; border: 1px solid #ecd5c4; border-radius: 13px; background: rgba(255,255,255,.62); }
.direct-contact span, .direct-contact strong { display: block; overflow: hidden; text-overflow: ellipsis; }
.direct-contact span { color: var(--muted); font-size: .62rem; }
.direct-contact strong { font-size: .73rem; }
.contact-selection { padding-bottom: 0; }
.contact-selection__items { display: grid; gap: 10px; }
.contact-selection__items .quote-item { border: 1px solid var(--line); }
.faq-list { max-width: 820px; margin-inline: auto; }
.faq-list article { border-bottom: 1px solid #dfd1c6; }
.faq-list button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; background: transparent; font-weight: 800; text-align: left; }
.faq-list button i { color: var(--terracotta); font-style: normal; font-size: 1.35rem; }
.faq-list article > div { padding: 0 0 20px; }
.faq-list p { margin: 0; font-size: .85rem; }
.legal-header { padding: 52px 0; background: var(--sand); }
.legal-header h1 { margin-bottom: 10px; }
.legal-header p { margin: 0; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 38px; font-size: 1.5rem; }
.legal-content p { line-height: 1.8; }
.notice-box { padding: 22px; border: 1px solid #efc9b2; border-radius: 14px; background: var(--peach); }
.notice-box strong { color: var(--terracotta-dark); }
.notice-box p { margin: 5px 0 0; font-size: .82rem; }

/* LÃ¡blÃ©c, ajÃ¡nlatlista Ã©s Ã©rtesÃ­tÃ©s */
.footer-cta { padding: 36px 0; color: #fff; background: linear-gradient(105deg, var(--terracotta), var(--gold)); }
.footer-cta__inner { display: grid; gap: 22px; align-items: center; }
.footer-cta h2 { margin: 0; color: #fff; font-size: clamp(2rem, 8vw, 3.15rem); }
.site-footer { padding: 55px 0 100px; color: #dce2dd; background: var(--forest-dark); }
.footer-grid { display: grid; gap: 36px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.brand--footer { color: #fff; }
.brand--footer .brand__copy small { color: rgba(255,255,255,.58); }
.footer-grid p { max-width: 350px; margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: .78rem; }
.footer-grid h3 { margin-bottom: 16px; color: #fff; font-size: .85rem; letter-spacing: 0; }
.footer-grid > div > a:not(.brand):not(.button) { margin-bottom: 9px; color: rgba(255,255,255,.66); font-size: .75rem; }
.footer-grid > div > a:not(.brand):not(.button):hover { color: var(--gold); }
.footer-grid .button { margin-top: 10px; color: #fff; border-color: rgba(255,255,255,.24); }
.footer-bottom { display: flex; flex-direction: column; gap: 6px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: .65rem; }
.mobile-sticky-cta { position: fixed; z-index: 90; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; }
.mobile-sticky-cta a { display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--terracotta), #e77c4e); box-shadow: 0 14px 32px rgba(67, 38, 27, .28); font-size: .8rem; font-weight: 850; }
.quote-panel { position: fixed; z-index: 500; inset: 0; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.quote-panel.is-open { visibility: visible; opacity: 1; }
.quote-panel__backdrop { position: absolute; inset: 0; background: rgba(14,24,36,.5); backdrop-filter: blur(3px); }
.quote-panel__dialog { position: absolute; right: 0; bottom: 0; left: 0; display: flex; max-height: 88dvh; flex-direction: column; padding: 22px 18px max(22px, env(safe-area-inset-bottom)); border-radius: 26px 26px 0 0; background: #fff; box-shadow: var(--shadow-md); transform: translateY(105%); transition: transform .32s var(--ease); }
.quote-panel.is-open .quote-panel__dialog { transform: translateY(0); }
.quote-panel__head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.quote-panel__head h2 { margin: 0; font-size: 1.65rem; }
.quote-panel__items { display: grid; overflow-y: auto; padding-block: 12px; gap: 9px; }
.quote-item { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 12px; padding: 9px; border-radius: 13px; background: var(--sand); }
.quote-item img { width: 68px; height: 58px; border-radius: 9px; object-fit: cover; }
.quote-item strong, .quote-item small { display: block; }
.quote-item strong { font-size: .75rem; }
.quote-item small { color: var(--muted); font-size: .62rem; }
.quote-item button { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; color: var(--terracotta-dark); background: #fff; }
.quote-panel__empty { padding: 50px 15px; text-align: center; }
.empty-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: var(--terracotta); background: var(--peach); font-size: 1.4rem; }
.quote-panel__empty p { font-size: .8rem; }
.quote-panel__actions { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding-top: 14px; border-top: 1px solid var(--line); }
.toast { position: fixed; z-index: 600; right: 18px; bottom: 82px; left: 18px; padding: 13px 16px; border-radius: 12px; color: #fff; background: var(--forest-dark); box-shadow: var(--shadow-md); font-size: .76rem; font-weight: 750; text-align: center; visibility: hidden; opacity: 0; transform: translateY(12px); transition: .25s var(--ease); }
.toast.is-visible { visibility: visible; opacity: 1; transform: translateY(0); }

@media (min-width: 560px) {
    .shell { width: min(calc(100% - 48px), var(--shell)); }
    .hero-actions { flex-direction: row; flex-wrap: wrap; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-grid--featured .product-card:last-child { grid-column: 1 / -1; }
    .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-card:last-child { grid-column: 1 / -1; }
    .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .field--full { grid-column: 1 / -1; }
    .guide-grid, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reference-card--wide { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .price-tier-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .price-extras-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
    html { font-size: 17px; }
    :root { --header-height: 78px; }
    h1 { font-size: clamp(3.5rem, 7vw, 5.25rem); }
    h2 { font-size: clamp(2.45rem, 4.5vw, 3.45rem); }
    .section { padding-block: 96px; }
    .section--tight { padding-block: 62px; }
    .top-strip__inner { justify-content: space-between; }
    .top-strip__links { display: flex; gap: 26px; }
    .benefit-strip { grid-template-columns: repeat(4, 1fr); padding: 22px 28px; }
    .benefit-strip small { display: block; }
    .section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
    .section-heading--split > p { margin: 0 0 4px; }
    .product-grid--featured { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-grid--featured .product-card:last-child { grid-column: auto; }
    .service-feature, .lifestyle-feature { display: grid; grid-template-columns: 1.05fr .95fr; }
    .service-feature__image, .lifestyle-feature__image { min-height: 480px; }
    .service-feature__copy, .lifestyle-feature__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; }
    .lifestyle-feature__copy h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); }
    .lifestyle-feature__copy > p { font-size: 1rem; line-height: 1.8; }
    .service-feature--reverse .service-feature__image { order: 2; }
    .piece-price-grid { grid-template-columns: repeat(3, 1fr); }
    .piece-price-item { flex-direction: column; align-items: flex-start; gap: 12px; padding: 22px 20px; }
    .piece-price-item__price { font-size: 1.05rem; }
    .assessment-callout { grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
    .service-feature--product { grid-template-columns: .95fr 1.05fr; }
    .mosaic-grid { grid-template-columns: 1.15fr .7fr .7fr; grid-template-rows: repeat(2, 230px); gap: 14px; }
    .mosaic-card { min-height: 0; }
    .mosaic-card--large { grid-column: 1; grid-row: 1 / 3; }
    .mosaic-card--wide { grid-column: 2 / 4; }
    .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .article-card:last-child { grid-column: auto; }
    .category-hero__grid { grid-template-columns: 1fr .78fr; align-items: center; gap: 50px; }
    .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .catalog-grid .product-card__body { padding: 17px; }
    .catalog-grid .product-card__body h3 { font-size: 1rem; }
    .catalog-grid .product-card__body p { display: block; min-height: 36px; }
    .guide-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-gallery__main, .product-gallery__main img { min-height: 560px; }
    .product-benefits { grid-template-columns: repeat(4, 1fr); }
    .tabs__panel { display: grid; grid-template-columns: 1.35fr 1fr; gap: 55px; padding: 36px 32px; }
    .tabs__panel h3 { font-size: 1.3rem; }
    .tabs__panel p { font-size: .96rem; line-height: 1.76; }
    .tabs__panel dl { margin: 0; }
    .tabs__panel dl div { font-size: .86rem; padding: 12px 0; }
    .tabs__nav button { font-size: .86rem; padding: 19px 20px; }
    .subpage-hero__grid, .two-column-story, .contact-layout { grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
    .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .reference-card--wide { display: grid; grid-template-columns: 1.25fr .75fr; }
    .reference-card--wide img { height: 100%; aspect-ratio: auto; }
    .compact-cta, .newsletter-card { grid-template-columns: 1fr auto; padding: 42px; }
    .editorial-hero__grid { grid-template-columns: .75fr 1.25fr; align-items: center; }
    .contact-hero__grid { grid-template-columns: .9fr 1.1fr; align-items: start; gap: 60px; }
    .lead-form { padding: 38px; }
    .footer-cta__inner { grid-template-columns: 1fr auto; }
    .footer-grid { grid-template-columns: 1.45fr repeat(3, .75fr); }
    .footer-bottom { flex-direction: row; justify-content: space-between; }
    .quote-panel__dialog { top: 0; right: 0; bottom: 0; left: auto; width: min(460px, 92vw); max-height: none; border-radius: 0; transform: translateX(105%); }
    .quote-panel.is-open .quote-panel__dialog { transform: translateX(0); }
    .toast { right: 26px; bottom: 26px; left: auto; width: auto; max-width: 360px; }
}

@media (min-width: 1024px) {
    html { font-size: 18px; }
    .site-header__inner { gap: 25px; }
    .brand__mark { width: 39px; height: 39px; flex-basis: 39px; }
    .brand__copy strong { font-size: 1.15rem; }
    .desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(12px, 1.7vw, 26px); }
    .desktop-nav a { position: relative; padding-block: 27px; color: #536173; font-size: clamp(.8rem, .9vw, .92rem); font-weight: 750; white-space: nowrap; }
    .desktop-nav a::after { content: ""; position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; background: var(--terracotta); transition: .22s var(--ease); }
    .desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
    .desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; left: 0; }
    .header-cta { display: inline-flex; min-height: 44px; padding-inline: 19px; font-size: .78rem; }
    .menu-toggle { display: none; }
    .quote-trigger { display: flex; width: auto; height: 44px; gap: 8px; padding: 0 12px; border-radius: 999px; }
    .quote-trigger__label { display: inline; font-size: .76rem; font-weight: 800; }
    .quote-count { position: static; border: 0; }
    .hero-home { min-height: 650px; display: flex; align-items: center; padding: 62px 0 82px; }
    .hero-home__grid { grid-template-columns: .8fr 1.2fr; align-items: center; gap: 62px; }
    .hero-home h1 { font-size: clamp(4rem, 5.7vw, 5.65rem); }
    .hero-home__copy > p { font-size: 1.03rem; }
    .hero-home__visual { min-height: 530px; }
    .hero-home__visual img { border-radius: 90px 24px 70px 24px; }
    .floating-note { right: 22px; bottom: 22px; min-width: 290px; }
    .benefit-strip { margin-top: -42px; border-radius: var(--radius-md); }
    .product-card__body { padding: 22px; }
    .filters { position: sticky; z-index: 5; top: calc(var(--header-height) + 20px); inset: auto; align-self: start; overflow: visible; max-height: calc(100vh - var(--header-height) - 40px); padding: 20px 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fcf9f6; transform: none; }
    .filters__mobile-head, .filter-open, .filters__actions { display: none; }
    .filters form { overflow-y: auto; max-height: calc(100vh - var(--header-height) - 82px); padding-right: 4px; }
    .filters fieldset:first-child { padding-top: 5px; }
    .catalog-layout { grid-template-columns: 220px 1fr; align-items: start; gap: 28px; }
    .catalog-grid { gap: 18px; }
    .product-detail { padding: 34px 0 68px; }
    .product-detail__grid { grid-template-columns: 1.06fr .94fr; align-items: start; gap: 56px; }
    .product-gallery { position: sticky; top: calc(var(--header-height) + 25px); }
    .product-config { padding-top: 10px; }
    .product-config h1 { font-size: 3.9rem; }
    .size-options { grid-template-columns: repeat(5, 1fr); }
    /* SzÃ¶vettÃ­pus gombok â€“ desktop */
    .fabric-option { min-height: 92px; padding: 16px 15px; }
    .fabric-option strong { font-size: .9rem; }
    .fabric-option small { font-size: .76rem; margin-top: 6px; }
    /* Lifestyle/landing blokk â€“ desktop */
    .lifestyle-feature__copy { padding: 56px 60px; }
    .assessment-callout { padding: 36px 40px; }
    .price-tier-grid { gap: 20px; }
    .lifestyle-feature__copy h2 { font-size: clamp(2.1rem, 2.8vw, 2.9rem); }
    .lifestyle-feature__copy > p { font-size: 1.05rem; line-height: 1.82; }
    /* TermÃ©k-info tabs â€“ desktop */
    .tabs__nav button { font-size: .9rem; padding: 20px 22px; }
    .tabs__panel { padding: 40px 36px; gap: 60px; }
    .tabs__panel h3 { font-size: 1.38rem; }
    .tabs__panel p { font-size: 1rem; line-height: 1.78; }
    .tabs__panel dl div { font-size: .9rem; padding: 13px 0; }
    .subpage-hero { padding: 78px 0; }
    .subpage-hero__grid { grid-template-columns: .88fr 1.12fr; gap: 70px; }
    .reference-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .reference-card--wide { grid-column: auto; }
    .article-detail__layout { grid-template-columns: 220px 1fr; align-items: start; }
    .article-toc { position: sticky; top: calc(var(--header-height) + 30px); display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
    .article-toc span { margin-bottom: 10px; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
    .article-toc a { padding: 8px 0; color: var(--muted); font-size: .72rem; }
    .article-toc a:hover { color: var(--terracotta); }
    .mobile-sticky-cta { display: none; }
    .site-footer { padding-bottom: 42px; }
}

@media (min-width: 1280px) {
    .desktop-nav { gap: 28px; }
    .catalog-layout { grid-template-columns: 245px 1fr; gap: 34px; }
    .catalog-grid { gap: 22px; }
    .product-detail__grid { gap: 72px; }
}

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


/* =======================================================
   FALIPANEL TERVEZÕ  (tervezo.php)
   ======================================================= */

.designer-hero { padding: 30px 0 0; }
.designer-hero h1 { font-size: clamp(2rem, 6vw, 3.8rem); margin-bottom: 12px; }
.designer-hero p  { max-width: 560px; color: var(--muted); font-size: .92rem; }

/* ¦¦ Oldal felépítése ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.designer-tool .shell {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    align-items: start;
}

/* ¦¦ Vezérlõ oszlop ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.designer-controls {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: calc(var(--header-height) + 20px);
}
.designer-panel {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 20px;
}
.designer-panel h3 {
    display: flex; align-items: center; gap: 8px;
    font-size: .82rem; font-weight: 850;
    margin-bottom: 14px; color: var(--ink);
}
.designer-panel h3 i { font-style: normal; color: var(--terracotta); font-size: 1rem; }
.field-note { font-size: .68rem; color: var(--muted); margin: 10px 0 0; line-height: 1.5; }

/* Fal méret inputok */
.wall-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wall-inputs .field label { display: flex; justify-content: space-between; font-size: .72rem; font-weight: 700; color: var(--ink-soft); margin-bottom: 4px; }
.wall-inputs .field label small { color: var(--muted); font-weight: 400; }
.wall-inputs .field input {
    width: 100%; padding: 9px 10px;
    border: 1.5px solid var(--line); border-radius: 10px;
    font-size: .9rem; font-weight: 700; color: var(--ink);
    outline: none; transition: border .2s;
}
.wall-inputs .field input:focus { border-color: var(--terracotta); }

/* Panel paletta */
.palette-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 8px; }
.palette-item {
    display: flex; flex-direction: column; align-items: center;
    padding: 10px 6px; border: 1.5px solid var(--line); border-radius: 10px;
    background: var(--warm-white); cursor: pointer; transition: .18s;
    text-align: center;
}
.palette-item:hover { border-color: var(--terracotta); background: var(--peach); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.palette-item__size  { font-size: .82rem; font-weight: 850; color: var(--ink); }
.palette-item__shape { font-size: .58rem; color: var(--muted); margin-top: 2px; }

/* Színválasztó */
.designer-colors { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.designer-color {
    position: relative; overflow: hidden;
    width: 30px; height: 30px; border-radius: 50%;
    border: 3px solid #fff; background: var(--swatch);
    box-shadow: 0 0 0 1.5px rgba(20,35,54,.15);
    cursor: pointer; transition: .15s; padding: 0;
}
.designer-color img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.designer-color.is-selected { box-shadow: 0 0 0 2.5px var(--terracotta); transform: scale(1.12); }

/* Mûvelet gombok */
.designer-actions { display: flex; flex-direction: column; gap: 7px; }
.designer-btn {
    display: flex; align-items: center; gap: 9px;
    padding: 9px 13px; border: 1.5px solid var(--line); border-radius: 10px;
    background: var(--warm-white); color: var(--ink); font-size: .8rem; font-weight: 700;
    cursor: pointer; transition: .15s; text-align: left;
}
.designer-btn:hover { border-color: var(--terracotta); background: var(--peach); }
.designer-btn span { font-size: .95rem; }
.designer-btn--danger { color: #b91c1c; }
.designer-btn--danger:hover { background: #fef2f2; border-color: #fecaca; }
.designer-btn--secondary { color: var(--muted); }

/* ¦¦ Vászon ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.designer-canvas-wrap {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
}
.designer-canvas-head {
    display: flex; justify-content: space-between; align-items: center;
    padding: 12px 18px; border-bottom: 1px solid var(--line);
    font-size: .75rem; font-weight: 700; color: var(--ink-soft);
    background: var(--warm-white);
}
.canvas-scale { color: var(--muted); font-weight: 400; }
.canvas-scale b { color: var(--terracotta); }

.designer-canvas {
    position: relative;
    margin: 0 auto;
    overflow: auto;
    background: #faf8f5;
    /* Rácsvonalak CSS-ben */
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent calc(var(--gs,20px) - 1px), rgba(180,160,140,.18) calc(var(--gs,20px) - 1px), rgba(180,160,140,.18) var(--gs,20px)),
        repeating-linear-gradient(90deg, transparent, transparent calc(var(--gs,20px) - 1px), rgba(180,160,140,.18) calc(var(--gs,20px) - 1px), rgba(180,160,140,.18) var(--gs,20px));
}
.designer-canvas.is-empty::after {
    content: 'Kattints egy panelméretra a bal oldali palettán';
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: var(--muted); font-size: .82rem; pointer-events: none;
}

/* Külsõ határoló (fal + ráhagyás) */
.dc-outer {
    position: absolute; top: 0; left: 0;
    border: 1.5px dashed #c8b8a8; border-radius: 4px;
    background: rgba(255,255,255,.6);
}

/* Fal felület */
.dc-wall {
    position: absolute;
    border: 2px solid var(--ink-soft);
    background: rgba(255,255,255,.85);
    background-image:
        repeating-linear-gradient(0deg,   transparent, transparent calc(var(--gs,20px) - 1px), rgba(180,160,140,.28) calc(var(--gs,20px) - 1px), rgba(180,160,140,.28) var(--gs,20px)),
        repeating-linear-gradient(90deg,  transparent, transparent calc(var(--gs,20px) - 1px), rgba(180,160,140,.28) calc(var(--gs,20px) - 1px), rgba(180,160,140,.28) var(--gs,20px)),
        repeating-linear-gradient(0deg,   transparent, transparent calc(var(--gs5,100px) - 1px), rgba(160,140,120,.45) calc(var(--gs5,100px) - 1px), rgba(160,140,120,.45) var(--gs5,100px)),
        repeating-linear-gradient(90deg,  transparent, transparent calc(var(--gs5,100px) - 1px), rgba(160,140,120,.45) calc(var(--gs5,100px) - 1px), rgba(160,140,120,.45) var(--gs5,100px));
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.dc-layer { position: absolute; inset: 0; }

/* Rácsméret címkék */
.dc-gridlbl {
    position: absolute;
    font-size: 8px; color: #b09a88; font-weight: 600;
    pointer-events: none; user-select: none;
}
.dc-gridlbl--x { top: -16px; transform: translateX(-50%); }
.dc-gridlbl--y { left: -22px; transform: translateY(-50%); }

/* Méret jelölés a fal szélén */
.dc-dim {
    position: absolute;
    font-size: .65rem; font-weight: 700; color: var(--muted);
    pointer-events: none; user-select: none;
    background: var(--paper); padding: 2px 7px;
    border-radius: 6px; border: 1px solid var(--line);
}
.dc-dim--w { transform: translateX(-50%); }
.dc-dim--h { transform: translateY(-50%) rotate(-90deg); transform-origin: center; white-space: nowrap; }

/* ¦¦ Elhelyezett panel ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.dc-panel {
    position: absolute;
    border: 1.5px solid rgba(0,0,0,.25);
    border-radius: 4px;
    cursor: grab; user-select: none;
    display: flex; align-items: center; justify-content: center;
    transition: box-shadow .15s, transform .1s;
    touch-action: none;
    /* Vonalrajz-hatás: dupla keret */
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 2px 8px rgba(0,0,0,.1);
}
.dc-panel:active  { cursor: grabbing; }
.dc-panel.is-dragging { box-shadow: 0 8px 24px rgba(0,0,0,.22); z-index: 10; }
.dc-panel.is-selected {
    outline: 2.5px solid var(--terracotta);
    outline-offset: 1px;
    z-index: 5;
    box-shadow: 0 4px 16px rgba(227,109,69,.3);
}
.dc-panel__label {
    font-size: .62rem; font-weight: 800;
    color: rgba(255,255,255,.9);
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
    pointer-events: none;
    white-space: nowrap; overflow: hidden;
    max-width: 100%;
}
.dc-panel__rotate {
    position: absolute; top: -10px; right: -10px;
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--terracotta); color: #fff;
    font-size: .75rem; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    pointer-events: none;
}
.canvas-hint {
    padding: 10px 18px 14px; font-size: .72rem;
    color: var(--muted); border-top: 1px solid var(--line);
    background: var(--warm-white); margin: 0;
}

/* ¦¦ Összegzés sáv ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
.designer-summary {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 16px;
    margin-top: 20px;
    padding: 18px 22px;
    background: var(--paper);
    border: 1.5px solid var(--terracotta);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 20px rgba(227,109,69,.1);
}
.designer-summary__stats { display: flex; gap: 28px; flex-wrap: wrap; }
.stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.stat strong { font-size: 1.4rem; font-weight: 900; color: var(--ink); line-height: 1; }
.stat span   { font-size: .65rem; color: var(--muted); font-weight: 600; }
.stat--price strong { color: var(--terracotta); }
.designer-summary__cta { display: flex; gap: 10px; align-items: center; }

/* ¦¦ Reszponzív ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ */
@media (max-width: 900px) {
    .designer-tool .shell { grid-template-columns: 1fr; }
    .designer-controls { position: static; }
    .designer-canvas { overflow-x: auto; }
}

@media (max-width: 560px) {
    .palette-grid { grid-template-columns: repeat(4,1fr); }
    .designer-summary { flex-direction: column; align-items: flex-start; }
    .designer-summary__stats { gap: 18px; }
}
