/* ==============================================================
   drsuliburk.com  —  STYLESHEET
   ==============================================================

   YOU PROBABLY ONLY NEED THE "BRAND SETTINGS" BLOCK BELOW.
   Change a value there and it updates everywhere on the page.

     --accent   the copper/amber colour (buttons, rules, "High.")
     --field    the dark navy used behind the hero and About
     --paper    the light page background
     --ink      the main body text colour

   Colours are hex codes. Pick new ones at https://colorpicker.me
   Everything after the BRAND SETTINGS block is layout. You can
   change it, but back the file up first.
   ============================================================== */


/* ============================================================
   SULIBURK ENDOCRINE SURGERY — drsuliburk.com
   Design system: "millimeter scale"
   Palette  : clinical paper, operating-field navy, iodine amber
   Type     : Newsreader (display) / Public Sans (body) / IBM Plex Mono (data)
   ============================================================ */

/* ========== BRAND SETTINGS — LIGHT MODE (edit these) ========== */
:root{
  --paper:#F4F6F7;
  --surface:#FFFFFF;
  --surface-2:#EDF0F2;
  --ink:#0F1A24;
  --ink-2:#33434F;
  --steel:#5E6D7A;
  --line:#D8DEE3;
  --line-soft:#E6EBEE;
  --field:#0C1A26;
  --field-2:#132836;
  --field-ink:#E9EFF3;
  --field-steel:#8FA5B4;
  --accent:#A9661F;
  --accent-soft:#F0E4D5;
  --focus:#1B6E86;
  --shadow:0 1px 2px rgba(15,26,36,.05), 0 8px 24px -12px rgba(15,26,36,.18);
  --measure:34rem;
  --pad:clamp(1.25rem,4vw,3.5rem);
  color-scheme:light;
}
:root:not([data-theme="light"]){}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --paper:#0A131A;
    --surface:#0F1C25;
    --surface-2:#152531;
    --ink:#E6EDF2;
    --ink-2:#BCCBD6;
    --steel:#8FA2B0;
    --line:#1F323F;
    --line-soft:#18272F;
    --field:#050C11;
    --field-2:#0E1F2A;
    --field-ink:#E9EFF3;
    --field-steel:#8FA5B4;
    --accent:#D9954A;
    --accent-soft:#2A2015;
    --focus:#4FB3CC;
    --shadow:0 1px 2px rgba(0,0,0,.4), 0 8px 24px -12px rgba(0,0,0,.7);
    color-scheme:dark;
  }
}
:root[data-theme="dark"]{
  --paper:#0A131A;
  --surface:#0F1C25;
  --surface-2:#152531;
  --ink:#E6EDF2;
  --ink-2:#BCCBD6;
  --steel:#8FA2B0;
  --line:#1F323F;
  --line-soft:#18272F;
  --field:#050C11;
  --field-2:#0E1F2A;
  --field-ink:#E9EFF3;
  --field-steel:#8FA5B4;
  --accent:#D9954A;
  --accent-soft:#2A2015;
  --focus:#4FB3CC;
  --shadow:0 1px 2px rgba(0,0,0,.4), 0 8px 24px -12px rgba(0,0,0,.7);
  color-scheme:dark;
}

*,*::before,*::after{box-sizing:border-box}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Public Sans",system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:2px}
@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
html{scroll-behavior:smooth}

/* ---------- shared type ---------- */
.mono{font-family:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace}
.eyebrow{
  font-family:"IBM Plex Mono",ui-monospace,Menlo,monospace;
  font-size:.688rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--steel);font-weight:500;
}
h1,h2,h3,h4{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-weight:400;text-wrap:balance;margin:0}
h1{font-size:clamp(2.25rem,4.8vw,4rem);line-height:1.06;letter-spacing:-.018em}
h2{font-size:clamp(1.85rem,3.4vw,2.75rem);line-height:1.1;letter-spacing:-.014em}
h3{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.22}
h4{font-size:1.0625rem;line-height:1.3}
p{margin:0}
.lede{font-size:clamp(1.0625rem,1.5vw,1.1875rem);line-height:1.6;color:var(--ink-2)}

/* ---------- layout shell ---------- */
.wrap{max-width:76rem;margin:0 auto;padding-inline:var(--pad)}
.narrow{max-width:var(--measure)}
section{scroll-margin-top:5.5rem}

/* millimeter calibration rail */
.rail{
  position:fixed;left:0;top:0;bottom:0;width:34px;z-index:40;
  border-right:1px solid var(--line);
  background-color:var(--surface);
  background-image:repeating-linear-gradient(to bottom,var(--line) 0 1px,transparent 1px 10px);
  background-size:11px 100%;
  background-repeat:repeat-y;
  background-position:right 0 top 0;
  display:none;
}
.rail::after{
  content:"";position:absolute;right:-1px;top:0;width:1px;height:var(--progress,0%);
  background:var(--accent);
}
.rail-label{
  position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%) rotate(180deg);
  writing-mode:vertical-rl;font-family:"IBM Plex Mono",monospace;font-size:.5625rem;
  letter-spacing:.24em;color:var(--steel);text-transform:uppercase;
}
@media (min-width:1180px){
  .rail{display:block}
  body{padding-left:34px}
}

/* ---------- utility bar ---------- */
.util{
  background:var(--field);color:var(--field-steel);
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;letter-spacing:.06em;
}
.util .wrap{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;align-items:center;justify-content:space-between;padding-block:.5rem}
.util a{color:var(--field-ink);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22);padding-bottom:1px}
.util a:hover{border-bottom-color:var(--accent)}
.util-group{display:flex;flex-wrap:wrap;gap:.4rem 1.25rem;align-items:center}

/* ---------- nav ---------- */
.nav{
  position:sticky;top:0;z-index:30;
  background:var(--surface);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav .wrap{display:flex;align-items:center;gap:.75rem;justify-content:space-between;padding-block:.75rem;min-height:64px}
@media (min-width:960px){.nav .wrap{gap:1.5rem}}
.cta-short{display:none}
@media (max-width:700px){
  .cta-long{display:none}
  .cta-short{display:inline}
  .nav .btn{padding:.5rem .75rem;font-size:.6875rem}
  .brand-txt b{font-size:.9375rem}
  .brand-mark{width:30px;height:30px;font-size:.875rem}
}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex:none}
.brand-mark{
  width:34px;height:34px;flex:none;border:1px solid var(--accent);border-radius:50%;
  display:grid;place-items:center;color:var(--accent);
  font-family:"Newsreader",serif;font-size:.9375rem;letter-spacing:.02em;
}
.brand-txt{line-height:1.15}
.brand-txt b{display:block;font-family:"Newsreader",serif;font-weight:500;font-size:1.0625rem;letter-spacing:.005em}
.brand-txt span{
  font-family:"IBM Plex Mono",monospace;font-size:.5625rem;letter-spacing:.19em;
  text-transform:uppercase;color:var(--steel);
}
.nav-links{display:none;gap:1.5rem;align-items:center}
.nav-links a{
  text-decoration:none;font-size:.875rem;font-weight:500;color:var(--ink-2);
  padding-block:.25rem;border-bottom:1.5px solid transparent;
}
.nav-links a:hover{color:var(--ink);border-bottom-color:var(--accent)}
@media (min-width:960px){.nav-links{display:flex}}

.btn{
  display:inline-flex;align-items:center;gap:.5rem;flex:none;
  font-family:"Public Sans",sans-serif;font-size:.8125rem;font-weight:600;
  letter-spacing:.03em;text-transform:uppercase;text-decoration:none;
  padding:.625rem 1.125rem;border:1px solid var(--accent);
  background:var(--accent);color:#fff;transition:background .16s ease,color .16s ease;
}
.btn:hover{background:transparent;color:var(--accent)}
.btn-ghost{background:transparent;color:var(--accent)}
.btn-ghost:hover{background:var(--accent);color:#fff}
.btn-onfield{border-color:rgba(255,255,255,.42);background:transparent;color:var(--field-ink)}
.btn-onfield:hover{background:var(--field-ink);color:var(--field);border-color:var(--field-ink)}

/* ---------- hero ---------- */
.hero{background:var(--field);color:var(--field-ink);position:relative;overflow:hidden}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(1100px 520px at 74% -12%, rgba(255,255,255,.14), transparent 62%);
}
.hero .wrap{position:relative;display:grid;gap:2.5rem;padding-block:clamp(3rem,7vw,5.25rem) 0}
@media (min-width:900px){
  .hero .wrap{grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);gap:2.5rem;align-items:end}
}
.hero-copy{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:clamp(2.5rem,5vw,3.5rem)}
.hero .eyebrow{color:var(--field-steel)}
.hero h1{color:#fff}
.hero h1 em{font-style:italic;color:var(--accent)}
.hero h1 em.stakes{font-style:normal;font-weight:600;letter-spacing:.005em}
.hero .lede{color:#C3D2DC;max-width:36rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}
.hero-portrait{
  position:relative;align-self:end;margin-inline:auto;width:100%;max-width:28rem;
}
.hero-portrait img{
  width:100%;height:auto;aspect-ratio:900/924;
  filter:saturate(.97) contrast(1.02) drop-shadow(0 24px 40px rgba(0,0,0,.45));
}
.hero-tag{
  position:absolute;left:-.5rem;bottom:6%;background:var(--field);
  border-left:2px solid var(--accent);padding:.5rem .75rem;
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--field-steel);max-width:14rem;line-height:1.5;
}
@media (max-width:899px){
  .hero-portrait{max-width:22rem}
  .hero-tag{position:static;max-width:none;margin-top:1rem}
}
.hero-tag b{display:block;color:#fff;font-weight:500;letter-spacing:.06em}

/* readout strip */
.readout{border-top:1px solid rgba(255,255,255,.14);background:var(--field-2);color:var(--field-steel)}
.readout ul{
  list-style:none;margin:0;padding:0;display:grid;
  grid-template-columns:1fr 1fr;
}
@media (min-width:820px){.readout ul{grid-template-columns:repeat(4,1fr)}}
.readout li{
  padding:.9rem 1rem;border-right:1px solid rgba(255,255,255,.09);
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;letter-spacing:.07em;
  text-transform:uppercase;display:flex;flex-direction:column;gap:.25rem;
}
.readout li:last-child{border-right:0}
.readout b{color:#fff;font-size:.9375rem;font-weight:500;letter-spacing:.02em;font-variant-numeric:tabular-nums}
.readout .wrap{padding-inline:0}
@media (min-width:900px){.readout .wrap{padding-inline:calc(var(--pad) - 1rem)}}

/* ---------- generic section head ---------- */
.sec{padding-block:clamp(3.5rem,7vw,6rem)}
.sec-head{display:flex;flex-direction:column;gap:.875rem;max-width:44rem;margin-bottom:2.75rem}
.sec-head p{color:var(--ink-2);font-size:1.0625rem}
.hr{height:1px;background:var(--line);border:0;margin:0}

/* ---------- placeholder stat band ---------- */
.stats{background:var(--surface);border-block:1px solid var(--line)}
.stats .wrap{padding-block:clamp(2.25rem,4vw,3rem)}
.stat-note{
  display:flex;gap:.625rem;align-items:baseline;margin-bottom:1.75rem;
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--steel);
}
.stat-note::after{content:"";flex:1;height:1px;background:var(--line);align-self:center}
.stat-grid{display:grid;gap:1px;background:var(--line);grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}
.stat{background:var(--surface);padding:1.625rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}
.stat .num{
  font-family:"Newsreader",serif;font-size:clamp(2rem,3vw,2.5rem);line-height:1;
  color:var(--accent);font-variant-numeric:tabular-nums;letter-spacing:-.01em;
  padding-bottom:.5rem;border-bottom:1px solid var(--line);
}
.stat .lbl{font-size:.875rem;color:var(--ink-2);line-height:1.45}
.stat-foot{
  margin-top:1.25rem;font-size:.75rem;line-height:1.6;color:var(--steel);max-width:46rem;
}

/* ---------- centers ---------- */
.center{border-bottom:1px solid var(--line)}
.center:nth-of-type(even){background:var(--surface)}
.center .wrap{
  display:grid;gap:2.5rem;padding-block:clamp(3.25rem,6vw,5rem);
}
@media (min-width:940px){
  .center .wrap{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:4rem}
}
.center-aside{display:flex;flex-direction:column;gap:1.5rem}
.center-index{
  display:flex;align-items:center;gap:.75rem;
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;letter-spacing:.16em;
  text-transform:uppercase;color:var(--accent);
}
.center-index::after{content:"";flex:1;height:1px;background:var(--accent);opacity:.35}
.anat{
  background:var(--surface-2);border:1px solid var(--line);
  padding:1.5rem;display:grid;place-items:center;
}
.anat svg{width:100%;max-width:19rem;height:auto}
.scale-cap{
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--steel);text-align:center;margin-top:.75rem;line-height:1.6;
}
.center-body{display:flex;flex-direction:column;gap:1.75rem}
.center-body h2 span{display:block;font-size:.9rem;letter-spacing:.16em;text-transform:uppercase;
  font-family:"IBM Plex Mono",monospace;color:var(--accent);margin-bottom:.625rem}
.pull{
  border-left:2px solid var(--accent);padding:.25rem 0 .25rem 1.125rem;
  font-family:"Newsreader",serif;font-size:1.25rem;line-height:1.45;color:var(--ink);
}
.cols{display:grid;gap:1.75rem}
@media (min-width:620px){.cols{grid-template-columns:1fr 1fr;gap:2rem}}
.col h4{
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--steel);font-weight:500;
  padding-bottom:.5rem;border-bottom:1px solid var(--line);margin-bottom:.75rem;
}
.col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}
.col li{font-size:.9375rem;line-height:1.45;color:var(--ink-2);padding-left:.875rem;position:relative}
.col li::before{
  content:"";position:absolute;left:0;top:.6em;width:5px;height:1px;background:var(--accent);
}

/* ---------- workup table ---------- */
.tablewrap{overflow-x:auto;border:1px solid var(--line);background:var(--surface)}
table{border-collapse:collapse;width:100%;min-width:44rem;font-size:.875rem}
caption{
  text-align:left;padding:1rem 1.125rem;border-bottom:1px solid var(--line);
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--steel);
}
th,td{padding:.75rem 1.125rem;text-align:left;border-bottom:1px solid var(--line-soft);vertical-align:top}
thead th{
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--steel);font-weight:500;
  background:var(--surface-2);border-bottom:1px solid var(--line);
}
tbody tr:last-child td{border-bottom:0}
td.val{font-family:"IBM Plex Mono",monospace;font-variant-numeric:tabular-nums;color:var(--ink);white-space:nowrap}
td.g{font-weight:600;color:var(--ink)}
td.n{color:var(--ink-2)}

/* ---------- technique grid ---------- */
.tech{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}
@media (min-width:640px){.tech{grid-template-columns:1fr 1fr}}
@media (min-width:1000px){.tech{grid-template-columns:repeat(3,1fr)}}
.tech article{background:var(--surface);padding:1.625rem 1.375rem;display:flex;flex-direction:column;gap:.625rem}
.tech article.feature{grid-column:1/-1;background:var(--surface-2);gap:1rem}
@media (min-width:760px){
  .tech article.feature{
    display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:2rem;align-items:start;padding:2rem 1.75rem;
  }
  .tech article.feature .feature-head{display:flex;flex-direction:column;gap:.625rem}
}
.tech article.feature h4{font-size:1.375rem}
.tech article.feature p{font-size:.9688rem}
.tech .abbr{
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--accent);
}
.tech h4{font-family:"Newsreader",serif;font-size:1.1875rem;font-weight:500}
.tech p{font-size:.9063rem;color:var(--ink-2);line-height:1.55}

/* ---------- about ---------- */
.about{background:var(--field);color:var(--field-ink)}
.about .wrap{display:grid;gap:2.5rem;padding-block:clamp(3.5rem,7vw,5.5rem)}
@media (min-width:900px){.about .wrap{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:3.5rem;align-items:start}}
.about h2{color:#fff}
.about .eyebrow{color:var(--field-steel)}
.about p{color:#BFCEDA}
.about-media{display:flex;flex-direction:column;gap:1.75rem}
.portrait-frame{border:1px solid rgba(255,255,255,.16);padding:.5rem;position:relative}
.portrait-frame img{width:100%;height:auto;filter:saturate(.95)}
.portrait-cap{
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--field-steel);padding:.75rem .25rem 0;line-height:1.6;
}
.about-body{display:flex;flex-direction:column;gap:1.5rem}
.about-list{
  list-style:none;margin:-.625rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem;
  border-left:1px solid rgba(255,255,255,.16);padding-left:1.25rem;
}
.about-list li{
  position:relative;padding-left:1rem;font-size:.9375rem;line-height:1.45;color:#CBD8E2;
}
.about-list li::before{
  content:"";position:absolute;left:0;top:.62em;width:6px;height:1px;background:var(--accent);
}
.cv{display:grid;gap:1px;background:rgba(255,255,255,.14);margin-top:.5rem}
@media (min-width:620px){.cv{grid-template-columns:1fr 1fr}}
.cv div{background:var(--field);padding:1rem 1.125rem;display:flex;flex-direction:column;gap:.25rem}
.cv dt,.cv .k{
  font-family:"IBM Plex Mono",monospace;font-size:.5938rem;letter-spacing:.15em;
  text-transform:uppercase;color:var(--field-steel);
}
.cv .v{font-size:.9375rem;color:#fff;line-height:1.4}
.memberships{
  display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;
}
.memberships span{
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.08em;
  text-transform:uppercase;color:var(--field-steel);
  border:1px solid rgba(255,255,255,.2);padding:.3rem .55rem;
}
.inset{
  display:flex;gap:1.125rem;align-items:center;border-top:1px solid rgba(255,255,255,.14);
  padding-top:1.5rem;
}
.inset img{width:112px;height:auto;flex:none;border:1px solid rgba(255,255,255,.2)}
.inset p{font-size:.8438rem;color:#A9BCC9;line-height:1.55}

/* ---------- referring ---------- */
.refer{background:var(--surface-2);border-block:1px solid var(--line)}
.refer .wrap{display:grid;gap:2.5rem;padding-block:clamp(3rem,6vw,4.5rem)}
@media (min-width:900px){.refer .wrap{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3.5rem}}
.checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}
.checklist li{
  display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:baseline;
  font-size:.9375rem;color:var(--ink-2);
}
.checklist li .n{
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.refer-card{background:var(--surface);border:1px solid var(--line);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}

/* ---------- contact ---------- */
.contact .wrap{display:grid;gap:2.5rem;padding-block:clamp(3.5rem,7vw,5.5rem)}
@media (min-width:820px){.contact .wrap{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem}}
.addr{font-style:normal;display:flex;flex-direction:column;gap:1.5rem}
.addr-block{display:flex;flex-direction:column;gap:.3rem}
.addr-block .k{
  font-family:"IBM Plex Mono",monospace;font-size:.625rem;letter-spacing:.15em;
  text-transform:uppercase;color:var(--steel);margin-bottom:.25rem;
}
.addr-block a{text-decoration:none;border-bottom:1px solid var(--line);padding-bottom:1px}
.addr-block a:hover{border-bottom-color:var(--accent);color:var(--accent)}
.addr-block a.map-link{border-bottom:0;padding-bottom:.625rem;margin-top:1rem;align-self:flex-start}
.addr-block a.map-link:hover{color:#fff}
.map-link svg{flex:none}
.big-tel{
  font-family:"IBM Plex Mono",monospace;font-size:clamp(1.5rem,3.4vw,2rem);
  font-weight:500;letter-spacing:-.01em;color:var(--ink);text-decoration:none;
  border-bottom:2px solid var(--accent);padding-bottom:.15rem;width:fit-content;
  font-variant-numeric:tabular-nums;
}
.hours{
  font-family:"IBM Plex Mono",monospace;font-size:.8125rem;color:var(--ink-2);
  font-variant-numeric:tabular-nums;
}

/* ---------- footer ---------- */
footer{background:var(--field);color:var(--field-steel);font-size:.8125rem}
footer .wrap{padding-block:2.5rem 2rem;display:flex;flex-direction:column;gap:1.75rem}
.foot-top{display:grid;gap:1.75rem}
@media (min-width:760px){.foot-top{grid-template-columns:1.4fr 1fr 1fr}}
.foot-col{display:flex;flex-direction:column;gap:.5rem}
.foot-col h5{
  margin:0 0 .375rem;font-family:"IBM Plex Mono",monospace;font-size:.5938rem;
  letter-spacing:.16em;text-transform:uppercase;color:#fff;font-weight:500;
}
.foot-col a{color:var(--field-steel);text-decoration:none}
.foot-col a:hover{color:#fff}
.disclaimer{
  border-top:1px solid rgba(255,255,255,.14);padding-top:1.5rem;
  font-size:.75rem;line-height:1.65;color:#7E93A2;display:flex;flex-direction:column;gap:.625rem;
}
.build-note{
  border:1px dashed var(--accent);color:var(--accent);
  font-family:"IBM Plex Mono",monospace;font-size:.6875rem;letter-spacing:.05em;
  line-height:1.7;padding:1rem 1.125rem;
}
.build-note b{display:block;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.375rem}
