:root{--bg:#f8f4ee;--card:#fff;--text:#2b241f;--muted:#6f675f;--line:#eadfd4;--accent:#a75c24;--accent-dark:#7f4217;--soft:#f1e3d5;--max:1180px;--shadow:0 18px 55px rgba(77,52,35,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:linear-gradient(180deg,#fbf8f3 0,#f7f1e9 100%);color:var(--text);line-height:1.65}img{max-width:100%}a{color:inherit}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.top-note{background:#ead9c8;color:#5e3b23;font-size:13px;padding:7px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(250,247,242,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(173,133,101,.18)}.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;min-width:max-content}.brand-mark{width:58px;height:58px;display:grid;place-items:center;color:var(--accent)}.brand-mark svg{width:100%;height:100%}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:25px;font-weight:700}.brand-copy small{margin-top:7px;letter-spacing:.28em;font-size:10px;color:var(--accent);font-weight:800}.main-menu{display:flex;align-items:center;gap:22px}.main-menu a{text-decoration:none;font-weight:700;font-size:14px;color:#443b34}.main-menu a:hover{color:var(--accent)}.nav-cta{background:var(--accent)!important;color:#fff!important;padding:11px 17px;border-radius:999px;box-shadow:0 8px 24px rgba(167,92,36,.22)}.menu-toggle{display:none;border:0;background:none;padding:8px;cursor:pointer}.menu-toggle span{display:block;width:26px;height:2px;background:#4d3b2e;margin:5px 0;border-radius:2px}.home-hero{position:relative}.hero-slider{position:relative;min-height:590px;overflow:hidden;background:#dcc2aa}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hero-fallback{background:linear-gradient(120deg,#efe3d7,#cfaa8d)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,247,241,.96) 0%,rgba(251,247,241,.82) 34%,rgba(251,247,241,.18) 64%,rgba(251,247,241,.05) 100%)}.hero-inner{position:relative;z-index:2;height:590px;display:flex;align-items:center}.hero-copy{width:min(610px,62%)}.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(167,92,36,.55);background:rgba(255,255,255,.78);padding:8px 13px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.035em;color:#523b2c}.pill-soft{background:#f1e2d3;border-color:transparent}.hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.2vw,72px);line-height:1.02;letter-spacing:-.035em;margin:18px 0 18px;max-width:720px}.hero-copy p{font-size:18px;color:#4f463f;max-width:560px;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#b7672b,#98511f);color:#fff;text-decoration:none;padding:13px 20px;border-radius:14px;font-weight:800;border:0;box-shadow:0 10px 25px rgba(135,72,28,.18)}.btn-light{background:rgba(255,255,255,.9);color:#3c3027;border:1px solid rgba(167,92,36,.45);box-shadow:none}.slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.75);background:rgba(41,34,29,.55);color:#fff;font-size:30px;line-height:1;cursor:pointer}.slider-prev{left:20px}.slider-next{right:20px}.slider-dots{position:absolute;z-index:5;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.slider-dot{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.7);cursor:pointer}.slider-dot.is-active{background:var(--accent)}.feature-strip{position:relative;z-index:6;margin-top:-1px;padding:22px 0 0}.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);background:rgba(255,255,255,.93);border:1px solid rgba(214,191,169,.7);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.feature-item{padding:20px 12px;text-align:center;border-right:1px solid #eee4da;display:grid;gap:8px;place-items:center}.feature-item:last-child{border-right:0}.feature-item span{font-size:28px;color:var(--accent)}.feature-item strong{font-size:13px;line-height:1.25}.section{padding:58px 0}.intro-section{padding-top:72px}.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.intro-visual{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:390px}.intro-visual img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}.intro-copy h2,.section-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,52px);line-height:1.08;margin:10px 0 18px;letter-spacing:-.025em}.intro-copy p{color:var(--muted);font-size:17px}.check-list{list-style:none;padding:0;margin:20px 0 26px;display:grid;gap:10px}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:23px;height:23px;margin-right:10px;border-radius:50%;background:var(--accent);color:#fff;font-size:13px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head p{max-width:300px;color:var(--muted);margin:0}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.13em;font-weight:900;color:var(--accent)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{display:flex;flex-direction:column;min-height:175px;padding:20px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7efe7);border:1px solid var(--line);text-decoration:none;box-shadow:0 8px 24px rgba(88,58,37,.06);transition:.2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-card span{font-size:30px;color:var(--accent);margin-bottom:auto}.category-card strong{font-family:Georgia,"Times New Roman",serif;font-size:18px;margin:10px 0 5px}.category-card small{color:var(--muted);line-height:1.4}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 28px rgba(93,65,45,.06)}.card-media{display:block;aspect-ratio:16/10;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.article-card:hover .card-media img{transform:scale(1.035)}.card-body{padding:20px}.meta{font-size:12px;font-weight:800;color:var(--accent);margin-bottom:8px}.card h2{font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.18;margin:0 0 10px}.card h2 a{text-decoration:none}.card p{color:var(--muted);margin:0 0 14px;font-size:14px}.read-more{font-size:13px;font-weight:900;text-decoration:none;color:var(--accent)}.article-shell{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:44px;padding:56px 0}.article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,54px)}.article h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,5vw,54px);line-height:1.08}.article img.cover{width:100%;border-radius:16px;margin:20px 0 28px}.article-content img{max-width:100%;height:auto;border-radius:14px}.article-content a{color:var(--accent);font-weight:700}.sidebar{align-self:start;position:sticky;top:110px}.sidebox{background:#fff;border:1px solid var(--line);padding:20px;border-radius:18px;margin-bottom:18px}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:14px}.site-footer{margin-top:40px;border-top:1px solid var(--line);padding:44px 0 26px;background:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:start}.footer-grid .brand-mark{width:46px;height:46px}.footer-grid .brand-copy strong{font-size:21px}.footer-grid p{color:var(--muted);max-width:540px}.footer-links{display:grid;gap:9px}.footer-links a{text-decoration:none;font-weight:700}.copyright{border-top:1px solid var(--line);margin-top:28px;padding-top:18px;color:var(--muted);font-size:13px}.admin-wrap{max-width:980px;margin:30px auto;padding:0 16px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:20px}input,select,textarea{width:100%;padding:12px;border:1px solid #d8d2c8;border-radius:10px;font:inherit;background:#fff}label{display:block;font-weight:700;margin:14px 0 6px}textarea{min-height:320px}.row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.actions{display:flex;gap:10px;align-items:center;margin-top:18px}.notice{padding:12px 16px;background:#eef8ee;border:1px solid #cfe7cf;border-radius:10px}.btn-secondary{background:#f1ece5;color:#553822}.admin-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.page-shell{padding:56px 0}.page-article{max-width:860px;margin:auto}.page-article h1{margin-top:4px}

.ui-icon{display:inline-grid;place-items:center;color:var(--accent)}
.ui-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.menu-icon{display:block;height:24px;margin-bottom:3px;color:#4d433c}
.menu-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.main-menu>a:not(.nav-cta){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;line-height:1.15}
.main-menu>a:not(.nav-cta):hover .menu-icon{color:var(--accent)}
.feature-item .ui-icon{height:38px}
.feature-item .ui-icon svg{width:36px;height:36px}
.category-card .category-icon{margin-bottom:auto;height:42px;justify-content:start}
.category-card .category-icon svg{width:38px;height:38px}
@media(max-width:980px){.main-menu{gap:13px}.main-menu a{font-size:13px}.category-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-item:nth-child(3){border-right:0}.feature-item:nth-child(-n+3){border-bottom:1px solid #eee4da}.intro-grid{gap:28px}}
@media(max-width:820px){.top-note{text-align:center}.nav{min-height:72px}.brand-mark{width:48px;height:48px}.brand-copy strong{font-size:20px}.brand-copy small{font-size:9px}.menu-toggle{display:block}.main-menu{position:absolute;left:18px;right:18px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px}.main-menu.is-open{display:flex}.main-menu a{padding:12px 14px;border-radius:10px}.nav-cta{text-align:center;margin-top:6px}.hero-slider,.hero-inner{min-height:620px;height:620px}.hero-media img{object-position:64% center}.hero-shade{background:linear-gradient(180deg,rgba(251,247,241,.08) 0%,rgba(251,247,241,.45) 38%,rgba(251,247,241,.96) 70%,rgba(251,247,241,.99) 100%)}.hero-inner{align-items:flex-end;padding-bottom:58px}.hero-copy{width:100%}.hero-copy h1{font-size:clamp(38px,10vw,54px);max-width:680px}.hero-copy p{font-size:16px;max-width:620px}.intro-grid{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.article-shell{grid-template-columns:1fr}.sidebar{position:static}.footer-grid{grid-template-columns:1fr}}
@media(max-width:560px){.wrap{width:min(100% - 24px,var(--max))}.top-note{font-size:12px}.nav{gap:10px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:8px}.brand-mark{width:42px;height:42px}.hero-slider,.hero-inner{height:600px;min-height:600px}.hero-media img{object-position:68% center}.hero-copy h1{font-size:39px}.pill{font-size:10px;padding:7px 10px}.hero-actions{gap:9px}.hero-actions .btn{flex:1;padding:12px 13px;font-size:13px}.slider-arrow{width:38px;height:38px;font-size:26px;top:42%}.slider-prev{left:8px}.slider-next{right:8px}.feature-strip{padding-top:12px}.feature-grid{grid-template-columns:repeat(2,1fr);border-radius:18px}.feature-item{padding:15px 8px;border-bottom:1px solid #eee4da}.feature-item:nth-child(odd){border-right:1px solid #eee4da}.feature-item:nth-child(even){border-right:0}.feature-item:nth-last-child(-n+2){border-bottom:0}.feature-item strong{font-size:12px}.section{padding:42px 0}.intro-section{padding-top:52px}.intro-visual,.intro-visual img{min-height:280px}.intro-copy h2,.section-head h2{font-size:34px}.section-head{align-items:start;flex-direction:column;gap:8px}.category-grid,.grid,.row,.footer-grid{grid-template-columns:1fr}.category-card{min-height:145px}.article-card .card-media{aspect-ratio:16/9}.site-footer{margin-top:20px}}

@media(max-width:820px){.main-menu>a:not(.nav-cta){flex-direction:row;justify-content:flex-start;gap:10px}.menu-icon{height:22px;margin:0}.menu-icon svg{width:21px;height:21px}}

/* v3: compact hero + orderly mobile slider */
@media(min-width:821px){
  .hero-slider{height:470px;min-height:470px}
  .hero-inner{height:470px;min-height:470px}
  .hero-copy{width:min(540px,48%)}
  .hero-copy h1{font-size:clamp(38px,4.4vw,60px);margin:14px 0 14px}
  .hero-copy p{font-size:16px;margin-bottom:20px;max-width:500px}
  .hero-actions .btn{padding:11px 18px}
  .slider-arrow{width:40px;height:40px}
}

@media(max-width:820px){
  .home-hero{padding:14px 0 0}
  .hero-slider{width:calc(100% - 24px);height:430px;min-height:430px;margin:0 auto;border-radius:22px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(91,59,38,.10)}
  .hero-inner{height:430px;min-height:430px;padding:24px 48% 48px 22px;align-items:center}
  .hero-media{left:52%;width:48%;background:#eee0d2}
  .hero-media img{object-position:center center}
  .hero-shade{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 48%,rgba(255,255,255,.18) 100%)}
  .hero-copy{width:100%;max-width:none}
  .hero-copy h1{font-size:clamp(30px,7vw,42px);line-height:1.04;margin:12px 0 12px}
  .hero-copy p{font-size:14px;line-height:1.5;margin-bottom:18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .pill{font-size:9px;padding:6px 9px;white-space:normal}
  .hero-actions{gap:8px}
  .hero-actions .btn{flex:0 1 auto;padding:10px 13px;font-size:12px}
  .slider-arrow{top:50%;width:34px;height:34px;font-size:23px}
  .slider-prev{left:6px}.slider-next{right:6px}
  .slider-dots{bottom:14px}
  .slider-dot{width:8px;height:8px}
}

@media(max-width:560px){
  .home-hero{padding-top:10px}
  .hero-slider{height:390px;min-height:390px;border-radius:18px}
  .hero-inner{height:390px;min-height:390px;padding:20px 43% 44px 16px}
  .hero-media{left:57%;width:43%}
  .hero-shade{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 54%,rgba(255,255,255,.10) 100%)}
  .hero-copy h1{font-size:clamp(27px,8vw,35px);line-height:1.03;margin:10px 0}
  .hero-copy p{font-size:12px;line-height:1.45;-webkit-line-clamp:3;margin-bottom:13px}
  .pill{font-size:8px;line-height:1.2;padding:6px 7px}
  .hero-actions{display:grid;grid-template-columns:1fr;max-width:135px}
  .hero-actions .btn{width:100%;padding:9px 8px;font-size:10px;border-radius:10px}
  .slider-arrow{display:none}
  .slider-dots{bottom:12px}
  .feature-strip{margin-top:0;padding-top:12px}
}


/* v4: slider image/text compatibility fix */
@media (min-width: 821px){
  .home-hero{padding:18px 0 0}
  .hero-slider{width:min(var(--max),calc(100% - 32px));height:430px;min-height:430px;margin:0 auto;border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 14px 40px rgba(91,59,38,.10)}
  .hero-inner{height:430px;min-height:430px;padding:0 52% 0 42px}
  .hero-copy{width:100%;max-width:540px}
  .hero-copy h1{font-size:clamp(36px,4vw,56px);line-height:1.02;margin:14px 0 14px}
  .hero-copy p{font-size:15px;line-height:1.55;max-width:500px;margin-bottom:20px}
  .hero-media{inset:0 0 0 48%;overflow:hidden;background:#ead9c9}
  .hero-media img{width:100%;height:100%;object-fit:cover;object-position:76% center;transform:scale(1.03)}
  .hero-shade{background:linear-gradient(90deg,rgba(251,247,241,.96) 0%,rgba(251,247,241,.48) 11%,rgba(251,247,241,.06) 30%,rgba(251,247,241,0) 48%)}
  .slider-prev{left:10px}.slider-next{right:10px}
  .slider-dots{bottom:12px}
}

@media (max-width: 820px){
  .home-hero{padding:12px 0 0}
  .hero-slider{width:calc(100% - 24px);height:360px;min-height:360px;margin:0 auto;border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 10px 28px rgba(91,59,38,.10)}
  .hero-inner{height:360px;min-height:360px;padding:20px 43% 40px 16px;align-items:center}
  .hero-media{inset:0 0 0 57%;width:auto;overflow:hidden;background:#ead9c9}
  .hero-media img{width:100%;height:100%;object-fit:cover;object-position:78% center;transform:scale(1.04)}
  .hero-shade{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 30%,rgba(255,255,255,.42) 55%,rgba(255,255,255,0) 76%)}
  .hero-copy{width:100%;max-width:none}
  .hero-copy h1{font-size:clamp(25px,6.8vw,36px);line-height:1.02;margin:9px 0 9px}
  .hero-copy p{font-size:12px;line-height:1.42;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .pill{font-size:9px;padding:6px 8px;line-height:1.2}
  .hero-actions{display:flex;gap:7px;flex-wrap:nowrap}
  .hero-actions .btn{padding:9px 10px;font-size:10px;border-radius:10px;white-space:nowrap}
  .slider-arrow{display:none}
  .slider-dots{bottom:9px}
  .slider-dot{width:7px;height:7px}
}

@media (max-width: 560px){
  .hero-slider{height:330px;min-height:330px;border-radius:17px}
  .hero-inner{height:330px;min-height:330px;padding:17px 42% 36px 14px}
  .hero-media{left:58%}
  .hero-media img{object-position:80% center;transform:scale(1.06)}
  .hero-shade{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.46) 58%,rgba(255,255,255,0) 80%)}
  .hero-copy h1{font-size:clamp(24px,7.1vw,32px);line-height:1.01}
  .hero-copy p{font-size:11px;-webkit-line-clamp:3}
  .hero-actions .btn{padding:8px 8px;font-size:9px}
}

/* v5: mobile hero photo enlarged, white text panel narrowed */
@media (max-width: 820px){
  .hero-slider{height:345px;min-height:345px}
  .hero-inner{height:345px;min-height:345px;padding:18px 39% 38px 15px}
  .hero-media{left:50%;right:0;width:auto}
  .hero-media img{object-position:72% center;transform:scale(1.025)}
  .hero-shade{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 27%,rgba(255,255,255,.78) 39%,rgba(255,255,255,.22) 55%,rgba(255,255,255,0) 70%)}
  .hero-copy h1{font-size:clamp(24px,6.4vw,34px);line-height:1.01;margin:8px 0}
  .hero-copy p{font-size:11px;line-height:1.4;-webkit-line-clamp:2;margin-bottom:11px;max-width:92%}
  .pill{font-size:8px;padding:5px 7px}
  .hero-actions{gap:6px}
  .hero-actions .btn{padding:8px 9px;font-size:9px}
}

@media (max-width: 560px){
  .home-hero{padding-top:8px}
  .hero-slider{height:315px;min-height:315px;width:calc(100% - 16px);border-radius:16px}
  .hero-inner{height:315px;min-height:315px;padding:14px 35% 34px 12px}
  .hero-media{left:45%;right:0}
  .hero-media img{object-position:70% center;transform:scale(1.02)}
  .hero-shade{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 23%,rgba(255,255,255,.80) 35%,rgba(255,255,255,.28) 50%,rgba(255,255,255,0) 65%)}
  .hero-copy{max-width:66%}
  .hero-copy h1{font-size:clamp(22px,6.5vw,29px);line-height:1;margin:7px 0}
  .hero-copy p{font-size:10px;line-height:1.35;-webkit-line-clamp:2;margin-bottom:10px;max-width:100%}
  .pill{font-size:7px;line-height:1.15;padding:5px 6px;max-width:145px}
  .hero-actions{display:flex;gap:5px;max-width:none;flex-wrap:nowrap}
  .hero-actions .btn{width:auto;flex:0 1 auto;padding:7px 7px;font-size:8px;border-radius:9px}
  .slider-dots{bottom:8px}
}
