:root{--burg:#7b1028;--burg2:#5e0d20;--gold:#b9853f;--gold2:#d8b27a;--ink:#281f20;--muted:#6e6462;--cream:#fbf8f4;--paper:#fffdfb;--line:#eadfd4;--soft:#f5eee7;--shadow:0 18px 55px rgba(78,47,38,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,251,.94);backdrop-filter:blur(15px);border-bottom:1px solid rgba(185,133,63,.18)}.header-inner{height:88px;display:flex;align-items:center;gap:28px}.brand img{width:230px;max-height:70px;object-fit:contain}.nav{display:flex;gap:27px;margin-left:auto;font-size:14px}.nav a{padding:10px 0;position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--gold);transition:.25s}.nav a:hover:after{right:0}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:14px 22px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:.25s;font-family:inherit}.btn:hover{transform:translateY(-2px)}.btn-burgundy{background:var(--burg);color:white}.btn-burgundy:hover{background:var(--burg2)}.btn-gold{background:var(--gold);color:white}.btn-outline{border-color:#cda66d;background:#fff;color:var(--burg)}.header-cta{padding:12px 18px}.menu-toggle{display:none;background:none;border:0}.hero{background:radial-gradient(circle at 15% 20%,#fff 0,#fbf7f2 44%,#f3e8de 100%);padding:55px 0 46px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:62px}.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--gold);font-weight:700}.hero h1,.section-head h2,.center-head h2,.contact-copy h2,.modal-info h2{font-family:"Cormorant Garamond",serif;font-size:64px;line-height:.9;margin:14px 0 22px;font-weight:600}.hero h1 em,.contact-copy h2 em{font-style:normal;color:var(--gold)}.hero-copy>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-proof{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:#665c58;margin-top:22px}.hero-visual{position:relative}.hero-photo{border-radius:26px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(1deg);background:#eee}.hero-photo img{width:100%;aspect-ratio:1.55;object-fit:cover}.floating-badge{position:absolute;right:-18px;bottom:-24px;background:white;border:1px solid var(--line);border-radius:16px;padding:14px 19px;box-shadow:var(--shadow);display:flex;align-items:center;gap:9px}.floating-badge b{font-family:"Cormorant Garamond";font-size:32px;color:var(--burg)}.floating-badge span{font-size:11px;line-height:1.3}.gift-strip{background:var(--burg);color:#fff}.gift-inner{display:grid;grid-template-columns:65px 1fr auto;gap:22px;align-items:center;padding:28px 0}.gift-icon{width:54px;height:54px;border:1px solid rgba(255,255,255,.45);border-radius:50%;display:grid;place-items:center;font-size:25px;color:#f3d29c}.gift-kicker{font-size:10px;letter-spacing:.16em;color:#e9c690}.gift-inner h2{font-family:"Cormorant Garamond";font-size:31px;margin:4px 0 2px}.gift-inner p{margin:0;color:#f3e9e5;font-size:13px}.gift-sizes{display:flex;gap:10px}.gift-sizes span{border:1px solid rgba(255,255,255,.28);border-radius:10px;padding:10px 14px;font-size:9px;color:#e8d5ce;text-align:center}.gift-sizes b{font-size:12px;color:white}.catalog-section{padding:80px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:30px}.section-head h2,.center-head h2{font-size:46px;line-height:1;margin:9px 0 8px}.section-head p{color:var(--muted);margin:0;max-width:700px}.count-pill{border:1px solid var(--line);border-radius:20px;padding:12px 20px;text-align:center;background:var(--cream)}.count-pill b{font-family:"Cormorant Garamond";font-size:32px;color:var(--burg);display:block;line-height:.8}.count-pill span{font-size:10px;color:var(--muted)}.catalog-tools{display:flex;gap:18px;justify-content:space-between;align-items:center;margin-bottom:28px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 14px;cursor:pointer;color:#554a47}.filters button.active{background:var(--soft);border-color:#d6b07d;color:var(--burg)}.search{width:300px;border:1px solid var(--line);border-radius:12px;padding:0 13px;display:flex;align-items:center;background:white}.search input{width:100%;padding:12px;border:0;outline:0;font-family:inherit}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden;transition:.25s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(74,43,34,.12)}.product-image{position:relative;overflow:hidden;background:#eee}.product-image img{width:100%;aspect-ratio:1.25;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.025)}.heart{position:absolute;right:10px;top:10px;width:33px;height:33px;border-radius:50%;background:rgba(255,255,255,.93);display:grid;place-items:center;color:var(--gold);border:1px solid rgba(185,133,63,.3)}.product-body{padding:14px}.product-code{font-family:"Cormorant Garamond";font-size:24px;font-weight:700}.tag{display:inline-block;border-radius:999px;padding:5px 9px;font-size:10px;background:#f7f0e8;color:#94692f;margin:5px 0 13px}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.card-actions button{font-size:11px;padding:10px;border-radius:8px}.ghost-btn{border:1px solid #d9c9ba;background:white;color:#514843}.ask-btn{border:1px solid var(--burg);background:var(--burg);color:white}.load-more-wrap{text-align:center;margin-top:34px}.value-section{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:38px 0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-grid article{padding:10px 25px;border-right:1px solid var(--line)}.value-grid article:last-child{border-right:0}.value-grid .icon{font-size:30px;color:var(--gold)}.value-grid h3{font-family:"Cormorant Garamond";font-size:25px;margin:8px 0}.value-grid p{font-size:13px;line-height:1.6;color:var(--muted)}.how-section{padding:80px 0}.center-head{text-align:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:35px}.steps article{border:1px solid var(--line);border-radius:18px;padding:28px 22px;background:#fff}.steps b{font-family:"Cormorant Garamond";font-size:38px;color:#d7b27b}.steps h3{font-family:"Cormorant Garamond";font-size:23px;margin:8px 0}.steps p{color:var(--muted);font-size:13px;line-height:1.6}.contact-section{padding:85px 0;background:linear-gradient(130deg,#f8f1ea,#fffdfb)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.contact-copy h2{font-size:52px;line-height:.98}.contact-copy p{color:var(--muted);line-height:1.7}.contact-note{margin-top:24px;border-left:3px solid var(--gold);padding:14px 18px;background:white;border-radius:0 12px 12px 0;font-size:13px}.quote-form{background:white;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.form-title h3{font-family:"Cormorant Garamond";font-size:30px;margin:0}.form-title p{color:var(--muted);font-size:12px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form label{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#6c625d;margin-top:12px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #e4d8ce;border-radius:9px;padding:13px;font-family:inherit;background:#fff;outline:0}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--gold)}.consent{flex-direction:row!important;align-items:flex-start!important;gap:8px!important}.consent input{width:auto!important;margin-top:2px}.submit{width:100%;margin-top:16px}.form-status{font-size:12px;margin-top:10px;text-align:center}.form-status.ok{color:#237341}.form-status.err{color:#a52626}footer{padding:30px 0;background:#fff;border-top:1px solid var(--line)}.footer-inner{display:grid;grid-template-columns:220px 1fr auto;gap:20px;align-items:center}.footer-inner img{width:200px}.footer-inner p{font-size:12px;color:var(--muted)}.footer-links{display:flex;gap:20px;font-size:12px}.footer-inner small{font-size:10px;color:#8d817c}.modal{position:fixed;inset:0;z-index:100;display:none}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(32,20,20,.58);backdrop-filter:blur(5px)}.modal-card{position:relative;z-index:2;width:min(900px,calc(100% - 30px));margin:5vh auto;background:white;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;box-shadow:0 30px 100px rgba(0,0,0,.25)}.modal-image img{width:100%;height:100%;min-height:520px;object-fit:cover}.modal-info{padding:42px}.modal-info h2{font-size:48px;margin:8px 0}.modal-info p,.modal-info li{font-size:13px;line-height:1.7;color:var(--muted)}.modal-close{position:absolute;right:12px;top:12px;z-index:3;width:36px;height:36px;border-radius:50%;border:0;background:white;font-size:22px;cursor:pointer}.modal-info .btn{margin-top:15px}.hidden{display:none!important}@media(max-width:980px){.nav{display:none}.header-cta{margin-left:auto}.hero-grid,.contact-grid{grid-template-columns:1fr}.hero-copy{order:2}.hero-visual{order:1}.hero h1{font-size:55px}.product-grid{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.gift-inner{grid-template-columns:50px 1fr}.gift-sizes{grid-column:2}.footer-inner{grid-template-columns:1fr;text-align:center}.footer-inner img{margin:auto}.footer-links{justify-content:center}}@media(max-width:700px){.container{width:min(100% - 26px,1180px)}.site-header .header-inner{height:72px}.brand img{width:180px}.header-cta{display:none}.menu-toggle{display:flex;margin-left:auto;flex-direction:column;gap:4px;padding:10px}.menu-toggle span{width:24px;height:2px;background:var(--burg)}.nav.open{display:flex;position:absolute;left:0;right:0;top:72px;background:white;padding:18px 22px;flex-direction:column;border-bottom:1px solid var(--line)}.hero{padding-top:26px}.hero-grid{gap:34px}.hero-photo img{aspect-ratio:1.2}.hero h1{font-size:46px}.hero-copy>p{font-size:15px}.hero-actions{display:grid}.hero-proof{display:grid;gap:7px}.floating-badge{right:8px;bottom:-20px}.gift-inner{grid-template-columns:1fr;padding:24px 0}.gift-icon{display:none}.gift-sizes{grid-column:1}.gift-inner h2{font-size:27px}.catalog-section{padding:58px 0}.section-head{align-items:flex-start}.section-head h2{font-size:38px}.count-pill{display:none}.catalog-tools{align-items:stretch;flex-direction:column}.filters{overflow:auto;flex-wrap:nowrap;padding-bottom:3px}.filters button{white-space:nowrap}.search{width:100%}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-body{padding:11px}.product-code{font-size:21px}.card-actions{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr}.value-grid article{border-right:0;border-bottom:1px solid var(--line)}.steps{grid-template-columns:1fr}.contact-section{padding:58px 0}.contact-copy h2{font-size:43px}.field-row{grid-template-columns:1fr}.quote-form{padding:20px}.modal-card{grid-template-columns:1fr;max-height:90vh;overflow:auto;margin:4vh auto}.modal-image img{min-height:auto;aspect-ratio:1.25}.modal-info{padding:25px}.footer-links{flex-wrap:wrap}.footer-inner{gap:10px}}@media(max-width:430px){.product-grid{grid-template-columns:1fr}.brand img{width:162px}.hero h1{font-size:42px}}
/* Product detail page */
.detail-main{background:#fffdfb}.detail-section{padding:36px 0 72px;background:linear-gradient(180deg,#fffdfb,#fbf7f2)}.breadcrumbs{display:flex;gap:9px;align-items:center;font-size:12px;color:var(--muted);margin:8px 0 28px}.breadcrumbs b{color:var(--burg)}.detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:start}.detail-main-image{background:#f3eee9;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.detail-main-image img{width:100%;aspect-ratio:1.18;object-fit:cover}.thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:3px}.thumb{border:1px solid var(--line);background:white;padding:3px;border-radius:10px;cursor:pointer;min-width:84px}.thumb.active{border-color:var(--gold)}.thumb img{width:78px;height:66px;object-fit:cover;border-radius:7px}.detail-copy h1{font-family:"Cormorant Garamond",serif;font-size:62px;line-height:.95;margin:10px 0 12px}.detail-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.detail-badges span{background:#f6eee6;color:#885d2c;border:1px solid #ead7c1;border-radius:999px;padding:7px 11px;font-size:11px}.detail-lead{font-size:15px;color:var(--muted);line-height:1.75}.detail-value-box{border:1px solid var(--line);border-radius:16px;background:white;margin:22px 0;overflow:hidden}.detail-value-box>div{padding:14px 16px;border-bottom:1px solid var(--line);display:grid;gap:3px}.detail-value-box>div:last-child{border-bottom:0}.detail-value-box b{font-family:"Cormorant Garamond",serif;font-size:20px}.detail-value-box span{font-size:11px;color:var(--muted)}.detail-specs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:22px}.detail-specs div{padding:15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:92px}.detail-specs small{display:block;font-size:9px;letter-spacing:.12em;color:var(--gold);margin-bottom:7px}.detail-specs strong{font-size:12px;line-height:1.5;font-weight:600}.detail-actions{display:flex;gap:10px;margin-top:24px}.no-price-note{font-size:11px;color:#897d78;line-height:1.55;margin-top:15px}.detail-gift{padding:0 0 70px}.gift-card-detail{border:1px solid #e8d6c7;background:linear-gradient(120deg,#f8ede6,#fff);border-radius:22px;padding:30px 35px;display:grid;grid-template-columns:1fr auto auto;gap:22px;align-items:center}.gift-card-detail h2{font-family:"Cormorant Garamond",serif;font-size:34px;margin:6px 0}.gift-card-detail p{font-size:13px;color:var(--muted);margin:0;max-width:720px}.detail-format{width:118px;height:100px;border:1px solid #dfc4a1;background:white;border-radius:16px;display:grid;place-items:center;align-content:center;gap:3px}.detail-format b{font-size:14px;color:var(--burg)}.detail-format span{font-size:11px;color:var(--muted)}.related-section{padding:0 0 80px}.card-actions.single{grid-template-columns:1fr}.detail-link{display:flex;align-items:center;justify-content:center}.product-image{display:block}.card-actions a{font-size:11px;padding:10px;border-radius:8px}
@media(max-width:900px){.detail-grid{grid-template-columns:1fr}.gift-card-detail{grid-template-columns:1fr 1fr}.gift-card-detail>div:first-child{grid-column:1/-1}.detail-copy h1{font-size:52px}}
@media(max-width:600px){.detail-section{padding-top:22px}.detail-grid{gap:30px}.detail-main-image img{aspect-ratio:1.1}.detail-copy h1{font-size:46px}.detail-specs{grid-template-columns:1fr}.detail-actions{display:grid}.gift-card-detail{padding:22px;grid-template-columns:1fr 1fr}.detail-format{width:100%}.related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.related-grid{grid-template-columns:1fr}}
.detail-gift{margin:18px 0;padding:16px 18px;border:1px solid rgba(176,128,54,.28);border-radius:14px;background:linear-gradient(135deg,#fffaf4,#fff);display:flex;gap:8px;flex-direction:column}.detail-gift strong{color:#7d1027;font-family:Georgia,serif;font-size:18px}.detail-gift span{font-size:14px;line-height:1.55;color:#5e5149}


/* V5.1 — Premium header refresh */
.site-header{background:rgba(255,253,250,.92);border-bottom:1px solid rgba(123,16,40,.10);box-shadow:0 8px 30px rgba(57,31,30,.045);backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25)}
.header-inner{height:96px;gap:30px}
.brand{display:flex;align-items:center;flex:0 0 auto;padding:7px 0}
.brand img{width:244px;max-height:76px;object-fit:contain}
.nav{margin-left:auto;gap:8px;align-items:center;padding:6px;border:1px solid rgba(185,133,63,.13);border-radius:999px;background:rgba(255,255,255,.52)}
.nav a{padding:10px 15px;border-radius:999px;font-size:13px;font-weight:500;color:#564b49;transition:.22s ease}
.nav a:after{display:none}
.nav a:hover{background:#f7f0e9;color:var(--burg)}
.nav a.active{background:#fff;color:var(--burg);box-shadow:0 4px 16px rgba(83,44,39,.08)}
.header-actions{display:flex;align-items:center;gap:12px}
.header-note{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:10px;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:#8a7d76}
.header-note b{font-family:"Cormorant Garamond",serif;font-size:23px;line-height:1;color:var(--gold);letter-spacing:0}
.header-cta{position:relative;overflow:hidden;gap:12px;padding:13px 18px 13px 20px;border-radius:999px;background:var(--burg);color:#fff;box-shadow:0 10px 24px rgba(123,16,40,.16)}
.header-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.13) 50%,transparent 80%);transform:translateX(-120%);transition:transform .55s ease}
.header-cta:hover{background:var(--burg2);color:#fff;transform:translateY(-1px);box-shadow:0 14px 30px rgba(123,16,40,.22)}
.header-cta:hover:before{transform:translateX(120%)}
.header-cta span,.header-cta i{position:relative;z-index:1}
.header-cta i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:rgba(255,255,255,.14);font-style:normal;font-size:14px}
@media(max-width:1080px){.header-note{display:none}.nav{gap:3px}.nav a{padding:9px 11px}.brand img{width:220px}}
@media(max-width:980px){.header-inner{height:82px}.brand img{width:210px;max-height:66px}.nav{display:none}.header-actions{margin-left:auto}.header-cta{padding:11px 16px}}
@media(max-width:700px){.site-header .header-inner{height:74px}.brand img{width:178px}.header-actions{display:none}.menu-toggle{width:42px;height:42px;margin-left:auto;padding:10px;border:1px solid rgba(123,16,40,.12);border-radius:50%;background:#fff;align-items:center;justify-content:center}.menu-toggle span{width:20px}.nav.open{top:74px;padding:14px 16px 20px;gap:4px;border:0;border-top:1px solid rgba(123,16,40,.08);border-bottom:1px solid var(--line);border-radius:0;box-shadow:0 20px 35px rgba(57,31,30,.08)}.nav.open a{width:100%;padding:13px 14px;border-radius:10px}}


/* V5.2 — premium refinements */
body{background:linear-gradient(180deg,#fffdfa 0%,#fcf8f4 100%)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-header{background:rgba(255,252,249,.94);box-shadow:0 10px 34px rgba(57,31,30,.05)}
@media(min-width:981px){
  .header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center}
  .nav{justify-self:center;margin:0 auto}
  .header-actions{justify-self:end}
}
.header-note{display:none!important}
.nav a{font-weight:500}
.nav a.active,.nav a:hover{background:#fffaf5;color:var(--burg)}
.hero{padding:58px 0 52px;background:radial-gradient(circle at 18% 22%,#fff 0,#fcf7f2 40%,#f4e7db 100%)}
.hero-copy>p strong{font-weight:600;color:var(--burg)}
.hero-photo{border-radius:30px;border:1px solid rgba(194,158,109,.22);box-shadow:0 24px 60px rgba(85,47,38,.14)}
.floating-badge{right:16px;bottom:16px;border-radius:18px;padding:13px 16px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px)}
.floating-badge b{font-size:25px}
.gift-strip{background:linear-gradient(135deg,#7b1028 0%,#5a0f21 100%);padding:8px 0}
.gift-premium{display:grid;grid-template-columns:1.08fr .92fr;gap:32px;align-items:center;padding:30px 0}
.gift-copy-block h2{font-size:38px;margin:6px 0 8px}
.gift-copy-block p{font-size:14px;line-height:1.8;color:#f3e7e4;max-width:560px}
.gift-bullets{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.gift-bullets span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);padding:10px 13px;border-radius:999px;font-size:11px;color:#fff7f3}
.gift-mockups{display:flex;align-items:flex-end;justify-content:flex-end;gap:18px}
.social-phone{width:250px;background:#131313;border-radius:32px;padding:12px 12px 14px;box-shadow:0 30px 45px rgba(17,7,9,.28);position:relative}
.phone-notch{width:100px;height:18px;border-radius:0 0 14px 14px;background:#0d0d0d;margin:0 auto 8px}
.social-screen{background:linear-gradient(180deg,#fff8f2,#fff);border-radius:24px;padding:12px 12px 14px;color:#322627}
.social-top,.detail-social-head{display:flex;align-items:center;gap:8px;font-size:11px;color:#6d5d58}
.social-top b,.detail-social-head b{font-size:12px;color:#3b2b2d}
.social-top small,.detail-social-head small{margin-left:auto;color:#9a847e}
.social-avatar{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#d5ab73,#8a0f2b);display:inline-block}
.social-post-frame,.detail-social-image{margin-top:10px;border-radius:18px;overflow:hidden;background:#efe6df;border:1px solid rgba(171,128,79,.24)}
.social-post-frame img,.detail-social-image img{width:100%;aspect-ratio:1 / 1;object-fit:cover}
.social-meta{padding-top:10px;display:grid;gap:3px}
.social-meta span,.story-mini-copy span,.detail-story-copy span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9a847e}
.social-meta strong,.story-mini-copy b,.detail-story-copy b{font-family:"Cormorant Garamond",serif;font-size:22px;line-height:1.05;color:#3c2928}
.story-mini-card,.detail-story-card{width:186px;background:#fff3ea;border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:10px;box-shadow:0 18px 40px rgba(17,7,9,.18)}
.story-mini-image,.detail-story-image{border-radius:18px;overflow:hidden;background:#f5ece5}
.story-mini-image img,.detail-story-image img{width:100%;aspect-ratio:.78;object-fit:cover}
.story-mini-copy,.detail-story-copy{padding:10px 4px 2px;display:grid;gap:4px}
.section-head{margin-bottom:34px}
.count-pill.subtle{background:linear-gradient(135deg,#fffaf5,#fff);border:1px solid rgba(185,133,63,.25);box-shadow:0 10px 24px rgba(96,63,39,.05);min-width:140px}
.count-pill.subtle small{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#b18b54;margin-bottom:4px}
.count-pill.subtle span{font-family:"Cormorant Garamond",serif;font-size:28px;color:var(--burg)}
.filters button{box-shadow:inset 0 -1px 0 rgba(185,133,63,.08)}
.product-card{border-radius:18px;box-shadow:0 10px 24px rgba(84,52,42,.04)}
.product-card:hover{box-shadow:0 20px 42px rgba(74,43,34,.12)}
.product-body{padding:16px}
.ghost-btn,.ask-btn,.card-actions a{display:inline-flex;align-items:center;justify-content:center}
.ghost-btn{border:1px solid var(--burg);background:var(--burg);color:#fff;font-weight:600;box-shadow:0 10px 22px rgba(123,16,40,.14)}
.ghost-btn:hover{background:var(--burg2);border-color:var(--burg2);color:#fff}
.ask-btn{border:1px solid #dbcab8;background:#fffaf6;color:#6b534d;font-weight:600}
.ask-btn:hover{border-color:#c69c65;color:var(--burg);background:#fff}
.value-grid article{background:rgba(255,255,255,.52);border-radius:18px;padding:22px 24px;box-shadow:0 8px 28px rgba(84,52,42,.04);border:1px solid rgba(234,223,212,.7);border-right:0}
.quote-form{box-shadow:0 24px 60px rgba(78,47,38,.09)}
.contact-note{background:linear-gradient(135deg,#fff7ef,#fff)}
.gift-card-detail{background:linear-gradient(135deg,#fff4ea,#fffdfb);border:1px solid rgba(185,133,63,.26);box-shadow:0 18px 42px rgba(78,47,38,.06)}
.premium-detail-gift{grid-template-columns:1.05fr .5fr .45fr;gap:18px}
.detail-gift-copy h2{font-size:36px}
.detail-social-card{background:#fff;border:1px solid rgba(185,133,63,.18);border-radius:20px;padding:12px;box-shadow:0 12px 28px rgba(78,47,38,.06)}
.detail-story-card{background:#fffaf5;border:1px solid rgba(185,133,63,.18)}
.detail-actions .btn-burgundy{background:#fff;border:1px solid #d9c9ba;color:#5b4d49}
.detail-actions .btn-burgundy:hover{background:#fff8f3;border-color:#c8a16c;color:var(--burg)}
.detail-actions .btn-outline{background:var(--burg);color:#fff;border-color:var(--burg)}
.detail-actions .btn-outline:hover{background:var(--burg2);border-color:var(--burg2)}
.footer-inner{padding-top:6px}
@media(max-width:980px){
  .gift-premium{grid-template-columns:1fr;gap:22px}
  .gift-mockups{justify-content:flex-start}
  .premium-detail-gift{grid-template-columns:1fr 1fr}
  .premium-detail-gift .detail-gift-copy{grid-column:1/-1}
}
@media(max-width:700px){
  .gift-mockups{display:grid;grid-template-columns:1fr 1fr;align-items:end}
  .social-phone,.story-mini-card{width:100%}
  .social-phone{max-width:240px}
  .gift-copy-block h2{font-size:32px}
  .count-pill.subtle{display:none}
}
@media(max-width:560px){
  .gift-mockups,.premium-detail-gift{grid-template-columns:1fr}
  .social-phone{max-width:none}
}


/* V5.3 — luxe hero, compact gift strip, premium cards */
.hero-luxe{padding:76px 0 54px;background:radial-gradient(circle at 18% 18%,#fff 0,#fbf7f2 38%,#f2e4d7 100%)}
.hero-grid-luxe{grid-template-columns:.9fr 1.1fr;gap:68px;align-items:center}
.hero-copy-luxe{background:rgba(255,255,255,.78);border:1px solid rgba(185,133,63,.18);box-shadow:0 26px 60px rgba(80,47,38,.08);backdrop-filter:blur(8px);padding:34px 36px;border-radius:30px}
.hero-copy-luxe h1{font-size:72px;line-height:.92;margin-bottom:18px}
.hero-copy-luxe p{font-size:16px;line-height:1.85;max-width:560px}
.hero-luxury-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hero-luxury-points span{padding:11px 14px;border-radius:999px;background:#fff;border:1px solid rgba(185,133,63,.18);font-size:12px;color:#6a5750;box-shadow:0 10px 22px rgba(80,47,38,.04)}
.hero-visual-luxe{position:relative;min-height:590px}
.hero-card-main{position:absolute;right:0;top:10px;width:78%;background:rgba(255,255,255,.55);padding:18px;border-radius:34px;border:1px solid rgba(185,133,63,.16);box-shadow:0 26px 70px rgba(80,47,38,.12)}
.hero-card-secondary{position:absolute;left:0;bottom:70px;width:42%;background:#fff;padding:14px;border-radius:24px;border:1px solid rgba(185,133,63,.14);box-shadow:0 18px 48px rgba(80,47,38,.10)}
.hero-photo.main,.hero-photo.secondary{transform:none;border-radius:26px;box-shadow:none;border:1px solid rgba(185,133,63,.12)}
.hero-photo.main img{aspect-ratio:1.12;object-position:center}
.hero-photo.secondary img{aspect-ratio:.92;object-fit:cover}
.hero-note-card{position:absolute;left:18%;top:34px;max-width:250px;background:rgba(255,250,245,.95);border:1px solid rgba(185,133,63,.16);border-radius:20px;padding:18px 18px 16px;box-shadow:0 18px 38px rgba(80,47,38,.10)}
.hero-note-card span{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#b08a54;margin-bottom:8px}
.hero-note-card b{font-family:"Cormorant Garamond",serif;font-size:28px;line-height:1.02;color:#452f31;font-weight:600}
.gift-strip-compact{padding:0;background:transparent;color:var(--ink)}
.gift-inner-compact{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;background:linear-gradient(135deg,#7b1028 0%,#621021 100%);border-radius:22px;padding:20px 24px;margin:14px auto 0;box-shadow:0 20px 45px rgba(72,20,29,.16)}
.gift-compact-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);color:#f1d0a1;font-size:20px}
.gift-compact-copy h2{font-family:"Cormorant Garamond",serif;font-size:30px;margin:3px 0 4px;color:#fff}
.gift-compact-copy p{margin:0;color:#f0e4e0;font-size:13px;line-height:1.65;max-width:620px}
.gift-compact-tags{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.gift-compact-tags span{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);font-size:11px;color:#fff7f4;white-space:nowrap}
.premium-card{border-radius:22px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fffaf6 100%);border:1px solid rgba(223,210,198,.9)}
.card-media-wrap{position:relative;padding:16px 16px 0}
.premium-card .product-image{border-radius:18px;overflow:hidden;background:#f4ebe3;border:1px solid rgba(185,133,63,.15)}
.premium-card .product-image img{aspect-ratio:1.18;object-fit:cover}
.favorite-btn{position:absolute;top:26px;right:26px;border:1px solid rgba(185,133,63,.18);background:rgba(255,255,255,.92);backdrop-filter:blur(6px);border-radius:999px;padding:8px 10px;display:inline-flex;align-items:center;gap:7px;box-shadow:0 10px 20px rgba(78,47,38,.08);cursor:pointer;color:#735b55;font-size:11px;font-weight:600}
.favorite-icon{font-size:14px;line-height:1;color:#9f7a6d}
.favorite-btn.is-active{background:#fff7f2;border-color:#d3a87a;color:var(--burg)}
.favorite-btn.is-active .favorite-icon{color:var(--burg)}
.product-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.product-note{margin:0 0 16px;font-size:12px;line-height:1.7;color:#756964}
.premium-card .tag{margin:0;background:#f9efe5;color:#8f6531;border:1px solid #eedcc8}
.premium-card .card-actions{gap:10px}
.premium-card .ghost-btn,.premium-card .ask-btn{min-height:42px;border-radius:12px}
.premium-card .ghost-btn{background:var(--burg);border-color:var(--burg);color:#fff;box-shadow:0 12px 25px rgba(123,16,40,.12)}
.premium-card .ask-btn{background:#fff;border-color:#e0cfbf;color:#6d5951}
.premium-card .ask-btn:hover{border-color:#caa06b;color:var(--burg)}
@media(max-width:1100px){.hero-copy-luxe h1{font-size:64px}.hero-visual-luxe{min-height:520px}.hero-note-card{left:12%}}
@media(max-width:980px){.hero-grid-luxe{grid-template-columns:1fr;gap:34px}.hero-copy-luxe{order:2}.hero-visual-luxe{order:1;min-height:500px}.hero-card-main{position:relative;width:100%;top:auto;right:auto}.hero-card-secondary{left:auto;right:0;bottom:0;width:40%}.hero-note-card{left:22px;top:22px}.gift-inner-compact{grid-template-columns:1fr;justify-items:flex-start}.gift-compact-tags{justify-content:flex-start}}
@media(max-width:700px){.hero-luxe{padding:38px 0 26px}.hero-copy-luxe{padding:26px 22px;border-radius:24px}.hero-copy-luxe h1{font-size:50px}.hero-visual-luxe{min-height:auto;display:grid;gap:14px}.hero-card-main,.hero-card-secondary,.hero-note-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;max-width:none}.hero-card-secondary{width:58%;justify-self:end}.gift-inner-compact{padding:18px}.gift-compact-copy h2{font-size:25px}.gift-compact-tags{gap:6px}.favorite-btn{top:24px;right:24px}.favorite-label{display:none}}
@media(max-width:520px){.hero-card-secondary{width:74%}.product-topline{display:grid;justify-content:flex-start}.gift-compact-tags span{font-size:10px;padding:9px 10px}}


/* V5.4 — editorial detail, luxury form, mobile polish */
.detail-section-luxe{padding:34px 0 78px;background:linear-gradient(180deg,#fffdfb 0%,#faf5ef 100%)}
.detail-grid-luxe{grid-template-columns:minmax(0,1.12fr) minmax(370px,.88fr);gap:62px;align-items:start}
.detail-gallery-luxe{position:sticky;top:118px}
.detail-main-image-luxe{position:relative;border-radius:28px;background:#f2ebe5;border:1px solid rgba(185,133,63,.16);padding:14px;box-shadow:0 26px 70px rgba(77,47,38,.11)}
.detail-main-image-luxe img{border-radius:20px;aspect-ratio:1.08;object-fit:cover}
.gallery-corner-label{position:absolute;left:30px;bottom:30px;background:rgba(255,253,250,.92);backdrop-filter:blur(9px);border:1px solid rgba(185,133,63,.18);border-radius:16px;padding:11px 14px;box-shadow:0 12px 26px rgba(66,38,33,.08)}
.gallery-corner-label span{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#a9804d;margin-bottom:4px}
.gallery-corner-label b{font-family:"Cormorant Garamond",serif;font-size:22px;color:var(--burg)}
.thumbs-luxe{gap:9px;padding:14px 2px 4px;scrollbar-width:thin}
.thumbs-luxe .thumb{min-width:86px;border-radius:14px;padding:4px;background:#fff;border-color:#eadfd4}
.thumbs-luxe .thumb.active{border-color:var(--burg);box-shadow:0 6px 18px rgba(123,16,40,.09)}
.thumbs-luxe .thumb img{width:78px;height:70px;border-radius:10px}
.gallery-hint{font-size:10px;color:#988b84;margin:8px 2px 0;letter-spacing:.02em}
.detail-copy-luxe{background:rgba(255,255,255,.86);border:1px solid rgba(185,133,63,.16);border-radius:28px;padding:30px;box-shadow:0 24px 60px rgba(75,45,38,.07)}
.detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.detail-copy-luxe h1{font-size:66px;margin:8px 0 10px;letter-spacing:-.02em}
.detail-favorite{flex:0 0 auto;border:1px solid #e1d1c4;background:#fffaf6;border-radius:999px;padding:9px 12px;display:flex;align-items:center;gap:7px;color:#705c55;cursor:pointer;margin-top:8px}
.detail-favorite span{font-size:17px;color:#9b7a6d}.detail-favorite small{font-size:10px;font-weight:700}
.detail-favorite.is-active{background:#fff2eb;border-color:#d4a777;color:var(--burg)}.detail-favorite.is-active span{color:var(--burg)}
.detail-copy-luxe .detail-lead{font-size:15px;line-height:1.8;margin:15px 0 20px}
.detail-assurance{display:grid;gap:8px;margin:20px 0}
.detail-assurance>div{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:12px 13px;border:1px solid #eee1d6;border-radius:15px;background:linear-gradient(135deg,#fffaf6,#fff)}
.detail-assurance>div>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f7ede4;color:var(--gold);font-size:16px}
.detail-assurance p{margin:0;display:grid;gap:2px}.detail-assurance b{font-family:"Cormorant Garamond",serif;font-size:20px}.detail-assurance small{font-size:10px;line-height:1.45;color:#7b6e69}
.detail-specs-luxe{border:0;gap:8px;margin-top:18px;grid-template-columns:1fr 1fr}
.detail-specs-luxe div{border:1px solid #eadfd4!important;border-radius:14px;min-height:94px;background:#fffaf6;padding:14px}
.detail-price-message{margin-top:18px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#741024,#5d1020);color:#fff}
.detail-price-message span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#e8c9ae}.detail-price-message b{display:block;font-family:"Cormorant Garamond",serif;font-size:24px;margin:3px 0}.detail-price-message p{margin:0;color:#ecdeda;font-size:11px;line-height:1.5}
.detail-actions-luxe{display:grid;grid-template-columns:1.25fr .75fr;gap:10px;margin-top:18px}
.detail-primary{background:var(--burg);color:#fff;border-color:var(--burg);border-radius:13px}.detail-primary i{font-style:normal;margin-left:10px}.detail-primary:hover{background:var(--burg2);color:#fff}
.detail-secondary{background:#fff;border-color:#d9c9ba;color:#5f504b;border-radius:13px}.detail-secondary:hover{border-color:#bf945f;color:var(--burg)}

.contact-luxe{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7eee7 0%,#fffdfa 55%,#f5e8de 100%)}
.contact-luxe:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(185,133,63,.12);left:-180px;top:-150px;box-shadow:0 0 0 46px rgba(185,133,63,.025),0 0 0 90px rgba(185,133,63,.02)}
.contact-grid-luxe{position:relative;z-index:1;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.contact-copy-luxe h2{font-size:58px;margin-bottom:18px}.contact-copy-luxe>p{max-width:500px;font-size:15px}
.contact-trust-list{display:grid;gap:9px;margin-top:30px}.contact-trust-list>div{display:grid;grid-template-columns:38px 1fr;column-gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(185,133,63,.14)}
.contact-trust-list>div>span{grid-row:1/3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #dfc6a8;color:var(--burg);font-family:"Cormorant Garamond",serif;font-size:15px}.contact-trust-list b{font-family:"Cormorant Garamond",serif;font-size:20px}.contact-trust-list small{font-size:10px;color:#82746e;line-height:1.45}
.quote-form-luxe{position:relative;border-radius:26px;padding:34px;background:rgba(255,255,255,.94);border:1px solid rgba(185,133,63,.18);box-shadow:0 30px 80px rgba(76,46,38,.12)}
.quote-form-luxe:before{content:"";position:absolute;inset:8px;border:1px solid rgba(185,133,63,.10);border-radius:21px;pointer-events:none}
.form-accent{position:relative;z-index:1;border-bottom:1px solid #eee1d5;padding-bottom:17px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.form-accent span{font-size:9px;letter-spacing:.16em;color:#a47a46}.form-accent b{font-family:"Cormorant Garamond",serif;font-size:19px;color:#563f3c}
.quote-form-luxe .form-title{position:relative;z-index:1}.quote-form-luxe .form-title h3{font-size:36px}.quote-form-luxe .form-title p{font-size:12px;line-height:1.6}
.quote-form-luxe label{position:relative;z-index:1;font-size:11px;gap:7px}.quote-form-luxe label>span:first-child{font-weight:600;color:#5d504c}
.quote-form-luxe input,.quote-form-luxe select,.quote-form-luxe textarea{border-radius:12px;border:1px solid #e5d7cc;background:#fffdfb;padding:14px 15px;transition:.2s box-shadow,.2s border-color}.quote-form-luxe input:focus,.quote-form-luxe select:focus,.quote-form-luxe textarea:focus{border-color:#bd8f54;box-shadow:0 0 0 4px rgba(185,133,63,.09)}
.form-footer-row{position:relative;z-index:1;display:grid;gap:8px;margin-top:5px}.secure-note{font-size:9px;color:#938681;padding-left:25px}.submit-luxe{position:relative;z-index:1;border-radius:13px;min-height:51px;gap:12px;box-shadow:0 15px 30px rgba(123,16,40,.16)}.submit-luxe i{font-style:normal;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12)}
.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

/* Mobile refinement pass */
@media(max-width:980px){
  .detail-grid-luxe{grid-template-columns:1fr;gap:28px}.detail-gallery-luxe{position:relative;top:auto}.detail-copy-luxe{padding:26px}.contact-grid-luxe{grid-template-columns:1fr;gap:36px}.contact-copy-luxe{max-width:720px}
}
@media(max-width:700px){
  body{overflow-x:hidden}.container{width:min(100% - 24px,1180px)}
  .site-header{box-shadow:0 7px 22px rgba(57,31,30,.06)}.site-header .header-inner{height:70px}.brand img{width:166px}.menu-toggle{width:40px;height:40px}.nav.open{top:70px;padding:10px 13px 14px}.nav.open a{font-size:14px;padding:13px}
  .hero-copy-luxe h1{font-size:46px;line-height:.92}.hero-copy-luxe>p{font-size:14px;line-height:1.75}.hero-actions .btn{min-height:48px}.hero-luxury-points{display:grid;grid-template-columns:1fr 1fr;gap:7px}.hero-luxury-points span{padding:9px 11px;font-size:10px}.hero-luxury-points span:last-child{grid-column:1/-1}
  .gift-inner-compact{border-radius:18px;margin-top:10px;padding:16px 17px;gap:10px}.gift-compact-icon{width:38px;height:38px}.gift-compact-copy h2{font-size:24px}.gift-compact-copy p{font-size:11px}.gift-compact-tags{display:none}
  .catalog-section{padding:52px 0}.section-head h2{font-size:36px}.section-head p{font-size:13px;line-height:1.6}.filters{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.filters button{padding:9px 12px;font-size:11px}.search{border-radius:14px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card-media-wrap{padding:9px 9px 0}.premium-card{border-radius:17px}.premium-card .product-image{border-radius:13px}.product-body{padding:11px}.product-code{font-size:20px}.premium-card .tag{font-size:8px;padding:4px 7px}.product-note{display:none}.favorite-btn{top:16px;right:16px;width:34px;height:34px;padding:0;justify-content:center}.favorite-icon{font-size:16px}.premium-card .card-actions{grid-template-columns:1fr}.premium-card .ghost-btn,.premium-card .ask-btn{min-height:38px;font-size:10px}.premium-card .ask-btn{display:none}
  .value-section{padding:25px 0}.value-grid{gap:8px}.value-grid article{padding:18px;border-radius:15px}.value-grid h3{font-size:23px}.value-grid p{font-size:12px}
  .how-section{padding:55px 0}.steps{gap:10px}.steps article{padding:22px 18px}.steps b{font-size:32px}
  .contact-luxe{padding:58px 0}.contact-copy-luxe h2{font-size:44px}.contact-copy-luxe>p{font-size:13px}.contact-trust-list{margin-top:20px}.quote-form-luxe{padding:24px 18px;border-radius:22px}.form-accent{display:grid;justify-content:start}.form-accent b{font-size:18px}.quote-form-luxe .form-title h3{font-size:30px}.quote-form-luxe input,.quote-form-luxe select,.quote-form-luxe textarea{font-size:16px}.field-row{grid-template-columns:1fr}.submit-luxe{min-height:52px}
  .detail-section-luxe{padding:18px 0 50px}.breadcrumbs{margin-bottom:17px;font-size:10px}.detail-main-image-luxe{padding:8px;border-radius:20px}.detail-main-image-luxe img{border-radius:14px;aspect-ratio:1.02}.gallery-corner-label{left:18px;bottom:18px;padding:8px 10px}.gallery-corner-label b{font-size:18px}.thumbs-luxe{padding-top:9px}.thumbs-luxe .thumb{min-width:72px}.thumbs-luxe .thumb img{width:64px;height:58px}.gallery-hint{display:none}.detail-copy-luxe{padding:21px 17px;border-radius:22px}.detail-copy-luxe h1{font-size:48px}.detail-title-row{align-items:center}.detail-favorite{padding:8px;width:38px;height:38px;justify-content:center}.detail-favorite small{display:none}.detail-badges span{font-size:9px;padding:6px 9px}.detail-copy-luxe .detail-lead{font-size:13px}.detail-assurance>div{padding:10px}.detail-assurance b{font-size:18px}.detail-specs-luxe{grid-template-columns:1fr 1fr;gap:7px}.detail-specs-luxe div{min-height:82px;padding:11px}.detail-specs-luxe strong{font-size:10px}.detail-price-message b{font-size:21px}.detail-actions-luxe{grid-template-columns:1fr}.detail-primary,.detail-secondary{min-height:48px}.premium-detail-gift{padding:20px}.detail-gift-copy h2{font-size:29px}.related-section{padding-bottom:55px}
  footer{padding:24px 0}.footer-inner img{width:170px}.footer-links{gap:12px;font-size:11px}
}
@media(max-width:430px){
  .product-grid{grid-template-columns:1fr 1fr}.premium-card .card-actions{display:block}.premium-card .ghost-btn{width:100%}.hero-copy-luxe h1{font-size:43px}.contact-copy-luxe h2{font-size:40px}.detail-copy-luxe h1{font-size:44px}.detail-specs-luxe{grid-template-columns:1fr}.detail-specs-luxe div{min-height:auto}
}


/* V5.5 — Kaydettiklerim */
.header-actions{gap:10px}
.saved-trigger{height:48px;border:1px solid rgba(185,133,63,.22);background:rgba(255,255,255,.75);border-radius:999px;padding:0 10px 0 14px;display:flex;align-items:center;gap:8px;color:#65534e;font-family:inherit;font-size:11px;font-weight:600;cursor:pointer;transition:.22s ease;box-shadow:0 8px 20px rgba(68,43,37,.035)}
.saved-trigger:hover{background:#fff8f3;border-color:#cca46d;color:var(--burg);transform:translateY(-1px)}
.saved-heart{font-size:18px;line-height:1;color:var(--burg)}
.saved-count{min-width:23px;height:23px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:var(--burg);color:#fff;font-size:10px;font-weight:700}
.favorites-open{overflow:hidden}
.favorites-overlay{position:fixed;inset:0;z-index:190;background:rgba(35,21,22,.34);backdrop-filter:blur(3px);opacity:0;transition:opacity .22s ease}
.favorites-overlay.open{opacity:1}
.favorites-drawer{position:fixed;right:0;top:0;bottom:0;z-index:200;width:min(440px,100%);background:#fffdfb;box-shadow:-30px 0 80px rgba(41,24,25,.16);transform:translateX(105%);transition:transform .3s cubic-bezier(.22,.75,.25,1);padding:28px;display:flex;flex-direction:column;border-left:1px solid rgba(185,133,63,.16)}
.favorites-drawer.open{transform:translateX(0)}
.favorites-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:17px;border-bottom:1px solid #eee1d6}
.favorites-head .eyebrow{font-size:9px}
.favorites-head h2{font-family:"Cormorant Garamond",serif;font-size:37px;line-height:1;margin:7px 0 0;font-weight:600}
.favorites-close{width:40px;height:40px;border-radius:50%;border:1px solid #e6d9ce;background:#fff8f3;color:#765e57;font-size:25px;font-weight:300;line-height:1;cursor:pointer;transition:.2s}
.favorites-close:hover{background:var(--burg);border-color:var(--burg);color:#fff}
.favorites-intro{font-size:11px;line-height:1.65;color:#857873;margin:15px 0 14px}
.favorites-list{flex:1;overflow:auto;margin:0 -7px;padding:3px 7px 18px;scrollbar-width:thin;scrollbar-color:#ddcabb transparent}
.saved-item{display:grid;grid-template-columns:100px 1fr;gap:14px;padding:12px;border:1px solid #eadfd5;background:linear-gradient(135deg,#fff,#fffaf6);border-radius:17px;margin-bottom:10px;box-shadow:0 10px 25px rgba(68,43,37,.035)}
.saved-item-image{display:block;border-radius:12px;overflow:hidden;background:#f4ece5}
.saved-item-image img{width:100%;height:118px;object-fit:cover;transition:.25s}
.saved-item-image:hover img{transform:scale(1.03)}
.saved-item-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.saved-item-copy>span{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#aa7e48;margin-bottom:3px}
.saved-item-copy b{font-family:"Cormorant Garamond",serif;font-size:25px;color:#4d3434}
.saved-item-copy small{font-size:9px;line-height:1.45;color:#8a7d77;margin:4px 0 auto}
.saved-item-actions{display:flex;gap:9px;align-items:center;margin-top:8px}
.saved-item-actions a{font-size:10px;font-weight:700;color:var(--burg);border-bottom:1px solid rgba(123,16,40,.25);padding-bottom:2px}
.saved-item-actions button{border:0;background:transparent;color:#998984;font-size:9px;padding:3px;cursor:pointer;text-decoration:underline;text-underline-offset:2px}
.favorites-footer{border-top:1px solid #eee1d6;padding-top:16px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}
.favorites-footer.is-empty{display:none}
.favorites-clear{border:0;background:transparent;color:#8b7d77;font-size:10px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:9px 4px}
.favorites-browse{background:var(--burg);color:#fff;border-radius:12px;min-height:45px;padding:10px 16px}
.favorites-empty{text-align:center;margin:auto;padding:50px 22px;color:#82746f}
.favorites-empty>span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 17px;background:#fbf1e9;border:1px solid #ead5c2;color:var(--burg);font-size:29px}
.favorites-empty h3{font-family:"Cormorant Garamond",serif;font-size:29px;color:#4c3737;margin:0 0 7px}
.favorites-empty p{font-size:11px;line-height:1.65;max-width:280px;margin:0 auto 18px}
.favorites-empty-btn{background:var(--burg);color:#fff;border-radius:12px;font-size:11px;padding:12px 18px}
@media(max-width:1080px){.saved-text{display:none}.saved-trigger{width:46px;padding:0;justify-content:center;position:relative}.saved-count{position:absolute;right:-4px;top:-4px;min-width:19px;height:19px;font-size:8px}.saved-heart{font-size:19px}}
@media(max-width:980px){.header-actions{display:flex!important;margin-left:auto}.header-cta{display:none}.saved-trigger{display:flex}.menu-toggle{margin-left:0}}
@media(max-width:700px){.header-inner{grid-template-columns:auto 1fr auto auto!important;gap:8px!important}.header-actions{grid-column:auto;grid-row:auto}.saved-trigger{width:39px;height:39px;background:#fff;border-color:rgba(123,16,40,.12);box-shadow:none}.saved-count{right:-3px;top:-4px}.favorites-drawer{width:min(390px,100%);padding:20px 16px}.favorites-head h2{font-size:33px}.saved-item{grid-template-columns:86px 1fr;padding:9px;gap:11px}.saved-item-image img{height:102px}.favorites-intro{margin-top:12px}.favorites-footer{padding-bottom:max(2px,env(safe-area-inset-bottom))}}


/* V5.6 — hero trio dark invitation selection */
.hero-visual-trio{min-height:620px}
.hero-visual-trio .hero-card-main{right:8%;top:64px;width:54%;z-index:3;padding:16px;border-radius:28px;background:rgba(255,255,255,.72)}
.hero-visual-trio .hero-card-secondary.top{position:absolute;right:0;top:0;width:38%;z-index:2;background:#fff;padding:12px;border-radius:24px;border:1px solid rgba(185,133,63,.15);box-shadow:0 18px 44px rgba(80,47,38,.10)}
.hero-visual-trio .hero-card-tertiary.bottom{position:absolute;left:0;bottom:36px;width:42%;z-index:1;background:#fff;padding:12px;border-radius:24px;border:1px solid rgba(185,133,63,.15);box-shadow:0 18px 44px rgba(80,47,38,.10)}
.hero-visual-trio .hero-photo.main img{aspect-ratio:.9;object-fit:cover;object-position:center}
.hero-visual-trio .hero-photo.secondary img{aspect-ratio:.86;object-fit:cover;object-position:center}
.hero-visual-trio .hero-photo.tertiary img{aspect-ratio:.88;object-fit:cover;object-position:center}
.hero-visual-trio .hero-note-card{left:10%;top:12px;max-width:300px;z-index:4}
@media(max-width:1100px){
 .hero-visual-trio{min-height:560px}
 .hero-visual-trio .hero-card-main{width:58%;right:6%}
 .hero-visual-trio .hero-card-secondary.top{width:36%}
 .hero-visual-trio .hero-card-tertiary.bottom{width:41%}
}
@media(max-width:980px){
 .hero-visual-trio{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'note note' 'main top' 'main bottom';gap:14px;min-height:auto}
 .hero-visual-trio .hero-card-main,.hero-visual-trio .hero-card-secondary.top,.hero-visual-trio .hero-card-tertiary.bottom,.hero-visual-trio .hero-note-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;max-width:none}
 .hero-visual-trio .hero-note-card{grid-area:note}
 .hero-visual-trio .hero-card-main{grid-area:main}
 .hero-visual-trio .hero-card-secondary.top{grid-area:top}
 .hero-visual-trio .hero-card-tertiary.bottom{grid-area:bottom}
}
@media(max-width:700px){
 .hero-visual-trio{grid-template-columns:1fr;grid-template-areas:'note' 'main' 'top' 'bottom'}
 .hero-visual-trio .hero-note-card{margin-bottom:2px}
 .hero-visual-trio .hero-card-main,.hero-visual-trio .hero-card-secondary.top,.hero-visual-trio .hero-card-tertiary.bottom{padding:10px;border-radius:20px}
 .hero-visual-trio .hero-photo.main img{aspect-ratio:1.05}
 .hero-visual-trio .hero-photo.secondary img,.hero-visual-trio .hero-photo.tertiary img{aspect-ratio:1.1}
}


/* V5.7 — refined hero trio: burgundy, black, cream-gold */
.hero-visual-curated{
  display:grid;
  grid-template-columns:.94fr 1.1fr .94fr;
  align-items:end;
  gap:18px;
  min-height:580px;
  padding-top:18px;
}
.hero-visual-curated .hero-showcase{
  margin:0;
  display:flex;
}
.hero-visual-curated .hero-showcase-frame{
  width:100%;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,250,245,.96));
  border:1px solid rgba(185,133,63,.16);
  border-radius:28px;
  padding:14px;
  box-shadow:0 20px 46px rgba(80,47,38,.10);
}
.hero-visual-curated .hero-showcase.burgundy{align-self:start; padding-top:42px;}
.hero-visual-curated .hero-showcase.cream{align-self:center; padding-bottom:20px;}
.hero-visual-curated .hero-showcase.featured .hero-showcase-frame{
  padding:16px;
  border-radius:34px;
  box-shadow:0 28px 62px rgba(80,47,38,.16);
}
.hero-visual-curated .showcase-photo{
  border-radius:22px;
  overflow:hidden;
  background:#f4ebe3;
  border:1px solid rgba(185,133,63,.14);
}
.hero-visual-curated .hero-showcase.burgundy .showcase-photo img{aspect-ratio:.88; object-fit:cover; object-position:center;}
.hero-visual-curated .hero-showcase.featured .showcase-photo img{aspect-ratio:1.08; object-fit:cover; object-position:center;}
.hero-visual-curated .hero-showcase.cream .showcase-photo img{aspect-ratio:.95; object-fit:cover; object-position:center;}
.hero-visual-curated .hero-showcase.burgundy .hero-showcase-frame{transform:rotate(-4deg);}
.hero-visual-curated .hero-showcase.featured .hero-showcase-frame{transform:translateY(-14px);}
.hero-visual-curated .hero-showcase.cream .hero-showcase-frame{transform:rotate(4deg);}

@media(max-width:1180px){
  .hero-visual-curated{grid-template-columns:.9fr 1.05fr .9fr;gap:14px;min-height:520px}
}
@media(max-width:980px){
  .hero-visual-curated{grid-template-columns:1fr 1fr;grid-template-areas:'featured featured' 'burgundy cream';gap:14px;min-height:auto;padding-top:0}
  .hero-visual-curated .hero-showcase.burgundy{grid-area:burgundy;padding-top:0;align-self:auto}
  .hero-visual-curated .hero-showcase.featured{grid-area:featured}
  .hero-visual-curated .hero-showcase.cream{grid-area:cream;padding-bottom:0;align-self:auto}
  .hero-visual-curated .hero-showcase.burgundy .hero-showcase-frame,
  .hero-visual-curated .hero-showcase.featured .hero-showcase-frame,
  .hero-visual-curated .hero-showcase.cream .hero-showcase-frame{transform:none}
  .hero-visual-curated .hero-showcase.featured .showcase-photo img{aspect-ratio:1.14}
}
@media(max-width:700px){
  .hero-visual-curated{grid-template-columns:1fr;grid-template-areas:'featured' 'burgundy' 'cream';gap:12px}
  .hero-visual-curated .hero-showcase-frame{padding:10px;border-radius:22px}
  .hero-visual-curated .hero-showcase.featured .hero-showcase-frame{padding:10px;border-radius:24px}
  .hero-visual-curated .showcase-photo{border-radius:18px}
  .hero-visual-curated .hero-showcase.burgundy .showcase-photo img,
  .hero-visual-curated .hero-showcase.featured .showcase-photo img,
  .hero-visual-curated .hero-showcase.cream .showcase-photo img{aspect-ratio:1.08}
}


/* V5.8 — fuller editorial hero composition */
.hero-grid-luxe{grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center}
.hero-visual-editorial{display:block}
.hero-stage{
  position:relative;
  min-height:580px;
  border-radius:42px;
  padding:34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.92) 0, rgba(255,255,255,.65) 22%, transparent 38%),
    radial-gradient(circle at 82% 26%, rgba(255,255,255,.78) 0, rgba(255,255,255,.45) 18%, transparent 35%),
    linear-gradient(135deg,#f6efe8 0%, #eee4da 48%, #f9f4ee 100%);
  border:1px solid rgba(190,154,110,.22);
  box-shadow:0 32px 80px rgba(82,51,40,.10), inset 0 1px 0 rgba(255,255,255,.55);
}
.hero-stage:before{
  content:"";
  position:absolute;
  inset:20px;
  border-radius:30px;
  border:1px solid rgba(185,133,63,.12);
  pointer-events:none;
}
.hero-stage-glow{
  position:absolute;
  width:220px;height:220px;border-radius:50%;filter:blur(8px);opacity:.55;pointer-events:none;
}
.hero-stage-glow.glow-left{left:-40px;bottom:20px;background:radial-gradient(circle, rgba(139,28,44,.18) 0, rgba(139,28,44,.03) 70%, transparent 100%)}
.hero-stage-glow.glow-right{right:-50px;top:30px;background:radial-gradient(circle, rgba(201,168,115,.25) 0, rgba(201,168,115,.04) 70%, transparent 100%)}
.hero-tile{position:absolute;margin:0}
.hero-tile-frame{
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,250,245,.98));
  border:1px solid rgba(189,151,102,.18);
  border-radius:30px;
  padding:14px;
  box-shadow:0 18px 34px rgba(71,43,34,.10);
}
.hero-tile .tile-photo{border-radius:22px;overflow:hidden;border:1px solid rgba(190,154,110,.12);background:#f5ece5}
.hero-tile .tile-photo img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}
.tile-black{left:50%;top:50%;transform:translate(-50%,-50%);width:44%;z-index:3}
.tile-black .hero-tile-frame{padding:16px;border-radius:36px;box-shadow:0 24px 48px rgba(71,43,34,.16)}
.tile-black .tile-photo img{aspect-ratio:1.08}
.tile-burgundy{left:5%;top:10%;width:33%;z-index:2}
.tile-burgundy .hero-tile-frame{transform:rotate(-6deg)}
.tile-burgundy .tile-photo img{aspect-ratio:.94}
.tile-cream{right:4%;bottom:9%;width:34%;z-index:2}
.tile-cream .hero-tile-frame{transform:rotate(6deg)}
.tile-cream .tile-photo img{aspect-ratio:.94}
.hero-stage-line{position:absolute;height:1px;background:linear-gradient(90deg, transparent, rgba(192,153,101,.55), transparent);z-index:1;opacity:.8}
.hero-stage-line.left{left:16%;top:51%;width:24%;transform:rotate(-18deg)}
.hero-stage-line.right{right:14%;top:47%;width:22%;transform:rotate(22deg)}

@media(max-width:1180px){
  .hero-grid-luxe{gap:34px}
  .hero-stage{min-height:530px;padding:26px}
}
@media(max-width:980px){
  .hero-grid-luxe{grid-template-columns:1fr;gap:28px}
  .hero-visual-luxe{order:1}.hero-copy-luxe{order:2}
  .hero-stage{min-height:500px}
  .tile-black{width:46%}
  .tile-burgundy,.tile-cream{width:34%}
}
@media(max-width:700px){
  .hero-stage{min-height:auto;padding:18px 16px 16px;border-radius:28px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .hero-stage:before,.hero-stage-glow,.hero-stage-line{display:none}
  .hero-tile{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none!important;width:100%}
  .hero-tile-frame,.tile-black .hero-tile-frame{padding:10px;border-radius:20px;box-shadow:0 12px 24px rgba(71,43,34,.08)}
  .tile-burgundy .hero-tile-frame,.tile-cream .hero-tile-frame{transform:none}
  .tile-black{grid-column:1/-1;order:1}
  .tile-burgundy{order:2}
  .tile-cream{order:3}
  .hero-tile .tile-photo{border-radius:14px}
  .tile-black .tile-photo img,.tile-burgundy .tile-photo img,.tile-cream .tile-photo img{aspect-ratio:1.05}
}


/* V5.9 — fuller 5-card hero layout */
.hero-stage-five{min-height:620px}
.hero-stage-five .tile-burgundy{left:2%;top:10%;width:27%;z-index:2}
.hero-stage-five .tile-burgundy .hero-tile-frame{transform:rotate(-6deg)}
.hero-stage-five .tile-navy.top-right{right:1%;top:7%;width:26%;z-index:2}
.hero-stage-five .tile-navy.top-right .hero-tile-frame{transform:rotate(5deg)}
.hero-stage-five .tile-black{left:50%;top:50%;transform:translate(-50%,-52%);width:40%;z-index:4}
.hero-stage-five .tile-black .hero-tile-frame{padding:16px;border-radius:36px;box-shadow:0 26px 54px rgba(71,43,34,.18)}
.hero-stage-five .tile-black .tile-photo img{aspect-ratio:1.02}
.hero-stage-five .tile-green.bottom-left{left:8%;bottom:8%;width:26%;z-index:2}
.hero-stage-five .tile-green.bottom-left .hero-tile-frame{transform:rotate(-4deg)}
.hero-stage-five .tile-cream{right:4%;bottom:10%;width:28%;z-index:2}
.hero-stage-five .tile-cream .hero-tile-frame{transform:rotate(6deg)}
.hero-stage-five .tile-burgundy .tile-photo img,
.hero-stage-five .tile-navy .tile-photo img,
.hero-stage-five .tile-green .tile-photo img,
.hero-stage-five .tile-cream .tile-photo img{aspect-ratio:.98}
.hero-stage-five .hero-stage-line.left{left:20%;top:48%;width:18%;transform:rotate(-15deg)}
.hero-stage-five .hero-stage-line.right{right:18%;top:46%;width:18%;transform:rotate(17deg)}
@media(max-width:1180px){
 .hero-stage-five{min-height:580px}
 .hero-stage-five .tile-black{width:42%}
 .hero-stage-five .tile-burgundy,.hero-stage-five .tile-navy,.hero-stage-five .tile-green,.hero-stage-five .tile-cream{width:27%}
}
@media(max-width:980px){
 .hero-stage-five{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'black black' 'burgundy navy' 'green cream';gap:14px;min-height:auto}
 .hero-stage-five:before,.hero-stage-five .hero-stage-glow,.hero-stage-five .hero-stage-line{display:none}
 .hero-stage-five .tile-burgundy,.hero-stage-five .tile-navy.top-right,.hero-stage-five .tile-black,.hero-stage-five .tile-green.bottom-left,.hero-stage-five .tile-cream{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;margin:0}
 .hero-stage-five .tile-black{grid-area:black}
 .hero-stage-five .tile-burgundy{grid-area:burgundy}
 .hero-stage-five .tile-navy.top-right{grid-area:navy}
 .hero-stage-five .tile-green.bottom-left{grid-area:green}
 .hero-stage-five .tile-cream{grid-area:cream}
 .hero-stage-five .tile-burgundy .hero-tile-frame,.hero-stage-five .tile-navy.top-right .hero-tile-frame,.hero-stage-five .tile-green.bottom-left .hero-tile-frame,.hero-stage-five .tile-cream .hero-tile-frame{transform:none}
}
@media(max-width:700px){
 .hero-stage-five{grid-template-columns:1fr;grid-template-areas:'black' 'burgundy' 'navy' 'green' 'cream';gap:12px}
 .hero-stage-five .tile-burgundy .tile-photo img,
 .hero-stage-five .tile-navy .tile-photo img,
 .hero-stage-five .tile-green .tile-photo img,
 .hero-stage-five .tile-cream .tile-photo img,
 .hero-stage-five .tile-black .tile-photo img{aspect-ratio:1.04}
}


/* V5.12 — hero accordion */
.hero-visual-accordion-wrap{display:block}
.hero-accordion{
  display:flex;
  gap:12px;
  min-height:560px;
  padding:14px;
  border-radius:34px;
  background:linear-gradient(135deg,#f7efe8 0%,#efe5db 48%,#f9f5ef 100%);
  border:1px solid rgba(190,154,110,.22);
  box-shadow:0 30px 75px rgba(82,51,40,.10), inset 0 1px 0 rgba(255,255,255,.55);
}
.hero-accordion-item{
  position:relative;
  flex:1 1 0;
  min-width:0;
  min-height:530px;
  padding:0;
  border:0;
  border-radius:28px;
  overflow:hidden;
  background:#eadfd4;
  cursor:pointer;
  transition:flex .45s ease, transform .35s ease, box-shadow .35s ease;
  box-shadow:0 12px 24px rgba(72,44,34,.08);
}
.hero-accordion-item:hover{transform:translateY(-2px)}
.hero-accordion-item.is-active{flex:3.2 1 0;box-shadow:0 24px 50px rgba(72,44,34,.16)}
.hero-accordion-bg,.hero-accordion-bg img{position:absolute;inset:0;width:100%;height:100%}
.hero-accordion-bg img{object-fit:cover;object-position:center}
.hero-accordion-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(32,19,18,.18) 0%,rgba(32,19,18,.16) 22%,rgba(32,19,18,.58) 100%);
}
.hero-accordion-content{
  position:absolute;left:16px;right:16px;bottom:16px;z-index:2;
  display:flex;flex-direction:column;gap:4px;
  color:#fff;text-align:left;
}
.hero-accordion-content small{
  font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,245,230,.86)
}
.hero-accordion-content strong{
  font-family:"Cormorant Garamond",serif;font-size:30px;line-height:.98;font-weight:600
}
.hero-accordion-content em{
  font-style:normal;font-size:12px;line-height:1.45;color:rgba(255,245,238,.9);max-width:220px;
  opacity:0;transform:translateY(8px);transition:opacity .28s ease, transform .28s ease;
}
.hero-accordion-item:not(.is-active) .hero-accordion-content strong{
  writing-mode:vertical-rl;transform:rotate(180deg);font-size:20px;line-height:1.05;align-self:flex-start;min-height:150px;
}
.hero-accordion-item:not(.is-active) .hero-accordion-content small{opacity:.82}
.hero-accordion-item:not(.is-active) .hero-accordion-content em{display:none}
.hero-accordion-item.is-active .hero-accordion-content em{opacity:1;transform:translateY(0)}
.hero-accordion-item:focus-visible{outline:2px solid rgba(186,138,69,.65);outline-offset:3px}
@media(max-width:1180px){
  .hero-accordion{min-height:520px}
  .hero-accordion-item{min-height:490px}
}
@media(max-width:980px){
  .hero-accordion{min-height:auto}
  .hero-accordion-item{min-height:420px}
  .hero-accordion-item.is-active{flex:2.5 1 0}
}
@media(max-width:700px){
  .hero-accordion{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px;border-radius:24px}
  .hero-accordion-item,.hero-accordion-item.is-active{min-height:220px;flex:auto}
  .hero-accordion-item:first-child,.hero-accordion-item:nth-child(2){min-height:200px}
  .hero-accordion-item:nth-child(3){grid-column:1/-1;min-height:240px}
  .hero-accordion-item:not(.is-active) .hero-accordion-content strong{writing-mode:initial;transform:none;font-size:22px;min-height:auto}
  .hero-accordion-content{left:12px;right:12px;bottom:12px}
  .hero-accordion-content strong{font-size:24px}
  .hero-accordion-content em{display:block;opacity:1;transform:none;font-size:11px;max-width:none}
}


/* V5.12.1 — bordo akordiyon görseli sağa kaydırma */
.hero-accordion-item:first-child .hero-accordion-bg img{
  object-position: 72% center;
}
@media(max-width:700px){
  .hero-accordion-item:first-child .hero-accordion-bg img{
    object-position: 70% center;
  }
}


/* V5.13 — SEO rehber & landing pages */
.seo-hub-preview{padding:88px 0;background:#fbf7f2;border-top:1px solid rgba(185,133,63,.10);border-bottom:1px solid rgba(185,133,63,.10)}
.seo-preview-head{align-items:end;margin-bottom:30px}
.seo-preview-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}
.seo-preview-card{display:flex;min-height:260px;flex-direction:column;padding:30px;border-radius:26px;background:#fff;border:1px solid rgba(185,133,63,.15);box-shadow:0 16px 35px rgba(74,44,37,.05);text-decoration:none;color:#4a3734;transition:.25s ease}
.seo-preview-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(74,44,37,.09)}
.seo-preview-card.featured{background:linear-gradient(145deg,#741126,#8a1830);color:#fff}
.seo-preview-card>span{font-size:10px;letter-spacing:.18em;font-weight:700;color:#b08348}.seo-preview-card.featured>span{color:#e3bd80}
.seo-preview-card h3{font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1.02;margin:20px 0 10px}.seo-preview-card p{font-size:13px;line-height:1.75;opacity:.8;margin:0 0 24px}.seo-preview-card b{margin-top:auto;font-size:12px;letter-spacing:.03em}
.seo-page{background:#fbf7f2;color:#493733}.seo-page .site-header{background:rgba(251,247,242,.94)}
.seo-hero{padding:78px 0 58px;background:radial-gradient(circle at 85% 20%,rgba(185,133,63,.11),transparent 28%),linear-gradient(180deg,#fbf7f2,#f6eee7)}
.seo-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.seo-breadcrumbs{display:flex;gap:9px;align-items:center;font-size:11px;color:#9a7a68;margin-bottom:24px}.seo-breadcrumbs a{color:inherit;text-decoration:none}.seo-hero h1{font-family:"Cormorant Garamond",serif;font-size:70px;line-height:.92;letter-spacing:-.03em;margin:0 0 22px;color:#4b3436}.seo-hero h1 em{color:#7b1028;font-weight:600}.seo-lead{font-size:16px;line-height:1.85;max-width:680px;color:#6d5a53}.seo-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.seo-hero-media{border-radius:32px;padding:14px;background:#fff;border:1px solid rgba(185,133,63,.14);box-shadow:0 24px 55px rgba(69,43,35,.11)}.seo-hero-media img{width:100%;aspect-ratio:1.18;object-fit:cover;border-radius:22px;display:block}.seo-content-section{padding:76px 0}.seo-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:58px;align-items:start}.seo-article{max-width:820px}.seo-article h2{font-family:"Cormorant Garamond",serif;font-size:44px;line-height:1.05;color:#4b3436;margin:44px 0 15px}.seo-article h2:first-child{margin-top:0}.seo-article h3{font-family:"Cormorant Garamond",serif;font-size:30px;color:#5b4040;margin:30px 0 10px}.seo-article p,.seo-article li{font-size:15px;line-height:1.9;color:#695953}.seo-article ul{padding-left:20px}.seo-article strong{color:#51383a}.seo-callout{margin:30px 0;padding:24px 26px;border-radius:20px;background:#fff8ef;border:1px solid rgba(185,133,63,.18)}.seo-callout b{display:block;font-family:"Cormorant Garamond",serif;font-size:26px;margin-bottom:7px;color:#711027}.seo-sidebar{position:sticky;top:110px}.seo-side-card{padding:24px;border-radius:22px;background:#fff;border:1px solid rgba(185,133,63,.14);box-shadow:0 14px 30px rgba(70,43,35,.05);margin-bottom:15px}.seo-side-card h3{font-family:"Cormorant Garamond",serif;font-size:27px;margin:0 0 12px}.seo-side-links{display:grid;gap:7px}.seo-side-links a{padding:11px 12px;border-radius:12px;background:#fbf7f2;text-decoration:none;color:#624c46;font-size:12px}.seo-models{padding:74px 0;background:#fff}.seo-models-head{text-align:center;max-width:700px;margin:0 auto 30px}.seo-models-head h2{font-family:"Cormorant Garamond",serif;font-size:48px;margin:8px 0}.seo-model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seo-model-card{padding:12px 12px 20px;border:1px solid rgba(185,133,63,.14);border-radius:22px;background:#fbf8f4;text-decoration:none;color:#4b3436}.seo-model-card img{width:100%;aspect-ratio:1.08;object-fit:cover;border-radius:15px;display:block}.seo-model-card span{display:block;font-size:10px;letter-spacing:.16em;color:#ae8149;margin:16px 7px 5px}.seo-model-card b{display:block;font-family:"Cormorant Garamond",serif;font-size:28px;margin:0 7px}.seo-cta{padding:72px 0}.seo-cta-box{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:36px 40px;border-radius:30px;background:#741126;color:#fff}.seo-cta-box h2{font-family:"Cormorant Garamond",serif;font-size:42px;margin:0 0 8px}.seo-cta-box p{margin:0;color:rgba(255,255,255,.75)}.seo-hub-hero{text-align:center;max-width:900px;margin:auto}.seo-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seo-hub-card{display:flex;flex-direction:column;min-height:285px;padding:28px;border-radius:24px;background:#fff;border:1px solid rgba(185,133,63,.14);text-decoration:none;color:#4b3436}.seo-hub-card span{font-size:10px;letter-spacing:.16em;color:#ad8149;font-weight:700}.seo-hub-card h2{font-family:"Cormorant Garamond",serif;font-size:34px;line-height:1.03;margin:18px 0 10px}.seo-hub-card p{font-size:13px;line-height:1.75;color:#715f58}.seo-hub-card b{margin-top:auto;font-size:12px;color:#7b1028}
@media(max-width:980px){.seo-preview-grid,.seo-hub-grid{grid-template-columns:1fr 1fr}.seo-preview-card.featured{grid-column:1/-1}.seo-hero-grid{grid-template-columns:1fr;gap:30px}.seo-hero h1{font-size:58px}.seo-content-grid{grid-template-columns:1fr}.seo-sidebar{position:relative;top:auto}.seo-model-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.seo-hub-preview{padding:56px 0}.seo-preview-grid,.seo-hub-grid,.seo-model-grid{grid-template-columns:1fr}.seo-preview-card.featured{grid-column:auto}.seo-preview-card{min-height:220px;padding:24px}.seo-hero{padding:46px 0 36px}.seo-hero h1{font-size:46px}.seo-lead{font-size:14px}.seo-content-section{padding:52px 0}.seo-content-grid{gap:32px}.seo-article h2{font-size:36px}.seo-models{padding:52px 0}.seo-models-head h2{font-size:40px}.seo-cta{padding:52px 0}.seo-cta-box{grid-template-columns:1fr;padding:28px}.seo-cta-box h2{font-size:34px}}


/* V5.16 — final mobile header + vertical accordion */
@media(max-width:700px){
  .site-header .header-inner{
    height:70px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px 44px!important;
    align-items:center!important;
    gap:6px!important;
    position:relative;
  }
  .site-header .brand{
    grid-column:1;
    justify-self:start;
    margin-left:-8px;
    min-width:0;
  }
  .site-header .brand img{
    width:162px!important;
    max-width:100%;
    max-height:58px;
    object-fit:contain;
    object-position:left center;
  }
  .site-header .header-actions{
    grid-column:2!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    margin:0!important;
  }
  .site-header .saved-trigger{
    width:40px!important;
    height:40px!important;
    padding:0!important;
    margin:0!important;
    justify-content:center;
    background:#fff;
    border:1px solid rgba(123,16,40,.12);
    box-shadow:none;
  }
  .site-header .saved-heart{font-size:20px;line-height:1}
  .site-header .saved-count{right:-3px;top:-4px}
  .site-header .header-cta{display:none!important}
  .site-header .menu-toggle{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end;
    margin:0!important;
    width:40px!important;
    height:40px!important;
    display:flex!important;
  }
  .site-header .nav.open{top:70px!important}

  .hero-visual-accordion-wrap{
    width:100%;
  }
  .hero-accordion{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    min-height:0!important;
    padding:10px!important;
    border-radius:24px!important;
  }
  .hero-accordion-item,
  .hero-accordion-item.is-active,
  .hero-accordion-item:first-child,
  .hero-accordion-item:nth-child(2),
  .hero-accordion-item:nth-child(3){
    position:relative!important;
    width:100%!important;
    min-height:0!important;
    height:76px!important;
    flex:none!important;
    grid-column:auto!important;
    border-radius:18px!important;
    transition:height .42s ease, box-shadow .32s ease, transform .32s ease!important;
  }
  .hero-accordion-item.is-active{
    height:255px!important;
    box-shadow:0 18px 38px rgba(72,44,34,.15)!important;
  }
  .hero-accordion-item:hover{transform:none!important}
  .hero-accordion-bg img{
    object-fit:cover!important;
    object-position:center center;
    transition:transform .45s ease, object-position .35s ease;
  }
  .hero-accordion-item.is-active .hero-accordion-bg img{transform:scale(1.015)}
  .hero-accordion-item:first-child .hero-accordion-bg img{object-position:72% center!important}
  .hero-accordion-overlay{
    background:linear-gradient(90deg,rgba(28,17,17,.54) 0%,rgba(28,17,17,.22) 55%,rgba(28,17,17,.08) 100%)!important;
  }
  .hero-accordion-item.is-active .hero-accordion-overlay{
    background:linear-gradient(180deg,rgba(28,17,17,.08) 0%,rgba(28,17,17,.12) 48%,rgba(28,17,17,.68) 100%)!important;
  }
  .hero-accordion-content{
    left:14px!important;
    right:14px!important;
    bottom:12px!important;
    gap:2px!important;
  }
  .hero-accordion-item:not(.is-active) .hero-accordion-content{
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%);
  }
  .hero-accordion-item:not(.is-active) .hero-accordion-content small{display:none!important}
  .hero-accordion-item:not(.is-active) .hero-accordion-content strong{
    writing-mode:initial!important;
    transform:none!important;
    min-height:0!important;
    font-size:21px!important;
    line-height:1!important;
  }
  .hero-accordion-item:not(.is-active) .hero-accordion-content em{display:none!important}
  .hero-accordion-item.is-active .hero-accordion-content small{display:block!important}
  .hero-accordion-item.is-active .hero-accordion-content strong{font-size:28px!important}
  .hero-accordion-item.is-active .hero-accordion-content em{
    display:block!important;
    opacity:1!important;
    transform:none!important;
    font-size:11px!important;
  }
}
@media(max-width:430px){
  .site-header .header-inner{grid-template-columns:minmax(0,1fr) 42px 42px!important;gap:5px!important}
  .site-header .brand{margin-left:-10px}
  .site-header .brand img{width:154px!important}
  .site-header .saved-trigger,.site-header .menu-toggle{width:38px!important;height:38px!important}
  .hero-accordion-item.is-active{height:238px!important}
}
