/*
Theme Name: Field Style Astra
Template: astra
Version: 1.0.13
Description: Custom Astra child theme for Field Style Gardening.
*/

:root {
  --fsg-forest: #265835;
  --fsg-cream: #f7f4e9;
  --fsg-ink: #20261f;
  --fsg-red: #a74535;
}

* { box-sizing: border-box; }

body.home {
  margin: 0;
  color: var(--fsg-ink);
  background: #ebe8de;
  font-family: Georgia, "Times New Roman", serif;
}

.fsg-landing {
  min-height: 100vh;
  background: url("https://fieldstylegardening.com/wp-content/uploads/2026/05/ChatGPT-Image-May-4-2026-09_54_19-AM.png") center/cover fixed;
}

.fsg-hero {
  width: min(1430px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 46%) 1fr;
}

.fsg-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 32px clamp(26px, 5vw, 72px) 46px;
  background: linear-gradient(178deg, rgba(38, 88, 53, .60) 0%, rgba(255, 255, 255, .62) 63%, rgba(255,255,255,.88) 100%);
  backdrop-filter: blur(1px);
}

.fsg-logo {
  display: block;
  width: min(100%, 440px);
  margin: 0 auto 22px;
  border-radius: 11px;
}

.fsg-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 1.08;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 3px 2px rgba(0,0,0,.72);
}

.fsg-copy {
  max-width: 660px;
  margin: 0 0 22px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.22;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0,0,0,.8);
}

.fsg-prompt {
  width: 100%;
  margin: 4px 0 18px;
  padding: 18px 22px;
  border: 3px solid #273327;
  border-radius: 15px;
  background: rgba(226, 235, 220, .82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
}

.fsg-form {
  width: 100%;
  margin: 0;
}

.fsg-signup-box {
  width: 100%;
  padding: 22px;
  border: 5px dashed #69bf2a;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 22px rgba(25,48,26,.12);
}

.fsg-note {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.fsg-login,
.fsg-more {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.fsg-login { margin: 24px 0 4px; }
.fsg-login a,
.fsg-more a { color: #2b4b77; }

.fsg-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 100vh;
  padding: 40px clamp(28px, 5vw, 90px);
}

.fsg-more {
  width: min(100%, 600px);
  margin: 0;
  padding: clamp(22px, 3vw, 38px);
  border-radius: 16px;
  background: rgba(8, 12, 9, .68);
  box-shadow: 0 10px 35px rgba(0,0,0,.22);
  color: #fff;
  text-align: center;
}

.fsg-more h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.1;
}

.fsg-more h2 a,
.fsg-more > a { color: #fff; text-decoration: none; }
.fsg-more > a { font-size: clamp(15px, 1.2vw, 18px); line-height: 1.55; }
.fsg-more a:hover,
.fsg-more a:focus { color: #fff; text-decoration: underline; }

.fsg-site-footer {
  padding: 14px clamp(18px, 3.5vw, 64px) 12px;
  background: #faf6ef;
  color: #1f221f;
  font-family: Arial, Helvetica, sans-serif;
}

.fsg-footer-inner {
  width: min(1540px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px minmax(310px, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

.fsg-footer-identity { min-width: 0; align-self: center; }
.fsg-footer-logo { display: block; width: 190px; max-width: 100%; }
.fsg-footer-brand {
  margin: 4px 0 0;
  color: #6b5140;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .06em;
}

.fsg-footer-copyright {
  margin: 0;
  min-width: 0;
  padding-right: 4px;
  font-size: 14px;
  letter-spacing: .035em;
  white-space: nowrap;
}

.fsg-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-height: 42px;
  padding-left: clamp(18px, 2vw, 30px);
  border-left: 1px solid rgba(81, 67, 55, .32);
  align-content: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.4vw, 22px);
}

.fsg-footer-links a {
  color: #191b19;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.fsg-footer-links a:hover,
.fsg-footer-links a:focus { color: var(--fsg-forest); text-decoration: underline; }

@media (max-width: 820px) {
  .fsg-landing { background-attachment: scroll; background-position: 62% center; }
  .fsg-hero { grid-template-columns: 1fr; }
  .fsg-panel { width: min(100%, 660px); padding: 20px 22px 34px; background: linear-gradient(178deg, rgba(38,88,53,.65), rgba(255,255,255,.76) 64%, rgba(255,255,255,.92)); }
  .fsg-title { font-size: clamp(38px, 11vw, 58px); }
  .fsg-copy { font-size: 18px; }
  .fsg-visual { min-height: 460px; padding: 28px 20px; background: rgba(0,0,0,.05); }
  .fsg-more { padding: 24px 20px; }
  .fsg-more h2 { font-size: 28px; }
  .fsg-more > a { font-size: 15px; line-height: 1.5; }
  .fsg-footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 18px; }
  .fsg-footer-logo { margin-inline: auto; }
  .fsg-footer-copyright { white-space: normal; }
  .fsg-footer-links {
    width: 100%;
    min-height: 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(81, 67, 55, .32);
    border-left: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .fsg-footer-inner { grid-template-columns: 170px minmax(260px, 1fr) auto; gap: 14px; }
  .fsg-footer-logo { width: 155px; }
  .fsg-footer-brand { font-size: 11px; }
  .fsg-footer-copyright { font-size: 12px; letter-spacing: .015em; }
  .fsg-footer-links { gap: 10px; padding-left: 16px; }
  .fsg-footer-links a { font-size: 12px; }
}

@media (max-width: 480px) {
  .fsg-panel { padding-inline: 15px; }
  .fsg-title { font-size: 38px; }
  .fsg-prompt { padding: 15px; font-size: 16px; }
  .fsg-site-footer { padding-inline: 16px; }
  .fsg-footer-inner { width: 100%; gap: 14px; }
  .fsg-footer-links { max-width: 340px; gap: 11px 16px; }
  .fsg-footer-links a { font-size: 13px; line-height: 1.35; }
}

/* Split-screen test concept: /test-bs/ */
.fsg-bs-page { margin: 0; background: #10140f; }
.fsg-bs {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: url("https://fieldstylegardening.com/wp-content/uploads/2026/05/ChatGPT-Image-May-4-2026-09_54_19-AM.png") center/cover fixed;
}
.fsg-bs-left,
.fsg-bs-right { min-width: 0; min-height: 100vh; }
.fsg-bs-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(24px, 3.5vw, 58px) clamp(22px, 4vw, 70px) 42px;
  background: rgba(244, 244, 232, .76);
  text-align: center;
}
.fsg-bs-logo { width: min(390px, 72%); border-radius: 12px; }
.fsg-bs-kicker {
  margin: 22px 0 6px;
  color: #f3c400;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(34px, 3.7vw, 58px);
  font-style: italic;
  font-weight: 900;
  line-height: .95;
  letter-spacing: .015em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #151515;
  text-shadow: 3px 4px 0 #151515;
}
.fsg-bs h1 {
  margin: 6px 0 16px;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(48px, 5.25vw, 84px);
  font-style: italic;
  font-weight: 900;
  line-height: .96;
  letter-spacing: .005em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #141414;
  text-shadow: 4px 5px 0 #141414;
}
.fsg-bs-lead {
  max-width: 810px;
  margin: 0 0 18px;
  color: #fff;
  font: 900 clamp(19px, 1.85vw, 30px)/1.18 "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 3px 2px rgba(0,0,0,.78);
}
.fsg-bs-prompt {
  width: 100%;
  margin: 0 0 22px;
  padding: 20px 24px;
  border: 3px solid #25291f;
  border-radius: 9px;
  background: #d7c674;
  color: #171a16;
  font: 900 clamp(17px, 1.45vw, 23px)/1.28 "Arial Narrow", Arial, sans-serif;
  box-shadow: 0 4px 0 rgba(0,0,0,.2);
}
.fsg-bs-signup {
  width: 100%;
  padding: 22px;
  border: 5px dashed #69bf2a;
  background: rgba(255,255,255,.97);
  color: #171a16;
  font: 700 14px/1.35 Arial, sans-serif;
  text-align: left;
}
.fsg-bs-signup > p { margin: 0 0 16px; }
.fsg-bs-login { margin: 18px 0 0; font: 15px Arial, sans-serif; }
.fsg-bs-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px clamp(30px, 5vw, 90px);
  background: linear-gradient(90deg, rgba(5,7,5,.12), rgba(5,7,5,.66));
}
.fsg-bs-no-thanks {
  width: min(650px, 100%);
  padding: clamp(28px, 4vw, 52px);
  background: rgba(8,10,8,.7);
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
}
.fsg-bs-no-thanks h2 {
  margin: 0 0 24px;
  color: #d6c53d;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(34px, 3.9vw, 62px);
  font-style: italic;
  font-weight: 900;
  line-height: .95;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-stroke: 1px #111;
  text-shadow: 3px 4px 0 #000;
}
.fsg-bs-no-thanks > a {
  color: #fff;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
}
.fsg-bs-no-thanks p { margin: 34px 0 0; font-size: 17px; line-height: 1.55; }

@media (max-width: 820px) {
  .fsg-bs { grid-template-columns: 1fr; background-attachment: scroll; }
  .fsg-bs-left { min-height: auto; padding: 22px 18px 32px; }
  .fsg-bs-right { min-height: 500px; padding: 30px 20px; }
  .fsg-bs h1 { font-size: clamp(40px, 12vw, 58px); }
  .fsg-bs-kicker { font-size: 32px; }
  .fsg-bs-lead { font-size: 18px; }
  .fsg-bs-no-thanks h2 { font-size: 34px; }
  .fsg-bs-no-thanks > a { font-size: 19px; }
}

/* Blog landing page: /blog/ */
.fsg-blog-page { margin: 0; background: #fff; color: #262a25; }
.fsg-blog-header { background: #f7f2e9; border-bottom: 1px solid #eee8de; }
.fsg-blog-header-inner { max-width: 1480px; min-height: 116px; margin: auto; padding: 16px 42px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.fsg-blog-brand img { display: block; width: 270px; max-height: 84px; object-fit: contain; }
.fsg-blog-nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 44px); font: 700 17px/1.2 Arial, sans-serif; }
.fsg-blog-nav a { color: #151815; text-decoration: none; white-space: nowrap; }
.fsg-blog-nav a:hover, .fsg-blog-nav .is-current { color: #536647; }
.fsg-blog-nav .fsg-blog-signin { padding: 12px 18px; border-radius: 11px; background: #aa2926; color: #fff; }
.fsg-blog-shell { max-width: 1480px; margin: auto; padding: 44px 42px 70px; display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 58px; align-items: start; }
.fsg-blog-sidebar { position: sticky; top: 28px; padding: 18px 18px 28px; border: 1px solid #a79f98; background: #fff; }
.fsg-blog-portrait { padding: 16px; background: #f7f2e9; text-align: center; }
.fsg-blog-portrait img { width: 100%; height: auto; display: block; }
.fsg-blog-sidebar h1 { margin: 28px 0 10px; color: #2d312d; font: italic 52px/1 Georgia, serif; }
.fsg-blog-sidebar p { margin: 0 0 20px; font: 18px/1.65 Arial, sans-serif; }
.fsg-blog-posts { min-width: 0; }
.fsg-blog-featured { position: relative; min-height: 560px; display: flex; align-items: end; background: linear-gradient(135deg,#778468,#35412f); background-position: center; background-size: cover; overflow: hidden; }
.fsg-blog-featured.has-no-image::before { content: "Field Style Gardening"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.2); font: italic 700 clamp(42px,7vw,96px)/1 Georgia,serif; text-align:center; }
.fsg-blog-featured-card { position: relative; width: min(610px, 72%); padding: 30px 34px; background: rgba(15,18,15,.78); color: #fff; }
.fsg-blog-newest { display: inline-block; margin: 0 12px 12px 0; padding: 5px 10px; background: #8fa55e; color: #fff; font: 800 12px/1 Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.fsg-blog-featured time, .fsg-blog-card time { color: #c8ccc6; font: 14px/1.3 Arial,sans-serif; }
.fsg-blog-featured h2 { margin: 16px 0 14px; font: 700 clamp(28px,3vw,42px)/1.15 Georgia,serif; }
.fsg-blog-featured h2 a, .fsg-blog-card h2 a { color: inherit; text-decoration: none; }
.fsg-blog-featured p { margin: 0 0 22px; font: 18px/1.55 Arial,sans-serif; }
.fsg-blog-more { color: #87bcd7; font: 700 15px/1.2 Arial,sans-serif; text-decoration: none; }
.fsg-blog-list { margin-top: 28px; display: grid; gap: 24px; }
.fsg-blog-card { display: grid; grid-template-columns: minmax(220px, 38%) 1fr; min-height: 235px; border: 1px solid #dedbd5; background: #faf8f3; }
.fsg-blog-card-image { display: grid; place-items: center; min-height: 235px; overflow: hidden; background: #667658; color: rgba(255,255,255,.8); font: italic 700 28px Georgia,serif; text-decoration:none; }
.fsg-blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.fsg-blog-card-copy { padding: 26px 30px; }
.fsg-blog-card time { color: #6d746a; }
.fsg-blog-card h2 { margin: 10px 0; color: #31372f; font: 700 28px/1.2 Georgia,serif; }
.fsg-blog-card p { margin: 0 0 18px; font: 16px/1.5 Arial,sans-serif; }
.fsg-blog-empty { padding: 60px; background:#f7f2e9; font: 22px/1.5 Georgia,serif; text-align:center; }
@media (max-width: 900px) {
  .fsg-blog-header-inner { min-height: auto; padding: 13px 22px 16px; flex-direction: column; gap: 12px; }
  .fsg-blog-brand img { width: 230px; max-height: 76px; }
  .fsg-blog-nav { gap: 14px; flex-wrap: wrap; justify-content: center; font-size: 15px; }
  .fsg-blog-shell { padding: 28px 20px 50px; grid-template-columns: 1fr; gap: 30px; }
  .fsg-blog-sidebar { position: static; }
  .fsg-blog-portrait { max-width: 320px; margin:auto; }
  .fsg-blog-sidebar h1, .fsg-blog-sidebar p { text-align:center; }
}
@media (max-width: 620px) {
  .fsg-blog-nav { gap: 12px 18px; }
  .fsg-blog-featured { min-height: 470px; }
  .fsg-blog-featured-card { width: 100%; padding: 24px; }
  .fsg-blog-card { grid-template-columns: 1fr; }
  .fsg-blog-card-image { min-height: 210px; }
}

/* Individual posts: same visual system as /blog/ */
.fsg-single-shell { background: #f4f0e9; }
.fsg-single-content { min-width: 0; }
.fsg-single-article { padding: clamp(30px,4vw,64px); background: #fff; }
.fsg-single-heading { margin: 0 0 34px; }
.fsg-single-back { color: #687b59; font: 800 13px/1.2 Arial,sans-serif; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.fsg-single-heading h1 { max-width: 980px; margin: 14px 0 12px; color: #161915; font: 700 clamp(42px,5vw,72px)/1.05 Georgia,serif; letter-spacing: -.025em; }
.fsg-single-meta { margin: 0; color: #747970; font: 15px/1.4 Arial,sans-serif; }
.fsg-single-hero { margin: 0 0 34px; }
.fsg-single-hero img { display: block; width: 100%; max-height: 720px; object-fit: cover; }
.fsg-single-body { max-width: 920px; color: #2a2e29; font: 19px/1.75 Arial,sans-serif; }
.fsg-single-body > *:first-child { margin-top: 0; }
.fsg-single-body h2 { margin: 46px 0 16px; color: #20251f; font: 700 38px/1.18 Georgia,serif; }
.fsg-single-body h3 { margin: 34px 0 14px; color: #2e352c; font: 700 28px/1.25 Georgia,serif; }
.fsg-single-body p { margin: 0 0 24px; }
.fsg-single-body a { color: #536b45; }
.fsg-single-body img { display: block; max-width: 100%; height: auto; }
.fsg-single-body figure { margin: 34px 0; }
.fsg-single-body figcaption { margin-top: 9px; color: #777d74; font: italic 14px/1.45 Arial,sans-serif; }
.fsg-single-body blockquote { margin: 34px 0; padding: 20px 28px; border-left: 5px solid #82956b; background:#f7f3eb; font: italic 24px/1.5 Georgia,serif; }
.fsg-single-page .fsg-blog-sidebar h2 { margin: 28px 0 10px; color: #2d312d; font: italic 52px/1 Georgia,serif; }
@media (max-width: 900px) {
  .fsg-single-article { padding: 28px 22px; }
  .fsg-single-heading h1 { font-size: clamp(38px,10vw,58px); }
  .fsg-single-body { font-size: 18px; }
  .fsg-single-shell .fsg-single-content { order: 1; }
  .fsg-single-shell .fsg-blog-sidebar { order: 2; }
}
