:root{
  --rose-deep:#cf5e84;
  --rose:#e47f9f;
  --rose-soft:#f19ab5;
  --petal:#f8c8d7;
  --petal-light:#fde7ee;
  --blush:#fff0f4;
  --mist:#fff1f5;
  --blush-2:#fff7f9;
  --paper:#fffdfd;
  --white:#fff;
  --ink:#493a3f;
  --muted:#75656b;
  --line:rgba(207,94,132,.18);
  --shadow:0 22px 58px rgba(187,86,119,.13);
  --shadow-soft:0 12px 34px rgba(187,86,119,.09);
  --radius:30px;
  --script:"Segoe Print","Bradley Hand ITC","Lucida Handwriting","Brush Script MT",cursive;
  --serif:Georgia,"Times New Roman",serif;
  --sans:"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.7;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,253,253,.91);backdrop-filter:blur(16px);border-bottom:1px solid rgba(228,127,159,.16)}
.header-inner{max-width:1180px;margin:auto;min-height:74px;padding:8px 24px;display:flex;align-items:center;justify-content:flex-end;gap:24px;position:relative}
.header-inner:before{content:"✿";position:absolute;left:24px;top:17px;color:var(--rose);font-size:1.6rem;opacity:.8}
.main-nav{display:flex;align-items:center;gap:28px;font-size:.94rem;font-weight:700;color:#aa536f}
.main-nav a{position:relative;padding:8px 0}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:2px;background:linear-gradient(90deg,var(--rose-deep),var(--rose-soft));transition:.25s;border-radius:999px}
.main-nav a:hover:after,.main-nav a.active:after{right:0}
.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;height:2px;background:var(--rose-deep);margin:6px;border-radius:2px}
.site-main{display:flex;flex-direction:column}
.section-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:96px 0;position:relative}
.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-size:.72rem;font-weight:800;color:var(--rose-deep);margin:0 0 10px}
h1,h2,h3{font-family:var(--script);color:var(--rose-deep);font-weight:600}
h1,h2{line-height:1.08;margin:0}
h1{font-size:clamp(3rem,6.4vw,5.9rem)}
h2{font-size:clamp(2.5rem,4.8vw,4.3rem)}
h3{font-size:1.85rem;line-height:1.2;margin:0}
p{margin:0 0 1em}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;border:1px solid transparent;padding:13px 24px;font-weight:800;transition:.22s;min-height:48px}
.btn-primary{background:linear-gradient(135deg,#ec91ad,var(--rose-deep));color:white;box-shadow:0 12px 28px rgba(207,94,132,.22)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(207,94,132,.28)}
.btn-outline{border-color:var(--line);background:white;color:var(--rose-deep)}
.btn-ghost{background:transparent;border-color:var(--line);color:var(--rose-deep)}
.btn-small{min-height:38px;padding:8px 14px;font-size:.8rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.section-heading{max-width:740px;margin-bottom:40px;position:relative;z-index:2}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading p:last-child{color:var(--muted);font-size:1.02rem}
.floral-divider{height:26px;background:radial-gradient(circle at 15px 5px,rgba(228,127,159,.16) 0 3px,transparent 4px) 0 0/30px 18px repeat-x;opacity:.55}

/* HERO */
.hero-section{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 16%,rgba(248,200,215,.46),transparent 24%),linear-gradient(145deg,#fff 0%,#fff 47%,#fff3f7 100%)}
.hero-section:before{content:"";position:absolute;right:-90px;top:-16px;width:540px;height:255px;background:none;opacity:.84;pointer-events:none}
.hero-section:after{content:"";position:absolute;left:-45px;bottom:-30px;width:280px;height:195px;background:none;opacity:.28;transform:rotate(8deg);pointer-events:none}
.hero-grid{width:min(1180px,calc(100% - 40px));margin:auto;min-height:670px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:64px;padding:64px 0 78px;position:relative;z-index:2}
.hero-copy{max-width:650px;position:relative}
.hero-copy:before{content:"";position:absolute;left:-36px;top:-28px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(246,177,198,.24),transparent 68%);z-index:-1}
.hero-kicker{font-family:var(--script);font-size:1.15rem;color:#c86d8d;margin-bottom:12px;letter-spacing:.02em}
.hero-copy h1{font-size:clamp(3rem,5.8vw,5.55rem);max-width:680px;text-shadow:0 8px 24px rgba(228,127,159,.08)}
.hero-rule{width:92px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--rose-deep),var(--petal));margin:20px 0 24px}
.hero-text{font-family:var(--serif);font-size:clamp(.98rem,1.12vw,1.08rem);line-height:1.95;color:#6e5e64;max-width:620px;margin-bottom:28px}
.hero-logo-wrap{justify-self:end;width:min(500px,100%);display:flex;align-items:center;justify-content:center;position:relative;padding:28px}
.hero-logo-wrap:before{content:"";position:absolute;inset:7% 2% 5% 7%;border:1px solid rgba(228,127,159,.18);border-radius:47% 53% 45% 55%/55% 42% 58% 45%;background:rgba(255,255,255,.74);box-shadow:var(--shadow-soft)}
.hero-logo-wrap:after{content:"";position:absolute;right:-8px;bottom:18px;width:92px;height:92px;border-radius:50%;background:radial-gradient(circle,#fde1ea 0 33%,transparent 35%),radial-gradient(circle at 62% 38%,#f4b3c7 0 7%,transparent 8%);opacity:.55}
.hero-logo{width:100%;height:auto;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 18px 28px rgba(207,94,132,.08))}
.hero-petals i{position:absolute;width:12px;height:19px;border-radius:80% 20% 70% 30%;background:rgba(240,146,175,.44);transform:rotate(35deg);z-index:1;animation:petalFloat 7s ease-in-out infinite}
.hero-petals i:nth-child(1){left:46%;top:16%}.hero-petals i:nth-child(2){left:54%;top:34%;width:8px;height:14px;transform:rotate(-22deg);animation-delay:-1s}.hero-petals i:nth-child(3){right:8%;top:62%;width:10px;height:16px;animation-delay:-2s}.hero-petals i:nth-child(4){left:42%;bottom:15%;width:9px;height:14px;transform:rotate(80deg);animation-delay:-3s}.hero-petals i:nth-child(5){right:26%;top:12%;width:7px;height:12px;transform:rotate(-50deg);animation-delay:-4s}
@keyframes petalFloat{50%{translate:0 10px;rotate:8deg}}

/* SERVICES */
.services-section{background:linear-gradient(180deg,#fff,#fff9fb);position:relative;overflow:hidden}
.services-section:after{content:"";position:absolute;left:-46px;top:30px;width:300px;height:205px;background:none;opacity:.17;transform:scaleX(-1) rotate(-8deg)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:2}
.service-card{position:relative;padding:30px 26px 28px;border-radius:30px;background:linear-gradient(180deg,#fff,#fff5f8);border:1px solid rgba(228,127,159,.17);transition:.22s;min-height:260px;overflow:hidden;box-shadow:0 10px 24px rgba(207,94,132,.035)}
.service-card:before{content:"";position:absolute;right:-32px;top:-42px;width:115px;height:115px;border-radius:50%;background:rgba(248,200,215,.23)}
.service-card:after{content:"✿";position:absolute;right:18px;bottom:12px;font-size:1.2rem;color:rgba(207,94,132,.20)}
.service-card:hover{transform:translateY(-6px) rotate(-.25deg);box-shadow:var(--shadow)}
.service-icon{width:62px;height:62px;border-radius:22px 30px 24px 30px;display:grid;place-items:center;background:linear-gradient(145deg,#fde6ed,#f7bed0);color:var(--rose-deep);font-size:1.55rem;margin-bottom:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
.service-card p{color:var(--muted);margin-top:10px;font-size:.95rem}

/* GALLERY */
.gallery-section{background:linear-gradient(180deg,#fff1f5,#fff);position:relative;overflow:hidden}
.gallery-section:before{content:"";position:absolute;right:-65px;top:16px;width:410px;height:240px;background:none;opacity:.28}
.gallery-grid{display:grid;grid-template-columns:1.45fr .78fr .78fr;gap:16px;position:relative;z-index:2}
.gallery-item{border-radius:32px;overflow:hidden;min-height:300px;background:white;border:5px solid rgba(255,255,255,.92);box-shadow:0 15px 42px rgba(207,94,132,.10);margin:0;position:relative}
.gallery-item:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(207,94,132,.12);border-radius:27px;pointer-events:none}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.4s}
.gallery-item:hover img{transform:scale(1.025)}
.gallery-item:first-child{min-height:470px}
.gallery-empty{display:grid;place-items:center;color:var(--muted);padding:40px;text-align:center;background:#fff;border-radius:28px;border:1px solid var(--line)}

/* CONTACT */
.contact-section{background:linear-gradient(135deg,#f8cad8 0%,#fce0e8 55%,#fff0f4 100%);color:var(--ink);position:relative;overflow:hidden}
.contact-section:after{content:"";position:absolute;right:-65px;bottom:-28px;width:360px;height:240px;background:none;opacity:.34}
.contact-shell{position:relative;z-index:2}
.contact-section .section-heading h2{color:#b84d70}.contact-section .eyebrow{color:#a84768}.contact-section .section-heading p{color:#6e5d63}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:850px}
.contact-card{background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.86);border-radius:24px;padding:21px 22px;box-shadow:0 12px 27px rgba(183,77,112,.07);transition:.2s}
a.contact-card:hover{transform:translateY(-2px);background:white}
.contact-card small{display:block;color:#9b536b;margin-bottom:4px}.contact-card strong{font-size:1.04rem;color:var(--ink)}
.social-row{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.social-row a{padding:10px 16px;border:1px solid rgba(183,77,112,.23);background:rgba(255,255,255,.60);border-radius:999px;font-weight:800;font-size:.82rem;color:#a64265}

/* ABOUT PAGE */
.about-page-hero{background:radial-gradient(circle at 90% 10%,rgba(248,200,215,.44),transparent 25%),linear-gradient(155deg,#fff,#fff1f5);min-height:calc(100vh - 76px);position:relative;overflow:hidden}
.about-page-hero:before{content:"";position:absolute;right:-70px;top:-20px;width:480px;height:250px;background:none;opacity:.56}
.about-page-grid{width:min(1180px,calc(100% - 40px));margin:auto;padding:76px 0 94px;display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center;position:relative;z-index:2}
.about-page-photo{border-radius:42px 90px 42px 90px;overflow:hidden;min-height:620px;box-shadow:var(--shadow);background:var(--blush);border:7px solid #fff}
.about-page-photo img{width:100%;height:100%;min-height:620px;object-fit:cover;object-position:center 38%}
.about-page-copy h1{font-size:clamp(3rem,5.8vw,5.4rem)}
.about-long-text{white-space:pre-line;color:var(--muted);font-family:var(--serif);font-size:1.04rem;line-height:1.95;margin:25px 0}
.about-page-copy blockquote{font-family:var(--script);font-size:clamp(1.85rem,3vw,2.8rem);line-height:1.35;color:var(--rose-deep);margin:28px 0;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* LEGAL PAGES */
.legal-hero{background:linear-gradient(145deg,#fff,#fff1f5);position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
.legal-hero:after{content:"";position:absolute;right:-45px;top:-10px;width:370px;height:210px;background:none;opacity:.34}
.legal-hero .section-shell{padding:72px 0 58px}
.legal-hero h1{font-size:clamp(2.8rem,5vw,4.9rem);max-width:820px}
.legal-content{background:#fff}
.legal-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;max-width:900px}
.legal-card{background:#fffafc;border:1px solid var(--line);border-radius:26px;padding:26px 28px;box-shadow:0 10px 28px rgba(207,94,132,.045)}
.legal-card h2{font-family:var(--serif);font-size:1.35rem;color:#a84668;margin:0 0 14px;line-height:1.35}
.legal-card h3{font-family:var(--serif);font-size:1.05rem;color:#8e445e;margin:22px 0 8px}
.legal-card p,.legal-card li{color:#65575c;font-size:.95rem}
.legal-card ul{padding-left:20px;margin:9px 0}
.legal-table{width:100%;border-collapse:collapse;font-size:.94rem}
.legal-table th,.legal-table td{text-align:left;vertical-align:top;padding:10px 9px;border-bottom:1px solid var(--line)}
.legal-table th{width:31%;color:#a14a68;font-weight:700}
.legal-warning{border-left:4px solid var(--rose);background:#fff0f4;padding:15px 18px;border-radius:0 16px 16px 0;color:#76535f}
.legal-updated{font-size:.82rem;color:var(--muted);margin-top:18px}
.placeholder{color:#b44f71;font-weight:800;background:#ffe7ef;border-radius:8px;padding:2px 6px}
.arbitration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.arbitration-item{background:white;border:1px solid var(--line);border-radius:18px;padding:14px}.arbitration-item strong{display:block;color:#9d4664}.arbitration-item small{display:block;color:var(--muted);line-height:1.55;margin-top:5px}


/* FOOTER */
.site-footer{background:#fff;border-top:1px solid var(--line)}
.footer-inner{max-width:1180px;margin:auto;padding:28px 22px 92px;display:flex;align-items:center;gap:20px;position:relative}
.footer-inner:after{content:"✿";position:absolute;right:22px;top:12px;color:rgba(207,94,132,.18);font-size:2.7rem}
.footer-inner img{width:76px;height:68px;object-fit:contain}
.footer-copy{flex:1}.footer-copy strong{color:var(--rose-deep)}.footer-copy p{margin:3px 0;color:var(--muted);font-size:.82rem}
.footer-links{display:flex;gap:13px 18px;font-size:.78rem;color:var(--muted);flex-wrap:wrap;justify-content:flex-end;max-width:520px}.footer-links a:hover{color:var(--rose-deep)}
.mobile-bottom{display:none}

@media(max-width:1000px){.main-nav{gap:18px;font-size:.86rem}.hero-grid{grid-template-columns:1fr .9fr;gap:38px}.service-grid{grid-template-columns:repeat(2,1fr)}.about-page-grid{gap:38px}.arbitration-grid{grid-template-columns:1fr}}
@media(max-width:760px){
  body{padding-bottom:118px}.site-header{position:sticky}.header-inner{min-height:62px;padding:6px 14px}.header-inner:before{left:18px;top:10px}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;left:14px;right:14px;top:60px;background:white;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:var(--shadow);flex-direction:column;gap:0;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:11px 12px;border-radius:12px}.main-nav a:after{display:none}.main-nav a:hover{background:var(--blush)}
  .hero-section:before{right:-130px;top:20px;width:390px;opacity:.55}.hero-section:after{left:-90px;opacity:.18}.hero-grid{width:min(100% - 28px,680px);grid-template-columns:1fr;gap:18px;min-height:auto;padding:38px 0 58px}.hero-copy{order:2;text-align:center}.hero-logo-wrap{order:1;justify-self:center;width:min(420px,88vw);padding:16px}.hero-copy h1{font-size:clamp(2.75rem,12vw,4.2rem)}.hero-rule{margin:18px auto 22px}.hero-text{text-align:left;font-size:.98rem;line-height:1.85}.hero-kicker{text-align:center}.hero-petals i:nth-child(1){left:16%}.hero-petals i:nth-child(2){left:78%}
  .section-shell{width:min(100% - 28px,680px);padding:66px 0}.service-grid{grid-template-columns:1fr 1fr;gap:13px}.service-card{padding:22px 18px;min-height:230px}.service-card h3{font-size:1.55rem}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item:first-child{grid-column:1/-1;min-height:400px}.gallery-item{min-height:220px}.contact-grid{grid-template-columns:1fr}
  .about-page-grid{width:min(100% - 28px,680px);padding:36px 0 68px;grid-template-columns:1fr;gap:30px}.about-page-photo{min-height:430px;border-radius:30px 70px 30px 70px}.about-page-photo img{min-height:430px}.about-page-copy h1{font-size:clamp(2.8rem,13vw,4.4rem)}
  .footer-inner{padding-bottom:24px;flex-wrap:wrap}.footer-links{width:100%;justify-content:center;max-width:none}.footer-copy{text-align:left}.footer-inner:after{display:none}
  .mobile-bottom{position:fixed;z-index:50;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;left:0;right:0;bottom:0;min-height:102px;padding:4px 2px calc(4px + env(safe-area-inset-bottom));background:rgba(255,253,253,.97);backdrop-filter:blur(12px);border-top:1px solid var(--line);box-shadow:0 -8px 30px rgba(207,94,132,.08)}.mobile-bottom a{width:25%;min-height:46px;display:grid;place-items:center;align-content:center;font-size:.58rem;font-weight:800;color:var(--muted);gap:1px;text-align:center;line-height:1.05;padding:2px}.mobile-bottom a span{font-size:1.02rem;color:var(--rose-deep)}
  .legal-hero .section-shell{padding:52px 0 42px}.legal-card{padding:22px 18px}.legal-table th{width:38%}.arbitration-grid{grid-template-columns:1fr}
}
@media(max-width:500px){.service-grid,.gallery-grid{grid-template-columns:1fr}.gallery-item:first-child{grid-column:auto;min-height:360px}.service-card{text-align:left}.footer-inner img{width:64px;height:58px}.hero-section:before{width:340px;right:-145px}.legal-table,.legal-table tbody,.legal-table tr,.legal-table th,.legal-table td{display:block}.legal-table th{width:auto;border-bottom:0;padding-bottom:0}.legal-table td{padding-top:3px}}

/* =========================================================
   V3.5 – finomabb sakura dekoráció + szerkesztőségi Rólam oldal
   ========================================================= */
:root{
  --rose-deep:#cc567d;
  --rose:#e77e9f;
  --rose-soft:#f2a4bc;
  --petal:#fac9d8;
  --petal-light:#ffe8ef;
  --script:"Segoe Script","Segoe Print","Brush Script MT","Bradley Hand ITC",cursive;
}

/* A korábbi ág-illusztrációk teljes eltávolítása. */
.hero-section:before,.hero-section:after,
.services-section:after,.gallery-section:before,.contact-section:after,
.about-page-hero:before,.legal-hero:after{background-image:none!important;content:none!important}

.header-inner:before{
  content:"";width:30px;height:30px;left:22px;top:21px;
  background:none center/contain no-repeat;
  opacity:.82;
}

/* Finom virágszórás – mindig a tartalom mögött, soha nem a képeken. */
.hero-section,.services-section,.gallery-section,.contact-section,.legal-hero{isolation:isolate}
.hero-section::before,.services-section::before,.gallery-section::after,.contact-section::before,.legal-hero::before{
  content:""!important;position:absolute;z-index:0;pointer-events:none;background:none center/contain no-repeat!important;
}
.hero-section::before{width:330px;height:165px;right:2%;top:20px;opacity:.30}
.services-section::before{width:270px;height:135px;left:-22px;bottom:24px;opacity:.20;transform:rotate(-12deg)}
.gallery-section::after{width:300px;height:150px;right:-22px;bottom:12px;opacity:.22;transform:rotate(11deg)}
.contact-section::before{width:300px;height:150px;right:-8px;top:10px;opacity:.22}
.legal-hero::before{width:260px;height:130px;right:3%;top:12px;opacity:.20}
.hero-grid,.services-section .section-shell,.gallery-section .section-shell,.contact-shell,.legal-hero .section-shell{position:relative;z-index:1}

/* A hero logója körül csak apró, szórt szirmok maradnak. */
.hero-logo-wrap:after{display:none}
.hero-logo-wrap{isolation:isolate}
.hero-logo-wrap .hero-logo{z-index:3}
.hero-petals{position:absolute;inset:0;pointer-events:none;z-index:2}
.hero-petals i{
  background:linear-gradient(145deg,#ef8eab,#ffe1ea);box-shadow:0 2px 5px rgba(199,87,124,.12);opacity:.62;
}
.hero-petals i:nth-child(1){left:45%;top:11%}
.hero-petals i:nth-child(2){left:57%;top:39%}
.hero-petals i:nth-child(3){right:5%;top:69%}
.hero-petals i:nth-child(4){left:37%;bottom:10%}
.hero-petals i:nth-child(5){right:18%;top:8%}

/* Kicsit gazdagabb, nőiesebb szekciók. */
.service-card{background:linear-gradient(155deg,#fff 0%,#fff8fa 68%,#ffeef4 100%);box-shadow:0 12px 34px rgba(192,80,116,.055)}
.service-card:after{content:"";width:31px;height:31px;background:none center/contain no-repeat;right:14px;bottom:12px;opacity:.28}
.gallery-section{background:radial-gradient(circle at 15% 18%,rgba(249,198,215,.28),transparent 22%),linear-gradient(180deg,#fff4f7,#fff)}
.contact-section{background:radial-gradient(circle at 78% 20%,rgba(255,255,255,.56),transparent 24%),linear-gradient(135deg,#facfdd 0%,#fce3ea 57%,#fff4f7 100%)}
.floral-divider{height:34px;background-image:none;background-size:260px 115px;background-position:center;background-repeat:repeat-x;opacity:.25}

/* ======================= RÓLAM / BEMUTATKOZÁS ======================= */
.about-story-page{
  position:relative;overflow:hidden;background:
    radial-gradient(circle at 86% 6%,rgba(250,201,216,.38),transparent 19%),
    radial-gradient(circle at 9% 46%,rgba(255,230,238,.54),transparent 23%),
    linear-gradient(180deg,#fff 0%,#fff9fb 46%,#fff 100%);
}
.story-shell{width:min(1180px,calc(100% - 40px));margin:auto;padding:72px 0 105px;position:relative;z-index:2}
.about-flower{position:absolute;pointer-events:none;z-index:1;background:none center/contain no-repeat;opacity:.24}
.about-flower-a{width:330px;height:165px;right:-60px;top:20px;transform:rotate(8deg)}
.about-flower-b{width:290px;height:145px;left:-70px;top:47%;transform:rotate(184deg)}

.story-intro-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center;margin-bottom:72px}
.story-copy{font-family:var(--serif);color:#695b60;font-size:1.03rem;line-height:1.95}
.story-copy p,.story-rich p{margin:0 0 1.35em}
.story-copy strong,.story-rich strong{color:#98415f;font-weight:700}
.story-copy em,.story-rich em{display:block;font-family:var(--script);color:#bd5275;font-size:clamp(1.45rem,2.3vw,2.05rem);line-height:1.45;font-style:normal;margin:10px 0 22px}
.story-intro-copy h1{font-size:clamp(3.15rem,5.9vw,5.35rem);margin-bottom:28px;max-width:650px}

.story-photo{margin:0;position:relative;overflow:hidden;background:#fff;border:7px solid rgba(255,255,255,.95);box-shadow:0 24px 60px rgba(161,69,99,.14)}
.story-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(204,86,125,.13);pointer-events:none}
.story-photo img{width:100%;height:100%;object-fit:cover}
.story-photo-main{height:690px;border-radius:42px 106px 42px 106px;transform:rotate(-.5deg)}
.story-photo-main img{object-position:center 35%}
.story-photo-main:before{content:"";position:absolute;z-index:3;right:24px;top:22px;width:54px;height:54px;background:none center/contain no-repeat;opacity:.74;filter:drop-shadow(0 5px 10px rgba(153,56,88,.12));pointer-events:none}

.story-highlight{max-width:930px;margin:0 auto 78px;padding:29px 42px 28px 48px;background:linear-gradient(145deg,#fff 0%,#fff2f6 100%);border:1px solid rgba(204,86,125,.15);border-radius:30px 70px 30px 70px;box-shadow:0 14px 38px rgba(185,74,111,.07);position:relative;font-family:var(--serif);font-size:1.08rem;line-height:1.9;color:#68575d}
.story-highlight p{margin:0}.story-highlight strong{color:#9a3e5e}
.tiny-bloom{position:absolute;width:58px;height:58px;left:-22px;top:-25px;background:none center/contain no-repeat;transform:rotate(-14deg)}

.story-row{display:grid;grid-template-columns:1.08fr .92fr;gap:62px;align-items:center;margin:0 0 88px;position:relative}
.story-row-photo-left{grid-template-columns:.78fr 1.22fr}
.story-row-photo-left .story-photo{order:1}.story-row-photo-left .story-copy{order:2}
.story-photo-couple{height:470px;border-radius:74px 28px 74px 28px;transform:rotate(.55deg)}
.story-photo-couple img{object-position:center 48%}
.story-photo-blue{height:570px;border-radius:28px 80px 28px 80px;transform:rotate(-.6deg)}
.story-photo-blue img{object-position:center 31%}
.story-photo-competition{height:560px;border-radius:80px 30px 80px 30px;transform:rotate(.5deg)}
.story-photo-competition img{object-position:center 47%}
.story-row:after{content:"";position:absolute;width:130px;height:62px;background:none center/contain no-repeat;opacity:.25;pointer-events:none}
.story-row-photo-right:after{right:33%;bottom:-54px;transform:rotate(11deg)}
.story-row-photo-left:after{left:30%;bottom:-50px;transform:rotate(-17deg)}

.story-statement{position:relative;text-align:center;margin:4px auto 78px;max-width:900px;padding:54px 30px 50px}
.story-statement:before,.story-statement:after{content:"";position:absolute;top:50%;width:140px;height:1px;background:linear-gradient(90deg,transparent,rgba(204,86,125,.32))}
.story-statement:before{left:0}.story-statement:after{right:0;transform:scaleX(-1)}
.story-statement h2{font-size:clamp(2.8rem,5vw,4.6rem);position:relative;z-index:2;margin:auto;max-width:700px}
.statement-petals{position:absolute;inset:0;margin:auto;width:270px;height:120px;background:none center/contain no-repeat;opacity:.20;transform:rotate(-6deg)}

.story-final-row{margin-bottom:70px}
.story-closing{max-width:900px;margin:0 auto;text-align:center;padding:46px 52px 50px;border-radius:36px;background:linear-gradient(145deg,#fffafc,#fff0f5);border:1px solid rgba(204,86,125,.14);box-shadow:0 16px 40px rgba(176,69,105,.07);font-family:var(--serif);color:#68585e;font-size:1.04rem;line-height:1.95;position:relative}
.story-closing:after{content:"";position:absolute;right:-22px;top:-31px;width:88px;height:88px;background:none center/contain no-repeat;opacity:.66;transform:rotate(12deg)}
.story-closing p{margin:0 0 1.35em}.story-closing strong{color:#98415f}.story-closing p:last-of-type{font-family:var(--script);color:#bd5275;font-size:2rem;margin-top:15px}
.story-closing .btn{font-family:var(--sans);margin-top:8px}

/* Jogi oldalakon is csak finom virágok, ág nélkül. */
.legal-hero{background:radial-gradient(circle at 90% 20%,rgba(249,199,215,.30),transparent 24%),linear-gradient(145deg,#fff,#fff5f8)}

@media(max-width:900px){
  .story-intro-grid{grid-template-columns:.88fr 1.12fr;gap:36px}.story-photo-main{height:590px}
  .story-row{gap:36px}.story-photo-couple{height:390px}.story-photo-blue{height:500px}.story-photo-competition{height:500px}
}
@media(max-width:760px){
  .header-inner:before{top:15px;left:16px;width:29px;height:29px}
  .hero-section::before{width:210px;height:105px;right:-22px;top:13px;opacity:.22}
  .services-section::before,.gallery-section::after,.contact-section::before{width:190px;height:95px;opacity:.15}
  .story-shell{width:min(100% - 28px,680px);padding:38px 0 78px}
  .about-flower-a{width:190px;height:95px;right:-48px;top:8px;opacity:.18}.about-flower-b{width:170px;height:85px;left:-58px;opacity:.14}
  .story-intro-grid,.story-row,.story-row-photo-left{grid-template-columns:1fr;gap:28px;margin-bottom:56px}
  .story-photo-main{height:min(620px,125vw);border-radius:30px 76px 30px 76px;order:1}.story-intro-copy{order:2}
  .story-intro-copy h1{text-align:center;font-size:clamp(2.85rem,12vw,4.35rem)}.story-intro-copy .eyebrow{text-align:center}
  .story-copy,.story-rich{font-size:.98rem;line-height:1.85}
  .story-highlight{margin-bottom:56px;padding:26px 23px 24px 30px;border-radius:24px 54px 24px 54px}
  .tiny-bloom{width:44px;height:44px;left:-11px;top:-20px}
  .story-row-photo-left .story-photo,.story-row-photo-left .story-copy{order:initial}
  .story-photo-couple{height:min(460px,88vw);border-radius:50px 24px 50px 24px}.story-photo-blue{height:min(640px,130vw);border-radius:24px 60px 24px 60px}.story-photo-competition{height:min(640px,128vw);border-radius:58px 24px 58px 24px}
  .story-row:after{width:100px;height:48px;bottom:-39px!important;left:auto!important;right:12%!important}
  .story-statement{margin:0 auto 52px;padding:34px 8px}.story-statement:before,.story-statement:after{display:none}.story-statement h2{font-size:clamp(2.55rem,11vw,4rem)}
  .story-closing{padding:34px 22px 40px;border-radius:28px}.story-closing:after{width:62px;height:62px;right:-8px;top:-28px}.story-closing p:last-of-type{font-size:1.7rem}
}
@media(max-width:500px){
  .hero-section::before{display:none}.story-photo{border-width:5px}.story-photo-main:before{width:42px;height:42px;right:15px;top:15px}
}


/* =========================================================
   V3.6 – eredeti logóból származó sakura + Facebook + vélemények + helyszín
   ========================================================= */
.header-inner:before{
  width:52px;height:38px;top:17px;left:19px;
  background:none left center/contain no-repeat;
  opacity:.72;
  filter:drop-shadow(0 4px 9px rgba(176,76,109,.08));
}
.hero-section::before{
  width:255px;height:190px;right:-18px;top:18px;opacity:.30;
  background:none center/contain no-repeat!important;
  transform:rotate(3deg);
}
.hero-section::after{
  content:""!important;position:absolute;left:-40px;bottom:12px;width:190px;height:135px;
  background:none center/contain no-repeat!important;
  opacity:.14;transform:rotate(-14deg);z-index:0;pointer-events:none;
}
.services-section::before,.gallery-section::after,.contact-section::before,.legal-hero::before{
  background:none center/contain no-repeat!important;
}
.service-card:after,.story-photo-main:before,.tiny-bloom,.story-closing:after{
  background-image:none!important;
}
.floral-divider,.story-row:after,.statement-petals{
  background-image:none!important;
}
.about-flower{background-image:none!important}
.story-photo-main:before{width:70px;height:50px;right:18px;top:14px;opacity:.52}
.tiny-bloom{width:76px;height:55px;opacity:.66}
.story-closing:after{width:112px;height:78px;right:-18px;top:-24px;opacity:.46}
.service-card:after{width:58px;height:42px;opacity:.20}

/* Reviews */
.reviews-section{
  position:relative;overflow:hidden;isolation:isolate;
  background:
    radial-gradient(circle at 88% 12%,rgba(248,201,216,.35),transparent 23%),
    linear-gradient(180deg,#fff 0%,#fff8fb 100%);
}
.reviews-section:before{
  content:"";position:absolute;left:-38px;top:42px;width:220px;height:160px;
  background:none center/contain no-repeat;
  opacity:.13;transform:rotate(-8deg);z-index:0;pointer-events:none;
}
.review-shell{position:relative;z-index:1}
.google-review-summary{
  margin:0 auto 30px;max-width:760px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;
  padding:17px 20px;border-radius:22px;background:rgba(255,255,255,.92);border:1px solid rgba(207,94,132,.16);
  box-shadow:0 12px 30px rgba(184,73,111,.07);
}
.google-mark{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;
  font-weight:900;font-size:1.35rem;color:#4285f4;border:1px solid #eee;
}
.google-review-summary strong{display:block;color:#9f4161;font-size:1.05rem}
.google-review-summary span{display:block;color:var(--muted);font-size:.83rem}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{
  background:linear-gradient(160deg,#fff,#fff5f8);border:1px solid rgba(207,94,132,.14);border-radius:28px 58px 28px 58px;
  padding:28px 26px;box-shadow:0 14px 34px rgba(185,73,111,.07);position:relative;overflow:hidden;
}
.review-card:before{
  content:"“";position:absolute;right:20px;top:2px;font-family:Georgia,serif;font-size:5rem;color:rgba(218,106,144,.12);line-height:1;
}
.review-stars{color:#e38b3f;letter-spacing:.08em;font-size:.88rem;margin-bottom:12px}
.review-card blockquote{margin:0 0 18px;font-family:var(--serif);font-size:1.03rem;line-height:1.8;color:#65565c}
.review-author{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.review-author strong{color:#9c4160}.review-author small{font-size:.72rem;color:var(--muted);text-align:right}
.review-author a{text-decoration:underline;text-underline-offset:3px}
.reviews-empty{grid-column:1/-1;text-align:center;padding:30px;border:1px dashed var(--line);border-radius:22px;color:var(--muted)}

/* Facebook */
.facebook-section{position:relative;overflow:hidden;background:#fff}
.facebook-card{
  position:relative;overflow:hidden;display:grid;grid-template-columns:1.18fr .82fr;align-items:center;gap:28px;
  padding:42px 46px;border-radius:34px 82px 34px 82px;
  background:linear-gradient(135deg,#fff2f7 0%,#fde1eb 62%,#f8cada 100%);
  border:1px solid rgba(207,94,132,.14);box-shadow:0 20px 48px rgba(182,72,108,.10);
}
.facebook-card:after{
  content:"";position:absolute;right:23%;bottom:-38px;width:240px;height:130px;
  background:none center/contain no-repeat;opacity:.18;transform:rotate(-9deg);
}
.facebook-copy{position:relative;z-index:2}.facebook-copy p:not(.eyebrow){max-width:620px;color:#6d5d63}
.facebook-url{display:inline-block;margin:4px 0 20px;color:#a64666;font-weight:800;text-decoration:underline;text-underline-offset:4px}
.fb-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#1877f2;color:#fff;font-family:Arial,sans-serif;font-weight:900}
.facebook-visual{display:grid;place-items:center;position:relative;z-index:1}
.facebook-visual img{width:min(270px,100%);filter:drop-shadow(0 15px 24px rgba(164,66,99,.10));transform:rotate(2deg)}

/* Location */
.location-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch;margin-bottom:28px;
}
.studio-photo{
  min-height:390px;margin:0;border-radius:34px 82px 34px 82px;overflow:hidden;background:#fff;
  border:6px solid rgba(255,255,255,.88);box-shadow:0 18px 42px rgba(159,65,96,.12);position:relative;
}
.studio-photo img{width:100%;height:100%;min-height:390px;object-fit:cover}
.studio-photo-awaiting{
  display:grid;place-items:center;align-content:center;text-align:center;padding:40px;
  background:linear-gradient(150deg,rgba(255,255,255,.86),rgba(255,242,247,.86));
  border:1px dashed rgba(176,76,109,.28);box-shadow:none;color:#7a666e;
}
.studio-photo-awaiting strong{font-family:var(--script);font-size:2.35rem;color:#b74f72}
.studio-photo-awaiting p{max-width:350px;font-size:.92rem}
.studio-flower-mark{
  width:170px;height:110px;background:none center/contain no-repeat;opacity:.55;margin-bottom:4px;
}
.location-info{
  position:relative;padding:34px;border-radius:34px;background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.88);
  box-shadow:0 15px 36px rgba(170,68,102,.08);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
}
.location-info h3{font-family:var(--serif);font-size:clamp(1.6rem,2.4vw,2.25rem);color:#5d4e54;margin:0 0 16px}
.location-pin{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#fff1f5;color:#a84465;font-size:1.35rem;margin-bottom:14px}
.rating-line{display:flex;gap:10px;align-items:center;margin:0 0 22px;flex-wrap:wrap}
.rating-line strong{color:#a84465}.rating-line span{font-size:.84rem;color:var(--muted)}

/* Footer social */
.site-footer .footer-links a[href*="facebook"]{font-weight:800;color:#b04a6d}

/* admin review rows */
.editor-card.review-editor{grid-template-columns:1fr 90px 1.7fr 1fr 1.3fr auto}

/* Mobile */
@media(max-width:1000px){
  .review-grid{grid-template-columns:1fr 1fr}
  .facebook-card{grid-template-columns:1fr .65fr}
  .location-grid{grid-template-columns:1fr 1fr}
  .editor-card.review-editor{grid-template-columns:1fr 90px 1fr}
  .editor-card.review-editor label:nth-child(3){grid-column:1/-1}
}
@media(max-width:760px){
  .header-inner:before{width:43px;height:31px;left:12px;top:18px}
  .hero-section::before{width:160px;height:118px;right:-42px;opacity:.17}
  .review-grid,.location-grid,.facebook-card{grid-template-columns:1fr}
  .google-review-summary{grid-template-columns:auto 1fr}.google-review-summary .btn{grid-column:1/-1}
  .facebook-card{padding:30px 24px;border-radius:28px 58px 28px 58px}
  .facebook-visual{order:-1}.facebook-visual img{width:180px}
  .studio-photo{min-height:310px;border-radius:28px 58px 28px 58px}.studio-photo img{min-height:310px}
  .location-info{padding:28px 22px}
  .review-card{border-radius:24px 48px 24px 48px}
  .editor-card.review-editor{grid-template-columns:1fr}
  .editor-card.review-editor label:nth-child(3){grid-column:auto}
}
@media(max-width:500px){
  .reviews-section:before{display:none}
  .facebook-card:after{opacity:.10}
}


/* =========================================================
   V3.7 – finomabb hero, teljes portré, 6 táncóra, terembérlés
   ========================================================= */
/* A logó fehér széle fokozatosan beleolvad a hero hátterébe. */
.hero-logo-wrap{padding:10px;background:transparent;isolation:isolate}
.hero-logo-wrap:before,.hero-logo-wrap:after{display:none!important}
.hero-logo{
  filter:drop-shadow(0 16px 28px rgba(207,94,132,.07));
  -webkit-mask-image:radial-gradient(ellipse 82% 82% at 50% 47%,#000 60%,rgba(0,0,0,.92) 72%,transparent 100%);
  mask-image:radial-gradient(ellipse 82% 82% at 50% 47%,#000 60%,rgba(0,0,0,.92) 72%,transparent 100%);
}
.hero-logo-wrap:before{content:""}

/* A Rólam oldal első képe teljes egészében látszik, így a csípőn lévő kéz sem vágódik le. */
.story-intro-grid{grid-template-columns:1.04fr .96fr;align-items:center}
.story-photo-main{height:auto!important;aspect-ratio:2048/1671;border-radius:38px 94px 38px 94px;background:#fff7fa;transform:none}
.story-photo-main img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;background:#fff7fa}
.story-photo-main:before{display:none!important}

/* Hat táncóra levegősebb 3×2 elrendezésben. */
.service-grid{grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{min-height:225px;padding:27px 24px 25px}
.service-card h3{font-size:1.72rem}
.service-card p{line-height:1.7}

/* Vélemények: nincs darabszám és nincs Google-összesítő. */
.google-review-summary,.rating-line{display:none!important}
.review-grid{margin-top:12px}

/* Terembérlés oldal */
.rental-page{position:relative;overflow:hidden;min-height:calc(100vh - 160px);background:radial-gradient(circle at 82% 18%,rgba(247,193,211,.40),transparent 24%),linear-gradient(145deg,#fff 0%,#fff7fa 56%,#fdeaf1 100%)}
.rental-page:before{content:"";position:absolute;right:-70px;top:22px;width:260px;height:190px;background:none center/contain no-repeat;opacity:.18;pointer-events:none}
.rental-page:after{content:"";position:absolute;left:-40px;bottom:30px;width:170px;height:120px;background:none center/contain no-repeat;opacity:.10;pointer-events:none}
.rental-shell{min-height:650px;display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:center;position:relative;z-index:1}
.rental-copy{max-width:650px}.rental-copy h1{font-size:clamp(3.5rem,6vw,5.7rem);margin-bottom:24px}.rental-lead{font-family:var(--serif);font-size:1.12rem;line-height:1.95;color:#6c5a61;max-width:620px}.rental-note{display:flex;gap:15px;align-items:flex-start;margin:27px 0;padding:20px 22px;border-radius:22px 46px 22px 46px;background:rgba(255,255,255,.76);border:1px solid rgba(207,94,132,.16);box-shadow:var(--shadow-soft)}.rental-note span{font-size:1.45rem;color:var(--rose-deep)}.rental-note p{margin:0;color:#66565c;font-weight:650}
.rental-visual{position:relative;text-align:center}.rental-visual>img{width:min(390px,100%);margin:auto;filter:drop-shadow(0 20px 32px rgba(182,72,108,.10));-webkit-mask-image:radial-gradient(ellipse 84% 84% at center,#000 62%,transparent 100%);mask-image:radial-gradient(ellipse 84% 84% at center,#000 62%,transparent 100%)}
.rental-mini-list{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-top:-5px;position:relative;z-index:2}.rental-mini-list span{padding:8px 13px;border-radius:999px;background:#fff;border:1px solid rgba(207,94,132,.16);font-size:.78rem;font-weight:800;color:#a74667;box-shadow:0 7px 18px rgba(182,72,108,.06)}

@media(max-width:1000px){.service-grid{grid-template-columns:repeat(2,1fr)}.rental-shell{gap:38px}}
@media(max-width:760px){
  .hero-logo{width:min(430px,94vw);margin:auto}
  .story-intro-grid{grid-template-columns:1fr}.story-photo-main{aspect-ratio:2048/1671;height:auto!important;order:1}
  .service-grid{grid-template-columns:1fr 1fr}
  .rental-shell{grid-template-columns:1fr;gap:24px;min-height:auto;padding-top:58px;padding-bottom:76px}.rental-copy{text-align:center}.rental-copy .eyebrow{text-align:center}.rental-lead{text-align:left}.rental-note{text-align:left}.rental-visual{order:-1}.rental-visual>img{width:min(300px,82vw)}
}
@media(max-width:500px){.service-grid{grid-template-columns:1fr}.service-card{min-height:0}.rental-page:before{opacity:.10}.rental-page:after{display:none}}


/* =========================================================
   V3.8 – CLEAN ELEGANT: nincs külön cseresznyevirág/szirom dekoráció
   ========================================================= */
:root{
  --rose-deep:#c6577c;
  --rose:#df7698;
  --rose-soft:#eea2b8;
  --petal:#f7d5df;
  --petal-light:#fcecf1;
  --blush:#fff7f9;
  --mist:#fff9fa;
  --paper:#ffffff;
  --ink:#3f3539;
  --muted:#75686d;
  --line:rgba(198,87,124,.16);
  --display:"Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;
  --script:var(--display);
  --serif:Georgia,"Times New Roman",serif;
  --sans:"Segoe UI",Arial,sans-serif;
}
body{background:#fff;color:var(--ink)}
h1,h2,h3,.hero-kicker,.story-copy em,.story-rich em,.story-closing p:last-of-type,.studio-photo-awaiting strong{font-family:var(--display)!important;font-style:normal;letter-spacing:-.025em}
h1,h2,h3{font-weight:500;color:#9f405f}
.header-inner:before,.hero-section:before,.hero-section:after,.hero-copy:before,.hero-logo-wrap:before,.hero-logo-wrap:after,
.services-section:before,.services-section:after,.service-card:before,.service-card:after,.gallery-section:before,.gallery-section:after,
.contact-section:before,.contact-section:after,.legal-hero:before,.legal-hero:after,.about-flower,.story-photo-main:before,.tiny-bloom,
.story-row:after,.statement-petals,.story-closing:after,.reviews-section:before,.facebook-card:after,.rental-page:before,.rental-page:after,
.rental-petals,.studio-flower-mark,.footer-inner:after,.hero-petals,.floral-divider{display:none!important;content:none!important;background:none!important}
.site-header{background:rgba(255,255,255,.96);border-color:rgba(198,87,124,.12)}
.header-inner{justify-content:flex-end}
.main-nav{color:#7e5967;font-weight:650;letter-spacing:.01em}
.main-nav a:after{background:#c6577c}
.hero-section{background:#fff!important;overflow:visible}
.hero-grid{min-height:650px;grid-template-columns:1fr .9fr;gap:76px;padding:62px 0 76px}
.hero-copy{max-width:670px}
.hero-copy h1{font-size:clamp(3.2rem,5.6vw,5.45rem);line-height:1.02;color:#a34564;text-shadow:none}
.hero-rule{width:78px;height:2px;background:#d87c9a;margin:23px 0 24px}
.hero-text{font-family:var(--serif);font-size:1.05rem;line-height:1.95;color:#675b5f;max-width:650px}
.hero-logo-wrap{width:min(500px,100%);padding:0!important;background:#fff!important;border:0!important;box-shadow:none!important}
.hero-logo{width:100%;filter:none!important;mix-blend-mode:normal!important;mask:none!important;-webkit-mask:none!important}
.services-section{background:#fff8fa!important;overflow:visible}
.section-heading h2{line-height:1.12}
.service-grid{grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{min-height:215px;background:#fff;border:1px solid rgba(198,87,124,.14);border-radius:20px;padding:27px 25px;box-shadow:0 10px 28px rgba(138,67,91,.055)}
.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(138,67,91,.09)}
.service-number{font-family:var(--display);font-size:.82rem;letter-spacing:.14em;color:#d5829e;border-bottom:1px solid #efd4dd;padding-bottom:11px;margin-bottom:18px}
.service-card h3{font-size:1.5rem;color:#7f3d54}
.service-card p{font-size:.94rem;line-height:1.75}
.reviews-section{background:#fff!important}
.review-grid{grid-template-columns:repeat(2,1fr);gap:18px}
.review-card{border-radius:20px;background:#fff9fb;border:1px solid rgba(198,87,124,.13);box-shadow:0 10px 26px rgba(138,67,91,.045);padding:28px}
.review-card:before{display:none!important}
.review-card blockquote{font-family:var(--serif);font-size:1rem;line-height:1.8;color:#5f5458}
.review-stars{color:#d17a98;letter-spacing:.08em}
.review-more,.reviews-source-link{text-align:center;margin-top:28px}
.reviews-page{background:linear-gradient(180deg,#fff 0,#fff9fb 100%);min-height:70vh}
.reviews-page .section-heading h1{font-size:clamp(3rem,5vw,4.8rem)}
.reviews-list{display:grid;grid-template-columns:1fr;gap:18px;max-width:920px;margin:auto}
.review-card-full{background:#fff;padding:34px 38px}
.review-card-full blockquote{font-size:1.05rem;line-height:1.9}
.facebook-section{background:#fff7f9!important}
.facebook-card{border-radius:26px;background:#fff!important;border:1px solid rgba(198,87,124,.12);box-shadow:0 16px 40px rgba(138,67,91,.06)}
.facebook-visual img{filter:none!important}
.contact-section{background:#fff!important}
.location-grid{grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.location-grid.no-studio-photo{grid-template-columns:minmax(0,760px);justify-content:center}
.location-info{background:#fff8fa!important;border:1px solid rgba(198,87,124,.14);border-radius:24px!important;box-shadow:0 12px 32px rgba(138,67,91,.05);padding:34px!important}
.location-pin{background:#fff;color:#a94c6b;border:1px solid #efd7df}
.map-qr{display:flex;align-items:center;gap:16px;margin-top:25px;padding-top:22px;border-top:1px solid #efd8e0}
.map-qr img{width:120px;height:120px;object-fit:contain;background:#fff;border:1px solid #ead9df;border-radius:12px;padding:7px}
.map-qr span{max-width:170px;color:var(--muted);font-size:.88rem;line-height:1.5}
.contact-card{background:#fff8fa;border-color:#f0dce3}
.about-story-page{background:#fff!important;overflow:visible}
.story-shell{padding-top:64px}
.story-photo{border:0;border-radius:20px!important;box-shadow:0 18px 46px rgba(77,47,57,.10);transform:none!important}
.story-photo:after{display:none}
.story-photo-main{height:auto!important;align-self:start;background:#fff}
.story-photo-main img{width:100%;height:auto!important;object-fit:contain!important;object-position:center!important}
.story-copy strong,.story-rich strong{color:#93445f}
.story-copy em,.story-rich em{display:block;color:#a44b68;font-size:1.25rem;line-height:1.65;font-style:italic!important;letter-spacing:0;margin:12px 0 22px}
.story-highlight{background:#fff8fa;border-radius:20px;border-color:#efdce3;box-shadow:none}
.story-statement h2{font-size:clamp(2.5rem,4.5vw,4rem)}
.story-closing{background:#fff8fa;border-radius:22px;border-color:#efdce3;box-shadow:none}
.story-closing p:last-of-type{font-size:1.25rem;color:#8f4960;font-style:italic!important;letter-spacing:0}
.rental-page{background:#fff!important;overflow:visible}
.rental-copy h1{color:#9f405f}
.rental-lead{color:#665a5f}
.rental-note{border-radius:18px;background:#fff8fa;border-color:#efdce3;box-shadow:none}
.rental-note span{font-family:var(--serif);font-size:1rem;width:28px;height:28px;border:1px solid #dfb6c4;border-radius:50%;display:grid;place-items:center}
.rental-visual{background:#fff!important;border-radius:22px!important;border:1px solid #efdce3!important;box-shadow:none!important}
.rental-mini-list span{box-shadow:none;background:#fff8fa}
.legal-hero{background:#fff8fa!important}
.legal-card{background:#fff;border-radius:18px;box-shadow:none}
.footer-inner img{background:#fff}
@media(max-width:1000px){.service-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:42px}}
@media(max-width:760px){
  .hero-grid{grid-template-columns:1fr;gap:14px;padding:32px 0 52px}.hero-logo-wrap{order:1;width:min(390px,88vw);margin:auto}.hero-copy{order:2}.hero-copy h1{font-size:clamp(2.8rem,12vw,4.2rem)}.hero-text{text-align:left}.hero-rule{margin-left:auto;margin-right:auto}
  .service-grid{grid-template-columns:1fr}.service-card{min-height:0}.review-grid{grid-template-columns:1fr}.review-card{padding:24px 21px}
  .location-grid,.location-grid.no-studio-photo{grid-template-columns:1fr}.map-qr{justify-content:center;text-align:left}.location-info{padding:26px 22px!important}
  .story-photo-main{height:auto!important}.story-photo-main img{height:auto!important;min-height:0!important;object-fit:contain!important}
}
@media(max-width:500px){.map-qr{flex-direction:column;text-align:center}.map-qr span{max-width:240px}}


/* V3.8.1 – a fő logón kívül nincs ismételt virágos embléma */
.facebook-mark{
  width:150px;height:150px;border-radius:50%;display:grid;place-items:center;
  font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:7rem;line-height:1;
  color:#fff;background:linear-gradient(145deg,#e887a5,#c65c7f);
  box-shadow:0 22px 48px rgba(177,72,108,.16);
}
.rental-wordmark{
  width:220px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(195,89,125,.22);background:#fff;color:var(--rose-deep);
  font-family:var(--display);font-size:2.1rem;letter-spacing:.25em;padding-left:.25em;
  box-shadow:0 20px 46px rgba(130,70,90,.08);
}
.site-footer .footer-inner{gap:16px}
.site-footer .footer-copy{min-width:220px}
@media(max-width:700px){.facebook-mark{width:112px;height:112px;font-size:5.2rem}.rental-wordmark{width:160px;font-size:1.55rem}}

/* =========================================================
   V3.9 – célzott finomítások: szolgáltatások, terem, kapcsolat
   ========================================================= */
/* Lehetőségek: nincs sorszámozás, csak visszafogott virágjel. */
.services-section .section-heading .eyebrow{display:none!important}
.services-section .section-heading h2{max-width:760px;margin-left:auto;margin-right:auto}
.service-card{position:relative;padding-top:31px}
.service-number{display:none!important}
.service-flower{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  margin-bottom:18px;background:#fff7fa;border:1px solid #efd7e0;
  color:#d97d9a;font-family:Georgia,serif;font-size:1.35rem;line-height:1;
  box-shadow:0 7px 18px rgba(138,67,91,.05)
}

/* Kapcsolat: a terem képe és a cím egy elegáns kompozícióban. */
.contact-section{background:linear-gradient(180deg,#fff 0%,#fff9fb 100%)!important}
.location-grid{grid-template-columns:1.22fr .78fr;gap:28px;align-items:stretch}
.studio-photo-main{min-height:440px;border-radius:24px!important;border:0!important;box-shadow:0 18px 44px rgba(72,49,57,.12)}
.studio-photo-main img{min-height:440px;object-fit:cover;object-position:center 48%}
.location-info{justify-content:center;background:#fff!important;border-radius:24px!important;padding:38px!important}
.location-info h3{font-size:clamp(1.7rem,2.4vw,2.25rem);margin-bottom:20px}
.map-qr{margin-top:26px;padding-top:24px;align-items:center}
.map-qr img{width:132px;height:132px}

.studio-mini-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 30px}
.studio-mini-gallery figure{margin:0;height:220px;border-radius:20px;overflow:hidden;box-shadow:0 12px 28px rgba(72,49,57,.08)}
.studio-mini-gallery img{width:100%;height:100%;object-fit:cover}

.direct-contact-card{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;
  padding:30px 34px;background:#fff;border:1px solid #efdce3;border-radius:24px;
  box-shadow:0 12px 30px rgba(138,67,91,.045);margin-top:8px
}
.direct-contact-copy h3{font-family:var(--display)!important;color:#7f3d54;font-size:1.75rem;margin:0 0 8px}
.direct-contact-copy p:not(.eyebrow){color:var(--muted);margin:0}
.direct-contact-links{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.direct-contact-item{
  display:flex;gap:12px;align-items:center;padding:16px 17px;border-radius:18px;
  background:#fff8fa;border:1px solid #f0dce3;transition:.2s
}
.direct-contact-item:hover{transform:translateY(-2px);background:#fff}
.contact-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#a94c6b;border:1px solid #ecd5dd;flex:0 0 38px}
.direct-contact-item small{display:block;color:#8a737b;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}
.direct-contact-item strong{display:block;color:#6b4a56;font-size:.94rem;overflow-wrap:anywhere}

/* Terembérlés: a további teremfotók is megjelennek. */
.rental-visual{border:0!important;background:transparent!important}
.rental-photo-collage{display:grid;grid-template-columns:1fr .72fr;gap:14px;align-items:end}
.rental-photo-collage figure{margin:0;overflow:hidden;border-radius:22px;box-shadow:0 16px 38px rgba(72,49,57,.12)}
.rental-photo-main{height:430px;grid-row:1/3}
.rental-photo-small{height:255px}
.rental-photo-collage img{width:100%;height:100%;object-fit:cover}
.rental-photo-collage .rental-mini-list{grid-column:2;margin:0;align-self:start;justify-content:flex-start}

@media(max-width:1000px){
  .location-grid{grid-template-columns:1fr 1fr}
  .direct-contact-card{grid-template-columns:1fr}
}
@media(max-width:760px){
  .location-grid{grid-template-columns:1fr}
  .studio-photo-main,.studio-photo-main img{min-height:300px}
  .studio-mini-gallery{grid-template-columns:1fr 1fr;gap:10px}.studio-mini-gallery figure{height:150px}
  .direct-contact-card{padding:25px 20px}.direct-contact-links{grid-template-columns:1fr}
  .rental-photo-collage{grid-template-columns:1fr 1fr}.rental-photo-main{height:330px}.rental-photo-small{height:190px}
}
@media(max-width:500px){
  .studio-mini-gallery{grid-template-columns:1fr}.studio-mini-gallery figure{height:190px}
  .rental-photo-collage{grid-template-columns:1fr}.rental-photo-main{height:290px;grid-row:auto}.rental-photo-small{height:220px}.rental-photo-collage .rental-mini-list{grid-column:1}
}
.service-flower{background:#fff!important;overflow:hidden;padding:5px}
.service-flower img{width:100%;height:100%;object-fit:cover;border-radius:50%}

/* V3.10 – teljes vélemények bekezdéstöréseinek megőrzése */
.review-card blockquote{white-space:pre-line}

/* =========================================================
   V3.12 – Rólam oldal: teljes bemutatkozás + esküvő + szalagavató kollázs
   ========================================================= */
.about-v312 .story-shell{padding-top:56px;padding-bottom:90px}
.story-intro-v312{margin-bottom:84px}
.story-intro-v312 .story-photo-main{max-width:590px;margin:0 auto}
.story-intro-v312 .story-intro-text p{margin-bottom:19px}
.story-intro-v312 .story-intro-text em{font-size:1.2rem;line-height:1.7;color:#9a4b66}

.about-chapter{margin:0 0 96px}
.about-chapter-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:66px;align-items:center}
.about-chapter-grid.reverse{grid-template-columns:.9fr 1.1fr}
.about-chapter .story-subtitle{font-size:clamp(2.35rem,4vw,3.7rem);line-height:1.08;margin:0 0 26px;color:#7d4054}
.about-chapter .story-copy p{font-size:1.04rem;line-height:1.9;color:#61555a;margin:0 0 17px}
.about-chapter .story-copy strong{color:#8f435c}
.about-chapter .story-copy em{display:inline;font-size:inherit;line-height:inherit;color:inherit;font-style:italic!important}

.about-v312 .story-photo-couple{height:500px}
.about-v312 .story-photo-blue{height:610px}
.about-v312 .story-photo-competition{height:570px}

.wedding-chapter{grid-template-columns:1.08fr .72fr}
.wedding-photo-card{margin:0;justify-self:center;width:min(100%,430px);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 18px 48px rgba(72,49,57,.12)}
.wedding-photo-card img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;object-position:center}
.wedding-photo-card figcaption{padding:12px 16px 14px;text-align:center;color:#816b74;font-size:.82rem;letter-spacing:.02em;background:#fff}
.wedding-photo-card figcaption strong{color:#a14d69}

.graduation-chapter{padding:58px 0 12px;border-top:1px solid #f0dce3;border-bottom:1px solid #f0dce3}
.graduation-copy{max-width:900px;margin:0 auto 36px;text-align:center}
.graduation-copy p{max-width:860px;margin-left:auto!important;margin-right:auto!important;text-align:left}
.graduation-collage{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:auto auto;gap:16px;align-items:stretch}
.graduation-collage figure{margin:0;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 16px 40px rgba(72,49,57,.10)}
.graduation-collage img{display:block;width:100%;height:100%;object-fit:cover}
.grad-photo-a{grid-row:1/3;min-height:510px}
.grad-photo-b,.grad-photo-c{min-height:247px}
.grad-photo-a img{object-position:center 45%}.grad-photo-b img{object-position:center 44%}.grad-photo-c img{object-position:center 48%}

.quality-chapter{margin-top:-10px}
.quality-panel{padding:42px 46px;background:linear-gradient(145deg,#fff9fb,#fff);border:1px solid #efdce3;border-radius:24px;box-shadow:0 14px 36px rgba(138,67,91,.05)}
.quality-panel .story-subtitle{text-align:center}
.quality-panel p{max-width:880px;margin-left:auto!important;margin-right:auto!important}

.closing-v312{max-width:930px;margin:0 auto;background:#fff8fa;border:1px solid #efdce3;border-radius:24px;padding:48px 50px;text-align:center}
.closing-v312 .story-subtitle{text-align:center}
.closing-v312 p{text-align:left;max-width:790px;margin-left:auto!important;margin-right:auto!important}
.closing-v312 p:last-of-type{font-style:italic!important;color:#914b63;font-size:1.15rem;text-align:center;margin-top:26px!important}
.closing-v312 .btn{margin-top:18px}

@media(max-width:1000px){
  .about-chapter-grid,.about-chapter-grid.reverse,.wedding-chapter{grid-template-columns:1fr 1fr;gap:36px}
  .about-v312 .story-photo-couple{height:430px}.about-v312 .story-photo-blue{height:520px}.about-v312 .story-photo-competition{height:500px}
  .grad-photo-a{min-height:420px}.grad-photo-b,.grad-photo-c{min-height:202px}
}
@media(max-width:760px){
  .story-intro-v312{margin-bottom:58px}
  .about-chapter{margin-bottom:68px}
  .about-chapter-grid,.about-chapter-grid.reverse,.wedding-chapter{grid-template-columns:1fr;gap:28px}
  .about-chapter-grid .story-copy{order:1}.about-chapter-grid figure{order:2}
  .about-v312 .story-photo-couple{height:min(440px,90vw)}.about-v312 .story-photo-blue{height:min(620px,128vw)}.about-v312 .story-photo-competition{height:min(570px,120vw)}
  .wedding-photo-card{width:min(100%,420px)}
  .graduation-chapter{padding-top:42px}.graduation-copy{text-align:left}
  .graduation-collage{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:10px}
  .grad-photo-a{grid-column:1/-1;grid-row:auto;min-height:280px}.grad-photo-b,.grad-photo-c{min-height:180px}
  .quality-panel,.closing-v312{padding:34px 24px}
}
@media(max-width:500px){
  .about-v312 .story-shell{padding-top:36px}
  .about-chapter .story-subtitle{font-size:2.25rem}
  .graduation-collage{grid-template-columns:1fr}.grad-photo-a,.grad-photo-b,.grad-photo-c{grid-column:auto;min-height:0;aspect-ratio:16/9}
  .closing-v312{padding:30px 20px}
}


/* =========================================================
   V3.13 – képek biztos betöltése + letisztult Terembérlés
   ========================================================= */
.rental-v313{background:#fff}
.rental-shell-single{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:64px;align-items:start}
.rental-v313 .rental-copy{max-width:720px}
.rental-v313 .rental-rich{margin-top:24px}
.rental-v313 .rental-rich p{font-size:1.03rem;line-height:1.9;color:#61555a;margin:0 0 20px}
.rental-v313 .rental-rich strong{color:#8f435c}
.rental-bullets{list-style:none;padding:4px 0 8px;margin:0 0 20px;display:grid;gap:11px}
.rental-bullets li{position:relative;padding-left:25px;color:#61555a;line-height:1.65}
.rental-bullets li:before{content:"•";position:absolute;left:6px;top:-1px;color:#d56d91;font-size:1.25rem}
.rental-note-v313{margin:26px 0 24px}
.rental-single-photo{margin:10px 0 0;border-radius:26px;overflow:hidden;background:#f9f5f6;box-shadow:0 18px 48px rgba(72,49,57,.12);position:sticky;top:100px}
.rental-single-photo img{display:block;width:100%;height:auto;min-height:520px;object-fit:cover;object-position:center 50%}
@media(max-width:900px){.rental-shell-single{grid-template-columns:1fr;gap:34px}.rental-single-photo{position:static;order:-1}.rental-single-photo img{min-height:0;aspect-ratio:4/3}}
@media(max-width:520px){.rental-shell-single{gap:26px}.rental-single-photo{border-radius:18px}.rental-v313 .rental-rich p{font-size:.98rem;line-height:1.82}.rental-bullets li{font-size:.96rem}}


/* V3.14 – rendezettebb véleménykártyák */
.review-card-home{display:flex;flex-direction:column;min-height:360px}
.review-card-home blockquote{
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;
  max-height:12.6em;margin-bottom:12px;position:relative;
}
.review-card-actions{margin-top:auto;margin-bottom:14px}
.review-read-more{font-size:.83rem;font-weight:700;color:#a34564;text-decoration:none;border-bottom:1px solid rgba(163,69,100,.28);padding-bottom:2px}
.review-read-more:hover{border-bottom-color:#a34564}
.reviews-list{columns:2;column-gap:18px;display:block!important;max-width:1120px!important}
.review-card-full{break-inside:avoid;display:inline-block;width:100%;margin:0 0 18px;scroll-margin-top:110px}
@media(max-width:760px){.review-card-home{min-height:0}.reviews-list{columns:1}}


/* === V3.15: header brand + full homepage reviews === */
.site-brand{
  margin-right:auto;
  display:inline-flex;
  align-items:center;
  color:#9d405f;
  font-family:var(--serif);
  font-size:1.32rem;
  font-weight:700;
  letter-spacing:.02em;
  white-space:nowrap;
  text-decoration:none;
}
.site-brand:hover{color:#bd5578}
.header-inner{justify-content:flex-end}

/* The homepage now shows the complete review text, distributed in a
   balanced two-column masonry-style flow instead of long single rows. */
.review-grid{
  display:block!important;
  columns:2;
  column-gap:20px;
  margin-top:14px;
}
.review-card-home{
  display:inline-block!important;
  width:100%;
  min-height:0!important;
  margin:0 0 20px;
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
}
.review-card-home blockquote{
  display:block!important;
  max-height:none!important;
  overflow:visible!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  margin-bottom:18px!important;
}
.review-card-actions,.review-read-more{display:none!important}

@media(max-width:760px){
  .site-brand{font-size:1.08rem}
  .review-grid{columns:1}
}


/* =========================================================
   V3.16 – külön szolgáltatási oldalak + helyi SEO + Rólam képfinomítás
   ========================================================= */
.hero-seo-line{font-family:var(--serif);font-size:clamp(1.03rem,1.5vw,1.25rem);font-weight:650;color:#9b4562;line-height:1.55;max-width:670px;margin:0 0 16px}
.service-card{display:flex;flex-direction:column}.service-link{margin-top:auto;padding-top:15px;color:#a34564;font-weight:800;text-decoration:none}.service-link:hover{text-decoration:underline;text-underline-offset:4px}

/* Rólam: ne legyen indokolatlan crop; a szalagavató fotók teljes képként látszanak. */
.story-photo-main{aspect-ratio:auto!important;background:#fff!important}.story-photo-main img{height:auto!important;max-height:760px;object-fit:contain!important;background:#fff!important}
.about-v312 .story-photo-couple,.about-v312 .story-photo-blue{height:auto!important;min-height:0}.about-v312 .story-photo-couple img,.about-v312 .story-photo-blue img{height:auto!important;max-height:680px;object-fit:contain!important;background:#fff}
.graduation-collage{grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:18px!important}.graduation-collage figure{min-height:0!important;aspect-ratio:auto!important;background:#fff}.graduation-collage img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important}.grad-photo-a,.grad-photo-b,.grad-photo-c{grid-column:auto!important;grid-row:auto!important;min-height:0!important;aspect-ratio:auto!important}

/* Külön szolgáltatási oldalak */
.seo-static-fallback{padding:72px 0}.seo-service-page{background:linear-gradient(180deg,#fff 0%,#fff9fb 100%)}.seo-service-shell{padding-top:56px;padding-bottom:90px}.seo-service-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center;margin-bottom:72px}.seo-service-copy h1{font-size:clamp(3rem,5.3vw,5.4rem);line-height:1.02;margin:0 0 18px}.seo-service-subtitle{font-family:var(--serif);font-size:clamp(1.18rem,2vw,1.55rem);line-height:1.6;color:#7b5f68;max-width:700px}.seo-service-image{margin:0;border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 22px 55px rgba(72,49,57,.13)}.seo-service-image img{display:block;width:100%;height:auto;max-height:620px;object-fit:contain;background:#fff}.seo-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.seo-rich{max-width:880px;margin:0 auto}.seo-rich h2{font-family:var(--serif);font-size:clamp(2rem,3.7vw,3.1rem);color:#7e4258;margin:62px 0 18px}.seo-rich p{font-size:1.04rem;line-height:1.95;color:#5e5257;margin:0 0 21px}.seo-rich strong{color:#873f58}.seo-bullets{display:grid;gap:10px;padding:0;margin:12px 0 26px;list-style:none}.seo-bullets li{position:relative;padding-left:25px;line-height:1.75;color:#5e5257}.seo-bullets li:before{content:"•";position:absolute;left:4px;color:#d36c91;font-size:1.35rem}.seo-end-cta{max-width:880px;margin:68px auto 0;padding:34px;border-radius:28px;background:#fff;border:1px solid rgba(207,94,132,.15);box-shadow:0 18px 45px rgba(72,49,57,.08)}.seo-end-cta h2{margin:0 0 10px;font-size:2rem}.seo-end-cta p{color:#6d5b62}

/* Kapcsolat külön oldal */
.contact-page{background:#fff}.contact-page-shell{padding-top:64px;padding-bottom:90px}.contact-page-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:stretch;margin-top:34px}.contact-page-photo{margin:0;border-radius:30px;overflow:hidden;box-shadow:0 18px 48px rgba(72,49,57,.12)}.contact-page-photo img{width:100%;height:100%;min-height:480px;object-fit:cover}.contact-page-info{padding:34px;background:#fff7fa;border:1px solid rgba(207,94,132,.14);border-radius:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px}.contact-page-info h2{margin:0;font-size:2.2rem}.contact-page-info p{margin:0;font-size:1.05rem}.contact-page-info .btn{margin-top:5px}.contact-page-qr{display:flex;align-items:center;gap:14px;margin-top:15px}.contact-page-qr img{width:116px;height:116px;object-fit:contain;background:#fff;padding:5px}.contact-page-qr span{max-width:180px;color:#716168;font-size:.88rem}.contact-help{max-width:880px;margin:64px auto 0}.contact-help h2{font-size:2.1rem;margin:38px 0 12px}.contact-help p{line-height:1.9;color:#5e5257}

/* Menüpontok többen vannak; nagyobb szélességnél is rugalmas. */
.main-nav{gap:12px}.main-nav a{font-size:.82rem;white-space:nowrap}
@media(max-width:980px){.menu-toggle{display:flex}.main-nav{position:absolute;top:100%;right:18px;left:18px;display:none;flex-direction:column;gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px 14px;font-size:.95rem}.header-inner{position:relative}}
@media(max-width:820px){.seo-service-hero,.contact-page-grid{grid-template-columns:1fr;gap:28px}.seo-service-image{order:-1}.seo-service-image img{max-height:none}.seo-service-shell{padding-top:34px}.seo-rich h2{margin-top:46px}.contact-page-photo img{min-height:0;height:auto}.contact-page-info{padding:26px}.contact-page-qr{align-items:flex-start}}
@media(max-width:520px){.seo-service-copy h1{font-size:2.85rem}.seo-service-hero{margin-bottom:46px}.seo-end-cta{padding:26px 20px}.contact-page-qr{flex-direction:column}.contact-page-qr img{width:130px;height:130px}}


/* V3.17 – célzott finomítások */
.rental-v317{background:#fff!important;}
.rental-v317-shell{padding-top:62px;padding-bottom:92px;}
.rental-v317-heading{max-width:820px;margin:0 auto 34px;text-align:center;}
.rental-v317-heading h1{font-size:clamp(3.2rem,6vw,5.4rem);color:#9f405f;margin:8px 0 14px;}
.rental-v317-heading>p:last-child{font-size:1.08rem;line-height:1.8;color:#665a5f;}
.rental-v317-photo{margin:0 auto 46px;max-width:1180px;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 46px rgba(72,49,57,.10);}
.rental-v317-photo img{display:block;width:100%;height:auto!important;object-fit:contain!important;object-position:center!important;}
.rental-v317-content{max-width:980px;margin:0 auto;padding:34px 38px;border:1px solid #efdce3;border-radius:26px;background:#fffafc;}
.rental-v317-content .rental-rich p{font-size:1.02rem;line-height:1.9;color:#61555a;margin:0 0 20px;}
.rental-v317-content .rental-rich strong{color:#8f435c;}
.rental-v317-content .rental-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin:24px 0 28px;padding:0;}
.rental-v317-content .rental-bullets li{list-style:none;padding:15px 16px 15px 42px;border:1px solid #efdce3;border-radius:16px;background:#fff;position:relative;color:#5f5358;line-height:1.5;}
.rental-v317-content .rental-bullets li:before{content:'✓';position:absolute;left:16px;top:14px;color:#c6577c;font-weight:800;font-size:1rem;}
.rental-v317-cta{max-width:980px;margin:28px auto 0;padding:28px 32px;border-radius:24px;background:#fff3f7;border:1px solid #efdce3;display:flex;align-items:center;justify-content:space-between;gap:28px;}
.rental-v317-cta h2{margin:3px 0 8px;font-size:2rem;color:#9f405f;}
.rental-v317-cta p{margin:0;line-height:1.7;color:#62565b;max-width:650px;}
.contact-page-shell{padding-bottom:74px;}
@media(max-width:760px){
  .rental-v317-shell{padding-top:36px;padding-bottom:76px;}
  .rental-v317-photo{margin-bottom:30px;border-radius:18px;}
  .rental-v317-content{padding:24px 20px;border-radius:20px;}
  .rental-v317-content .rental-bullets{grid-template-columns:1fr;}
  .rental-v317-cta{padding:24px 20px;flex-direction:column;align-items:flex-start;}
}


/* V3.18 – diszkrét fotóforrások a Rólam oldalon */
.photo-credit{padding:9px 14px 11px;text-align:center;color:#8a747c;font-size:.78rem;line-height:1.35;letter-spacing:.01em;background:#fff;font-weight:400;text-transform:none;font-style:normal}
.credited-photo img{display:block}
.wedding-photo-card .photo-credit{font-weight:400;color:#8a747c;text-transform:none}

/* V3.23 – Rólam képsorrend és szalagavató képek */
.graduation-about-photo{margin:34px auto 0;max-width:1120px;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 16px 40px rgba(72,49,57,.10)}
.graduation-about-photo img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}
.seo-graduation-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:44px 0 18px}
.seo-graduation-gallery figure{margin:0;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 14px 34px rgba(72,49,57,.10)}
.seo-graduation-gallery img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}
@media(max-width:820px){.seo-graduation-gallery{grid-template-columns:1fr;gap:16px;margin-top:32px}.graduation-about-photo{margin-top:26px}}

/* V3.24 – Kapcsolati érdeklődési űrlap */
.inquiry-section{background:linear-gradient(180deg,#fff9fb 0%,#fff 100%);border-top:1px solid var(--line)}
.inquiry-shell{padding-top:76px;padding-bottom:96px}
.inquiry-form{max-width:900px;margin:0 auto;padding:34px;background:#fff;border:1px solid rgba(207,94,132,.16);border-radius:30px;box-shadow:0 20px 52px rgba(72,49,57,.08)}
.inquiry-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.inquiry-form .field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;color:#66565c;font-weight:700;font-size:.92rem}
.inquiry-form .field small{font-weight:500;color:#8d7c82}
.inquiry-form input[type="text"],.inquiry-form input[type="email"],.inquiry-form input[type="tel"],.inquiry-form input[type="date"],.inquiry-form input:not([type]),.inquiry-form textarea{width:100%;border:1px solid #eadbe0;background:#fff;border-radius:15px;padding:13px 14px;color:var(--ink);outline:none;transition:.2s;font-weight:500}
.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:#d87698;box-shadow:0 0 0 3px rgba(228,127,159,.12)}
.inquiry-interests{border:0;padding:0;margin:6px 0 22px}.inquiry-interests legend{font-weight:800;color:#66565c;margin-bottom:11px}
.inquiry-interests{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px}
.inquiry-interests legend{grid-column:1/-1}.inquiry-interests label{display:flex;align-items:center;gap:9px;padding:12px 13px;border:1px solid #eedee4;border-radius:14px;background:#fff9fb;color:#66565c;font-size:.9rem;font-weight:650;cursor:pointer}
.inquiry-interests input,.privacy-check input{accent-color:var(--rose-deep);width:18px;height:18px;flex:0 0 auto}
.privacy-check{display:flex;align-items:flex-start;gap:10px;margin:5px 0 10px;color:#66565c;font-size:.9rem}.privacy-check a{color:#a54465;text-decoration:underline;text-underline-offset:3px;font-weight:700}
.inquiry-note{color:#817078;font-size:.82rem;line-height:1.65;margin:8px 0 18px}
.inquiry-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.inquiry-status{font-size:.9rem;font-weight:700}.inquiry-status.success{color:#26724b}.inquiry-status.error{color:#ad3b4d}
.inquiry-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:760px){.inquiry-form{padding:24px 18px;border-radius:22px}.inquiry-form-grid{grid-template-columns:1fr;gap:0}.inquiry-interests{grid-template-columns:1fr 1fr}.inquiry-shell{padding-top:54px;padding-bottom:78px}}
@media(max-width:480px){.inquiry-interests{grid-template-columns:1fr}}


/* V3.32 – Táncóráim áttekintő oldal */
.dance-options-page{background:linear-gradient(180deg,#fff 0%,#fff8fb 100%)}
.dance-options-shell{padding-top:58px;padding-bottom:92px}
.dance-options-intro{max-width:800px;margin:0 auto 42px;text-align:center}
.dance-options-intro h1{font-size:clamp(3rem,5.4vw,5rem);margin-bottom:18px}
.dance-options-intro p{color:var(--muted);font-size:1.05rem;line-height:1.85}
.dance-options-page .service-grid{grid-template-columns:repeat(3,1fr)}
.dance-options-page .service-card{min-height:270px}
.dance-options-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:16px}
.dance-options-card-actions .btn{min-height:40px;padding:8px 14px;font-size:.78rem}
.dance-options-contact{max-width:880px;margin:48px auto 0;padding:30px;border-radius:28px;background:white;border:1px solid var(--line);box-shadow:var(--shadow-soft);text-align:center}
.dance-options-contact h2{font-size:2.35rem;margin-bottom:10px}
.dance-options-contact p{color:var(--muted);margin-bottom:20px}
@media(max-width:980px){.dance-options-page .service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.dance-options-page .service-grid{grid-template-columns:1fr}.dance-options-shell{padding-top:38px}}

/* =========================================================
   V3.35 – CSAK mobilon bekapcsolt „Asztali webhely” nézet
   A normál mobilnézet (<=760px) változatlan.
   Laptop/asztali gép nem érintett: csak érintős, coarse-pointer eszközön él.
   ========================================================= */
@media (min-width:761px) and (max-width:980px) and (hover:none) and (pointer:coarse){
  .menu-toggle{display:none!important}
  .header-inner{position:relative;gap:9px;padding-left:12px;padding-right:12px}
  .site-brand{font-size:.98rem}
  .main-nav,
  .main-nav.open{
    display:flex!important;
    position:static!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
    box-shadow:none!important;
  }
  .main-nav a{
    padding:6px 0!important;
    border-radius:0!important;
    font-size:.69rem!important;
    white-space:nowrap!important;
  }
  .main-nav a:after{display:block!important}
}
