/*
Theme Name: The Family Lens
Theme URI: https://example.com/the-family-lens
Author: The Family Lens
Author URI: https://example.com
Description: A calm editorial WordPress theme for The Family Lens.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-family-lens
*/
:root{--cream:#f6efe3;--paper:#fffaf0;--teal:#007274;--teal-deep:#00565a;--teal-dark:#003f42;--gold:#c6a052;--gold-soft:#ead7a1;--stone:#e5dac7;--charcoal:#202020;--muted:#665d52;--line:rgba(0,86,90,.18);--serif:Georgia,"Times New Roman",serif;--sans:"Segoe UI",Arial,sans}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--charcoal);font-family:var(--sans);line-height:1.62}
img{max-width:100%;display:block}a{color:inherit}
.masthead{background:var(--cream);border-bottom:1px solid var(--line)}
.brand-banner{display:block;width:min(980px,calc(100% - 36px));margin:0 auto;padding:24px 0 18px}.brand-banner img{width:100%;max-height:270px;object-fit:cover;box-shadow:0 18px 45px rgba(40,32,22,.12)}
.nav{min-height:58px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,30px);padding:10px clamp(18px,5vw,70px);flex-wrap:wrap;background:rgba(246,239,227,.96);position:sticky;top:0;z-index:10}.nav a{text-decoration:none;color:var(--teal-dark);font-weight:700;font-size:.88rem}
.search{width:38px;height:38px;border:1px solid rgba(0,86,90,.32);border-radius:50%;background:transparent;display:grid;place-items:center}.search span{width:14px;height:14px;border:2px solid var(--teal-deep);border-radius:50%;position:relative}.search span:after{content:"";position:absolute;width:8px;height:2px;background:var(--teal-deep);right:-7px;bottom:-4px;transform:rotate(45deg)}
.front-cover{min-height:calc(100vh - 350px);display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);grid-template-areas:"label note" "story note";gap:34px 56px;padding:clamp(52px,8vw,110px) clamp(18px,7vw,96px) clamp(62px,8vw,115px);background:var(--cream)}
.cover-label{grid-area:label;display:flex;gap:18px;align-items:center;color:var(--teal-deep);font-weight:800;text-transform:uppercase;font-size:.78rem}.cover-label span:first-child{color:var(--gold)}.lead-story{grid-area:story;max-width:930px}.kicker{margin:0 0 12px;color:var(--teal-deep);font-size:.78rem;text-transform:uppercase;font-weight:850}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.04;margin:0;color:var(--charcoal)}h1{font-size:clamp(4.2rem,9vw,9.8rem);max-width:10ch;color:var(--teal-dark)}h2{font-size:clamp(2.15rem,4.7vw,5rem)}h3{font-size:1.45rem}.lead-story p:not(.kicker){max-width:690px;margin:28px 0 32px;font-size:1.24rem;color:#4e453b}
.actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;background:var(--teal-deep);border:0;border-radius:3px;color:white;text-decoration:none;font-weight:850}.button.gold{background:var(--gold);color:#1d1609}.text-link{font-weight:850;color:var(--teal-dark);text-decoration-color:var(--gold);text-decoration-thickness:2px;text-underline-offset:6px}
.cover-note{grid-area:note;align-self:center;background:var(--paper);padding:24px 24px 30px;box-shadow:0 22px 60px rgba(42,35,25,.11);border:1px solid rgba(0,86,90,.12)}.cover-note img{width:180px;margin:0 auto 20px}.cover-note p{margin:0;color:#50473e;font-size:1.02rem}
.editor-letter{display:grid;grid-template-columns:.82fr 1.12fr;gap:clamp(32px,6vw,86px);padding:clamp(66px,9vw,128px) clamp(18px,8vw,120px);background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.letter-copy{font-size:1.14rem;color:#51483f}.letter-copy p{margin-top:0}.signature{font-family:"Brush Script MT","Segoe Script",cursive;font-size:2.6rem;line-height:1;color:var(--teal);margin:.5em 0 0}
.start-here{padding:clamp(62px,9vw,118px) clamp(18px,7vw,96px);text-align:center;background:var(--cream)}.brush-rule,.footer-brush{width:min(420px,80%);height:24px;margin:0 auto 22px;border-top:7px solid var(--gold);border-radius:50%;transform:rotate(-2deg)}.start-here>h2{max-width:900px;margin:0 auto 34px}.start-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left}.start-grid article{background:var(--paper);padding:28px;border-top:3px solid var(--teal);box-shadow:0 14px 40px rgba(40,32,22,.06)}.start-grid span,.pillar-grid span{display:block;color:var(--gold);font-family:var(--serif);font-size:1.8rem;margin-bottom:34px}.start-grid p,.pillar-grid p{color:var(--muted);margin-bottom:0}
.edition{padding:clamp(60px,8vw,110px) clamp(18px,6vw,84px);background:var(--stone)}.section-head{display:grid;grid-template-columns:230px 1fr;gap:28px;align-items:end;margin-bottom:34px}.section-head.compact{padding:clamp(58px,7vw,96px) clamp(18px,7vw,96px) 0}.edition-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:18px}.feature-card{min-height:360px;background:var(--paper);padding:30px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(0,86,90,.12);border-top:5px solid var(--teal)}.feature-card.learn{border-top-color:var(--gold)}.feature-card.explore{border-top-color:var(--teal-deep)}.feature-card p{margin:0 0 auto;text-transform:uppercase;color:var(--teal-deep);font-weight:850;font-size:.78rem}.feature-card h3{color:var(--charcoal)}.feature-card span{margin-top:14px;color:var(--muted)}
.pillars{background:var(--cream)}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(0,86,90,.18);padding:1px;margin-top:34px}.pillar-grid article{min-height:310px;background:var(--paper);padding:clamp(28px,4vw,48px);display:flex;flex-direction:column}.pillar-grid a{margin-top:auto;color:var(--teal-dark);font-weight:850;text-decoration:none}
.through-lens{margin:clamp(62px,9vw,118px) clamp(18px,8vw,120px);padding:clamp(46px,7vw,86px);background:var(--paper);color:var(--charcoal);border-left:8px solid var(--teal);position:relative}.through-lens:before{content:"";position:absolute;left:clamp(28px,5vw,60px);top:28px;width:min(320px,55%);height:22px;border-top:7px solid var(--gold);border-radius:50%;transform:rotate(-2deg)}.through-lens .kicker{color:var(--teal-deep)}.through-lens .signature{color:var(--teal)}.through-lens h2{max-width:920px}.through-lens p:not(.kicker):not(.signature){max-width:760px;color:var(--muted);font-size:1.12rem}
.journal-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(0,86,90,.18);padding:1px}.journal-newsletter article{background:var(--paper);padding:clamp(38px,6vw,76px)}.journal-newsletter p{color:var(--muted)}.newsletter-card{box-shadow:inset 0 7px 0 var(--gold)}.newsletter-card form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:26px}input{min-height:48px;border:1px solid rgba(0,86,90,.24);background:white;padding:12px 14px;font:inherit}
.footer{background:var(--teal-dark);color:var(--paper);padding:clamp(42px,7vw,80px) clamp(18px,6vw,84px)}.footer img{width:150px;margin-bottom:18px}.footer-brush{margin:12px 0 24px;width:min(360px,80%);border-color:var(--gold)}.footer nav{display:flex;gap:18px 28px;flex-wrap:wrap}.footer a{text-decoration:none;color:rgba(255,250,240,.84)}.footer p{color:rgba(255,250,240,.62)}
@media(max-width:980px){.front-cover,.editor-letter,.section-head,.journal-newsletter{grid-template-columns:1fr}.front-cover{grid-template-areas:"label" "story" "note"}.cover-note{max-width:520px}.start-grid,.edition-grid,.pillar-grid{grid-template-columns:1fr 1fr}.edition-grid .feature-card:first-child{grid-column:1/-1}.brand-banner img{max-height:230px}.section-head.compact{display:block}}
@media(max-width:640px){.brand-banner{width:calc(100% - 24px);padding-top:14px}.brand-banner img{max-height:170px}.nav{justify-content:flex-start}.front-cover{padding-top:42px}h1{font-size:3.6rem}.lead-story p:not(.kicker){font-size:1.08rem}.start-grid,.edition-grid,.pillar-grid{grid-template-columns:1fr}.feature-card{min-height:300px}.newsletter-card form{grid-template-columns:1fr}.editor-letter,.start-here,.edition{padding-left:18px;padding-right:18px}}

.signature-image{display:block;width:min(235px,58vw);height:auto;margin-top:14px;}
.through-lens .signature-image{margin-top:20px;}

/* charlotte-signature-provided sizing */
.signature-image{display:block;width:min(235px,58vw);height:auto;margin-top:14px;}
.through-lens .signature-image{margin-top:20px;}

/* signature-size-final */
.signature-image{display:block;width:min(235px,58vw);height:auto;margin-top:14px;}
.through-lens .signature-image{margin-top:16px;}


/* refined editorial footer */
.site-footer{
  background:#003f42;
  color:var(--paper);
  padding:clamp(44px,7vw,82px) clamp(18px,6vw,84px) 0;
  position:relative;
  overflow:hidden;
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:auto -8% 30px auto;
  width:min(520px,52vw);
  aspect-ratio:1.6;
  border:1px solid rgba(255,250,240,.12);
  transform:rotate(-36deg);
  pointer-events:none;
}
.footer-inner{
  display:grid;
  grid-template-columns:minmax(250px,1.15fr) repeat(3,minmax(145px,.55fr));
  gap:clamp(28px,5vw,78px);
  position:relative;
  z-index:1;
}
.footer-brand-block img{
  width:136px;
  height:136px;
  object-fit:contain;
  margin-bottom:18px;
}
.footer-brand-block p{
  max-width:360px;
  margin:0 0 28px;
  color:rgba(255,250,240,.82);
  font-size:1.02rem;
}
.footer-column h2{
  margin:0 0 20px;
  color:var(--paper);
  font-family:var(--sans);
  font-size:.82rem;
  line-height:1.2;
  text-transform:uppercase;
  font-weight:850;
}
.footer-column a,
.footer-socials a,
.footer-bottom a{
  color:rgba(255,250,240,.78);
  text-decoration:none;
}
.footer-column a{
  display:block;
  margin:0 0 12px;
}
.footer-column a:hover,
.footer-socials a:hover,
.footer-bottom a:hover{
  color:var(--paper);
  text-decoration:underline;
  text-decoration-color:var(--gold);
  text-underline-offset:5px;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.footer-socials a{
  min-width:38px;
  min-height:38px;
  display:inline-grid;
  place-items:center;
  border:1px solid rgba(255,250,240,.28);
  border-radius:50%;
  font-size:0;
  font-weight:800;
}
.footer-socials a::first-letter{font-size:.82rem;}
.footer-socials a[aria-label="Instagram"]::before{content:"IG";font-size:.72rem;}
.footer-socials a[aria-label="Facebook"]::before{content:"f";font-size:1rem;}
.footer-socials a[aria-label="Pinterest"]::before{content:"P";font-size:.9rem;}
.footer-socials a[aria-label="YouTube"]::before{content:"▶";font-size:.8rem;}
.footer-socials a[aria-label="X"]::before{content:"X";font-size:.82rem;}
.footer-brush{
  width:100%;
  height:28px;
  margin:42px 0 0;
  border-top:8px solid var(--gold);
  border-radius:50% 50% 0 0;
  transform:rotate(-.45deg);
  opacity:.96;
  position:relative;
  z-index:1;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin:0 calc(clamp(18px,6vw,84px) * -1);
  padding:9px clamp(18px,6vw,84px) 10px;
  background:var(--gold);
  color:#1d1609;
  font-size:.78rem;
  position:relative;
  z-index:1;
}
.footer-bottom p{margin:0;color:#1d1609;}
.footer-bottom a{color:#1d1609;font-weight:850;text-transform:uppercase;font-size:.72rem;}
@media(max-width:900px){
  .footer-inner{grid-template-columns:1fr 1fr;}
  .footer-brand-block{grid-column:1/-1;}
}
@media(max-width:560px){
  .footer-inner{grid-template-columns:1fr;}
  .footer-bottom{display:block;}
  .footer-bottom a{display:inline-block;margin-top:8px;}
}


/* compact footer refinement */
.site-footer{
  padding:clamp(32px,5vw,54px) clamp(18px,6vw,72px) 0;
}
.site-footer::before{
  opacity:.55;
  width:min(420px,44vw);
}
.footer-inner{
  grid-template-columns:minmax(230px,1fr) repeat(3,minmax(130px,.48fr));
  gap:clamp(22px,4vw,54px);
}
.footer-brand-block img{
  width:112px;
  height:112px;
  margin-bottom:12px;
}
.footer-brand-block p{
  max-width:320px;
  margin-bottom:18px;
  font-size:.95rem;
  line-height:1.55;
}
.footer-column h2{
  margin-bottom:14px;
}
.footer-column a{
  margin-bottom:8px;
  font-size:.92rem;
}
.footer-socials{
  gap:14px 18px;
  align-items:center;
}
.footer-socials a{
  min-width:0;
  min-height:0;
  display:inline;
  border:0;
  border-radius:0;
  font-size:.88rem;
  color:rgba(255,250,240,.76);
}
.footer-socials a::before{content:none!important;}
.footer-socials a:hover{
  text-decoration:underline;
  text-decoration-color:var(--gold);
  text-underline-offset:5px;
}
.footer-brush{
  height:18px;
  margin-top:26px;
  border-top-width:6px;
}
.footer-bottom{
  padding-top:7px;
  padding-bottom:8px;
}
@media(max-width:900px){
  .footer-inner{grid-template-columns:1fr 1fr;}
}
@media(max-width:560px){
  .footer-inner{grid-template-columns:1fr;gap:24px;}
  .footer-socials{gap:10px 16px;}
}

/* footer brushstrokes only */
.site-footer::before{content:none!important;display:none!important;}


/* three-column compact footer */
.site-footer{padding-top:clamp(26px,4vw,42px)!important;}
.footer-inner{grid-template-columns:minmax(245px,1.05fr) minmax(170px,.65fr) minmax(260px,.95fr)!important;gap:clamp(22px,4vw,48px)!important;align-items:start;}
.footer-brand-block img{width:92px!important;height:92px!important;margin-bottom:8px!important;}
.footer-brand-block p{max-width:300px!important;margin-bottom:14px!important;font-size:.9rem!important;}
.footer-column a{margin-bottom:6px!important;font-size:.9rem!important;}
.footer-column h2{margin-bottom:10px!important;}
.footer-combined{display:grid!important;grid-template-columns:1fr 1fr;gap:22px!important;}
.footer-brush{margin-top:20px!important;height:14px!important;border-top-width:5px!important;}
.footer-bottom{padding-top:6px!important;padding-bottom:7px!important;}
@media(max-width:820px){.footer-inner{grid-template-columns:1fr 1fr!important}.footer-brand-block{grid-column:1/-1}.footer-combined{grid-template-columns:1fr 1fr!important;grid-column:1/-1}}
@media(max-width:560px){.footer-inner{grid-template-columns:1fr!important}.footer-combined{grid-template-columns:1fr!important}.footer-socials{gap:8px 14px!important}}


/* partnership refinement */
.partnership{
  margin:clamp(52px,8vw,96px) clamp(18px,8vw,120px) 0;
  padding:clamp(36px,5vw,64px);
  background:var(--paper);
  border-left:6px solid var(--teal);
  box-shadow:0 16px 48px rgba(42,35,25,.06);
}
.partnership h2{max-width:780px;}
.partnership p{max-width:780px;color:var(--muted);}
.partnership .partner-lede{
  margin:18px 0 8px;
  color:var(--charcoal);
  font-family:var(--serif);
  font-size:clamp(1.35rem,2.4vw,2rem);
  line-height:1.18;
}
.partnership .text-link{display:inline-block;margin-top:12px;}


/* refined social icon buttons */
.footer-socials{
  display:flex!important;
  flex-wrap:wrap;
  gap:10px!important;
  align-items:center;
}
.footer-socials .social-icon{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  display:inline-grid!important;
  place-items:center!important;
  border:1px solid rgba(255,250,240,.34)!important;
  border-radius:50%!important;
  color:rgba(255,250,240,.9)!important;
  text-decoration:none!important;
  font-size:.82rem!important;
  font-weight:850!important;
  line-height:1!important;
}
.footer-socials .social-icon:hover{
  border-color:var(--gold)!important;
  color:var(--paper)!important;
  background:rgba(255,250,240,.06)!important;
  text-decoration:none!important;
}
.footer-socials .social-icon::before{content:none!important;}
.footer-socials .instagram span{
  width:15px;
  height:15px;
  border:2px solid currentColor;
  border-radius:5px;
  position:relative;
}
.footer-socials .instagram span::before{
  content:"";
  position:absolute;
  width:5px;
  height:5px;
  border:2px solid currentColor;
  border-radius:50%;
  left:3px;
  top:3px;
}
.footer-socials .instagram span::after{
  content:"";
  position:absolute;
  width:2px;
  height:2px;
  background:currentColor;
  border-radius:50%;
  right:2px;
  top:2px;
}
.footer-socials .youtube span{
  width:0;
  height:0;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:11px solid currentColor;
  margin-left:3px;
}
.footer-socials .linkedin span{font-size:.76rem;letter-spacing:-1px;}
.footer-socials .facebook span{font-family:Arial,sans-serif;font-size:1.05rem;}
.footer-socials .pinterest span{font-family:Georgia,serif;font-size:.95rem;}
.footer-socials .x-twitter span{font-size:.76rem;}


/* start here gold emphasis */
.start-here{
  margin:0 clamp(18px,6vw,72px);
  padding:clamp(54px,8vw,96px) clamp(18px,6vw,72px)!important;
  background:linear-gradient(180deg,rgba(255,250,240,.92),rgba(246,239,227,.98));
  border:1px solid rgba(198,160,82,.42);
  border-top:7px solid var(--gold);
  box-shadow:0 18px 48px rgba(42,35,25,.055);
  position:relative;
}
.start-here:before,
.start-here:after{
  content:"";
  position:absolute;
  left:clamp(22px,5vw,70px);
  right:clamp(22px,5vw,70px);
  height:18px;
  border-top:5px solid rgba(198,160,82,.78);
  border-radius:50%;
  pointer-events:none;
}
.start-here:before{
  top:22px;
  transform:rotate(-1.2deg);
}
.start-here:after{
  bottom:20px;
  transform:rotate(.8deg);
  opacity:.46;
}
.start-here .kicker{
  color:var(--gold);
}
.start-grid article{
  border-top-color:var(--gold)!important;
  box-shadow:0 14px 36px rgba(42,35,25,.07), inset 0 0 0 1px rgba(198,160,82,.18);
}
@media(max-width:640px){
  .start-here{
    margin:0 12px;
    padding-left:18px!important;
    padding-right:18px!important;
  }
}


/* start here stronger gold focus */
.start-here{
  margin:clamp(28px,5vw,54px) clamp(18px,6vw,72px)!important;
  background:var(--paper)!important;
  border:2px solid rgba(198,160,82,.72)!important;
  border-top:10px solid var(--gold)!important;
  border-bottom:10px solid rgba(198,160,82,.58)!important;
  box-shadow:0 20px 52px rgba(42,35,25,.09)!important;
}
.start-here .brush-rule{
  width:min(520px,86%)!important;
  height:30px!important;
  margin-bottom:18px!important;
  border-top:9px solid var(--gold)!important;
  opacity:1!important;
}
.start-here .kicker{
  display:inline-block!important;
  margin-bottom:14px!important;
  padding:7px 18px!important;
  background:rgba(198,160,82,.16)!important;
  border:1px solid rgba(198,160,82,.46)!important;
  color:var(--teal-dark)!important;
  letter-spacing:.08em!important;
}
.start-here>h2{
  color:var(--teal-dark)!important;
}
.start-grid article{
  border-top:5px solid var(--gold)!important;
  background:linear-gradient(180deg,#fffaf0 0%,#f9f1df 100%)!important;
}
.start-grid span{
  color:var(--gold)!important;
}


/* editorial pillars teal rhythm */
.pillar-grid article:nth-child(even){
  background:var(--teal-deep)!important;
  color:var(--paper)!important;
}
.pillar-grid article:nth-child(even) h3,
.pillar-grid article:nth-child(even) p,
.pillar-grid article:nth-child(even) a{
  color:var(--paper)!important;
}
.pillar-grid article:nth-child(even) span{
  color:var(--gold-soft)!important;
}
.pillar-grid article:nth-child(even) a{
  text-decoration-color:var(--gold)!important;
}
.pillar-grid article:nth-child(odd){
  border-top:5px solid var(--teal)!important;
}
.pillar-grid article:nth-child(even){
  border-top:5px solid var(--gold)!important;
}


/* softer footer social icons */
.footer-socials{
  gap:9px!important;
}
.footer-socials .social-icon{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  border:1px solid rgba(255,250,240,.26)!important;
  background:rgba(255,250,240,.025)!important;
  color:rgba(255,250,240,.78)!important;
  box-shadow:none!important;
}
.footer-socials .social-icon svg{
  width:16px!important;
  height:16px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.footer-socials .social-icon:hover{
  border-color:rgba(234,215,161,.76)!important;
  color:var(--gold-soft)!important;
  background:rgba(234,215,161,.07)!important;
  transform:translateY(-1px);
}
.footer-socials .social-icon span,
.footer-socials .social-icon::before,
.footer-socials .social-icon::after{
  display:none!important;
  content:none!important;
}


/* meet the editor */
.meet-editor{
  margin:clamp(48px,8vw,96px) clamp(18px,8vw,120px) 0;
  padding:clamp(38px,6vw,72px);
  background:var(--paper);
  border-top:1px solid rgba(0,86,90,.16);
  border-bottom:1px solid rgba(0,86,90,.16);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(180px,260px);
  gap:clamp(28px,5vw,70px);
  align-items:end;
  position:relative;
}
.meet-editor:before{
  content:"";
  position:absolute;
  top:24px;
  left:clamp(30px,5vw,70px);
  width:min(360px,52%);
  height:20px;
  border-top:6px solid var(--gold);
  border-radius:50%;
  transform:rotate(-1.4deg);
}
.meet-editor-copy{
  position:relative;
  z-index:1;
}
.meet-editor h2{
  max-width:820px;
}
.meet-editor p:not(.kicker){
  max-width:760px;
  color:var(--muted);
  font-size:1.08rem;
}
.meet-editor .text-link{
  display:inline-block;
  margin-top:10px;
}
.meet-editor-signature{
  justify-self:end;
  position:relative;
  z-index:1;
}
.meet-editor-signature img{
  width:min(235px,42vw);
  height:auto;
}
@media(max-width:760px){
  .meet-editor{
    grid-template-columns:1fr;
  }
  .meet-editor-signature{
    justify-self:start;
  }
}


/* editorial principles */
.editorial-principles{
  padding:clamp(58px,8vw,104px) clamp(18px,7vw,96px);
  background:var(--cream);
  border-top:1px solid rgba(0,86,90,.14);
}
.principles-head{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.principles-head h2{
  color:var(--teal-dark);
}
.principles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  max-width:1120px;
  margin:0 auto;
}
.principles-grid article{
  min-height:150px;
  background:var(--paper);
  border:1px solid rgba(0,86,90,.14);
  border-top:5px solid var(--teal);
  padding:24px;
  display:flex;
  gap:16px;
  align-items:flex-start;
  box-shadow:0 12px 34px rgba(42,35,25,.045);
}
.principles-grid article:nth-child(2),
.principles-grid article:nth-child(5){
  border-top-color:var(--gold);
}
.principles-grid span{
  width:34px;
  height:34px;
  min-width:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(0,114,116,.1);
  color:var(--teal-deep);
  font-weight:850;
  font-size:.95rem;
}
.principles-grid article:nth-child(2) span,
.principles-grid article:nth-child(5) span{
  background:rgba(198,160,82,.17);
  color:#7b6022;
}
.principles-grid p{
  margin:2px 0 0;
  color:var(--charcoal);
  font-family:var(--serif);
  font-size:1.24rem;
  line-height:1.2;
}
@media(max-width:900px){
  .principles-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:560px){
  .principles-grid{grid-template-columns:1fr;}
}


/* mobile navigation polish */
@media(max-width:640px){
  .nav{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:10px 14px!important;
    min-height:58px!important;
    -webkit-overflow-scrolling:touch;
  }
  .nav a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    display:inline-flex!important;
    align-items:center!important;
    line-height:1!important;
  }
  .nav a:first-child{
    padding:8px 13px!important;
  }
  .search{
    flex:0 0 38px!important;
  }
}


/* editor journey */
.editor-journey{
  margin:clamp(42px,7vw,86px) clamp(18px,8vw,120px) 0;
  padding:clamp(42px,6vw,78px);
  background:linear-gradient(180deg,var(--paper),rgba(255,250,240,.72));
  border:1px solid rgba(0,86,90,.15);
  border-left:7px solid var(--gold);
  display:grid;
  grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);
  gap:clamp(28px,5vw,72px);
  position:relative;
}
.editor-journey:before{
  content:"";
  position:absolute;
  top:24px;
  right:clamp(26px,5vw,70px);
  width:min(360px,46%);
  height:18px;
  border-top:6px solid rgba(198,160,82,.86);
  border-radius:50%;
  transform:rotate(1.2deg);
}
.editor-journey-head,
.editor-journey-copy{
  position:relative;
  z-index:1;
}
.editor-journey h2{
  color:var(--teal-dark);
  font-size:clamp(2rem,4vw,4.1rem);
}
.editor-journey-copy p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:1.06rem;
}
.editor-journey-copy p:first-child{
  color:var(--charcoal);
  font-size:1.13rem;
}
.editor-journey .text-link{
  display:inline-block;
  margin-top:8px;
}
@media(max-width:860px){
  .editor-journey{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .editor-journey{
    margin-left:18px;
    margin-right:18px;
    padding:34px 24px;
  }
}


/* WordPress theme additions */
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:12px;top:-80px;background:var(--teal-dark);color:var(--paper);padding:10px 14px;z-index:100;text-decoration:none}.skip-link:focus{top:12px}.admin-bar .nav{top:32px}.brand-banner{text-decoration:none}.nav .menu{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,30px);padding:0;margin:0;list-style:none;flex-wrap:wrap}.nav .menu a{text-decoration:none;color:var(--teal-dark);font-weight:700;font-size:.88rem}.nav .menu li:first-child a{padding:7px 13px;border:1.5px solid var(--gold);border-radius:999px;background:rgba(198,160,82,.16);box-shadow:0 4px 14px rgba(198,160,82,.16)}.nav-search-toggle{cursor:pointer}.search-panel{display:none;border-top:1px solid var(--line);background:var(--paper);padding:18px clamp(18px,7vw,96px)}.search-panel.is-open{display:block}.search-form{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:760px;margin:0 auto}.search-form label{margin:0}.search-field{width:100%;min-height:48px;border:1px solid rgba(0,86,90,.24);background:white;padding:12px 14px;font:inherit}.search-submit{min-height:48px;padding:0 20px;border:0;background:var(--teal-deep);color:white;font-weight:850}.wp-caption,.aligncenter{max-width:100%}.aligncenter{margin-left:auto;margin-right:auto}.alignleft{float:left;margin:0 22px 16px 0}.alignright{float:right;margin:0 0 16px 22px}.content-shell{padding:clamp(54px,8vw,104px) clamp(18px,7vw,96px);background:var(--cream)}.content-header{max-width:980px;margin:0 auto 34px}.content-header h1{font-size:clamp(3.1rem,7vw,7.5rem);max-width:12ch}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto}.post-card{background:var(--paper);border:1px solid rgba(0,86,90,.12);border-top:5px solid var(--teal);padding:26px;min-height:280px;display:flex;flex-direction:column}.post-card:nth-child(2n){border-top-color:var(--gold)}.post-card img{aspect-ratio:16/10;object-fit:cover;margin:-26px -26px 22px;width:calc(100% + 52px);max-width:none}.post-card h2,.post-card h3{font-size:1.55rem}.post-card a{text-decoration:none}.post-card .entry-meta,.single-meta{color:var(--muted);font-size:.86rem;text-transform:uppercase;font-weight:800;letter-spacing:.04em}.post-card p{color:var(--muted)}.single-shell{background:var(--cream);padding:clamp(54px,8vw,104px) clamp(18px,7vw,96px)}.single-article{max-width:880px;margin:0 auto;background:var(--paper);padding:clamp(34px,6vw,78px);border-top:7px solid var(--teal);box-shadow:0 16px 48px rgba(42,35,25,.06)}.single-article h1{font-size:clamp(3rem,6vw,6.8rem);max-width:12ch}.single-article .featured-image{margin:30px 0}.single-article .featured-image img{width:100%;max-height:620px;object-fit:cover}.entry-content{font-size:1.08rem;color:#4e453b}.entry-content h2,.entry-content h3{margin-top:1.4em}.entry-content a{color:var(--teal-dark);text-decoration-color:var(--gold);text-decoration-thickness:2px;text-underline-offset:5px}.page-links,.post-nav{max-width:880px;margin:28px auto 0}.post-nav{display:flex;justify-content:space-between;gap:24px}.comments-area{max-width:880px;margin:34px auto 0;background:var(--paper);padding:28px}.not-found{max-width:760px;margin:0 auto;background:var(--paper);padding:clamp(34px,6vw,70px);border-left:6px solid var(--gold)}.footer-socials svg{width:16px;height:16px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.footer-socials .social-icon{font-size:0!important}.newsletter-card .search-form,.newsletter-card form{grid-template-columns:1fr auto}@media(max-width:900px){.content-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.admin-bar .nav{top:0}.nav{flex-wrap:nowrap!important;overflow-x:auto!important;justify-content:flex-start!important}.nav .menu{flex-wrap:nowrap;justify-content:flex-start}.nav .menu a{white-space:nowrap}.content-grid{grid-template-columns:1fr}.search-form,.newsletter-card form{grid-template-columns:1fr}.post-nav{display:block}.post-nav a{display:block;margin-bottom:14px}.single-article{padding:28px 22px}.content-header h1,.single-article h1{font-size:3.2rem}.lead-story h1{font-size:3.4rem}}


/* final WordPress menu polish */
.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin:0;padding:0}.custom-logo{width:100%;height:auto;max-height:270px;object-fit:cover;box-shadow:0 18px 45px rgba(40,32,22,.12)}.brand-banner .custom-logo-link{display:block}.nav ul{list-style:none}.nav li{margin:0;padding:0}.navigation.pagination{max-width:1180px;margin:34px auto 0}.nav-links{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.page-numbers{padding:8px 12px;background:var(--paper);border:1px solid rgba(0,86,90,.16);text-decoration:none}.page-numbers.current{background:var(--teal-deep);color:var(--paper)}
/* STACKED REWRITE FINAL */
.front-cover-stacked{
  display:block!important;
  padding:clamp(44px,6vw,82px) clamp(18px,7vw,96px) clamp(54px,7vw,96px)!important;
  min-height:0!important;
  background:var(--cream)!important;
}
.front-cover-stacked .cover-label,
.front-cover-stacked .hero-image,
.front-cover-stacked .lead-story{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.front-cover-stacked .cover-label{
  display:flex!important;
  margin-bottom:26px!important;
}
.front-cover-stacked .hero-image{
  display:block!important;
  margin-top:0!important;
  margin-bottom:34px!important;
}
.front-cover-stacked .hero-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  object-position:center!important;
  min-height:0!important;
}
.front-cover-stacked .lead-story{
  max-width:920px!important;
}
.front-cover-stacked .lead-story h1{
  font-size:clamp(3rem,5.2vw,6.2rem)!important;
  line-height:1.05!important;
  max-width:11.5ch!important;
}
.front-cover-stacked .lead-story p:not(.kicker){
  max-width:680px!important;
  font-size:1.12rem!important;
}
.journal-newsletter-stacked{
  display:block!important;
  grid-template-columns:none!important;
  padding:0!important;
  gap:0!important;
  background:var(--paper)!important;
  border-top:1px solid rgba(0,86,90,.12)!important;
  border-bottom:1px solid rgba(0,86,90,.12)!important;
}
.journal-newsletter-stacked article{
  display:block!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:clamp(44px,6vw,78px) clamp(24px,7vw,96px)!important;
}
.journal-newsletter-stacked .journal-card{
  border-right:0!important;
  border-bottom:1px solid rgba(0,86,90,.13)!important;
}
.journal-newsletter-stacked .newsletter-card{
  position:relative!important;
}
.journal-newsletter-stacked .newsletter-card:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:clamp(24px,7vw,96px)!important;
  right:clamp(24px,7vw,96px)!important;
  height:6px!important;
  background:var(--gold)!important;
}
.journal-newsletter-stacked .newsletter-card form{
  max-width:720px!important;
}
