
:root{--bg:#fffdfb;--paper:#fff;--ink:#302a28;--muted:#766c68;--line:#eadfd5;--gold:#b98a43;--gold2:#d7ae73;--powder:#d8a1a8;--cream:#faf4ee;--shadow:0 12px 35px rgba(61,43,31,.08);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,251,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(234,223,213,.8)}.navrow{height:78px;display:flex;align-items:center;gap:24px}.brand img{width:220px;height:auto}.nav{display:flex;gap:19px;margin-left:auto;align-items:center;font-size:14px;font-weight:700}.nav a:hover,.nav a[aria-current="page"]{color:var(--gold)}.menu-btn{display:none;margin-left:auto;border:1px solid var(--line);background:white;border-radius:12px;padding:10px 12px;font-weight:700}.hero{padding:70px 0 48px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.eyebrow{color:var(--gold);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,78px);line-height:1.03;margin:12px 0 20px;letter-spacing:-.03em}.hero p{font-size:18px;color:var(--muted);max-width:680px}.hero-card{background:var(--cream);padding:18px;border-radius:32px;box-shadow:var(--shadow)}.hero-card img{border-radius:22px;aspect-ratio:16/10;object-fit:cover}.searchbox{display:flex;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;max-width:640px;margin-top:28px}.searchbox input{border:0;outline:0;padding:16px 18px;flex:1;font:inherit;min-width:0}.searchbox button{border:0;background:var(--ink);color:white;padding:0 22px;font-weight:800}.section{padding:54px 0}.section.alt{background:var(--cream)}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:26px}.section h2,.article h2{font-family:Georgia,serif;letter-spacing:-.02em}.section h2{font-size:36px;margin:0}.section-head p{color:var(--muted);max-width:620px;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 20px rgba(48,42,40,.04);transition:.2s transform,.2s box-shadow}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card img{aspect-ratio:16/10;object-fit:cover}.card-body{padding:18px}.tag{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-weight:800}.card h3{font-size:20px;line-height:1.3;margin:7px 0}.card p{color:var(--muted);font-size:14px;margin:0}.cat-card{padding:24px;min-height:180px;background:linear-gradient(145deg,#fff,#fbf4ef);border:1px solid var(--line);border-radius:var(--radius)}.cat-card span{font-size:34px}.cat-card h3{margin:8px 0 7px}.cat-card p{margin:0;color:var(--muted);font-size:14px}.breadcrumbs{font-size:13px;color:var(--muted);padding:22px 0}.article-wrap{display:grid;grid-template-columns:minmax(0,780px) 300px;gap:42px;align-items:start}.article{background:white;border:1px solid var(--line);border-radius:28px;padding:clamp(22px,4vw,54px);box-shadow:var(--shadow)}.article h1{font-family:Georgia,serif;font-size:clamp(36px,5vw,58px);line-height:1.08;letter-spacing:-.03em;margin:10px 0 16px}.dek{font-size:19px;color:var(--muted)}.meta{font-size:13px;color:var(--muted);display:flex;gap:12px;flex-wrap:wrap}.article-hero{margin:28px 0;border-radius:20px;overflow:hidden}.article h2{font-size:31px;margin-top:42px;line-height:1.2}.article h3{font-size:21px;margin-top:28px}.article p,.article li{font-size:17px}.quick{border-left:4px solid var(--gold);background:var(--cream);padding:18px 20px;border-radius:0 16px 16px 0;margin:28px 0}.quick strong{display:block;margin-bottom:5px}.tip-list{padding-left:20px}.detail-img{border-radius:18px;margin:24px 0}.faq details{border-top:1px solid var(--line);padding:14px 0}.faq summary{font-weight:800;cursor:pointer}.sidebar{position:sticky;top:104px}.sidebox{background:white;border:1px solid var(--line);border-radius:20px;padding:20px;margin-bottom:18px}.sidebox h3{margin-top:0}.sidebox a{display:block;padding:9px 0;border-bottom:1px solid #f2eae3;font-size:14px}.sidebox a:last-child{border-bottom:0}.footer{background:#2f2927;color:#eee5df;margin-top:70px;padding:50px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}.footer a{color:#eee5df}.footer small{color:#cbbdb4}.footer-logo{filter:brightness(0) invert(1);width:200px}.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px}.search-results{display:none;position:absolute;z-index:60;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;width:min(640px,calc(100vw - 32px));max-height:360px;overflow:auto;margin-top:6px}.search-results.open{display:block}.result{padding:12px 16px;border-bottom:1px solid #f2ebe5}.result:hover{background:var(--cream)}.search-wrap{position:relative}.pill{display:inline-block;padding:7px 11px;border-radius:999px;background:var(--cream);color:var(--gold);font-size:12px;font-weight:800;margin:3px}.cta{background:linear-gradient(135deg,#2f2927,#4d403b);color:white;border-radius:30px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta a{background:white;color:var(--ink);padding:12px 18px;border-radius:12px;font-weight:800}.about{max-width:800px}.notice{font-size:14px;color:var(--muted)}
@media(max-width:980px){.nav{display:none}.nav.open{display:flex;position:absolute;left:16px;right:16px;top:78px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start}.menu-btn{display:block}.hero-grid,.article-wrap{grid-template-columns:1fr}.sidebar{position:static}.grid.four{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.brand img{width:180px}.navrow{height:70px}.hero{padding-top:40px}.hero-grid{gap:22px}.grid,.grid.four{grid-template-columns:1fr}.section h2{font-size:30px}.section-head{display:block}.section-head p{margin-top:8px}.footer-grid{grid-template-columns:1fr}.legal{display:block}.article{border-left:0;border-right:0;border-radius:0;padding:22px}.container.article-container{width:100%}.breadcrumbs{padding-left:16px;padding-right:16px}.cta{display:block}.cta a{display:inline-block;margin-top:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Gerçek özgün kategori görselleri */
.cat-card{padding:0;overflow:hidden;min-height:0}
.cat-card .cat-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-bottom:1px solid var(--line)}
.cat-card h3{margin:16px 18px 7px}.cat-card p{margin:0 18px 20px}

/* ===== HAYDIGEL MAGAZINE V2 ===== */
.magazine-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);border-bottom:1px solid #eee5df;backdrop-filter:blur(12px)}
.head-top{height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.head-top .brand{justify-self:center}.head-top .brand img{width:255px;max-height:68px;object-fit:contain}
.social-mini{display:flex;gap:12px;align-items:center}.social-mini span{width:28px;height:28px;border-radius:50%;background:#f4e8df;display:grid;place-items:center;font-size:13px;font-weight:800;color:#6c5a51}
.head-tools{justify-self:end;display:flex;gap:22px;align-items:center;font-size:13px;color:#443c39}.tool-link{display:flex;gap:7px;align-items:center;white-space:nowrap}.tool-link span{font-size:20px;line-height:1}
.nav-main{height:50px;display:flex;align-items:center;justify-content:center;gap:34px;font-size:13px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.nav-main a{height:50px;display:flex;align-items:center;border-bottom:2px solid transparent}.nav-main a:hover{color:#c87378;border-bottom-color:#c87378}.nav-main .home-link{font-size:20px;color:#c87378}
.magazine-header .menu-btn{display:none}

.home-mag{background:#fff;color:#302a28}.mag-main{padding-bottom:30px}.mag-hero{margin-top:18px;display:grid;grid-template-columns:1.05fr 1.25fr;min-height:360px;border-radius:8px;overflow:hidden;background:linear-gradient(90deg,#f8eee7 0%,#fff8f3 48%,#f1e5dc 100%);border:1px solid #eadfd5}
.mag-hero-copy{padding:58px 28px 48px 76px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hero-kicker{display:inline-block;width:max-content;background:#dd8b8f;color:white;border-radius:5px;padding:6px 10px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.mag-hero h1{font-family:Georgia,serif;font-size:clamp(42px,4.2vw,66px);line-height:1.06;margin:14px 0 8px;letter-spacing:-.035em}.mag-hero h1 em{font-style:normal;color:#cc7478}.hero-line{height:2px;width:34px;background:#ca777c;margin:12px 0 15px}.mag-hero p{font-size:16px;line-height:1.55;max-width:420px;margin:0 0 24px;color:#514945}.hero-cta{width:max-content;background:#cc777b;color:white;padding:12px 24px;border-radius:5px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.mag-hero-photo{min-width:0;position:relative;overflow:hidden}.mag-hero-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff8f3 0%,rgba(255,248,243,.15) 26%,transparent 46%);pointer-events:none}.mag-hero-photo img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center}

.shortcut-row{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;margin-top:24px}.shortcut-row>a{min-height:106px;border:1px solid #eee3db;background:#fffaf7;border-radius:9px;display:flex;align-items:center;gap:12px;padding:11px 12px;overflow:hidden;transition:.2s transform,.2s box-shadow}.shortcut-row>a:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(71,51,40,.08)}.shortcut-row img{width:62px;height:72px;object-fit:cover;border-radius:8px}.shortcut-row div{min-width:0}.shortcut-row strong{display:block;font-size:12px;text-transform:uppercase;margin-bottom:5px}.shortcut-row small{display:block;color:#746a65;font-size:11px}

.mag-content{padding-top:38px}.section-title{display:flex;align-items:center;gap:10px;border-bottom:1px solid #ece3dd;margin-bottom:18px;padding-bottom:10px}.section-title span{font-size:22px;color:#d6787d}.section-title h2{font-size:21px;margin:0;text-transform:uppercase;letter-spacing:.01em}.mag-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:24px;align-items:start}.popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.mag-card{background:white;border:1px solid #eee4dd;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(54,39,29,.035);transition:.2s transform}.mag-card:hover{transform:translateY(-3px)}.mag-card-img{position:relative;aspect-ratio:1.34/1;overflow:hidden;background:#f6eee8}.mag-card-img img{width:100%;height:100%;object-fit:cover}.mag-card-img span{position:absolute;left:10px;top:10px;background:#d77e83;color:#fff;border-radius:4px;padding:5px 8px;font-size:10px;font-weight:800;text-transform:uppercase}.mag-card-body{padding:11px 12px 14px}.mag-card h3{font-size:16px;line-height:1.28;margin:0 0 12px}.mag-meta{font-size:11px;color:#7c716b}.mag-meta b{color:#d07d82;margin:0 4px}.week-style{border:1px solid #eadfd8;background:#fff7f4;border-radius:10px;padding:18px 17px 17px;text-align:center}.week-style h2{font-family:Georgia,serif;font-size:21px;margin:0 0 2px}.mini-star{color:#d4a24a;margin-bottom:8px}.week-style img{width:100%;aspect-ratio:.85/1;object-fit:cover;border-radius:7px;margin:8px 0 14px}.week-style a{display:block;background:#cf777b;color:white;padding:11px;border-radius:5px;font-size:12px;text-transform:uppercase;font-weight:800}

.search-mag{margin-top:44px;background:linear-gradient(135deg,#fff7f1,#f8ece5);border:1px solid #eadfd5;border-radius:14px;padding:28px 34px;display:grid;grid-template-columns:1fr 1.1fr;gap:35px;align-items:center}.search-mag h2{font-family:Georgia,serif;font-size:32px;margin:8px 0 6px}.search-mag p{margin:0;color:#756a65}.search-mag .hero-kicker{background:transparent;color:#b98a43;padding:0}.search-mag .searchbox{margin:0;max-width:none}.search-mag .search-results{width:100%}
.category-showcase{padding-top:44px;padding-bottom:25px}.category-photo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-photo-grid a{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1.2/1;background:#f4ece6}.category-photo-grid img{width:100%;height:100%;object-fit:cover;transition:.25s transform}.category-photo-grid a:hover img{transform:scale(1.035)}.category-photo-grid strong{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:24px 14px 12px;background:linear-gradient(transparent,rgba(34,27,24,.76));font-size:15px}

/* Kategori sayfalarını görsel dergi düzenine yaklaştır */
body:not(.home-mag) .hero{padding:34px 0 26px}.hero-grid{gap:28px}.hero-card{padding:0;border-radius:16px;overflow:hidden;background:#f8eee8}.hero-card img{border-radius:16px;aspect-ratio:16/8.7}.section .grid{gap:18px}.section .card{border-radius:10px;box-shadow:0 5px 16px rgba(55,39,30,.04)}.section .card img{aspect-ratio:16/10.4}.section .card h3{font-size:18px}.section .card-body{padding:14px 15px 16px}

/* Makale sayfalarında görselleri daha baskın yap */
.article{border-radius:14px;padding:clamp(24px,4vw,48px)}.article-hero{margin:26px -12px 30px;border-radius:12px}.article-hero img{width:100%;aspect-ratio:16/9;object-fit:cover}.detail-img{display:block;width:100%;max-height:720px;object-fit:cover;border-radius:12px;margin:30px 0}.article h1{font-size:clamp(38px,4.7vw,56px)}

@media(max-width:1180px){.nav-main{gap:21px;font-size:12px}.shortcut-row{grid-template-columns:repeat(4,1fr)}.popular-grid{grid-template-columns:repeat(2,1fr)}.mag-content-grid{grid-template-columns:1fr 250px}.category-photo-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.head-top{height:76px;grid-template-columns:1fr auto}.social-mini,.head-tools{display:none}.head-top .brand{justify-self:start}.head-top .brand img{width:210px}.magazine-header .menu-btn{display:block;justify-self:end}.nav-main{display:none;height:auto}.nav-main.open{display:flex;position:absolute;left:16px;right:16px;top:76px;z-index:90;background:white;border:1px solid #eadfd5;border-radius:12px;padding:14px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 16px 36px rgba(50,37,29,.13)}.nav-main.open a{height:auto;padding:10px 6px;border-bottom:1px solid #f1e8e1}.mag-hero{grid-template-columns:1fr}.mag-hero-copy{padding:40px 30px}.mag-hero-photo{height:330px}.mag-hero-photo:before{background:linear-gradient(180deg,rgba(255,248,243,.12),transparent)}.shortcut-row{grid-template-columns:repeat(2,1fr)}.mag-content-grid{grid-template-columns:1fr}.week-style{max-width:420px;margin:auto}.search-mag{grid-template-columns:1fr}.category-photo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(100% - 22px,1180px)}.mag-hero{margin-top:10px}.mag-hero h1{font-size:40px}.mag-hero-photo{height:270px}.shortcut-row{gap:9px}.shortcut-row>a{min-height:90px;padding:8px}.shortcut-row img{width:52px;height:62px}.popular-grid{grid-template-columns:1fr}.section-title h2{font-size:19px}.search-mag{padding:22px}.category-photo-grid{grid-template-columns:1fr 1fr}.article-hero{margin-left:0;margin-right:0}}

/* HAYDIGEL REFERENCE FINAL OVERRIDES */
.container{width:min(1408px,calc(100% - 64px));margin:auto}.magazine-header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid #eee7e2;backdrop-filter:none}.head-top{height:98px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.head-top .brand{justify-self:center}.head-top .brand img{width:310px;height:98px;max-height:98px;object-fit:contain}.social-mini{display:flex;gap:13px}.social-mini span{width:27px;height:27px;border-radius:50%;background:#f3e8df;display:grid;place-items:center;color:#5b504b;font-size:12px;font-weight:800}.head-tools{justify-self:end;display:flex;gap:28px;font-size:13px}.nav-main{height:51px;display:flex;align-items:center;justify-content:center;gap:37px;font-size:12px;font-weight:800;text-transform:uppercase;border-top:1px solid #faf7f5;white-space:nowrap}.nav-main a{height:51px;display:flex;align-items:center;border-bottom:2px solid transparent}.nav-main .home-link{color:#cf777b;border-bottom-color:#cf777b;font-size:18px}.home-mag .mag-hero{margin-top:0;grid-template-columns:1.12fr 1.02fr;min-height:360px;border-radius:5px}.home-mag .mag-hero-copy{padding:48px 36px 44px 140px;background:linear-gradient(90deg,#f7eee8 0%,#fff8f4 92%,rgba(255,248,244,.12) 100%)}.home-mag .mag-hero h1{font-family:Georgia,serif;font-size:clamp(44px,4vw,59px);line-height:1.08;margin:0 0 12px}.home-mag .mag-hero h1 em{color:#cd777c;font-style:normal}.home-mag .mag-hero p{max-width:380px}.home-mag .mag-hero-photo img{min-height:360px;object-fit:cover}.shortcut-row{grid-template-columns:repeat(7,1fr);gap:16px}.shortcut-row>a{height:107px;min-height:107px;padding:11px 12px}.shortcut-row img{width:62px;height:74px;object-fit:cover;border-radius:7px}.popular-grid{grid-template-columns:repeat(4,1fr);gap:18px}.mag-content-grid{grid-template-columns:minmax(0,1fr) 265px;gap:24px}.week-style{background:#fff6f3}.week-style img{aspect-ratio:1.15/1;object-fit:cover}.category-mag .hero{padding:34px 0 18px}.category-mag .hero-grid{grid-template-columns:.88fr 1.12fr;gap:0;background:#fff9f6;border:1px solid #eee5df;border-radius:10px;overflow:hidden}.category-mag .hero-grid>div:first-child{padding:55px 52px 55px 66px}.category-mag .hero-card{padding:0;border-radius:0;box-shadow:none;height:390px}.category-mag .hero-card img{height:100%;width:100%;object-fit:cover;border-radius:0}.category-mag .grid{grid-template-columns:repeat(3,1fr);gap:20px}.category-mag .card{border-radius:10px;box-shadow:none}.category-mag .card img{aspect-ratio:16/9;object-fit:cover}.article-mag .article-container{width:min(1408px,calc(100% - 64px))}.article-mag .article-wrap{grid-template-columns:minmax(0,930px) 300px;gap:38px}.article-mag .article{border-radius:10px;box-shadow:none;padding:42px 48px}.article-mag .article h1{font-family:Georgia,serif;font-size:52px}.article-mag .article .tag{color:#fff;background:#d98286;display:inline-block;padding:5px 9px;border-radius:4px}.article-mag .article-hero img,.article-mag .detail-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.magazine-footer{background:#fff7f3;color:#554a45;border-top:1px solid #eee5df}.magazine-footer a{color:#554a45}.magazine-footer .footer-logo{filter:none;width:230px}@media(max-width:1180px){.container{width:min(100% - 32px,1408px)}.nav-main{gap:20px;font-size:11px}.home-mag .mag-hero-copy{padding-left:65px}.category-mag .grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.head-top{height:76px;grid-template-columns:1fr auto}.social-mini,.head-tools{display:none}.head-top .brand{justify-self:start}.head-top .brand img{width:235px;height:76px}.magazine-header .menu-btn{display:block;justify-self:end}.nav-main{display:none}.nav-main.open{display:flex;position:absolute;left:16px;right:16px;top:76px;background:#fff;border:1px solid #eee5df;border-radius:12px;padding:14px;flex-direction:column;gap:0;height:auto}.home-mag .mag-hero{grid-template-columns:1fr}.home-mag .mag-hero-copy{padding:38px 30px}.shortcut-row{grid-template-columns:repeat(2,1fr)}.popular-grid{grid-template-columns:repeat(2,1fr)}.mag-content-grid{grid-template-columns:1fr}.category-mag .hero-grid{grid-template-columns:1fr}.category-mag .grid{grid-template-columns:1fr 1fr}.article-mag .article-container{width:100%}.article-mag .article-wrap{grid-template-columns:1fr}.article-mag .article{border-radius:0;border-left:0;border-right:0;padding:28px 24px}}@media(max-width:620px){.container{width:min(100% - 20px,1408px)}.popular-grid{grid-template-columns:1fr}.category-mag .grid{grid-template-columns:1fr}.article-mag .article h1{font-size:38px}}

/* reference hero slider ornaments */
.home-mag .mag-hero{position:relative}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:58px;height:58px;border:0;border-radius:50%;background:#fff;color:#cf777b;box-shadow:0 6px 16px rgba(62,43,35,.12);font-size:42px;line-height:1;display:grid;place-items:center;cursor:pointer}.hero-arrow-left{left:16px}.hero-arrow-right{right:16px}.hero-dots{position:absolute;z-index:6;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:10px}.hero-dots span{width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px rgba(120,90,80,.08)}.hero-dots span.active{background:#cf777b}@media(max-width:900px){.hero-arrow{width:44px;height:44px;font-size:34px}.hero-arrow-left{left:10px}.hero-arrow-right{right:10px}.hero-dots{bottom:13px}}


/* ===== HAYDIGEL FUNCTIONALITY + QA PATCH 17.08.2026 ===== */
/* Footer links: each item on its own line, no merged words */
.magazine-footer .footer-grid>div{min-width:0}
.magazine-footer .footer-grid>div>strong{display:block;margin:0 0 12px;font-size:15px;color:#342d2a}
.magazine-footer .footer-grid>div>a{display:block!important;width:max-content;max-width:100%;padding:5px 0;line-height:1.45;color:#5a4f49!important}
.magazine-footer .footer-grid>div>a:hover{color:#c87378!important}
.magazine-footer .footer-grid>div:first-child p{max-width:340px;margin-top:16px}
.magazine-footer .legal{color:#a98f84}
.magazine-footer .footer-logo{max-width:230px;height:auto}

/* Real dropdown menus instead of dead chevrons */
.nav-main>.nav-item{height:51px;position:relative;display:flex;align-items:stretch}
.nav-main>.nav-item>a{height:51px;display:flex;align-items:center;gap:5px;border-bottom:2px solid transparent}
.nav-chevron{font-size:11px;line-height:1;margin-top:-2px;color:#665b56;transition:transform .18s ease}
.nav-item:hover .nav-chevron,.nav-item:focus-within .nav-chevron{transform:rotate(180deg)}
.nav-dropdown{position:absolute;top:49px;left:50%;transform:translateX(-50%) translateY(7px);width:235px;padding:9px;background:#fff;border:1px solid #eadfd8;border-radius:10px;box-shadow:0 14px 35px rgba(58,42,33,.13);opacity:0;visibility:hidden;pointer-events:none;transition:.16s ease;z-index:120;text-transform:none}
.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-dropdown a{height:auto!important;display:block!important;padding:9px 11px!important;border:0!important;border-radius:6px;font-size:13px!important;font-weight:600!important;text-transform:none!important;white-space:normal;line-height:1.3}
.nav-dropdown a:hover{background:#fff5f2;color:#c87378}
.nav-dropdown .nav-all{font-weight:800!important;color:#b86d72;border-bottom:1px solid #f0e6df!important;border-radius:0;margin-bottom:4px}

/* Header tool button is a real, styled control */
.head-tools button.tool-link{appearance:none;border:0;background:transparent;font:inherit;color:#443c39;cursor:pointer;padding:5px 0}
.head-tools button.tool-link:hover{color:#c87378}
.fav-count{min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:#f8e9e7;color:#b76067;display:inline-grid;place-items:center;font-size:11px;font-weight:800}
.favorite-save{margin:14px 0 2px;border:1px solid #e7cbc8;background:#fff7f5;color:#b9656c;border-radius:8px;padding:9px 13px;font-weight:800;cursor:pointer}
.favorite-save.active{background:#cf777b;color:#fff;border-color:#cf777b}

/* Slider: clean fade, working buttons and dots */
.mag-hero-copy,.mag-hero-photo img{transition:opacity .22s ease}
.mag-hero.is-changing .mag-hero-copy,.mag-hero.is-changing .mag-hero-photo img{opacity:.28}
.hero-arrow{transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.hero-arrow:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 9px 22px rgba(62,43,35,.18);background:#fff8f6}
.hero-arrow:focus-visible,.hero-cta:focus-visible,.searchbox button:focus-visible,.favorite-save:focus-visible,.favorites-trigger:focus-visible{outline:3px solid rgba(207,119,123,.35);outline-offset:3px}
.hero-dots{pointer-events:auto}
.hero-dots button{width:12px;height:12px;border:0;padding:0;border-radius:50%;background:#fff;box-shadow:0 0 0 1px rgba(120,90,80,.12);cursor:pointer}
.hero-dots button.active{background:#cf777b}

/* Search: fully usable and visually separated */
.search-wrap{position:relative;z-index:35}
.searchbox{transition:border-color .15s ease,box-shadow .15s ease}
.searchbox:focus-within{border-color:#d9a6a4;box-shadow:0 0 0 4px rgba(207,119,123,.10)}
.searchbox button{cursor:pointer;min-width:78px;background:#332c29}
.searchbox button:hover{background:#c87378}
.search-results{top:100%;left:0;margin-top:8px;width:100%!important;max-height:390px;border-radius:12px;padding:6px;overflow:auto;overscroll-behavior:contain}
.search-results.open{display:block}
.search-results .result{display:grid;grid-template-columns:1fr auto;gap:6px 14px;align-items:center;padding:11px 12px;border:0;border-radius:8px;line-height:1.3}
.search-results .result+.result{border-top:1px solid #f3ebe6;border-radius:0}
.search-results .result:hover,.search-results .result:focus{background:#fff5f2;outline:0}
.search-results .result strong{font-size:14px}
.search-results .result small{font-size:11px;color:#9a7b70;text-transform:uppercase;font-weight:800}
.search-empty{padding:16px;color:#776b66;font-size:14px}
.search-hint{padding:9px 12px 5px;color:#a18e85;font-size:11px}

/* Favorite modal */
.fav-modal{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(42,34,31,.48);backdrop-filter:blur(4px)}
.fav-modal.open{display:flex}
.fav-panel{width:min(560px,100%);max-height:min(650px,85vh);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 25px 80px rgba(30,20,15,.25);padding:22px}
.fav-head{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #eee5df;padding-bottom:12px;margin-bottom:8px}
.fav-head h2{font-family:Georgia,serif;margin:0;font-size:27px}
.fav-close{border:0;background:#f7ece7;border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:20px}
.fav-list a{display:block;padding:13px 4px;border-bottom:1px solid #f2eae5;font-weight:700}
.fav-list a:hover{color:#c87378}
.fav-empty{padding:22px 4px;color:#756a65}

/* Scroll to top */
.back-top{position:fixed;right:20px;bottom:20px;z-index:160;width:44px;height:44px;border:0;border-radius:50%;background:#cf777b;color:#fff;box-shadow:0 8px 22px rgba(75,48,41,.2);font-size:22px;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}
.back-top.show{opacity:1;visibility:visible;transform:none}

/* Article readability + footer spacing */
.article-mag .article p{margin:0 0 17px}
.article-mag .article li{margin-bottom:8px}
.article-mag .faq details{padding:16px 0}
.article-mag .faq details p{padding-top:10px}

@media(max-width:900px){
  .nav-main.open>.nav-item{height:auto;display:block;width:100%}
  .nav-main.open>.nav-item>a{height:auto;padding:11px 7px;border-bottom:1px solid #f1e8e1}
  .nav-main.open .nav-dropdown{position:static;transform:none;width:100%;box-shadow:none;border:0;border-radius:0;padding:0 0 5px 13px;opacity:1;visibility:visible;pointer-events:auto;display:block}
  .nav-main.open .nav-dropdown a{padding:7px 8px!important;font-size:12px!important;color:#74645e}
  .nav-main.open .nav-dropdown .nav-all{display:none!important}
  .footer-grid{gap:26px}
}
@media(max-width:620px){
  .search-results{position:fixed;left:10px!important;right:10px!important;top:auto;width:auto!important;max-height:46vh}
  .magazine-footer{padding-top:38px}
  .back-top{right:14px;bottom:14px}
}

.article-detail{margin:32px 0}.article-detail img{width:100%;border-radius:18px;aspect-ratio:16/9;object-fit:cover}.article-detail figcaption{margin-top:8px;color:var(--muted);font-size:13px}.article-links{margin-top:34px;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--cream)}.article-links strong{display:block;margin-bottom:8px}.article-links ul{margin:0;padding-left:20px}.article-links a{text-decoration:underline;text-decoration-color:rgba(177,124,84,.45);text-underline-offset:3px}.hero-slide-label{font-size:15px;font-weight:800;color:#a65f64;margin:-2px 0 12px;letter-spacing:.01em}
