/*
Theme Name: Harvest Hollow
Theme URI: https://harvesthollow.undeadtanktech.com
Author: UndeadTankTech
Author URI: https://undeadtanktech.com
Description: Cozy farming game WordPress theme for Harvest Hollow with dynamic news, login/register pages, player dashboard, roadmap, and platform CTAs.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: harvest-hollow
Tags: game, blog, custom-logo, custom-menu, featured-images, threaded-comments
*/

:root{
  --hh-bg:#160f0b;
  --hh-panel:#24180f;
  --hh-panel-2:#352313;
  --hh-cream:#f7e8c7;
  --hh-paper:#efe0bd;
  --hh-muted:#cfb987;
  --hh-gold:#e2a94f;
  --hh-orange:#b95d21;
  --hh-green:#52681f;
  --hh-green-2:#6f842c;
  --hh-border:rgba(247,232,199,.16);
  --hh-shadow:0 18px 55px rgba(0,0,0,.45);
  --hh-radius:18px;
  --hh-max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at top,#342213 0,#160f0b 48%,#090706 100%);color:var(--hh-cream);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.hh-wrap{max-width:var(--hh-max);margin:0 auto;padding:0 28px}
.hh-site-header{position:sticky;top:0;z-index:50;background:rgba(18,12,8,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--hh-border);box-shadow:0 8px 35px rgba(0,0,0,.25)}
.hh-header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.hh-brand{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;font-weight:800;font-size:30px;line-height:.9;letter-spacing:-.04em;color:#fff1d2;min-width:190px}.hh-brand img{width:54px;height:54px}.hh-brand-mark{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(160deg,#6c7d28,#b95d21);box-shadow:inset 0 0 0 2px rgba(255,255,255,.15)}
.hh-nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1}.hh-nav a{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#f6e6c3;opacity:.92}.hh-nav a:hover,.hh-nav .current-menu-item>a{color:var(--hh-gold)}
.hh-actions{display:flex;align-items:center;gap:12px}.hh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.18);border-radius:9px;padding:13px 20px;min-height:46px;font-weight:900;text-transform:uppercase;letter-spacing:.035em;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.22);transition:.18s ease;background:#2b1b10;color:#fbe8bd}.hh-btn:hover{transform:translateY(-1px);filter:brightness(1.08)}.hh-btn--green{background:linear-gradient(180deg,#71872d,#3e511c)}.hh-btn--orange{background:linear-gradient(180deg,#b96425,#77330f)}.hh-btn--ghost{background:rgba(31,20,12,.62)}.hh-btn--wide{width:100%}
.hh-mobile-toggle{display:none;background:none;border:0;color:var(--hh-cream);font-size:30px}
.hh-hero{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;background:#1b120b}.hh-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,8,5,.78),rgba(12,8,5,.18) 48%,rgba(12,8,5,.66)),url('assets/images/hero-art.svg') center/cover no-repeat;filter:saturate(1.02)}.hh-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:155px;background:linear-gradient(0deg,#160f0b 0,rgba(22,15,11,0) 100%)}.hh-hero-inner{position:relative;z-index:2;width:100%;padding:80px 0 34px}.hh-hero-grid{display:grid;grid-template-columns:minmax(320px,680px) 1fr;gap:40px;align-items:end}.hh-kicker{color:var(--hh-gold);font-weight:1000;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px}.hh-title{font-family:Georgia,serif;font-size:clamp(64px,9vw,136px);line-height:.82;letter-spacing:-.065em;margin:0 0 22px;color:#fff2d2;text-shadow:0 6px 22px rgba(0,0,0,.6)}.hh-title small{display:block;font-size:.44em;color:var(--hh-gold);letter-spacing:-.03em}.hh-subtitle{font-size:19px;max-width:620px;margin:0 0 24px;color:#fff6dd;text-shadow:0 2px 8px rgba(0,0,0,.7)}.hh-cta-row{display:flex;flex-wrap:wrap;gap:12px}.hh-steam-sign{justify-self:end;max-width:340px;margin-bottom:46px;background:linear-gradient(180deg,#c99a5d,#8d5f31);border:4px solid #4e2b14;border-radius:14px;padding:26px;text-align:center;box-shadow:var(--hh-shadow);transform:rotate(-1deg);color:#32190c}.hh-steam-sign h2{font-family:Georgia,serif;font-size:34px;line-height:1;margin:0 0 18px;text-transform:uppercase}.hh-platform-strip{position:relative;z-index:3;transform:translateY(18px)}.hh-platform-inner{display:grid;grid-template-columns:1.15fr repeat(4,1fr);background:rgba(30,20,13,.88);border:1px solid var(--hh-border);border-radius:10px;box-shadow:var(--hh-shadow);overflow:hidden}.hh-platform{display:flex;gap:14px;align-items:center;padding:17px 22px;border-right:1px solid var(--hh-border)}.hh-platform:last-child{border-right:0}.hh-platform svg{flex:0 0 34px}.hh-platform b{display:block;text-transform:uppercase;color:#fff1d2}.hh-platform span{display:block;color:var(--hh-muted);font-size:13px}.hh-features-band{position:relative;z-index:4;background:linear-gradient(180deg,#f4e4c4,#dcc799);color:#20140c;box-shadow:0 -20px 40px rgba(0,0,0,.28),0 20px 40px rgba(0,0,0,.28)}.hh-features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.hh-feature-mini{min-height:130px;padding:24px 22px;display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;border-right:1px solid rgba(54,34,18,.18)}.hh-feature-mini:last-child{border-right:0}.hh-feature-mini h3{font-size:14px;text-transform:uppercase;margin:0 0 4px}.hh-feature-mini p{font-size:13px;margin:0;color:#4b3823}.hh-icon-bubble{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#e8d6aa;border:1px solid rgba(69,43,20,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}
.hh-section{padding:58px 0}.hh-section--wood{background:linear-gradient(180deg,#26180e,#1b110b)}.hh-section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.hh-section-title h2{font-family:Georgia,serif;color:var(--hh-gold);font-size:30px;margin:0}.hh-section-title a{color:var(--hh-gold);font-weight:900;text-transform:uppercase;font-size:13px}.hh-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hh-card{background:linear-gradient(180deg,rgba(50,32,18,.92),rgba(24,16,10,.96));border:1px solid var(--hh-border);border-radius:14px;overflow:hidden;box-shadow:var(--hh-shadow)}.hh-card__image{height:165px;background:linear-gradient(135deg,#6f842c,#b95d21);overflow:hidden}.hh-card__image img{width:100%;height:100%;object-fit:cover}.hh-card__body{padding:18px}.hh-pill{display:inline-flex;background:var(--hh-green);color:#fff3d5;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900;text-transform:uppercase;margin-bottom:10px}.hh-card h3{font-family:Georgia,serif;font-size:21px;line-height:1.08;margin:0 0 8px}.hh-meta{font-size:12px;color:var(--hh-muted);margin-bottom:8px}.hh-card p{font-size:14px;color:#ead8b2;margin:0}.hh-bottom-band{display:grid;grid-template-columns:1.05fr 1fr;gap:20px}.hh-paper-panel{background:linear-gradient(180deg,#f3e3c1,#ddc89b);color:#27180e;border-radius:14px;border:1px solid rgba(255,255,255,.35);box-shadow:var(--hh-shadow);padding:24px;display:flex;gap:20px;align-items:center}.hh-paper-panel h3{margin:0 0 4px;font-size:20px;text-transform:uppercase}.hh-form-inline{display:flex;gap:10px;flex:1}.hh-form-inline input{width:100%;border:1px solid rgba(65,40,19,.25);border-radius:8px;padding:13px 15px;background:#fff8e9}.hh-roadmap-steps{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.hh-step{text-align:center;font-weight:900;font-size:12px;text-transform:uppercase}.hh-step span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--hh-green);color:white;margin:0 auto 7px}.hh-site-footer{background:#120c08;border-top:1px solid var(--hh-border);padding:42px 0 24px;color:#d8c598}.hh-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}.hh-footer-logo{font-family:Georgia,serif;font-size:34px;color:#fff0ce;font-weight:800;line-height:.88}.hh-footer-links{display:flex;gap:18px;flex-wrap:wrap;text-transform:uppercase;font-size:12px;font-weight:800}.hh-socials{display:flex;gap:10px;justify-content:flex-end}.hh-socials a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#2b1b10;border:1px solid var(--hh-border)}.hh-copy{margin-top:26px;border-top:1px solid var(--hh-border);padding-top:18px;font-size:13px;color:#a99468}
.hh-page-hero{padding:70px 0 38px;background:linear-gradient(90deg,rgba(15,10,6,.85),rgba(15,10,6,.45)),url('assets/images/page-banner.svg') center/cover no-repeat;border-bottom:1px solid var(--hh-border)}.hh-page-hero h1{font-family:Georgia,serif;font-size:56px;line-height:.95;margin:0 0 10px;color:#fff0ce}.hh-page-hero p{margin:0;max-width:760px;color:#ead8b2}.hh-content{background:#1b110b;padding:48px 0;min-height:55vh}.hh-content-card{background:linear-gradient(180deg,#f4e4c3,#d8c293);color:#23160d;border-radius:16px;padding:30px;box-shadow:var(--hh-shadow)}.hh-content-card a{color:#51671f;font-weight:800}.hh-form{max-width:560px;margin:0 auto}.hh-form label{display:block;font-weight:900;margin:14px 0 6px}.hh-form input,.hh-form textarea{width:100%;padding:14px 16px;border-radius:8px;border:1px solid rgba(44,28,13,.25);background:#fff8e9}.hh-dashboard{display:grid;grid-template-columns:240px 1fr;gap:24px}.hh-dash-nav{background:#24180f;border:1px solid var(--hh-border);border-radius:14px;padding:14px}.hh-dash-nav a{display:block;padding:12px 14px;border-radius:8px;color:#f0ddb6}.hh-dash-nav a:hover{background:#352313}.hh-dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.hh-dash-card{background:#f0dfbc;color:#24170d;border-radius:14px;padding:22px}.hh-dash-card h3{margin-top:0}.hh-login-notice{max-width:680px;margin:0 auto;text-align:center}.hh-post-list{display:grid;gap:18px}.hh-post-row{display:grid;grid-template-columns:220px 1fr;gap:18px;background:#f0dfbc;color:#24170d;border-radius:14px;padding:16px}.hh-post-row img{height:140px;width:100%;object-fit:cover;border-radius:10px}.screen-reader-text{position:absolute;left:-9999px}.alignwide{max-width:var(--hh-max);margin-left:auto;margin-right:auto}.wp-caption,.gallery-caption,.bypostauthor{display:block}
@media (max-width:1100px){.hh-nav{display:none}.hh-mobile-toggle{display:block}.hh-header-inner{height:auto;min-height:72px}.hh-actions{display:none}.hh-hero-grid{grid-template-columns:1fr}.hh-steam-sign{justify-self:start;margin-bottom:10px}.hh-platform-inner,.hh-features-grid,.hh-news-grid,.hh-bottom-band,.hh-footer-grid,.hh-dashboard,.hh-dash-grid{grid-template-columns:1fr}.hh-platform,.hh-feature-mini{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.hh-features-grid{padding:12px 0}.hh-post-row{grid-template-columns:1fr}.hh-title{font-size:72px}.hh-hero{min-height:760px}.hh-form-inline{flex-direction:column}}

/* Harvest Hollow real-art refresh v1.0.2 */
body{background:#120b07;background-image:radial-gradient(circle at 20% 0%,rgba(190,104,31,.18),transparent 38%),radial-gradient(circle at 90% 12%,rgba(121,139,45,.12),transparent 34%)}
.hh-site-header{background:linear-gradient(180deg,rgba(20,13,8,.97),rgba(17,11,7,.9));box-shadow:0 14px 38px rgba(0,0,0,.42)}
.hh-brand-mark{background:transparent;border-radius:0;box-shadow:none;font-size:38px}.hh-brand span:not(.hh-brand-mark){text-shadow:0 4px 16px rgba(0,0,0,.55)}
.hh-hero{min-height:650px;background:#150e09}.hh-hero:before{background:linear-gradient(90deg,rgba(13,8,5,.80) 0%,rgba(13,8,5,.45) 25%,rgba(13,8,5,.14) 48%,rgba(13,8,5,.56) 100%),linear-gradient(0deg,rgba(13,8,5,.45),rgba(13,8,5,0) 55%),url('assets/images/hero-real.jpg') center/cover no-repeat;filter:saturate(1.1) contrast(1.04)}
.hh-hero:after{height:210px;background:linear-gradient(0deg,#160e09 0%,rgba(22,14,9,.92) 18%,rgba(22,14,9,0) 100%)}
.hh-hero-inner{padding-top:96px}.hh-hero-copy{background:linear-gradient(90deg,rgba(13,8,5,.45),rgba(13,8,5,0));border-radius:18px;padding:16px 20px 18px 0}.hh-title{color:#fff0ca;text-shadow:0 7px 0 rgba(50,25,8,.18),0 18px 34px rgba(0,0,0,.72)}.hh-kicker{text-shadow:0 3px 8px rgba(0,0,0,.75)}.hh-subtitle{color:#fff7e1;max-width:660px;font-weight:600}.hh-steam-sign{position:relative;overflow:hidden;background:#b7844d;border-color:#4a2a12;color:#2a1509}.hh-steam-sign:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(201,154,93,.92),rgba(201,154,93,.8)),url('assets/images/steam-sign-bg.jpg') center/cover no-repeat;z-index:-1}.hh-steam-sign h2{text-shadow:0 1px 0 rgba(255,243,210,.45)}
.hh-platform-inner{background:rgba(28,17,10,.91);backdrop-filter:blur(10px)}
.hh-features-band{background:linear-gradient(180deg,#f7e8ca,#dec596)}.hh-features-grid{gap:0}.hh-feature-card{grid-template-columns:88px 1fr;min-height:142px}.hh-feature-card img{width:78px;height:78px;border-radius:16px;object-fit:cover;border:2px solid rgba(255,255,255,.45);box-shadow:0 10px 18px rgba(62,39,18,.22)}
.hh-section--wood{background:linear-gradient(180deg,rgba(39,24,13,.96),rgba(19,11,7,.98)),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,160px 100%;border-top:1px solid rgba(255,226,173,.08)}
.hh-card{background:linear-gradient(180deg,rgba(46,29,17,.96),rgba(20,12,8,.98));box-shadow:0 18px 38px rgba(0,0,0,.35);transition:transform .18s ease,filter .18s ease}.hh-card:hover{transform:translateY(-3px);filter:brightness(1.06)}.hh-card__image{background:#20120a}.hh-card__image img{transition:transform .25s ease}.hh-card:hover .hh-card__image img{transform:scale(1.03)}
.hh-home-bottom{background:linear-gradient(180deg,#1b110b,#110b07)}.hh-newsletter-panel,.hh-roadmap-panel{position:relative;overflow:hidden}.hh-newsletter-panel:before,.hh-roadmap-panel:before{content:"";position:absolute;inset:0;background:center/cover no-repeat;opacity:.2;mix-blend-mode:multiply}.hh-newsletter-panel:before{background-image:url('assets/images/newsletter-bg.jpg')}.hh-roadmap-panel:before{background-image:url('assets/images/roadmap-real.jpg');opacity:.28}.hh-paper-panel>*{position:relative;z-index:1}.hh-roadmap-panel{background:linear-gradient(180deg,rgba(243,227,193,.93),rgba(221,200,155,.93))}
.hh-page-hero{background:linear-gradient(90deg,rgba(15,9,5,.88),rgba(15,9,5,.56)),url('assets/images/page-banner-real.jpg') center/cover no-repeat;min-height:300px;display:flex;align-items:end}.hh-page-hero h1{text-shadow:0 12px 32px rgba(0,0,0,.75)}
.hh-post-row{background:linear-gradient(180deg,#f4e5c4,#deca9c);box-shadow:0 12px 26px rgba(0,0,0,.25)}.hh-content{background:linear-gradient(180deg,#21140c,#130b07)}
@media (max-width:1100px){.hh-hero{min-height:760px}.hh-hero-copy{padding-right:0}.hh-feature-card{grid-template-columns:74px 1fr}.hh-feature-card img{width:66px;height:66px}}


/* Harvest Hollow real asset replacement v1.0.4 */
.hh-brand{min-width:auto}
.hh-brand-logo{width:220px;height:auto;display:block;filter:drop-shadow(0 8px 22px rgba(0,0,0,.5))}
.hh-brand .custom-logo-link img,.hh-brand img.custom-logo{max-height:62px;width:auto}
.hh-footer-logo-img{width:245px;max-width:100%;height:auto;margin-bottom:12px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.28))}
.hh-hero-logo{width:min(560px,100%);height:auto;margin:0 0 14px;filter:drop-shadow(0 14px 30px rgba(0,0,0,.65))}
.hh-title{display:none}
.hh-btn{position:relative;border:0;border-radius:999px;padding:17px 30px;min-height:58px;background:transparent center/100% 100% no-repeat;box-shadow:none;color:#fff1ce;text-shadow:0 2px 0 rgba(45,25,10,.65),0 4px 16px rgba(0,0,0,.34);font-weight:900;letter-spacing:.03em;overflow:visible}
.hh-btn--green{background-image:url('assets/images/button-green.png');color:#fff6d9}
.hh-btn--orange{background-image:url('assets/images/button-orange.png');color:#fff4df}
.hh-btn--ghost{background-image:url('assets/images/button-dark.png');color:#f8ead2}
.hh-btn:hover{transform:translateY(-2px) scale(1.01);filter:brightness(1.06)}
.hh-btn--wide{width:100%}
.hh-cta-row{gap:16px}
.hh-steam-sign .hh-btn{max-width:220px;margin:0 auto}
.hh-features-band{background:linear-gradient(180deg,#f8e9c9,#dfc797)}
.hh-feature-card{grid-template-columns:122px 1fr;min-height:178px;padding:28px 22px}
.hh-feature-card img{width:112px;height:112px;border-radius:24px;object-fit:cover;border:0;background:transparent;box-shadow:0 15px 26px rgba(62,39,18,.20)}
.hh-feature-card h3{font-size:17px;letter-spacing:.01em;margin-bottom:10px}
.hh-feature-card p{font-size:16px;line-height:1.45;color:#5a4328}
.hh-feature-mini{gap:18px}
.hh-platform{min-height:112px}
.hh-platform > div[style]{font-size:34px;line-height:1}
.hh-footer-logo{display:none}
@media (max-width:1100px){
  .hh-brand-logo{width:176px}
  .hh-hero-logo{width:min(430px,100%)}
  .hh-feature-card{grid-template-columns:86px 1fr;min-height:auto}
  .hh-feature-card img{width:76px;height:76px;border-radius:18px}
}


/* Harvest Hollow layout repair v1.0.5 */
html,body{max-width:100%;overflow-x:hidden}
.hh-wrap{width:100%;max-width:1380px}
.hh-brand-logo{width:168px;max-height:64px;object-fit:contain}
.hh-hero-copy{max-width:670px;background:linear-gradient(90deg,rgba(13,8,5,.48),rgba(13,8,5,.10) 65%,rgba(13,8,5,0));padding:20px 22px 22px 0}
.hh-hero-logo{width:min(500px,92vw);max-height:280px;object-fit:contain;object-position:left center;margin-bottom:12px}
.hh-kicker{font-size:16px}.hh-subtitle{font-size:18px;line-height:1.45}
.hh-platform-strip{margin-top:22px;transform:none}.hh-platform-inner{grid-template-columns:1.05fr repeat(4,1fr);max-width:100%}.hh-platform{padding:18px 22px;min-width:0}.hh-platform b{font-size:15px}.hh-platform span{font-size:12px}
.hh-features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding-top:0;padding-bottom:0}
.hh-feature-mini{border-right:1px solid rgba(54,34,18,.16);border-bottom:1px solid rgba(54,34,18,.12)}
.hh-feature-card{grid-template-columns:114px minmax(0,1fr);min-height:166px;padding:26px 28px}.hh-feature-card img{width:104px;height:104px}.hh-feature-card h3{font-size:17px}.hh-feature-card p{font-size:15px;max-width:340px}
.hh-news-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hh-card{min-width:0}.hh-card__image{height:178px}
.hh-footer-logo-img{width:190px;max-height:150px;object-fit:contain;object-position:left center}
@media (max-width:1180px){
  .hh-platform-inner{grid-template-columns:1fr 1fr}.hh-platform{border-bottom:1px solid var(--hh-border)}
  .hh-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hh-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .hh-hero{min-height:780px}.hh-hero-copy{padding-right:0;background:rgba(13,8,5,.28)}.hh-hero-logo{width:min(360px,90vw)}
  .hh-platform-inner,.hh-features-grid,.hh-news-grid{grid-template-columns:1fr}
  .hh-feature-card{grid-template-columns:88px 1fr;padding:20px}.hh-feature-card img{width:78px;height:78px}
}
