:root{
  --paper:#efe6d6;
  --paper-2:#f8f1e5;
  --paper-3:#fffaf0;
  --ink:#1b1f1c;
  --ink-2:#3b433d;
  --muted:#6d746c;
  --gold:#8f713e;
  --gold-2:#b99961;
  --petrol:#173d4f;
  --petrol-2:#0f2e3d;
  --line:#d7c8ae;
  --line-2:#eadfcb;
  --shadow:0 16px 42px rgba(38,32,22,.065);
  --shadow-soft:0 8px 24px rgba(38,32,22,.045);
  --radius:18px;
  --radius-sm:12px;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Inter,"Segoe UI",system-ui,-apple-system,Arial,sans-serif;
  font-size:clamp(1rem,.28vw + .96rem,1.06rem);
  line-height:1.72;
  background:
    radial-gradient(circle at 10% 0%,rgba(255,252,244,.92) 0 14rem,transparent 33rem),
    radial-gradient(circle at 88% 10%,rgba(185,153,97,.105) 0 11rem,transparent 36rem),
    linear-gradient(180deg,var(--paper-2),var(--paper));
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body::before{
  content:"";
  position:fixed;inset:0;pointer-events:none;z-index:-1;
  background:
    linear-gradient(90deg,rgba(120,95,54,.035) 0 1px,transparent 1px),
    linear-gradient(180deg,rgba(120,95,54,.026) 0 1px,transparent 1px);
  background-size:104px 104px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.32),rgba(0,0,0,.08) 52%,transparent 84%);
}
a{color:inherit;text-decoration-color:rgba(143,113,62,.72);text-underline-offset:.25em;text-decoration-thickness:1px}
a:hover{color:var(--petrol)}
a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
header.site-header{position:sticky;top:0;z-index:40;background:rgba(248,241,229,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(143,113,62,.18)}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:1.35rem;min-height:68px}
.brand{font-family:"Iowan Old Style","Palatino Linotype",Palatino,"Times New Roman",serif;font-size:1.24rem;letter-spacing:.012em;white-space:nowrap;text-decoration:none}
nav ul{display:flex;gap:.18rem;flex-wrap:wrap;justify-content:flex-end;list-style:none;margin:0;padding:0}
nav a{display:block;text-decoration:none;color:var(--ink-2);font-size:.88rem;border-radius:999px;padding:.3rem .52rem;border:1px solid transparent;line-height:1.22}
nav a:hover,nav a.active{color:var(--ink);background:rgba(255,250,240,.46);border-color:rgba(143,113,62,.24)}
nav a.active{box-shadow:inset 0 -1px 0 rgba(143,113,62,.54)}
main{min-height:72vh}
.page{padding:clamp(3rem,5.6vw,5.45rem) 0 1rem}
.hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.56fr);
  gap:clamp(1.9rem,4.2vw,4.3rem);
  align-items:end;
  padding-bottom:clamp(2.45rem,5.4vw,4.9rem);
  border-bottom:1px solid rgba(143,113,62,.22);
}
.hero::after{content:"";position:absolute;width:76px;height:76px;border:1px solid rgba(143,113,62,.2);border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;right:1.5%;top:6%;opacity:.46}
.eyebrow,.kicker{margin:0 0 .95rem;color:var(--gold);text-transform:uppercase;letter-spacing:.17em;font-size:.69rem;font-weight:760}
h1,h2,h3{font-family:"Iowan Old Style","Palatino Linotype",Palatino,"Times New Roman",serif;font-weight:500;line-height:1.08;letter-spacing:-.004em;margin:0;color:var(--ink)}
h1{font-size:clamp(2.7rem,4.25vw,4.75rem);max-width:820px;text-wrap:balance}
h2{font-size:clamp(1.72rem,2.7vw,2.8rem);text-wrap:balance}
h3{font-size:clamp(1.18rem,1.45vw,1.58rem);line-height:1.18;text-wrap:balance}
.lead{font-size:clamp(1.03rem,.7vw + .9rem,1.14rem);line-height:1.78;color:var(--ink-2);max-width:66ch}
.narrow{max-width:72ch}
.hero-copy .lead{margin-top:1.28rem}
.hero-panel{
  align-self:end;
  background:rgba(255,250,240,.48);
  border:1px solid rgba(143,113,62,.2);
  border-radius:var(--radius);
  padding:clamp(1.2rem,1.9vw,1.7rem);
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.hero-panel::before{content:"";position:absolute;inset:auto -28% -40% auto;width:210px;height:210px;border:1px solid rgba(143,113,62,.12);border-radius:50%}
.hero-panel::after{content:"";position:absolute;right:1rem;top:1rem;width:40px;height:40px;border:1px solid rgba(143,113,62,.13);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;pointer-events:none}
.hero-panel p{margin:.58rem 0}
.panel-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-weight:760}
.actions,.cta-row{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.18rem}
.btn,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border-radius:999px;padding:.6rem .88rem;text-decoration:none;font-size:.9rem;font-weight:700;line-height:1.12;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.btn{background:var(--petrol);color:#f8fbfb!important;border:1px solid var(--petrol-2);box-shadow:0 7px 14px rgba(23,61,79,.11)}
.btn:hover{background:var(--petrol-2);transform:translateY(-1px)}
.btn-secondary{background:rgba(255,250,240,.36);border:1px solid rgba(143,113,62,.45);color:var(--ink)!important}
.btn-secondary:hover{background:rgba(255,250,240,.72);transform:translateY(-1px)}
.section{padding:clamp(2.9rem,5.5vw,5.25rem) 0;border-bottom:1px solid rgba(143,113,62,.18)}
.section:last-child{border-bottom:0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:1.6rem;margin-bottom:1.55rem}
.section-head p{max-width:58ch;margin:.62rem 0 0;color:var(--ink-2)}
.grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem;align-items:stretch}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;align-items:stretch}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;align-items:stretch}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;align-items:stretch}
.stack{display:grid;gap:.9rem}
.card,.item,.social-card,.contact-panel,.newsletter-panel{
  position:relative;
  background:rgba(255,250,240,.46);
  border:1px solid rgba(143,113,62,.2);
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
  padding:clamp(1.08rem,1.8vw,1.72rem);
  overflow:hidden;
}
.card,.item{height:100%}
.card::after,.item::after,.social-card::after{content:"";position:absolute;left:1.2rem;right:1.2rem;top:0;height:1px;background:linear-gradient(90deg,rgba(143,113,62,.42),transparent 72%);opacity:.0;transition:opacity .18s ease}
.card:hover::after,.item:hover::after,.social-card:hover::after{opacity:.72}
.card:hover,.item:hover,.social-card:hover{border-color:rgba(143,113,62,.32)}
.card p,.item p,.social-card p,.contact-panel p,.newsletter-panel p{color:var(--ink-2);margin:.66rem 0}
.card h3 a{text-decoration:none}
.meta{color:var(--muted)!important;font-size:.86rem}
.tagline{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}
.tag{border:1px solid rgba(143,113,62,.26);border-radius:999px;padding:.18rem .5rem;color:var(--ink-2);font-size:.74rem;background:rgba(255,250,240,.35)}
.note{font-size:.85rem;color:var(--muted)!important;margin:.05rem 0 .2rem}
.home-hero h1{line-height:1;letter-spacing:-.012em}
.hero-quote{display:flex;align-items:center;min-height:unset}
.hero-quote blockquote{margin:0;font-family:"Iowan Old Style","Palatino Linotype",Palatino,"Times New Roman",serif;color:var(--ink);font-size:clamp(1.12rem,1.35vw,1.38rem);line-height:1.58}
.hero-quote blockquote p{margin:0 0 1rem}
.hero-quote blockquote p:last-child{margin-bottom:0}
.origin-text{background:linear-gradient(180deg,rgba(255,250,240,.58),rgba(248,241,229,.44))}
.origin-text h3{font-size:clamp(1.28rem,1.85vw,1.82rem);color:var(--gold);margin-bottom:.5rem}
.path-card{min-height:100%;padding-top:2.3rem;display:flex;flex-direction:column}
.path-card .btn-secondary{margin-top:auto;width:fit-content}
.path-card::before{content:"";position:absolute;right:1rem;top:.95rem;width:26px;height:26px;border:1px solid rgba(143,113,62,.13);opacity:.72;pointer-events:none}
.editorial-notes .item p:not(.kicker){font-family:"Iowan Old Style","Palatino Linotype",Palatino,"Times New Roman",serif;font-size:clamp(1.1rem,1.35vw,1.34rem);line-height:1.56;color:var(--ink)}
.compact-social{grid-template-columns:repeat(3,minmax(0,1fr))}
.feature{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1fr);gap:1.35rem;align-items:center}
.feature::before{content:"";position:absolute;left:1.05rem;bottom:1.05rem;width:48px;height:48px;border:1px solid rgba(143,113,62,.12);border-top-color:transparent;border-right-color:transparent;border-radius:50%;pointer-events:none}
.feature h2{font-size:clamp(1.82rem,3.15vw,3.2rem)}
.rule{height:1px;background:rgba(143,113,62,.18);margin:1.75rem 0}
.filters{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0 1.7rem}
.filters button{background:rgba(255,250,240,.44);border:1px solid rgba(143,113,62,.28);padding:.5rem .74rem;cursor:pointer;border-radius:999px;color:var(--ink);font-weight:650}
.filters button[aria-pressed="true"]{border-color:var(--petrol);box-shadow:0 0 0 3px rgba(23,61,79,.07);color:var(--petrol)}
.archive-list{display:grid;gap:.78rem}
.archive-list .item{display:grid;grid-template-columns:1fr auto;gap:.9rem;align-items:center;padding:1rem 1.18rem}
.archive-list h3{font-size:clamp(1.08rem,1.25vw,1.22rem)}
.archive-list p{margin:.2rem 0 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:.95rem;align-items:start}
.social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;align-items:start}
form{display:grid;gap:.5rem}
label{font-weight:650;color:var(--ink-2)}
input{width:100%;border:1px solid rgba(143,113,62,.28);background:rgba(255,250,240,.7);border-radius:12px;padding:.66rem .76rem;font:inherit;line-height:1.25}
button{font:inherit}
button[type="submit"]{width:fit-content;background:var(--petrol);color:#f8fbfb;border:1px solid var(--petrol-2);padding:.6rem .88rem;border-radius:999px;cursor:pointer;font-size:.9rem;font-weight:700;box-shadow:0 7px 14px rgba(23,61,79,.1)}
.feedback{font-size:.87rem;color:var(--muted)}
.feedback[data-state="error"]{color:#812020}
.footer{margin-top:2rem;border-top:1px solid rgba(143,113,62,.18);padding:1.65rem 0 2.2rem;color:var(--muted);font-size:.9rem}
.footer .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer a{text-decoration:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
[hidden]{display:none!important}
@media(max-width:1060px){
  .hero{grid-template-columns:1fr;align-items:start}
  .hero-panel{max-width:680px}
  .grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feature{grid-template-columns:1fr}
  .hero::after{display:none}
}
@media(max-width:760px){
  .wrap{width:min(100% - 28px,var(--max))}
  .topbar{align-items:flex-start;flex-direction:column;padding:.85rem 0;gap:.75rem}
  .brand{font-size:1.14rem}
  nav ul{justify-content:flex-start}
  nav a{font-size:.85rem;padding:.27rem .43rem}
  .page{padding-top:2.35rem}
  .hero{gap:1.45rem;padding-bottom:2rem}
  .grid-5,.grid-4,.grid-3,.grid-2,.contact-grid,.social-grid{grid-template-columns:1fr}
  .section-head{display:block}
  .archive-list .item{grid-template-columns:1fr}
  .actions .btn,.actions .btn-secondary{width:100%}
  h1{font-size:clamp(2.28rem,10.2vw,3.55rem)}
  h2{font-size:clamp(1.66rem,7.5vw,2.5rem)}
}

/* Home editorial refinement: surface / sub-surface grammar */
:root{
  --paper:#efe7d8;
  --paper-2:#fbf5ea;
  --paper-3:#fffaf1;
  --ink:#111d27;
  --ink-2:#35404a;
  --muted:#70756f;
  --gold:#8d6d37;
  --gold-2:#b7985f;
  --line:rgba(141,109,55,.18);
  --line-faint:rgba(141,109,55,.105);
  --shadow:0 18px 46px rgba(31,25,16,.035);
  --shadow-soft:0 10px 28px rgba(31,25,16,.025);
}
body{
  background:
    radial-gradient(circle at 14% -2%,rgba(255,252,246,.95) 0 15rem,transparent 34rem),
    radial-gradient(circle at 86% 8%,rgba(141,109,55,.052) 0 12rem,transparent 38rem),
    linear-gradient(180deg,var(--paper-2),var(--paper));
}
body::before{
  background:
    linear-gradient(90deg,rgba(141,109,55,.026) 0 1px,transparent 1px),
    linear-gradient(180deg,rgba(141,109,55,.02) 0 1px,transparent 1px);
  background-size:112px 112px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.24),rgba(0,0,0,.055) 54%,transparent 88%);
}
header.site-header{border-bottom-color:rgba(141,109,55,.13);background:rgba(251,245,234,.84)}
nav a:hover,nav a.active{border-color:rgba(141,109,55,.18);background:rgba(255,250,241,.42)}
nav a.active{box-shadow:inset 0 -1px 0 rgba(141,109,55,.38)}
a:focus-visible,button:focus-visible,input:focus-visible{outline-color:rgba(141,109,55,.82)}
.hero{border-bottom-color:rgba(141,109,55,.11);align-items:center}
.hero::after{display:none}
.home-hero::before{
  content:"";
  position:absolute;
  left:1.8rem;
  top:clamp(2rem,5vw,4.5rem);
  bottom:clamp(1.5rem,4vw,3.5rem);
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(141,109,55,.24) 18%,rgba(141,109,55,.13) 72%,transparent);
  transform:translateX(-3.25rem);
}
.home-hero .hero-copy::after{
  content:"";
  position:absolute;
  left:-3.25rem;
  top:48%;
  width:52px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(141,109,55,.22),transparent);
}
.home-hero h1{line-height:.98;letter-spacing:-.018em;color:#10202d}
.hero-copy{position:relative}
.eyebrow,.kicker{color:rgba(141,109,55,.88);letter-spacing:.19em;font-size:.67rem}
.lead{color:var(--ink-2)}
.hero-panel{
  background:rgba(255,250,241,.35);
  border-color:rgba(141,109,55,.135);
  box-shadow:0 16px 42px rgba(31,25,16,.026);
  border-radius:22px;
  padding:clamp(1.65rem,2.5vw,2.55rem);
}
.hero-panel::before{
  inset:auto -18% -38% auto;
  width:190px;
  height:190px;
  border-color:rgba(141,109,55,.09);
  border-top-color:transparent;
  border-right-color:transparent;
}
.hero-panel::after{
  content:"01";
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  color:rgba(17,29,39,.48);
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
}
.hero-quote blockquote{position:relative;color:#1a2a36;font-size:clamp(1.08rem,1.25vw,1.32rem);line-height:1.6}
.hero-quote blockquote::before,
.hero-quote blockquote::after{position:absolute;color:rgba(141,109,55,.58);font-size:2.2rem;line-height:1;font-family:Georgia,serif}
.hero-quote blockquote::before{content:"“";left:-.28rem;top:-1.22rem}
.hero-quote blockquote::after{content:"”";right:.15rem;bottom:-1.5rem}
.btn,.btn-secondary,button[type="submit"]{border-radius:7px;box-shadow:none;transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}
.btn:hover,.btn-secondary:hover,button[type="submit"]:hover{transform:translateY(-1px)}
.btn-secondary{border-color:rgba(141,109,55,.26);background:rgba(255,250,241,.32)}
.section{padding-block:clamp(3rem,5.1vw,4.95rem);border-bottom-color:rgba(141,109,55,.085)}
.surface-section{padding-top:clamp(2.15rem,3.8vw,3.85rem);padding-bottom:clamp(3.2rem,5.2vw,4.95rem)}
.surface-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:clamp(2.25rem,4.1vw,4.65rem);
  align-items:center;
  min-height:382px;
  padding:clamp(2.25rem,4.35vw,3.85rem);
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,250,241,.42),rgba(248,241,229,.34));
  border:1px solid rgba(141,109,55,.105);
  border-radius:19px;
  box-shadow:0 12px 36px rgba(31,25,16,.018);
}
.surface-panel::after{
  content:"";
  position:absolute;
  right:2.6rem;
  bottom:2.2rem;
  width:42px;
  height:42px;
  border:1px solid rgba(141,109,55,.10);
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(18deg);
}
.surface-map{position:relative;min-height:272px;margin-left:clamp(-2.65rem,-2.3vw,-.8rem)}
.surface-map svg{position:absolute;inset:50% auto auto 50%;width:min(506px,122%);max-width:none;transform:translate(-51.5%,-50%);overflow:visible}
.map-arc,.map-line,.map-fracture{fill:none;stroke:rgba(141,109,55,.29);stroke-width:1.08;vector-effect:non-scaling-stroke;stroke-linecap:round}
.map-arc-lg{stroke-dasharray:430 88 116 58;stroke-dashoffset:28;opacity:.62}
.map-arc-md{stroke-dasharray:252 64 98 46;stroke-dashoffset:76;opacity:.42}
.map-arc-sm{stroke-dasharray:148 42 58 52;stroke-dashoffset:34;opacity:.36}
.map-line{stroke:rgba(141,109,55,.205);stroke-width:.92;stroke-dasharray:120 18 56 26;opacity:.68}
.map-line-vertical{stroke-dasharray:84 20 132 28}
.map-line-oblique{stroke-dasharray:64 20;opacity:.34}
.map-fracture{stroke:rgba(141,109,55,.32);stroke-dasharray:30 14;opacity:.45}
.map-point{fill:rgba(141,109,55,.66)}
.surface-copy{max-width:590px}
.surface-copy .kicker{margin-bottom:1.08rem}
.surface-copy h2{font-size:clamp(2rem,3.65vw,3.78rem);line-height:1.055;letter-spacing:-.017em;color:#10202d}
.surface-copy h2::after{content:"";display:block;width:24px;height:1px;background:rgba(141,109,55,.48);margin:1.28rem 0 1rem}
.surface-copy p:not(.kicker){max-width:60ch;margin:0;color:#263540;line-height:1.72;letter-spacing:.002em}
.paths-section{padding-top:clamp(2.45rem,4.2vw,3.95rem);padding-bottom:clamp(3.1rem,5vw,4.7rem)}
.card,.item,.social-card,.contact-panel,.newsletter-panel{background:rgba(255,250,241,.34);border-color:rgba(141,109,55,.105);box-shadow:0 8px 22px rgba(31,25,16,.016);border-radius:14px}
.card::after,.item::after,.social-card::after{left:1.35rem;right:1.35rem;background:linear-gradient(90deg,rgba(141,109,55,.18),transparent 68%)}
.card:hover::after,.item:hover::after,.social-card:hover::after{opacity:.42}
.card:hover,.item:hover,.social-card:hover{border-color:rgba(141,109,55,.18)}
.path-card{
  min-height:318px;
  padding:1.48rem 1.48rem 1.38rem;
  display:grid;
  grid-template-rows:auto auto minmax(0,1fr) auto;
  justify-items:start;
  align-items:start;
  gap:.68rem;
  text-align:left;
}
.path-card::before{display:none}
.path-marker{
  position:relative;
  width:100%;
  min-height:29px;
  display:flex;
  align-items:center;
  gap:.62rem;
  color:rgba(53,64,74,.58);
  font-size:.68rem;
  font-weight:680;
  line-height:1;
  letter-spacing:.13em;
}
.path-marker::before{content:attr(data-section);font-variant-numeric:tabular-nums}
.path-marker::after{content:"";height:1px;flex:1;background:rgba(141,109,55,.17);transform:scaleY(.72);transform-origin:center}
.path-card h3{font-size:clamp(1.24rem,1.38vw,1.46rem);margin:.06rem 0 0;text-align:left;line-height:1.14}
.path-card p{justify-self:stretch;text-align:left;width:100%;max-width:18.5ch;margin:.18rem 0 0;line-height:1.58;color:rgba(51,64,74,.92)}
.path-card .btn-secondary{align-self:end;justify-self:start;margin:1.16rem 0 0;min-width:106px;width:auto;padding:.56rem .78rem}
.notes-section{padding-top:clamp(2.9rem,4.7vw,4.35rem);padding-bottom:clamp(3rem,4.9vw,4.45rem)}
.editorial-notes{align-items:stretch;gap:1rem}
.note-card{min-height:172px;padding:clamp(1.22rem,1.75vw,1.62rem) clamp(1.14rem,1.7vw,1.58rem);background:rgba(255,250,241,.27)}
.note-card::before,.note-card::after{display:none}
.editorial-notes .item p:not(.kicker){font-size:clamp(1.01rem,1.12vw,1.16rem);line-height:1.64;margin-top:.62rem;color:rgba(17,29,39,.94)}
.closing-section{padding-top:clamp(3.15rem,5vw,4.7rem);padding-bottom:1.35rem;border-bottom:0}
.closing-section .grid-2{grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:1.05rem}
.letter-card{padding:clamp(1.42rem,2.25vw,2rem)}
.letter-card form{max-width:420px;gap:.58rem;margin-top:.88rem}
.letter-card .kicker,.contact-home .kicker{margin-bottom:.66rem}
.letter-card h2,.contact-home h2{line-height:1.08}
.letter-card h2 + p,.contact-home h2 + p{margin-top:.72rem}
input{border-color:rgba(141,109,55,.16);background:rgba(255,250,241,.46);border-radius:7px;padding:.62rem .7rem}
label{font-size:.84rem;line-height:1.25;color:#28353e;letter-spacing:.006em}
button[type="submit"]{border-radius:7px;padding:.58rem .86rem;margin-top:.14rem;box-shadow:none}
.note{font-size:.8rem;line-height:1.48;color:rgba(53,64,74,.68)!important;margin-top:.26rem}
.contact-home{display:flex;flex-direction:column;padding:clamp(1.34rem,2.05vw,1.86rem);padding-right:clamp(1.2rem,2vw,1.82rem)}
.contact-home p{max-width:36ch;line-height:1.62}
.contact-home p strong{font-size:.95rem;line-height:1.45;word-break:break-word}
.contact-home .actions{margin-top:.28rem;padding-top:.08rem;gap:.52rem}
.contact-home::before,.contact-home::after{display:none}
.contact-home > *{position:relative;z-index:1}
.footer{margin-top:1rem;border-top-color:rgba(141,109,55,.075);padding:1.08rem 0 1.62rem;font-size:.78rem;line-height:1.45;letter-spacing:.01em;color:rgba(53,64,74,.66)}
.footer .wrap{position:relative;align-items:center}
.footer .wrap::before{content:"";position:absolute;left:50%;top:-1.18rem;width:16px;height:1px;background:rgba(141,109,55,.18);transform:translateX(-50%)}
.footer a{text-decoration-color:rgba(141,109,55,.28)}
@media(max-width:1060px){
  .home-hero::before,.home-hero .hero-copy::after{display:none}
  .surface-panel{grid-template-columns:1fr;gap:1.3rem;min-height:unset}
  .surface-map{min-height:220px;margin-left:0;order:-1}
  .surface-map svg{width:min(500px,108%);transform:translate(-50%,-50%)}
  .path-card{min-height:300px}
}
@media(max-width:760px){
  .hero-panel{padding:1.35rem;border-radius:16px;max-width:none}
  .hero-quote blockquote{font-size:1.03rem;line-height:1.55}
  .surface-section{padding-top:1.7rem}
  .surface-panel{padding:1.35rem;border-radius:16px;gap:1rem}
  .surface-panel::after{display:none}
  .surface-map{min-height:160px;margin-inline:-.7rem;overflow:hidden}
  .surface-map svg{width:138%;transform:translate(-54%,-49%)}
  .surface-copy .kicker{margin-bottom:.85rem}
  .surface-copy h2{font-size:clamp(1.85rem,8.4vw,2.7rem)}
  .surface-copy h2::after{margin:1rem 0 .9rem}
  .path-card{min-height:auto;padding:1.45rem;gap:.55rem}
  .path-card p{max-width:24ch;text-align:left}
  .path-marker{min-height:30px}
  .note-card{padding-right:1.2rem;min-height:auto}
  .note-card::before,.note-card::after,.contact-home::before,.contact-home::after{display:none}
  .closing-section .grid-2{grid-template-columns:1fr;gap:.9rem}
  .letter-card form{max-width:none}
  .contact-home .actions{margin-top:.32rem;padding-top:.08rem}
  .footer .wrap{gap:.55rem;flex-direction:column;align-items:flex-start}
  .footer .wrap::before{left:0;transform:none}
}
