/* ============================================================
   F4 ENTERPRISES — palette taken from the logo (black + red)
   and the ground itself (paper, stone, soil). No green, no tan.
   ~58% paper · 18% ink · 12% soil · 8% stone · 4% red accent
   ============================================================ */
:root{
  --paper:#F4F1EA;
  --paper-2:#EAE4D8;
  --ink:#171614;
  --soil:#211D1A;
  --body:#433D36;
  --stone:#C6BCA6;        /* the one mid-tone — desaturated, same warm family as paper */
  --khaki:#7A6436;        /* text weight — passes AA on paper */
  --red:#E61E29;
  --red-deep:#B4141F;
  --rule:#CDC5B4;
  --rule-dark:rgba(244,241,234,.22);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--paper);color:var(--body);
  font-family:'Archivo',system-ui,sans-serif;font-size:18px;line-height:1.62;
  font-variation-settings:'wdth' 100,'wght' 400;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
/* height:auto is load-bearing — without it a width-only rule leaves the
   height pinned to the HTML height attribute and the image stretches. */
img{max-width:100%;display:block;height:auto}
figure{margin:0}
a{color:inherit}
p{margin:0 0 1.15em}
p:last-child{margin-bottom:0}

/* Headlines: Newsreader — the same old-style serif that sets the Latin
   binomials. A field guide is a book; its headings belong in the book's
   face, not in signage caps. Sentence case, never uppercase. */
h1,h2,h3,h4{
  margin:0;color:var(--ink);font-family:'Newsreader',Georgia,serif;
  font-variation-settings:'opsz' 44,'wght' 600;
  line-height:1.06;letter-spacing:-.014em;text-transform:none;
}
h3,h4{font-variation-settings:'opsz' 24,'wght' 600;line-height:1.14}

/* No widows, no orphans. `balance` evens out headline lines so a single
   word never hangs alone; `pretty` does the same for the last line of
   body copy. Both degrade harmlessly on older browsers. */
h1,h2,h3,h4,.tenure b{text-wrap:balance}
p,small,dd,dd em,dt,figcaption,.sub,.duty,.record-note{text-wrap:pretty}
.wrap{width:min(1200px,90vw);margin-inline:auto}
.gutter{padding-left:calc((100vw - min(1200px,90vw))/2)}

/* micro-label — used sparingly, only where it names a real field */
.lbl{font-size:.7rem;letter-spacing:.19em;text-transform:uppercase;
  font-variation-settings:'wdth' 100,'wght' 600;color:var(--khaki)}

/* ---------------- header ---------------- */
.hdr{background:var(--paper);border-bottom:1px solid var(--ink)}
.hdr-in{display:flex;align-items:center;gap:2rem;padding:1rem 0}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;flex:0 0 auto}
.brand img{width:58px;height:auto}
.brand b{font-family:'Archivo',sans-serif;font-variation-settings:'wdth' 112,'wght' 800;
  font-size:1.16rem;color:var(--ink);line-height:1;display:block;text-transform:uppercase}
.brand i{font-style:normal;display:block;margin-top:.24rem}
.nav{margin-left:auto;display:flex;align-items:center;gap:2rem}
.nav a{text-decoration:none;font-size:.98rem;color:var(--ink);
  font-variation-settings:'wdth' 100,'wght' 500;padding-bottom:3px;border-bottom:2px solid transparent}
.nav a:hover{border-bottom-color:var(--red)}
.call{text-decoration:none;display:block;text-align:right}
.call b{display:block;font-family:'Archivo',sans-serif;font-variation-settings:'wdth' 106,'wght' 700;
  font-size:1.3rem;color:var(--ink);line-height:1.05}

/* ---------------- hero: hard asymmetric split.
     No type sits on the photograph. ---------------- */
.hero{display:grid;grid-template-columns:1.02fr .98fr;align-items:stretch;
  background:var(--paper);border-bottom:1px solid var(--ink)}
.hero-type{display:flex;flex-direction:column;justify-content:center;
  padding-block:5.4rem 5rem;padding-right:4.2rem;
  padding-left:calc((100vw - min(1200px,90vw))/2)}
.hero h1{font-size:clamp(3.1rem,5.7vw,5.3rem);max-width:12ch;font-variation-settings:'opsz' 60,'wght' 600}
.hero h1 span{display:block;color:var(--red)}
.hero .sub{font-size:1.16rem;margin-top:1.7rem;color:var(--body)}
.hero-shot{position:relative;overflow:hidden;min-height:600px;background:var(--soil)}
.hero-shot img{width:100%;height:100%;object-fit:cover;object-position:42% 56%}

/* years-of-service, set as a line of record instead of a badge */
.tenure{margin-top:2.5rem;padding-top:1.15rem;border-top:2px solid var(--ink);
  font-size:1.02rem;line-height:1.5;color:var(--ink)}
.tenure b{font-family:'Newsreader',Georgia,serif;font-variation-settings:'opsz' 24,'wght' 600;
  font-size:1.32rem;letter-spacing:-.01em;display:block;margin-bottom:.25rem;color:var(--ink)}

.actions{display:flex;align-items:center;gap:1.9rem;margin-top:2.3rem;flex-wrap:wrap}
.btn{display:inline-block;text-decoration:none;background:var(--red);color:#fff;
  font-variation-settings:'wdth' 106,'wght' 700;font-size:1.02rem;letter-spacing:.055em;
  text-transform:uppercase;padding:1.08rem 2.2rem}
.btn:hover{background:var(--red-deep)}
.tel{text-decoration:none;font-family:'Archivo',sans-serif;
  font-variation-settings:'wdth' 106,'wght' 700;font-size:1.5rem;color:var(--ink);
  border-bottom:2px solid var(--red);padding-bottom:.14rem;line-height:1.2}

/* the licence line under the hero — one rule, real content */
.licence{background:var(--ink);color:var(--paper)}
.licence .wrap{display:flex;flex-wrap:wrap;gap:.5rem 2.4rem;padding:.95rem 0;
  font-size:.83rem;letter-spacing:.11em;text-transform:uppercase;
  font-variation-settings:'wdth' 100,'wght' 500}
.licence span:not(:last-child)::after{content:" ·";color:var(--red);margin-left:2.4rem}

/* ---------------- sections ---------------- */
.sec{padding:5.6rem 0}
.sec h2{font-size:clamp(2.3rem,4.3vw,3.65rem)}

/* THE ACT — narrow measure, statute set as an offset inset */
.act{background:var(--paper-2);border-bottom:1px solid var(--ink)}
.act .wrap{display:grid;grid-template-columns:1.08fr .92fr;column-gap:4.5rem;row-gap:2.2rem}
.act h2{grid-column:1/-1;max-width:16ch}
.act .measure{font-size:1.1rem}
.act .aside{padding-left:2rem;border-left:3px solid var(--red)}
.act .statute{margin:0;font-family:'Newsreader',Georgia,serif;font-style:italic;
  font-size:1.28rem;line-height:1.46;color:var(--ink)}
.act .statute .lbl{display:block;margin-top:.9rem;font-family:'Archivo',sans-serif;font-style:normal}
.act .after{margin:1.5rem 0 0;font-size:1.02rem}

/* THE FIELD GUIDE — the ownable device */
.guide{background:var(--paper)}
.guide .sec-head{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:end;
  padding-bottom:1.5rem;border-bottom:2px solid var(--ink);margin-bottom:0}
.guide .sec-head p{margin:.9rem 0 0;font-size:1.06rem}
.guide .sec-head .count{font-variation-settings:'wdth' 112,'wght' 800;font-size:1rem;
  text-transform:uppercase;letter-spacing:.05em;color:var(--khaki);white-space:nowrap}

.specimen{display:grid;grid-template-columns:1.05fr 1fr;border-bottom:1px solid var(--ink)}
.specimen .shot{min-height:430px;position:relative}
.specimen .shot img{width:100%;height:100%;object-fit:cover;object-position:22% 62%}
.specimen .info{padding:3rem 0 3rem 3.2rem;display:flex;flex-direction:column;justify-content:center}
.list-tag{display:inline-block;align-self:flex-start;background:var(--red);color:#fff;
  font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;
  font-variation-settings:'wdth' 100,'wght' 700;padding:.3rem .62rem}
.list-tag.c{background:var(--ink)}
.specimen h3{font-size:clamp(2.1rem,3.6vw,3.1rem);margin:1.05rem 0 .3rem;
  font-variation-settings:'opsz' 40,'wght' 600}
.binom{font-family:'Newsreader',Georgia,serif;font-style:italic;color:var(--khaki);font-size:1.28rem}
.specimen p{margin:1.3rem 0 0}
.specimen .duty{margin-top:1.5rem;padding-top:1.1rem;border-top:1px solid var(--rule);font-size:.95rem}
.specimen .duty b{color:var(--ink);font-variation-settings:'wdth' 100,'wght' 700}

.index{display:grid;grid-template-columns:repeat(4,1fr);column-gap:0;row-gap:0}
.entry{padding:1.75rem 1.6rem 1.7rem 0;border-bottom:1px solid var(--rule);
  border-right:1px solid var(--rule);display:flex;flex-direction:column}
.entry:nth-child(4n){border-right:0;padding-right:0}
.entry:not(:nth-child(4n)){padding-right:1.6rem}
.entry:nth-child(n+5){padding-left:0}
.entry h4{font-size:1.55rem;margin:.82rem 0 .12rem}
.entry .binom{font-size:1rem}
.entry small{margin-top:auto;padding-top:1.05rem;font-size:.93rem;line-height:1.5;display:block}
.entry.ask{background:var(--ink);color:var(--paper);padding:1.75rem 1.6rem;border-right:0;justify-content:center}
.entry.ask h4{color:#fff;margin-top:0}
.entry.ask small{color:#C3BAA9;margin-top:.7rem}
.guide-note{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center;
  padding-top:2.1rem;margin-top:0}
.guide-note p{font-size:.98rem;margin:0}
.guide-note b{color:var(--ink);font-variation-settings:'wdth' 100,'wght' 700}

/* SERVICES — a ledger, not cards. Dark band is soil, not green. */
.svc{background:var(--soil);color:#D8D1C4}
.svc h2,.svc h3{color:#fff}
.svc .top{display:grid;grid-template-columns:minmax(0,21rem) minmax(0,1fr);gap:3.5rem;
  align-items:baseline;margin-bottom:3.2rem}
.svc .top p{margin:0}
.row{display:grid;grid-template-columns:minmax(0,21rem) minmax(0,1fr);gap:3.5rem;
  padding:1.85rem 0;border-top:1px solid var(--rule-dark);align-items:baseline}
.row:last-of-type{border-bottom:1px solid var(--rule-dark)}
.row h3{font-size:1.52rem;font-variation-settings:'opsz' 28,'wght' 500}
.row p{margin:0;color:#B5AC9C}
.svc figure{margin:3.4rem 0 0}
.svc figure img{width:100%;max-height:430px;object-fit:cover;object-position:50% 62%}
.svc figcaption{margin-top:.9rem;font-family:'Newsreader',Georgia,serif;font-style:italic;
  font-size:.95rem;color:#9A9182}

/* GRAZING — one statement, full width, no ornament */
.graze{background:var(--stone);color:var(--ink);padding:4.6rem 0}
.graze .wrap{display:grid;grid-template-columns:1.22fr .78fr;gap:3.8rem;align-items:end}
.graze h2{font-size:clamp(2rem,3.7vw,3.15rem);line-height:1.12;
  font-variation-settings:'opsz' 40,'wght' 500;letter-spacing:-.014em}
.graze p{margin:0;font-size:1rem;color:#5D5340;line-height:1.65}

/* THE RECORD — a licence record, the native device */
.record{background:var(--paper);border-top:1px solid var(--ink)}
.record-in{border:2px solid var(--ink)}
.record-hd{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;
  padding:1.25rem 2rem;border-bottom:2px solid var(--ink);background:var(--ink);color:#fff}
.record-hd h2{font-size:1.72rem;color:#fff;font-variation-settings:'opsz' 28,'wght' 500}
.record-hd .lbl{color:var(--stone)}
.fields{display:grid;grid-template-columns:repeat(4,1fr)}
.fld{padding:1.7rem 1.9rem;border-right:1px solid var(--rule)}
.fld:last-child{border-right:0}
.fld dt{margin-bottom:.55rem}
.fld dd{margin:0;font-variation-settings:'wdth' 106,'wght' 700;font-size:1.3rem;
  color:var(--ink);line-height:1.16;text-transform:uppercase}
.fld dd em{font-style:normal;font-variation-settings:'wdth' 100,'wght' 400;font-size:.93rem;
  color:var(--body);display:block;margin-top:.42rem;line-height:1.5;text-transform:none}
.record-note{padding:1.6rem 1.9rem;border-top:1px solid var(--rule);font-size:1rem;background:var(--paper-2)}
.record-note b{color:var(--ink);font-variation-settings:'wdth' 100,'wght' 700}

/* CLOSE */
.close{background:var(--ink);color:#fff}
.close .wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:center}
.close h2{color:#fff;font-size:clamp(2.2rem,4.4vw,3.6rem)}
.close p{color:#B5AC9C;margin:1.2rem 0 0}
.close .actions{margin-top:0;flex-direction:column;align-items:stretch;gap:1.4rem}
.close .btn{text-align:center}
.close .tel{color:#fff;font-size:2.1rem;border-bottom-color:var(--red);align-self:flex-start}
.close .lbl{color:var(--khaki)}

/* FOOTER */
.ftr{background:var(--paper);padding:3.4rem 0 2.2rem}
.ftr-in{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:3rem}
.ftr img{width:84px;height:auto;margin-bottom:1.2rem}
.ftr h5{font-family:'Archivo',sans-serif;font-variation-settings:'wdth' 112,'wght' 800;
  font-size:.9rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink);margin:0 0 .9rem}
.ftr ul{list-style:none;margin:0;padding:0}
.ftr li{margin-bottom:.55rem;font-size:.97rem}
.ftr a{text-decoration:none}
.ftr a:hover{color:var(--red)}
.fine{margin-top:2.8rem;padding-top:1.3rem;border-top:1px solid var(--ink);
  display:flex;flex-wrap:wrap;gap:.8rem 2rem;justify-content:space-between;
  font-size:.8rem;letter-spacing:.05em;color:var(--khaki)}

/* ================= 1024 ================= */
@media (max-width:1024px){
  body{font-size:17px}
  .sec{padding:4.2rem 0}
  .hero{grid-template-columns:1fr}
  .hero-type{padding:3.8rem 0 3.4rem;width:min(1200px,90vw);margin-inline:auto;padding-right:0}
  .hero-shot{min-height:400px;order:2}
  .hero h1{max-width:14ch}
  .act .wrap{grid-template-columns:1fr;row-gap:1.8rem}
  .act h2{max-width:14ch}
  .specimen{grid-template-columns:1fr}
  .specimen .shot{min-height:300px}
  .specimen .info{padding:2.3rem 0 2.6rem}
  .index{grid-template-columns:repeat(2,1fr)}
  .entry:nth-child(4n){border-right:1px solid var(--rule);padding-right:1.6rem}
  .entry:nth-child(2n){border-right:0;padding-right:0}
  .entry:not(:nth-child(2n)){padding-right:1.6rem}
  .svc .top{grid-template-columns:1fr;gap:1.4rem}
  .graze .wrap{grid-template-columns:1fr;gap:1.6rem;align-items:start}
  .fields{grid-template-columns:repeat(2,1fr)}
  .fld:nth-child(2n){border-right:0}
  .fld:nth-child(-n+2){border-bottom:1px solid var(--rule)}
  .close .wrap{grid-template-columns:1fr;gap:2.4rem}
  .ftr-in{grid-template-columns:1fr 1fr}
  .nav{gap:1.3rem}
  .nav a{font-size:.93rem}
}

/* ================= 768 ================= */
@media (max-width:768px){
  body{font-size:17px}
  .sec{padding:3.3rem 0}

  .hdr-in{flex-wrap:wrap;gap:.6rem;padding:.8rem 0}
  .brand{min-height:46px}
  .brand img{width:48px}
  .brand b{font-size:1.02rem}
  .brand .lbl{font-size:.6rem;letter-spacing:.13em}
  .hdr .call{margin-left:auto;min-height:44px;display:flex;align-items:baseline;gap:.55rem}
  .call b{font-size:1.18rem}
  .nav{order:3;width:100%;margin-left:0;gap:0;justify-content:space-between;
    border-top:1px solid var(--rule);overflow-x:auto}
  .nav a{font-size:.86rem;white-space:nowrap;display:flex;align-items:center;min-height:46px}

  .hero-type{padding:2.9rem 0 2.8rem}
  .hero h1{font-size:clamp(2.3rem,10vw,3.3rem);max-width:none}
  .hero .sub{font-size:1.05rem;max-width:none;margin-top:1.3rem}
  .hero-shot{min-height:280px}
  .tenure{max-width:none;margin-top:2rem}
  .actions{gap:1.3rem;margin-top:2rem;align-items:stretch;flex-direction:column}
  .btn{width:100%;text-align:center;padding:1.1rem 1rem}
  .tel{font-size:1.5rem;align-self:flex-start;min-height:44px;display:inline-flex;align-items:center}

  /* stacked and flush left with every other content column — no hanging
     markers, they push the text out of alignment with the page. */
  .licence .wrap{flex-direction:column;gap:.45rem;font-size:.68rem;
    letter-spacing:.05em;padding:.95rem 0;line-height:1.3}
  .licence span{display:block}
  .licence span:not(:last-child)::after{content:none}

  .act .aside{padding-left:1.2rem}
  .act .statute{font-size:1.1rem}
  .guide .sec-head{grid-template-columns:1fr;gap:.9rem;align-items:start}
  .guide .sec-head .count{white-space:normal}
  .index{grid-template-columns:1fr}
  .entry,.entry:nth-child(2n),.entry:not(:nth-child(2n)),.entry:nth-child(4n){
    border-right:0;padding-right:0;padding-left:0}
  .entry.ask{padding:1.6rem 1.4rem}
  .guide-note{grid-template-columns:1fr;gap:1.4rem;align-items:start}
  .guide-note .btn{width:100%;text-align:center}

  .row{grid-template-columns:1fr;gap:.5rem;padding:1.5rem 0}
  .row h3{font-size:1.4rem}
  .svc .top{grid-template-columns:1fr;gap:1rem}
  .svc figure img{max-height:260px}

  .graze{padding:3.2rem 0}
  .fields{grid-template-columns:1fr}
  .fld{border-right:0;border-bottom:1px solid var(--rule);padding:1.35rem 1.3rem}
  .fld:last-child{border-bottom:0}
  .record-hd{padding:1.05rem 1.3rem}
  .record-note{padding:1.35rem 1.3rem}

  .close .tel{font-size:1.85rem}
  .ftr-in{grid-template-columns:1fr;gap:2rem}
  .ftr li{margin-bottom:0}
  .ftr li,.ftr li a{display:flex;align-items:center;min-height:44px}
  .fine{flex-direction:column;gap:.5rem}
}

/* ============================================================
   WEED GUIDE PAGE — the full field-guide entries.
   Each species is a plate: name, binomial, list tag, and a spec
   list using the real fields a guide records.
   ============================================================ */
.page-head{background:var(--paper-2);border-bottom:1px solid var(--ink);padding:4.4rem 0 3.6rem}
.page-head h1{font-size:clamp(2.6rem,5vw,4.4rem);max-width:18ch}
.page-head .intro{margin-top:1.4rem;font-size:1.12rem;max-width:62ch}
.crumb{margin-bottom:1.5rem}
.crumb a{text-decoration:none;border-bottom:1px solid var(--rule);display:inline-block;padding:.85rem 0}
.crumb a:hover{border-bottom-color:var(--red)}

.plates{padding:0 0 5rem}
.plate{border-bottom:1px solid var(--ink);padding:3.2rem 0;
  display:grid;grid-template-columns:minmax(0,26rem) minmax(0,1fr);gap:4rem;align-items:start}
.plate:first-of-type{border-top:1px solid var(--ink)}
.plate-id h2{font-size:clamp(1.9rem,3vw,2.6rem);margin:.85rem 0 .2rem}
.plate-id .binom{font-size:1.2rem}
.plate-id .note{margin-top:1.15rem;font-size:.97rem}
.plate-shot{margin:1.4rem 0 0}
.plate-shot img{width:100%;aspect-ratio:4/3;object-fit:cover}
.plate-shot figcaption{margin-top:.6rem;font-family:'Newsreader',Georgia,serif;
  font-style:italic;font-size:.9rem;color:var(--khaki)}

/* the spec list — real field-guide fields, set as a record */
.spec{margin:0;display:grid;grid-template-columns:minmax(0,9.5rem) minmax(0,1fr)}
.spec dt{padding:.72rem 0;border-top:1px solid var(--rule);font-size:.7rem;letter-spacing:.15em;
  text-transform:uppercase;font-variation-settings:'wdth' 100,'wght' 600;color:var(--khaki)}
.spec dd{padding:.72rem 0;margin:0;border-top:1px solid var(--rule);color:var(--body)}
.spec dt:first-of-type,.spec dt:first-of-type + dd{border-top:0}
.spec .hard{color:var(--ink);font-variation-settings:'wdth' 100,'wght' 600}

.guide-cta{background:var(--ink);color:#fff;padding:3.4rem 0}
.guide-cta .wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:center}
.guide-cta h2{color:#fff;font-size:clamp(1.9rem,3.2vw,2.7rem)}
.guide-cta p{color:#B5AC9C;margin:.9rem 0 0}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.form-wrap{background:var(--paper);border:2px solid var(--ink);padding:2.2rem;color:var(--body)}
.form-wrap .lbl{display:block;margin-bottom:1.4rem}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.field{margin-bottom:1.1rem}
.field label{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;
  font-variation-settings:'wdth' 100,'wght' 600;color:var(--khaki);margin-bottom:.4rem}
.field input,.field select,.field textarea{
  width:100%;font-family:'Archivo',sans-serif;font-size:1rem;color:var(--ink);
  background:#fff;border:1px solid var(--rule);padding:.78rem .85rem;border-radius:0;
  min-height:48px;appearance:none}
.field textarea{min-height:118px;resize:vertical;line-height:1.5}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:2px solid var(--red);outline-offset:-2px;border-color:var(--red)}
.field select{background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),
  linear-gradient(135deg,var(--ink) 50%,transparent 50%);
  background-position:calc(100% - 19px) 22px,calc(100% - 13px) 22px;
  background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.form-wrap button{width:100%;border:0;cursor:pointer;font-family:'Archivo',sans-serif;
  background:var(--red);color:#fff;font-variation-settings:'wdth' 106,'wght' 700;
  font-size:1.02rem;letter-spacing:.055em;text-transform:uppercase;padding:1.08rem 2.2rem;min-height:52px}
.form-wrap button:hover{background:var(--red-deep)}
.form-note{margin-top:.95rem;font-size:.86rem;color:var(--khaki)}
.hp{position:absolute;left:-9999px}

/* contact section: copy left, form right */
.contact{background:var(--ink);color:#fff}
.contact h2{color:#fff;font-size:clamp(2.2rem,4.2vw,3.5rem)}
.contact .lede-c{color:#B5AC9C;margin:1.2rem 0 0}
.contact .wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact .direct{margin-top:2.2rem;padding-top:1.6rem;border-top:1px solid var(--rule-dark)}
.contact .direct a{display:block;text-decoration:none}
.contact .direct .tel{color:#fff;font-size:2rem;display:inline-block;margin-bottom:1.1rem}
.contact .direct .mail{color:#D8D1C4;font-size:1.02rem;border-bottom:1px solid var(--rule-dark);
  display:inline-block;margin-bottom:1.1rem}
.contact .direct .mail:hover{border-bottom-color:var(--red);color:#fff}
.contact .lbl{color:var(--stone)}
.form-wrap h3{font-size:1.5rem;margin-bottom:.35rem}
.form-wrap .intro{margin-bottom:1.5rem;font-size:.99rem}

/* social */
.social{display:flex;gap:.7rem;align-items:center;margin-top:1.3rem}
.social a{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;
  border:1px solid var(--rule);padding:.6rem .95rem;min-height:44px;font-size:.93rem}
.social a:hover{border-color:var(--red);color:var(--red)}
.social svg{width:17px;height:17px;flex:0 0 auto}

@media (max-width:1024px){
  .plate{grid-template-columns:1fr;gap:2rem;padding:2.6rem 0}
  .guide-cta .wrap{grid-template-columns:1fr;gap:1.8rem}
  .contact .wrap{grid-template-columns:1fr;gap:2.6rem}
}
@media (max-width:768px){
  .page-head{padding:2.9rem 0 2.4rem}
  .page-head h1{max-width:none}
  .plate{padding:2.2rem 0}
  .spec{grid-template-columns:1fr}
  .spec dt{padding:.7rem 0 .15rem;border-top:1px solid var(--rule)}
  .spec dd{padding:0 0 .8rem;border-top:0}
  .spec dt:first-of-type + dd{border-top:0}
  .form-wrap{padding:1.5rem 1.3rem}
  .contact .direct .mail{min-height:44px;display:inline-flex;align-items:center}
  .field-row{grid-template-columns:1fr;gap:0}
  .social a{width:100%}
}

/* species thumbnail inside the home-page index card */
.entry-shot{margin:0 0 1rem;display:block}
.entry-shot img{width:100%;height:170px;object-fit:cover}
.entry .list-tag{order:-1}
@media (max-width:768px){ .entry-shot img{height:200px} }
