:root{
    --bg:#fbf7f2;
    --paper:#ffffff;
    --paper-soft:#fffaf6;
    --ink:#2d1b19;
    --muted:#78645e;
    --brand:#9a4f55;
    --brand-dark:#6e3338;
    --brand-soft:#f4ded9;
    --sage:#778568;
    --cream:#f7eee5;
    --line:#eaded7;
    --gold:#b89363;
    --shadow:0 24px 70px rgba(73,38,34,.12);
    --shadow-soft:0 14px 42px rgba(73,38,34,.075);
    --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 34px));margin-inline:auto}
.topbar{font-size:.86rem;color:#6f5953;background:#fffaf6;border-bottom:1px solid rgba(234,222,215,.85)}
.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding:9px 0;align-items:center}
.site-header{position:sticky;top:0;z-index:50;background:rgba(251,247,242,.90);backdrop-filter:blur(18px);border-bottom:1px solid rgba(234,222,215,.9)}
.nav-wrap{display:flex;justify-content:space-between;align-items:center;min-height:78px;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:150px}
.brand img{height:58px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(45,27,25,.08))}
.brand-title{font:700 2rem Georgia,serif;letter-spacing:.01em}.brand-subtitle{font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;color:var(--brand)}
.main-nav{display:flex;align-items:center;gap:20px;font-weight:750;color:#49302c}
.main-nav a{padding:9px 2px;border-bottom:2px solid transparent;transition:.18s ease}.main-nav a:hover,.main-nav .is-active{color:var(--brand);border-color:var(--brand)}
.cart-link span{display:inline-grid;place-items:center;min-width:23px;height:23px;border-radius:999px;background:var(--brand);color:white;font-size:.78rem;margin-left:5px}
.lang-switch{display:flex;gap:6px;border-left:1px solid var(--line);padding-left:16px}.lang-switch a{font-size:.84rem;padding:5px 9px;border-radius:999px;border:1px solid transparent}.lang-switch a.is-active{background:var(--ink);color:white;border-color:transparent}
.nav-toggle{display:none;background:white;border:1px solid var(--line);border-radius:14px;padding:10px 12px;font-size:1.2rem;color:var(--ink)}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.06;margin:0;color:var(--ink)}
h1{font-size:clamp(2.75rem,5.3vw,5.9rem);letter-spacing:-.055em;max-width:840px}h2{font-size:clamp(2rem,3.15vw,3.45rem);letter-spacing:-.035em}h3{font-size:1.35rem;letter-spacing:-.015em}.kicker{letter-spacing:.22em;text-transform:uppercase;color:var(--brand);font-weight:900;font-size:.78rem;margin-bottom:14px}.hero{overflow:hidden}.hero-pro{padding:72px 0 60px;background:radial-gradient(circle at 88% 12%,#f5ddd6 0,rgba(245,221,214,0) 34%),linear-gradient(120deg,#fffaf6 0%,#fbf2ec 48%,#f1d9d2 100%)}.hero-pro-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center}.hero-copy{position:relative;z-index:2}.hero-lead{font-size:1.17rem;color:#604944;max-width:690px;margin:24px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:31px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 22px;font-weight:900;border:1px solid var(--brand);cursor:pointer;transition:.18s ease;background:transparent;color:var(--brand);font-size:.96rem}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(115,52,56,.14)}.btn-primary{background:var(--brand);color:white}.btn-dark{background:var(--ink);color:white;border-color:var(--ink)}.btn-light{background:white;color:var(--brand);border-color:#ead2cc}.service-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px;max-width:780px}.service-strip div{background:rgba(255,255,255,.72);border:1px solid rgba(234,222,215,.85);border-radius:20px;padding:17px 18px;box-shadow:0 10px 28px rgba(73,38,34,.055)}.service-strip strong{display:block;color:var(--brand-dark);font-size:.98rem}.service-strip span{display:block;color:var(--muted);font-size:.9rem;margin-top:3px}.hero-showcase{display:grid;grid-template-columns:1fr .72fr;grid-template-rows:auto auto;gap:16px;align-items:end}.showcase-main{grid-column:1/3;position:relative;background:white;border:1px solid rgba(255,255,255,.85);border-radius:38px;padding:16px;box-shadow:var(--shadow);transform:rotate(.35deg)}.showcase-main img{width:100%;aspect-ratio:1.18/1;object-fit:cover;border-radius:30px;background:var(--brand-soft)}.showcase-label{position:absolute;left:30px;bottom:30px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border:1px solid rgba(234,222,215,.9);border-radius:22px;padding:16px 18px;box-shadow:0 12px 30px rgba(45,27,25,.13)}.showcase-label strong{display:block}.showcase-label span{display:block;color:var(--muted);font-size:.88rem}.showcase-mini{grid-column:1/3;justify-self:end;margin-top:-4px;width:min(430px,84%);display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:center;background:#2d1b19;color:white;border-radius:24px;padding:12px 15px;box-shadow:var(--shadow-soft)}.showcase-mini img{width:96px;height:82px;object-fit:cover;border-radius:17px}.showcase-mini span{display:block;color:#eaded7;font-size:.88rem;margin-top:2px}.section{padding:74px 0}.section-soft{background:linear-gradient(180deg,#fbf7f2 0%,#fff 100%)}.section-head{text-align:center;margin-bottom:34px}.section-head p{color:var(--muted);margin:12px auto 0;max-width:660px}.split-head{display:flex;justify-content:space-between;gap:20px;text-align:left;align-items:end}.text-link{font-weight:900;color:var(--brand);border-bottom:2px solid rgba(154,79,85,.24);padding-bottom:5px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card,.product-card,.panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.category-card{padding:24px;transition:.18s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card-pro{min-height:168px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#fff 0%,#fff8f4 100%)}.category-icon{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-dark);font-weight:900}.category-card h3{margin-top:16px}.category-card span,.category-card small{color:var(--muted);font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{overflow:hidden;display:flex;flex-direction:column;transition:.18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card .image{aspect-ratio:4/3;background:#f5e6e2;overflow:hidden}.product-card .image img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.product-card:hover .image img{transform:scale(1.035)}.product-body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.product-body p{margin:0;color:var(--muted)}.tag{display:inline-flex;width:max-content;border-radius:999px;background:#fff0ec;color:var(--brand-dark);font-weight:900;font-size:.76rem;padding:5px 10px}.price{font-size:1.34rem;font-weight:950;color:var(--brand-dark)}.product-actions{display:flex;gap:10px;align-items:center;margin-top:auto}.product-actions form{margin:0}.qty-input{width:76px;border:1px solid var(--line);border-radius:14px;padding:11px;background:#fff}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.filter-chip{padding:9px 14px;border-radius:999px;border:1px solid var(--line);background:white;color:var(--muted);font-weight:800}.filter-chip.is-active{background:var(--ink);color:white;border-color:var(--ink)}.section-process{background:#fff}.process-card{background:linear-gradient(135deg,#35201e 0%,#573031 100%);color:white;border-radius:36px;padding:42px;box-shadow:var(--shadow)}.process-card h2,.process-card .kicker{color:white}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:24px}.step-card span{display:inline-flex;color:#f0cdbf;font-weight:900;margin-bottom:18px}.step-card strong{display:block;font-size:1.14rem}.step-card p{color:#eaded7;margin:8px 0 0}.contact-cta{background:var(--cream)}.contact-cta-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.contact-cta p{color:var(--muted);font-size:1.05rem}.contact-card{background:white;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:9px}.contact-card strong{font-size:1.18rem}.contact-card span{color:var(--muted)}.contact-card a{font-weight:900;color:var(--brand)}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:middle}.table th{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.cart-img{width:76px;height:62px;object-fit:cover;border-radius:14px;background:#f5e6e2}.summary{margin-left:auto;width:min(420px,100%);padding:24px}.summary-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.summary-row.total{font-size:1.25rem;font-weight:900;color:var(--brand-dark)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-weight:850;color:#523330}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:white;color:var(--ink);font:inherit}textarea{min-height:120px;resize:vertical}.notice{border-radius:20px;padding:18px 20px;margin:18px 0;border:1px solid var(--line);background:white}.notice-warning{border-color:#f1c778;background:#fff9e9}.notice-success{border-color:#b7dfbe;background:#f0fff2}.notice-danger{border-color:#f0b4b4;background:#fff2f2}.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:start}.product-detail-img{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#f4e0da}.product-detail-img img{width:100%;aspect-ratio:1/1;object-fit:cover}.breadcrumbs{font-size:.9rem;color:var(--muted);margin-bottom:16px}.site-footer{background:#2d1b19;color:#f9eee8;margin-top:0;padding:54px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:30px}.site-footer p,.site-footer a{color:#e5d2cb}.site-footer h3,.site-footer h4{color:white;margin:0 0 12px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:18px;color:#d9c2ba;font-size:.9rem}.admin-shell{background:#f7f2ef}.admin-header{background:#2d1b19;color:white;padding:18px 0}.admin-header .container{display:flex;justify-content:space-between;align-items:center}.admin-nav{display:flex;gap:14px;flex-wrap:wrap}.admin-nav a{color:white;background:rgba(255,255,255,.1);padding:8px 12px;border-radius:999px}.admin-main{padding:34px 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{padding:22px;background:white;border:1px solid var(--line);border-radius:22px}.stat strong{font-size:2rem;color:var(--brand)}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.status{border-radius:999px;padding:5px 10px;background:#f1e5df;font-weight:850;font-size:.8rem}
@media (max-width:980px){.topbar-inner{display:none}.nav-toggle{display:block}.main-nav{position:absolute;left:16px;right:16px;top:74px;background:white;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.hero-pro{padding:44px 0}.hero-pro-grid,.product-detail,.contact-cta-grid{grid-template-columns:1fr}.hero-showcase{max-width:610px}.service-strip,.category-grid,.product-grid,.footer-grid,.stats,.steps-grid{grid-template-columns:1fr 1fr}.split-head{align-items:flex-start}.process-card{padding:30px}}
@media (max-width:620px){.container{width:min(100% - 22px,1180px)}.nav-wrap{min-height:70px}.brand img{height:46px}h1{font-size:clamp(2.35rem,12vw,4rem)}.hero-actions{flex-direction:column}.btn{width:100%}.service-strip,.category-grid,.product-grid,.footer-grid,.stats,.steps-grid{grid-template-columns:1fr}.section{padding:50px 0}.split-head{display:block}.text-link{display:inline-flex;margin-top:14px}.showcase-main{border-radius:28px;padding:10px}.showcase-main img{border-radius:22px}.showcase-label{position:static;margin-top:10px}.showcase-mini{width:100%;grid-template-columns:76px 1fr}.showcase-mini img{width:76px;height:68px}.summary{width:100%}.footer-bottom{flex-direction:column;gap:8px}.product-actions{flex-direction:column;align-items:stretch}.qty-input{width:100%}.form-grid{grid-template-columns:1fr}.table{display:block;overflow:auto}.process-card{border-radius:26px;padding:24px}}

/* Rólunk oldal – reszponzív */
@media(max-width:980px){
    .about-grid{grid-template-columns:1fr}
    .occasions-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
    .occasions-grid{grid-template-columns:1fr}
}
:root {
    --ph-bg: #fffaf7;
    --ph-surface: #ffffff;
    --ph-cream: #f7eee9;
    --ph-ink: #2b1717;
    --ph-text: #59413e;
    --ph-muted: #8b746f;
    --ph-brand: #a9454d;
    --ph-brand-dark: #6b3034;
    --ph-line: #eadbd5;
    --ph-shadow: 0 22px 55px rgba(58, 28, 27, .10);
    --ph-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ph-page {
    margin: 0;
    background: var(--ph-bg);
    color: var(--ph-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}
body.ph-page a { color: inherit; text-decoration: none; }
body.ph-page img { display: block; max-width: 100%; }
.ph-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.ph-topbar {
    background: #fff;
    border-bottom: 1px solid var(--ph-line);
    color: var(--ph-muted);
    font-size: .88rem;
}
.ph-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-weight: 650;
}

.ph-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 250, 247, .96);
    border-bottom: 1px solid var(--ph-line);
    backdrop-filter: blur(14px);
}
.ph-nav {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.ph-brand { display: flex; align-items: center; gap: 12px; min-width: 175px; }
.ph-brand img { width: 98px; height: 70px; object-fit: contain; }
.ph-brand-text { display: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.ph-menu { display: flex; align-items: center; gap: 26px; font-weight: 800; color: #4d302e; }
.ph-menu a { padding: 8px 0; }
.ph-menu a:hover { color: var(--ph-brand); }
.ph-cart span {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    margin-left: 5px;
    border-radius: 999px;
    color: white;
    background: var(--ph-brand);
    font-size: .76rem;
}
.ph-lang { display: flex; align-items: center; gap: 8px; border-left: 1px solid var(--ph-line); padding-left: 18px; font-weight: 900; }
.ph-lang a { display: inline-grid; place-items: center; min-width: 38px; height: 38px; border-radius: 999px; color: #60423f; }
.ph-lang .is-active { background: var(--ph-ink); color: #fff; }

.ph-hero {
    padding: 76px 0 64px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.70) 48%, rgba(247,238,233,.90) 100%);
    border-bottom: 1px solid var(--ph-line);
}
.ph-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
    align-items: center;
    gap: 72px;
}
.ph-eyebrow {
    margin: 0 0 14px;
    color: var(--ph-brand);
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .77rem;
}
.ph-hero h1,
.ph-section h2,
.ph-order h2,
.ph-payment h2,
.ph-contact h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ph-ink);
    letter-spacing: -.035em;
    line-height: 1.03;
}
.ph-hero h1 {
    max-width: 660px;
    font-size: clamp(2.55rem, 4.2vw, 4.55rem);
}
.ph-lead {
    max-width: 600px;
    margin: 22px 0 0;
    color: var(--ph-text);
    font-size: clamp(1.04rem, 1.28vw, 1.18rem);
    font-weight: 650;
}
.ph-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ph-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 24px;
    border: 1px solid var(--ph-brand);
    font-weight: 900;
    transition: .18s ease;
}
.ph-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(104,48,51,.14); }
.ph-btn-primary { color: #fff; background: var(--ph-brand); }
.ph-btn-secondary { color: var(--ph-brand-dark); background: #fff; }

.ph-hero-notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 680px;
    margin-top: 30px;
}
.ph-hero-notes div {
    min-height: 88px;
    padding: 16px;
    border: 1px solid var(--ph-line);
    border-radius: 18px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 10px 26px rgba(58,28,27,.05);
}
.ph-hero-notes strong { display: block; color: var(--ph-brand-dark); font-size: 1.02rem; }
.ph-hero-notes span { display: block; margin-top: 4px; color: var(--ph-muted); font-weight: 700; font-size: .9rem; }

.ph-hero-visual {
    margin: 0;
    justify-self: center;
    width: min(100%, 520px);
}
.ph-photo-frame {
    position: relative;
    overflow: visible;
    border-radius: 30px;
    background: linear-gradient(145deg, #ffffff 0%, #fff7f4 100%);
    border: 1px solid rgba(169,69,77,.18);
    padding: 14px;
    box-shadow: 0 26px 60px rgba(58, 28, 27, .13);
}
.ph-photo-frame::before {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: -1;
    border-radius: 38px;
    border: 1px solid rgba(169,69,77,.16);
    background: rgba(255,255,255,.34);
    box-shadow: 0 18px 45px rgba(58,28,27,.08);
}
.ph-photo-frame img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(234,219,213,.82);
}
.ph-hero-visual figcaption {
    width: fit-content;
    max-width: 92%;
    margin: 18px auto 0;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(234,219,213,.9);
    color: var(--ph-brand-dark);
    font-weight: 850;
    text-align: center;
    font-size: .93rem;
    box-shadow: 0 12px 28px rgba(58,28,27,.06);
}

.ph-trust { background: #fff; border-bottom: 1px solid var(--ph-line); }
.ph-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ph-trust article {
    padding: 28px 26px;
    border-left: 1px solid var(--ph-line);
}
.ph-trust article:last-child { border-right: 1px solid var(--ph-line); }
.ph-trust span { color: var(--ph-brand); font-weight: 900; letter-spacing: .12em; font-size: .82rem; }
.ph-trust h3 { margin: 10px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.ph-trust p { margin: 0; color: var(--ph-text); font-weight: 650; }

.ph-section { padding: 78px 0; }
.ph-section-head { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.ph-section h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
.ph-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ph-category {
    overflow: hidden;
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 240px;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    background: #fff;
    box-shadow: 0 16px 40px rgba(58,28,27,.06);
    transition: .18s ease;
}
.ph-category:hover { transform: translateY(-3px); box-shadow: var(--ph-shadow); }
.ph-category img { width: 100%; height: 100%; object-fit: cover; }
.ph-category div { padding: 26px 24px; display: flex; flex-direction: column; justify-content: center; }
.ph-category h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.ph-category p { margin: 0 0 18px; color: var(--ph-text); font-weight: 650; }
.ph-category span { color: var(--ph-brand); font-weight: 900; }

.ph-featured { background: #fff; border-top: 1px solid var(--ph-line); border-bottom: 1px solid var(--ph-line); }
.ph-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ph-product { overflow: hidden; border: 1px solid var(--ph-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(58,28,27,.06); }
.ph-product-image { display: block; aspect-ratio: 1 / .82; background: var(--ph-cream); }
.ph-product-image img { width: 100%; height: 100%; object-fit: cover; }
.ph-product-body { padding: 20px; }
.ph-tag { display: inline-block; margin-bottom: 10px; color: var(--ph-brand); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.ph-product h3 { margin: 0 0 8px; font-size: 1.15rem; }
.ph-product p { margin: 0 0 18px; color: var(--ph-text); font-weight: 600; }
.ph-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ph-product-bottom strong { color: var(--ph-brand-dark); font-size: 1.1rem; }
.ph-product-bottom a { color: var(--ph-brand); font-weight: 900; }

.ph-order-grid,
.ph-payment-card,
.ph-contact-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    align-items: center;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    background: #fff;
    padding: 38px;
    box-shadow: 0 16px 42px rgba(58,28,27,.06);
}
.ph-order p,
.ph-payment-list,
.ph-contact-card p { color: var(--ph-text); font-weight: 650; }
.ph-steps { display: grid; gap: 14px; }
.ph-steps div { display: flex; align-items: center; gap: 18px; padding: 18px; border-radius: 18px; background: var(--ph-bg); border: 1px solid var(--ph-line); }
.ph-steps span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--ph-brand); color: #fff; font-weight: 900; }
.ph-steps p { margin: 0; font-weight: 800; color: var(--ph-ink); }
.ph-payment-card { background: linear-gradient(135deg, #fff 0%, #fff7f2 100%); }
.ph-payment-list p { margin: 8px 0; }
.ph-contact-card a { color: var(--ph-brand-dark); font-weight: 900; }
.ph-notice { padding: 18px 20px; border-radius: 18px; background: #fff; border: 1px solid var(--ph-line); color: var(--ph-text); }
.ph-footer { padding: 32px 0; color: var(--ph-muted); border-top: 1px solid var(--ph-line); background: #fff; font-weight: 650; text-align: center; }

@media (max-width: 980px) {
    .ph-topbar-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding: 8px 0; }
    .ph-nav { min-height: auto; padding: 14px 0; flex-wrap: wrap; }
    .ph-menu { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 16px 22px; }
    .ph-lang { margin-left: auto; }
    .ph-hero { padding: 46px 0 42px; }
    .ph-hero-grid { grid-template-columns: 1fr; gap: 36px; }
    .ph-hero h1 { font-size: clamp(2.25rem, 9vw, 3.7rem); }
    .ph-hero-notes { grid-template-columns: 1fr; }
    .ph-trust-grid, .ph-category-grid, .ph-product-grid { grid-template-columns: 1fr; }
    .ph-trust article { border-right: 1px solid var(--ph-line); border-bottom: 1px solid var(--ph-line); }
    .ph-category { grid-template-columns: 1fr; }
    .ph-category img { height: 230px; }
    .ph-order-grid, .ph-payment-card, .ph-contact-card { grid-template-columns: 1fr; padding: 26px; }
}

@media (max-width: 560px) {
    .ph-container { width: min(100% - 28px, 1180px); }
    .ph-brand img { width: 78px; height: 58px; }
    .ph-menu { font-size: .92rem; }
    .ph-lang { padding-left: 10px; }
    .ph-hero h1 { font-size: clamp(2.05rem, 11vw, 3.1rem); }
    .ph-actions { flex-direction: column; }
    .ph-btn { width: 100%; }
    .ph-hero-visual { width: min(100%, 420px); }
    .ph-photo-frame { padding: 10px; border-radius: 24px; }
    .ph-photo-frame::before { inset: -6px; border-radius: 30px; }
    .ph-photo-frame img { border-radius: 18px; }
    .ph-hero-visual figcaption { font-size: .86rem; padding: 8px 12px; }
    .ph-section { padding: 54px 0; }
}


/* v2.8 hero polish: bilingual brand label, refined title and caption */
.ph-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--ph-brand-dark);
    letter-spacing: .04em;
    text-transform: none;
    font-weight: 850;
    font-size: clamp(.88rem, .9vw, 1rem);
    line-height: 1.25;
}

.ph-eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: rgba(169, 69, 77, .48);
    display: inline-block;
}

.ph-hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.02fr);
    gap: clamp(44px, 6vw, 88px);
}

.ph-hero h1 {
    max-width: 600px;
    font-size: clamp(2.35rem, 3.55vw, 4.05rem);
    line-height: 1.04;
    letter-spacing: -.038em;
}

.ph-lead {
    max-width: 590px;
    margin-top: 24px;
    font-size: clamp(1rem, 1.1vw, 1.12rem);
    line-height: 1.65;
    font-weight: 650;
}

.ph-actions {
    margin-top: 28px;
}

.ph-btn {
    padding: 13px 24px;
    font-weight: 850;
    letter-spacing: -.01em;
}

.ph-hero-visual {
    width: min(100%, 560px);
}

.ph-photo-frame {
    border-radius: 32px;
    padding: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #fff8f5 100%);
    border: 1px solid rgba(169, 69, 77, .18);
    box-shadow: 0 28px 70px rgba(58, 28, 27, .12);
}

.ph-photo-frame img {
    border-radius: 23px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.ph-hero-visual figcaption {
    width: auto;
    max-width: 520px;
    margin: 18px auto 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--ph-text);
    font-weight: 700;
    text-align: center;
    font-size: .95rem;
    line-height: 1.45;
}

.ph-hero-visual figcaption::before {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    margin: 0 auto 10px;
    background: rgba(169, 69, 77, .42);
}

@media (max-width: 900px) {
    .ph-hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ph-hero h1 {
        max-width: 100%;
        font-size: clamp(2.15rem, 10vw, 3.25rem);
    }

    .ph-hero-visual {
        width: min(100%, 540px);
    }
}

@media (max-width: 560px) {
    .ph-eyebrow {
        font-size: .84rem;
    }

    .ph-eyebrow::before {
        width: 24px;
    }

    .ph-hero h1 {
        font-size: clamp(2rem, 11vw, 2.75rem);
        line-height: 1.06;
    }

    .ph-photo-frame {
        padding: 10px;
        border-radius: 24px;
    }

    .ph-photo-frame img {
        border-radius: 17px;
    }

    .ph-hero-visual figcaption {
        font-size: .88rem;
    }
}

/* v2.9 payment and pickup polish */
.ph-payment-card-v9 {
    grid-template-columns: .82fr 1.18fr;
    align-items: stretch;
    overflow: hidden;
    background:
        radial-gradient(circle at 0% 0%, rgba(169,69,77,.08), transparent 34%),
        linear-gradient(135deg, #fff 0%, #fff8f4 100%);
}
.ph-payment-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ph-payment-head h2 {
    max-width: 520px;
    margin-bottom: 18px;
    font-size: clamp(2rem, 4.4vw, 4.45rem);
    line-height: .94;
}
.ph-payment-head > p:not(.ph-eyebrow) {
    max-width: 560px;
    margin: 0;
    color: var(--ph-text);
    font-size: 1.02rem;
    line-height: 1.65;
    font-weight: 700;
}
.ph-payment-options {
    display: grid;
    gap: 16px;
}
.ph-payment-option {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(169,69,77,.15);
    box-shadow: 0 18px 40px rgba(58,28,27,.055);
}
.ph-option-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #fff3ee;
    border: 1px solid rgba(169,69,77,.18);
    color: var(--ph-brand);
    font-weight: 950;
    letter-spacing: .04em;
}
.ph-payment-option h3 {
    margin: 0 0 8px;
    color: var(--ph-ink);
    font-size: 1.18rem;
    line-height: 1.2;
}
.ph-payment-option p {
    margin: 0;
    color: var(--ph-text);
    line-height: 1.55;
    font-weight: 700;
}
.ph-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
    color: var(--ph-brand-dark);
    font-weight: 950;
    text-decoration: none;
    border-bottom: 2px solid rgba(169,69,77,.28);
    padding-bottom: 4px;
}
.ph-map-link::after {
    content: "→";
    transition: transform .18s ease;
}
.ph-map-link:hover::after {
    transform: translateX(3px);
}

@media (max-width: 980px) {
    .ph-payment-card-v9 {
        grid-template-columns: 1fr;
        padding: 28px;
    }
    .ph-payment-head h2 {
        font-size: clamp(2rem, 8vw, 3.3rem);
    }
}
@media (max-width: 560px) {
    .ph-payment-card-v9 {
        padding: 22px;
        border-radius: 28px;
    }
    .ph-payment-option {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
        border-radius: 20px;
    }
    .ph-option-icon {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }
}


/* v2.11 professional payment/contact redesign */
.ah-pay-section,
.ah-contact-section {
    padding: clamp(52px, 7vw, 88px) 0;
}

.ah-pay-shell,
.ah-contact-shell {
    position: relative;
    border-radius: 34px;
    border: 1px solid rgba(169, 69, 77, .15);
    background:
        radial-gradient(circle at 95% 0%, rgba(169, 69, 77, .08), transparent 34%),
        linear-gradient(135deg, #fffdfb 0%, #fff8f4 52%, #fff 100%);
    box-shadow: 0 24px 58px rgba(58, 28, 27, .07);
}

.ah-pay-shell {
    padding: clamp(26px, 4vw, 46px);
}

.ah-pay-head {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(320px, 1fr);
    gap: clamp(22px, 4vw, 54px);
    align-items: end;
    margin-bottom: clamp(24px, 3vw, 34px);
}

.ah-pay-head h2,
.ah-contact-main h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ph-ink);
    letter-spacing: -.035em;
    line-height: 1.04;
}

.ah-pay-head h2 {
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    max-width: 560px;
}

.ah-pay-head p:not(.ph-eyebrow) {
    margin: 0;
    color: var(--ph-text);
    font-weight: 650;
    line-height: 1.72;
    font-size: clamp(1rem, 1.04vw, 1.08rem);
}

.ah-pay-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ah-pay-card {
    position: relative;
    min-height: 285px;
    overflow: hidden;
    padding: 26px;
    border-radius: 28px;
    border: 1px solid rgba(169, 69, 77, .15);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 36px rgba(58, 28, 27, .05);
}

.ah-pay-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -48px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(169, 69, 77, .06);
}

.ah-pay-card-featured {
    background: linear-gradient(180deg, #ffffff 0%, #fff3ef 100%);
    border-color: rgba(169, 69, 77, .26);
    box-shadow: 0 20px 46px rgba(58, 28, 27, .09);
}

.ah-card-number {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--ph-brand);
    font-weight: 900;
    letter-spacing: .14em;
    font-size: .78rem;
}

.ah-card-icon {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff7f3;
    border: 1px solid rgba(169, 69, 77, .18);
    color: var(--ph-brand-dark);
    font-weight: 900;
}

.ah-pay-card h3 {
    margin: 0 0 12px;
    color: var(--ph-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.12;
}

.ah-pay-card p {
    margin: 0;
    color: var(--ph-text);
    font-weight: 650;
    line-height: 1.65;
}

.ah-pay-card small {
    display: block;
    margin-top: 16px;
    color: var(--ph-muted);
    font-weight: 750;
    line-height: 1.5;
}

.ah-pay-card strong {
    display: block;
    margin-top: 16px;
    color: var(--ph-brand-dark);
    font-size: 1.02rem;
    line-height: 1.45;
}

.ah-map-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(169, 69, 77, .28);
    background: var(--ph-brand);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(104, 48, 51, .17);
}

.ah-contact-shell {
    padding: clamp(26px, 4vw, 42px);
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: stretch;
}

.ah-contact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ah-contact-main h2 {
    font-size: clamp(2rem, 3vw, 3.15rem);
    max-width: 520px;
}

.ah-contact-main p:not(.ph-eyebrow) {
    margin: 18px 0 0;
    color: var(--ph-text);
    font-weight: 650;
    line-height: 1.72;
}

.ah-contact-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ah-contact-list article {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(169, 69, 77, .14);
    background: rgba(255,255,255,.9);
    box-shadow: 0 12px 30px rgba(58, 28, 27, .045);
}

.ah-contact-list span {
    display: block;
    margin-bottom: 12px;
    color: var(--ph-brand);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .74rem;
    font-weight: 900;
}

.ah-contact-list strong {
    display: block;
    color: var(--ph-brand-dark);
    font-size: 1.04rem;
    line-height: 1.45;
}

.ah-contact-list p {
    margin: 12px 0 0;
    color: var(--ph-text);
    line-height: 1.55;
    font-weight: 650;
}

.ah-contact-list a {
    color: var(--ph-brand-dark);
    font-weight: 850;
}

.ah-contact-list article > a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--ph-brand);
}

@media (max-width: 980px) {
    .ah-pay-head,
    .ah-contact-shell {
        grid-template-columns: 1fr;
    }

    .ah-pay-cards,
    .ah-contact-list {
        grid-template-columns: 1fr;
    }

    .ah-pay-card {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .ah-pay-shell,
    .ah-contact-shell {
        border-radius: 24px;
        padding: 22px;
    }

    .ah-pay-head h2,
    .ah-contact-main h2 {
        font-size: clamp(2rem, 9vw, 2.7rem);
    }

    .ah-pay-card,
    .ah-contact-list article {
        padding: 20px;
        border-radius: 20px;
    }

    .ah-card-icon {
        width: 38px;
        height: 38px;
    }
}


/* v2.12 refined payment + contact */
.pr-payment-section,
.pr-contact-section {
    padding-top: 70px;
}

.pr-info-shell,
.pr-contact-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
    padding: clamp(30px, 4vw, 48px);
    border-radius: 32px;
    border: 1px solid rgba(169, 69, 77, 0.16);
    background: linear-gradient(180deg, #fffefe 0%, #fff8f6 100%);
    box-shadow: 0 18px 44px rgba(58, 28, 27, 0.06);
}

.pr-info-intro h2,
.pr-contact-intro h2 {
    max-width: 11ch;
    font-size: clamp(2.1rem, 3.2vw, 3.45rem);
    line-height: 1.03;
    letter-spacing: -0.035em;
}

.pr-info-intro p,
.pr-contact-intro p {
    max-width: 56ch;
    margin: 18px 0 0;
    color: var(--ph-text);
    line-height: 1.7;
    font-weight: 650;
}

.pr-info-list,
.pr-contact-cards {
    display: grid;
    gap: 16px;
}

.pr-info-row,
.pr-contact-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(169, 69, 77, 0.14);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 26px rgba(58, 28, 27, 0.04);
}

.pr-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: var(--ph-brand-dark);
    background: linear-gradient(180deg, #fff7f4 0%, #fff 100%);
    border: 1px solid rgba(169, 69, 77, 0.18);
    box-shadow: 0 8px 18px rgba(58, 28, 27, 0.05);
}

.pr-icon svg {
    width: 24px;
    height: 24px;
}

.pr-info-copy h3,
.pr-contact-copy h3 {
    margin: 2px 0 10px;
    font-size: 1.26rem;
    line-height: 1.2;
}

.pr-info-copy p,
.pr-contact-copy p {
    margin: 0;
    color: var(--ph-text);
    line-height: 1.65;
    font-weight: 650;
}

.pr-info-copy strong {
    display: block;
    margin-top: 12px;
    font-size: 1rem;
    color: var(--ph-brand-dark);
}

.pr-inline-link,
.pr-contact-main,
.pr-map-button {
    font-weight: 850;
}

.pr-inline-link {
    display: inline-flex;
    margin-top: 12px;
    color: var(--ph-brand);
}

.pr-contact-main {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ph-brand-dark);
    font-size: 1.06rem;
    line-height: 1.55;
}

.pr-contact-address {
    font-weight: 850;
}

.pr-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 14px;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--ph-brand);
    color: #fff;
    box-shadow: 0 10px 24px rgba(104, 48, 51, 0.18);
}

.pr-map-button:hover {
    background: var(--ph-brand-dark);
}

@media (max-width: 980px) {
    .pr-info-shell,
    .pr-contact-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pr-payment-section,
    .pr-contact-section {
        padding-top: 48px;
    }

    .pr-info-shell,
    .pr-contact-shell {
        padding: 22px;
        border-radius: 24px;
        gap: 22px;
    }

    .pr-info-intro h2,
    .pr-contact-intro h2 {
        max-width: 100%;
        font-size: clamp(1.9rem, 10vw, 2.7rem);
    }

    .pr-info-row,
    .pr-contact-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .pr-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .pr-map-button {
        width: 100%;
    }
}

/* v2.13 embedded Google map in contact section */
.pr-contact-shell-map {
    grid-template-columns: 1fr;
}

.pr-contact-shell-map .pr-contact-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.pr-contact-shell-map .pr-contact-intro h2 {
    max-width: none;
}

.pr-contact-shell-map .pr-contact-intro p {
    margin-left: auto;
    margin-right: auto;
}

.pr-contact-shell-map .pr-contact-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
}

.pr-map-embed {
    overflow: hidden;
    min-height: 360px;
    border-radius: 28px;
    border: 1px solid rgba(169, 69, 77, 0.16);
    background: #fff;
    box-shadow: 0 18px 42px rgba(58, 28, 27, 0.08);
}

.pr-map-embed iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    filter: saturate(0.92) contrast(0.98);
}

@media (max-width: 980px) {
    .pr-contact-shell-map .pr-contact-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pr-map-embed {
        min-height: 300px;
        border-radius: 22px;
    }

    .pr-map-embed iframe {
        min-height: 300px;
    }
}


/* v2.14 contact block refinement */
.pr-contact-section {
    padding-top: 56px;
}

.pr-contact-shell-map {
    padding: clamp(28px, 4vw, 48px);
    border-radius: 30px;
    background: linear-gradient(180deg, #fffefe 0%, #fff9f6 100%);
}

.pr-contact-shell-map .pr-contact-intro {
    max-width: 720px;
}

.pr-contact-shell-map .ph-eyebrow {
    justify-content: center;
    margin-bottom: 10px;
}

.pr-contact-shell-map .pr-contact-intro h2 {
    font-size: clamp(2.35rem, 4vw, 4.15rem);
    line-height: .98;
    letter-spacing: -0.04em;
}

.pr-contact-shell-map .pr-contact-intro p {
    max-width: 58ch;
    margin-top: 14px;
    line-height: 1.65;
    font-weight: 650;
}

.pr-contact-shell-map .pr-contact-cards {
    grid-template-columns: 1fr 1.08fr 1.08fr;
    gap: 18px;
    margin-top: 6px;
}

.pr-contact-shell-map .pr-contact-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    min-width: 0;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
}

.pr-contact-shell-map .pr-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
}

.pr-contact-shell-map .pr-icon svg {
    width: 21px;
    height: 21px;
}

.pr-contact-shell-map .pr-contact-copy,
.pr-contact-shell-map .pr-contact-card,
.pr-contact-shell-map .pr-contact-main {
    min-width: 0;
}

.pr-contact-shell-map .pr-contact-copy h3 {
    margin-bottom: 7px;
    font-size: 1.16rem;
}

.pr-contact-shell-map .pr-contact-main {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 1rem;
    line-height: 1.45;
}

.pr-contact-shell-map .pr-contact-copy p {
    margin-top: 2px;
    font-size: .94rem;
    line-height: 1.55;
    color: var(--ph-muted);
}

.pr-map-block {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(169, 69, 77, 0.16);
    background: #fff;
    box-shadow: 0 18px 42px rgba(58, 28, 27, 0.08);
}

.pr-map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(169, 69, 77, 0.12);
    background: rgba(255, 250, 247, 0.96);
}

.pr-map-head span {
    display: block;
    margin-bottom: 2px;
    color: var(--ph-brand);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pr-map-head strong {
    color: var(--ph-ink);
    font-size: 1rem;
}

.pr-map-block .pr-map-embed {
    min-height: 390px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.pr-map-block .pr-map-embed iframe {
    min-height: 390px;
    filter: saturate(0.96) contrast(0.99);
}

@media (max-width: 980px) {
    .pr-contact-shell-map .pr-contact-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pr-contact-section {
        padding-top: 42px;
    }

    .pr-contact-shell-map {
        padding: 22px;
        border-radius: 24px;
    }

    .pr-contact-shell-map .ph-eyebrow {
        justify-content: flex-start;
    }

    .pr-contact-shell-map .pr-contact-intro {
        text-align: left;
    }

    .pr-contact-shell-map .pr-contact-intro h2 {
        font-size: clamp(2rem, 11vw, 2.85rem);
    }

    .pr-contact-shell-map .pr-contact-card {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 18px;
    }

    .pr-map-block {
        border-radius: 22px;
    }

    .pr-map-head {
        padding: 14px 16px;
    }

    .pr-map-block .pr-map-embed,
    .pr-map-block .pr-map-embed iframe {
        min-height: 320px;
    }
}


/* v2.15 category cards image polish */
.ph-category-grid {
    align-items: stretch;
}

.ph-category {
    display: flex;
    flex-direction: column;
    min-height: auto;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffefe 0%, #fff9f6 100%);
    border: 1px solid rgba(169, 69, 77, 0.18);
    box-shadow: 0 18px 42px rgba(58, 28, 27, 0.07);
}

.ph-category img {
    width: 100%;
    height: 235px;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 14px;
    background: linear-gradient(180deg, #fff7f3 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(169, 69, 77, 0.12);
}

.ph-category div {
    padding: 24px 24px 26px;
    min-height: 220px;
    justify-content: flex-start;
}

.ph-category h3 {
    font-size: clamp(1.35rem, 1.6vw, 1.65rem);
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--ph-brand-dark);
}

.ph-category p {
    line-height: 1.55;
    margin-bottom: 20px;
    color: var(--ph-text);
}

.ph-category span {
    margin-top: auto;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: var(--ph-brand);
    border-bottom: 1px solid rgba(169, 69, 77, 0.35);
    padding-bottom: 3px;
}

@media (max-width: 980px) {
    .ph-category-grid {
        grid-template-columns: 1fr;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .ph-category img {
        height: 260px;
    }

    .ph-category div {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .ph-category img {
        height: 220px;
        padding: 10px;
    }

    .ph-category div {
        padding: 20px;
    }
}


/* v2.16 product cards refined */
.pr-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.pr-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 28px;
    border: 1px solid rgba(169, 69, 77, 0.14);
    background: linear-gradient(180deg, #fffefe 0%, #fff8f6 100%);
    box-shadow: 0 18px 42px rgba(58, 28, 27, 0.06);
}

.pr-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 0.88;
    padding: 18px;
    background: linear-gradient(180deg, #fff7f4 0%, #fff 100%);
    border-bottom: 1px solid rgba(169, 69, 77, 0.10);
}

.pr-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.pr-product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 24px;
}

.pr-product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.pr-product-tag {
    margin: 0;
}

.pr-product-price {
    color: var(--ph-brand-dark);
    font-size: 1.45rem;
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.pr-product-card h3 {
    margin: 0 0 10px;
    font-size: 1.42rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.pr-product-card p {
    margin: 0;
    color: var(--ph-text);
    font-weight: 650;
    line-height: 1.65;
}

.pr-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
    padding-top: 22px;
}

.pr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.pr-btn:hover {
    transform: translateY(-1px);
}

.pr-btn-primary {
    background: var(--ph-brand);
    color: #fff;
    box-shadow: 0 12px 24px rgba(104, 48, 51, 0.18);
}

.pr-btn-primary:hover {
    background: var(--ph-brand-dark);
}

.pr-btn-secondary {
    color: var(--ph-brand);
    border: 1px solid rgba(169, 69, 77, 0.28);
    background: #fff;
}

.pr-btn-secondary:hover {
    border-color: var(--ph-brand);
    background: #fff7f4;
}

@media (max-width: 1180px) {
    .pr-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .pr-product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pr-product-card h3 {
        font-size: 1.28rem;
    }

    .pr-product-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pr-product-price {
        font-size: 1.3rem;
    }

    .pr-product-actions {
        flex-direction: column;
    }

    .pr-btn {
        width: 100%;
    }
}


/* v2.17 compact premium product cards */
.pr-product-grid {
    align-items: start;
    gap: 24px;
}

.pr-product-card {
    height: auto;
    min-height: 0;
}

.pr-product-image {
    aspect-ratio: 1 / 0.68;
    padding: 14px;
}

.pr-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pr-product-body {
    padding: 18px 20px 20px;
}

.pr-product-head {
    margin-bottom: 10px;
}

.pr-product-price {
    font-size: 1.32rem;
}

.pr-product-card h3 {
    font-size: 1.26rem;
    line-height: 1.16;
    margin-bottom: 8px;
}

.pr-product-card p {
    font-size: 0.96rem;
    line-height: 1.55;
}

.pr-product-actions {
    margin-top: 18px;
    padding-top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.pr-product-actions .pr-btn {
    min-height: 44px;
    padding: 0 16px;
    white-space: nowrap;
}

.pr-product-actions .pr-btn-primary {
    flex: 0 0 auto;
}

.pr-product-actions .pr-btn-secondary {
    flex: 1 1 auto;
    background: transparent;
    box-shadow: none;
}

.ph-featured .ph-section-head {
    margin-bottom: 28px;
}

@media (max-width: 720px) {
    .pr-product-image {
        aspect-ratio: 1 / 0.72;
        padding: 12px;
    }

    .pr-product-body {
        padding: 18px;
    }

    .pr-product-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .pr-product-actions .pr-btn {
        width: 100%;
    }
}


/* v2.18 uniform premium product cards */
.pr-product-grid {
    align-items: stretch;
}

.pr-product-card {
    height: 100%;
    min-height: 0;
}

.pr-product-image {
    aspect-ratio: 1 / 0.60;
    padding: 12px;
}

.pr-product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 20px 18px;
}

.pr-product-head {
    min-height: 28px;
}

.pr-product-price {
    font-size: 1.28rem;
}

.pr-product-card h3 {
    min-height: 2.4em;
    font-size: 1.22rem;
    line-height: 1.18;
}

.pr-product-card p {
    min-height: 3.2em;
    font-size: 0.95rem;
    line-height: 1.55;
}

.pr-product-actions {
    margin-top: auto;
    padding-top: 16px;
    min-height: 48px;
}

.pr-product-actions .pr-btn {
    min-height: 42px;
    padding: 0 15px;
}

@media (max-width: 720px) {
    .pr-product-image {
        aspect-ratio: 1 / 0.66;
    }

    .pr-product-card h3,
    .pr-product-card p {
        min-height: 0;
    }

    .pr-product-actions {
        min-height: 0;
    }
}

/* v2.20 elegant product buttons */
.pr-product-actions {
    align-items: center;
    gap: 14px;
}

.pr-product-actions .pr-btn-primary {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ph-brand-dark), var(--ph-brand));
    color: #fff;
    box-shadow: 0 12px 24px rgba(104, 48, 51, 0.16);
    border: 1px solid rgba(255,255,255,0.18);
    letter-spacing: 0.01em;
}

.pr-product-actions .pr-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(104, 48, 51, 0.22);
    background: linear-gradient(135deg, #4f2326, var(--ph-brand-dark));
}

.pr-product-actions .pr-btn-secondary {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ph-brand-dark);
    box-shadow: none;
    font-weight: 850;
    line-height: 1.35;
    flex: 0 0 auto;
    width: auto;
}

.pr-product-actions .pr-btn-secondary::after {
    content: " →";
    color: var(--ph-brand);
    font-weight: 900;
}

.pr-product-actions .pr-btn-secondary:hover {
    transform: none;
    color: var(--ph-brand);
    text-decoration: underline;
    text-underline-offset: 5px;
    background: transparent;
    border-color: transparent;
}

@media (max-width: 720px) {
    .pr-product-actions {
        align-items: stretch;
        gap: 12px;
    }

    .pr-product-actions .pr-btn-primary {
        width: 100%;
    }

    .pr-product-actions .pr-btn-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 4px 0 2px;
    }
}
/* Főoldal header egységesítése */
.ph-header {
    background: rgba(251,247,242,.90);
    border-bottom: 1px solid rgba(234,222,215,.9);
    backdrop-filter: blur(18px);
}
.ph-topbar {
    background: #fffaf6;
    border-bottom: 1px solid rgba(234,222,215,.85);
    color: #6f5953;
    font-size: .86rem;
}

/* === Rólunk oldal – reszponzív === */
.rolunk-hero-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:52px;align-items:center}
.rolunk-foto-wrap{position:relative}
.rolunk-foto-frame{border-radius:38px;overflow:hidden;box-shadow:0 24px 70px rgba(73,38,34,.18);aspect-ratio:4/5;background:linear-gradient(145deg,#f4ded9,#e8c5be)}
.rolunk-foto-frame img{width:100%;height:100%;object-fit:cover}
.rolunk-badge{position:absolute;bottom:24px;left:-20px;background:white;border:1px solid var(--line);border-radius:22px;padding:14px 18px;box-shadow:0 12px 30px rgba(45,27,25,.13)}
.rolunk-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.rolunk-occasions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:10px}

@media(max-width:980px){
    .rolunk-hero-grid{grid-template-columns:1fr}
    .rolunk-hero-grid h1{font-size:2.4rem}
    .rolunk-foto-wrap{max-width:400px;margin:0 auto}
    .rolunk-badge{left:0}
    .rolunk-story-grid{grid-template-columns:1fr}
    .rolunk-occasions-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
    .rolunk-hero-grid h1{font-size:2rem}
    .rolunk-foto-wrap{max-width:100%}
    .rolunk-occasions-grid{grid-template-columns:1fr}
}
/* === Főoldal mobilos nav javítás === */
.ph-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #eadbd5;border-radius:12px;background:white;font-size:1.3rem;cursor:pointer}

@media(max-width:900px){
    .ph-toggle{display:flex}
    .ph-menu{display:none;flex-direction:column;width:100%;order:10;gap:4px;padding:12px 0;border-top:1px solid #eadbd5}
    .ph-menu.is-open{display:flex}
    .ph-menu a{padding:10px 8px;border-radius:10px;width:100%}
    .ph-lang{margin-left:8px;border-left:none;padding-left:0}
    .ph-nav{flex-wrap:wrap;padding:10px 0}
    .ph-brand img{width:52px;height:52px}
    /* SVG ikonok méret korlátozás */
    .pr-icon{width:44px;height:44px;flex-shrink:0}
    .pr-icon svg{width:22px;height:22px}
    /* Info sorok mobilon */
    .pr-info-row{flex-direction:row;align-items:flex-start;gap:14px}
    .pr-contact-card{flex-direction:row;align-items:flex-start;gap:14px}
    /* Trust szekció */
    .ph-trust-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:560px){
    .ph-topbar{display:none}
    .ph-trust-grid{grid-template-columns:1fr}
    .ph-hero h1,.ph-hero-copy h1{font-size:1.9rem}
    .ph-actions{flex-direction:column}
    .ph-btn{width:100%;text-align:center}
    /* SVG ikonok ne legyenek óriások */
    .pr-icon{width:40px;height:40px}
    .pr-icon svg{width:20px;height:20px}
}