/* Delray Beach Gazette - publication theme (screen.css) */
:root{
  --ink:#15212b;
  --ink-soft:#3a444d;
  --muted:#5a636b;
  --line:#e7e2d8;
  --cream:#fbf9f4;
  --paper:#ffffff;
  --accent:#c8553d;
  --accent-dark:#a8412c;
  --sand:#d4a373;
  --serif:'Lora',Georgia,'Times New Roman',serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --maxw:1180px;
  --readw:720px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:var(--sans);font-size:18px;line-height:1.65;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-dark)}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}

/* ---- Header / masthead ---- */
.gh-head{background:var(--paper);border-bottom:1px solid var(--line)}
.gh-head-inner{display:flex;align-items:center;justify-content:space-between;
  padding:26px 24px;max-width:var(--maxw);margin:0 auto;gap:24px}
.gh-logo{font-family:var(--serif);font-weight:700;font-size:30px;letter-spacing:-.01em;
  color:var(--ink);line-height:1.05}
.gh-logo b{color:var(--accent);font-weight:700}
.gh-tag{font-size:13px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;
  margin-top:4px;font-weight:600}
.gh-nav{background:var(--ink)}
.gh-nav-inner{display:flex;flex-wrap:wrap;gap:2px;max-width:var(--maxw);margin:0 auto;
  padding:0 16px}
.gh-nav-inner a{color:#d8dde1;font-size:13.5px;font-weight:600;letter-spacing:.03em;
  text-transform:uppercase;padding:13px 14px;border-bottom:3px solid transparent}
.gh-nav-inner a:hover{color:#fff;border-bottom-color:var(--accent)}

/* ---- Layout shells ---- */
.site-main{padding:48px 0 64px}
.gh-canvas{max-width:var(--maxw);margin:0 auto;padding:0 24px}

/* ---- Featured / hero ---- */
.gh-hero{display:block;background:var(--paper);border:1px solid var(--line);
  border-radius:8px;overflow:hidden;margin-bottom:48px;
  transition:transform .18s ease,box-shadow .18s ease}
.gh-hero:hover{transform:translateY(-3px);box-shadow:0 18px 40px -22px rgba(21,33,43,.45)}
.gh-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;min-height:380px}
.gh-hero-img{background-size:cover;background-position:center;min-height:300px}
.gh-hero-img--ph{background:
  linear-gradient(135deg,var(--ink) 0%,#24333f 60%,var(--accent) 220%)}
.gh-hero-body{padding:46px 44px;display:flex;flex-direction:column;justify-content:center}
.gh-hero-body h2{font-family:var(--serif);font-weight:700;font-size:38px;line-height:1.12;
  margin:14px 0 14px;color:var(--ink);letter-spacing:-.015em}
.gh-hero-body p{color:var(--ink-soft);font-size:17px;margin:0}

/* ---- Kicker / tags ---- */
.gh-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.09em;
  text-transform:uppercase;color:var(--accent)}
.gh-kicker--onimg{color:#fff;background:var(--accent);padding:4px 10px;border-radius:3px}

/* ---- Feed grid (cards) ---- */
.gh-feed{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px}
.gh-feed--4{grid-template-columns:repeat(4,1fr);gap:26px}
.gh-card{background:var(--paper);border:1px solid var(--line);border-radius:8px;
  overflow:hidden;display:flex;flex-direction:column;
  transition:transform .18s ease,box-shadow .18s ease}
.gh-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px -20px rgba(21,33,43,.4)}
.gh-card a{display:flex;flex-direction:column;height:100%;color:inherit}
.gh-card-img{aspect-ratio:16/9;background-size:cover;background-position:center}
.gh-card-img--ph{background:linear-gradient(135deg,#eef1ec 0%,#e2e7df 100%);position:relative}
.gh-card-img--ph::after{content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 70% 30%,rgba(200,85,61,.10),transparent 60%)}
.gh-card-body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:9px;flex:1}
.gh-card-body h3{font-family:var(--serif);font-weight:600;font-size:21px;line-height:1.25;
  margin:0;color:var(--ink);letter-spacing:-.01em}
.gh-card-body p{font-size:15px;color:var(--muted);margin:0;line-height:1.55}
.gh-card .gh-meta{font-size:12.5px;color:var(--muted);margin-top:auto;padding-top:6px}

/* ---- Section heading ---- */
.gh-section-title{display:flex;align-items:center;gap:16px;margin:0 0 28px}
.gh-section-title h2{font-family:var(--serif);font-size:15px;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--ink);margin:0;white-space:nowrap}
.gh-section-title::after{content:'';height:1px;background:var(--line);flex:1}

/* ---- Article ---- */
.gh-article{background:var(--paper);border:1px solid var(--line);border-radius:10px;
  padding:54px clamp(22px,5vw,72px);max-width:880px;margin:0 auto}
.gh-crumbs{font-size:13px;color:var(--muted);margin-bottom:18px}
.gh-crumbs a{color:var(--muted)}
.gh-crumbs a:hover{color:var(--accent)}
.gh-article-title{font-family:var(--serif);font-weight:700;font-size:clamp(30px,5vw,46px);
  line-height:1.14;letter-spacing:-.02em;margin:6px 0 18px;color:var(--ink)}
.gh-byline{display:flex;align-items:center;gap:14px;padding:14px 0 22px;
  border-bottom:1px solid var(--line);margin-bottom:30px}
.gh-avatar{width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--cream);
  display:flex;align-items:center;justify-content:center;font-family:var(--serif);
  font-weight:700;font-size:18px;flex:none}
.gh-byline-meta{font-size:14px;color:var(--muted);line-height:1.4}
.gh-byline-meta b{color:var(--ink);font-weight:600;display:block;font-size:14.5px}
.gh-feature-img{width:100%;border-radius:8px;margin:0 0 32px}

/* ---- Post content typography (.gh-content) ---- */
.gh-content{font-size:19px;line-height:1.75;color:var(--ink-soft)}
.gh-content p{margin:0 0 1.5em}
.gh-content h2{font-family:var(--serif);font-weight:700;font-size:28px;line-height:1.25;
  color:var(--ink);margin:1.9em 0 .6em;letter-spacing:-.01em}
.gh-content h3{font-family:var(--serif);font-weight:600;font-size:23px;color:var(--ink);
  margin:1.6em 0 .5em}
.gh-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;
  text-decoration-thickness:1px}
.gh-content ul,.gh-content ol{margin:0 0 1.5em;padding-left:1.4em}
.gh-content li{margin:.4em 0}
.gh-content img{border-radius:6px;margin:1.5em 0}
.gh-content blockquote{margin:1.6em 0;padding:6px 0 6px 26px;
  border-left:3px solid var(--accent);font-family:var(--serif);font-style:italic;
  font-size:22px;color:var(--ink)}
.gh-content strong{color:var(--ink)}

/* ---- Newsletter CTA strip ---- */
.gh-cta{background:var(--ink);border-radius:12px;color:var(--cream);
  padding:46px clamp(24px,5vw,56px);margin:56px auto 0;max-width:880px;
  text-align:center;position:relative;overflow:hidden}
.gh-cta::before{content:'';position:absolute;top:-40%;right:-10%;width:340px;height:340px;
  background:radial-gradient(circle,rgba(200,85,61,.32),transparent 65%)}
.gh-cta h3{font-family:var(--serif);font-size:28px;font-weight:700;margin:0 0 10px;
  position:relative}
.gh-cta p{color:#b9c1c8;font-size:16px;margin:0 0 24px;position:relative}
.gh-cta-form{display:flex;gap:10px;max-width:440px;margin:0 auto;position:relative;
  flex-wrap:wrap;justify-content:center}
.gh-cta-form input{flex:1;min-width:200px;padding:13px 16px;border:0;border-radius:7px;
  font-size:15px;font-family:var(--sans)}
.gh-cta-form button{padding:13px 24px;border:0;border-radius:7px;background:var(--accent);
  color:#fff;font-weight:700;font-size:15px;cursor:pointer;font-family:var(--sans)}
.gh-cta-form button:hover{background:var(--accent-dark)}

/* ---- Page head (category/about) ---- */
.gh-page-head{margin-bottom:36px;padding-bottom:24px;border-bottom:2px solid var(--ink)}
.gh-page-head h1{font-family:var(--serif);font-weight:700;font-size:clamp(30px,5vw,44px);
  letter-spacing:-.02em;margin:8px 0 0;color:var(--ink)}
.gh-page-head .gh-kicker{font-size:13px}

/* ---- Contact form ---- */
.gh-form{display:flex;flex-direction:column;gap:18px;margin-top:24px}
.gh-form label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600;
  color:var(--ink)}
.gh-form input,.gh-form textarea{padding:12px 14px;border:1px solid var(--line);
  border-radius:7px;font-size:16px;font-family:var(--sans);background:var(--cream);
  color:var(--ink)}
.gh-form input:focus,.gh-form textarea:focus{outline:none;border-color:var(--accent);
  background:#fff}
.gh-form button{align-self:flex-start;padding:13px 30px;border:0;border-radius:7px;
  background:var(--ink);color:#fff;font-weight:700;font-size:15px;cursor:pointer}
.gh-form button:hover{background:var(--accent)}
.gh-notice{padding:14px 16px;border-radius:7px;background:#edf6ec;color:#1f5132;
  border:1px solid #c5e2bf;font-size:15px;margin-bottom:8px}
.gh-notice--err{background:#fbecea;color:#8a2c1c;border-color:#f0c8c1}

/* ---- Footer ---- */
.gh-foot{background:var(--ink);color:#c7cdd2;margin-top:72px;padding:54px 0 30px}
.gh-foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px}
.gh-foot-brand{font-family:var(--serif);font-weight:700;font-size:24px;color:#fff;
  margin-bottom:10px}
.gh-foot-brand b{color:var(--accent)}
.gh-foot p{font-size:14.5px;color:#9aa3ab;margin:0;max-width:34ch;line-height:1.6}
.gh-foot h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#fff;
  margin:0 0 14px}
.gh-foot ul{list-style:none;margin:0;padding:0}
.gh-foot li{margin:0 0 9px}
.gh-foot a{color:#aeb6bd;font-size:14.5px}
.gh-foot a:hover{color:var(--accent)}
.gh-copy{border-top:1px solid #2a3742;margin-top:40px;padding-top:22px;font-size:13px;
  color:#7f8890}

/* ---- Responsive ---- */
@media(max-width:980px){
  .gh-feed{grid-template-columns:repeat(2,1fr)}
  .gh-feed--4{grid-template-columns:repeat(2,1fr)}
  .gh-hero-grid{grid-template-columns:1fr}
  .gh-hero-img{min-height:220px}
}
@media(max-width:600px){
  body{font-size:17px}
  .gh-feed,.gh-feed--4{grid-template-columns:1fr}
  .gh-foot-grid{grid-template-columns:1fr;gap:30px}
  .gh-hero-body{padding:30px 26px}
  .gh-hero-body h2{font-size:30px}
  .gh-article{padding:34px 22px}
  .gh-content{font-size:18px}
}
