* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22'%3E%3Ccircle cx='11' cy='11' r='6.5' fill='%230D0D0D' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E") 11 11, auto; }
a, button, input, select, textarea, .accpanel { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26'%3E%3Ccircle cx='13' cy='13' r='8.5' fill='%230D0D0D' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E") 13 13, pointer; }
body { margin: 0; background: #FFFFFF; color: #0D0D0D; font-family: 'Inter Tight', 'Helvetica Neue', Arial, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
h1, h2, p { margin: 0; }

/* Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; display: flex; justify-content: center; padding-top: 24px; z-index: 50; pointer-events: none; }
.navwrap { pointer-events: auto; display: flex; align-items: center; gap: 4px; background: rgba(255,255,255,0.65); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid #EFEFEF; border-radius: 16px; padding: 6px 8px; box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 8px 32px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.7); }
.brand { display: flex; align-items: center; gap: 7px; padding: 8px 14px 8px 10px; }
.brandmark { width: 18px; height: 18px; display: inline-block; transform: translateY(-0.5px); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0.6 16 16'%3E%3Cpath d='M0.6 13.6 L5.8 3.6 L9.2 10.1 L10.9 7.2 L15.4 13.6 Z' fill='%231E3D2C'/%3E%3Cpath d='M4.2 6.7 L5.8 3.6 L7.4 6.7 L6.6 6.1 L5.8 6.7 L5 6.1 Z' fill='%23FFFFFF'/%3E%3C/svg%3E") center / contain no-repeat; }
.brandname { font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em; color: #1E3D2C; }
.navdiv { width: 1px; height: 15px; background: #ECECEC; margin: 0 4px; }
.navlink { font-size: 13px; font-weight: 400; color: #757575; padding: 8px 14px; border-radius: 10px; transition: background 0.15s ease, color 0.15s ease; }
.navlink:hover { background: rgba(0,0,0,0.04); color: #0D0D0D; }
.navlink.active { color: #0D0D0D; font-weight: 500; }

/* Buttons */
.pill { display: inline-flex; align-items: center; gap: 7px; background: #0D0D0D; color: #FFFFFF; font-size: 13px; font-weight: 500; letter-spacing: -0.005em; padding: 10px 26px; border-radius: 100px; border: 0; cursor: pointer; font-family: inherit; transition: background 0.15s ease; }
.pill:hover { background: #262626; }
.pill .arr { font-weight: 400; opacity: 0.85; }
.pill2 { display: inline-flex; align-items: center; background: #FFFFFF; color: #0D0D0D; font-size: 13px; font-weight: 500; letter-spacing: -0.005em; padding: 9px 25px; border: 1px solid #E7E7E7; border-radius: 100px; transition: border-color 0.15s ease; }
.pill2:hover { border-color: #CFCFCF; }
.pillbig { font-size: 14.5px; padding: 15px 34px; gap: 9px; }

/* Type devices */
a:focus-visible, button:focus-visible, .accpanel:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 6px; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid currentColor; outline-offset: 1px; }
::selection { background: rgba(30, 61, 44, 0.14); }
.cursor { color: #8F8F8F; font-weight: 500; animation: blink 1.05s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.grey { color: #8F8F8F; }
.cap { font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: #767676; }
.labelrow { display: flex; align-items: center; gap: 16px; }
.labelrow::before, .labelrow::after { content: ""; flex: 1; height: 1px; background: #F0F0F0; }

/* Home */
.homepage { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
.hero { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(84px, 11vh, 120px) 0 clamp(28px, 5vh, 64px) 0; }
.herogrid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: 48px; padding: 0 max(120px, calc((100% - 1200px) / 2)); }
.heroart { position: relative; height: min(500px, 52vh); }
#everestField { opacity: 1; }
.heroart canvas { display: block; width: 100%; height: 100%; }
.hero h1 { font-size: 52px; line-height: 1.04; font-weight: 500; letter-spacing: -0.04em; }
@media (min-width: 761px) and (max-width: 1100px) {
  .herogrid { padding: 0 48px; gap: 32px; }
  .hero h1 { font-size: clamp(34px, 4.4vw, 52px); }
  .kicker { padding: 0 48px; }
  .footer { padding-left: 48px; padding-right: 48px; }
}
.hero .sub { margin-top: clamp(18px, 3.2vh, 34px); font-size: 15.5px; line-height: 1.7; max-width: 560px; color: #6B6B6B; }
.hero .ctas { display: flex; align-items: center; gap: 12px; margin-top: clamp(20px, 3.4vh, 36px); flex-wrap: wrap; }

/* Footer */
.footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px max(120px, calc((100% - 1200px) / 2)) 30px; border-top: 1px solid #F2F2F2; }
.homepage .footer { margin-top: 0; }
.footer .fbrand { display: flex; flex-direction: column; gap: 4px; }
.footer .frow { display: flex; align-items: center; gap: 7px; }
.footer .fdot { width: 14px; height: 14px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0.6 16 16'%3E%3Cpath d='M0.6 13.6 L5.8 3.6 L9.2 10.1 L10.9 7.2 L15.4 13.6 Z' fill='%231E3D2C'/%3E%3Cpath d='M4.2 6.7 L5.8 3.6 L7.4 6.7 L6.6 6.1 L5.8 6.7 L5 6.1 Z' fill='%23FFFFFF'/%3E%3C/svg%3E") center / contain no-repeat; }
.footer .fname { font-size: 13px; font-weight: 600; letter-spacing: -0.01em; color: #1E3D2C; }
.footer .fmeta, .footer .fright { font-size: 12px; color: #767676; }
.footer .fright a { color: #767676; }
.footer .fright a:hover { color: #0D0D0D; }

/* Letter page */
.pagepad { padding-top: 110px; }
.kicker { padding: 0 max(120px, calc((100% - 1200px) / 2)); }
.letterwrap { width: 640px; max-width: calc(100% - 52px); margin: 0 auto; display: flex; flex-direction: column; padding: 60px 0 0 0; }
.letterhead { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.letterhead .ldate { font-size: 13px; color: #757575; }
.letterhead .laddr { text-align: right; font-size: 12.5px; line-height: 1.7; color: #767676; }
.dear { margin-top: 68px; font-size: 34px; font-weight: 500; letter-spacing: -0.03em; }
.letterbody { margin-top: 34px; }
.lp { font-size: 16px; line-height: 1.8; color: #3A3A3A; margin: 0 0 24px 0; }
.lp b { font-weight: 600; color: #0D0D0D; }
.lp.tight { margin-bottom: 14px; }
.signoff { display: flex; flex-direction: column; gap: 3px; }
.signoff .signame { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.signoff .cap { font-size: 9px; }
.ctaline { display: flex; justify-content: center; margin-top: 72px; }
.section-label { margin-top: 84px; margin-bottom: 32px; }

/* Accordion row (playbook / criteria / founder friendly) */
.accwrap { width: calc(100% - 80px); max-width: 1080px; margin: 96px auto 0 auto; border-top: 1px solid #F0F0F0; }
.accrow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #F0F0F0; }
.accpanel { padding: 30px 34px 26px 34px; cursor: pointer; transition: background 0.15s ease; outline-offset: -3px; }
.accpanel + .accpanel { border-left: 1px solid #F0F0F0; }
.accpanel:hover { background: #FCFCFC; }
.accpanel.open { background: #FAFAFA; }
.accpanel .cap { font-size: 9px; }
.acctitle { margin-top: 12px; font-size: 22px; font-weight: 500; letter-spacing: -0.025em; }
.accmeta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 20px; }
.accn { font-size: 13px; color: #767676; }
.accsee { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: #0D0D0D; white-space: nowrap; }
.accsee .chev { transition: transform 0.18s ease; }
.accpanel.open .accsee .chev { transform: rotate(180deg); }
.accbody { display: none; border-bottom: 1px solid #F0F0F0; padding: 64px 56px 72px 56px; }
.accbody.open { display: block; }
.accintro { font-size: 17px; line-height: 1.6; letter-spacing: -0.005em; color: #767676; text-align: center; max-width: 560px; margin: 0 auto; }
.accgrid { margin-top: 56px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 64px; }
.accitem { border-top: 1px solid #ECECEC; padding-top: 18px; }
.accnum { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; color: #767676; }
.acch { display: block; margin-top: 12px; font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; }
.accp { margin-top: 7px; font-size: 13.5px; line-height: 1.65; color: #6B6B6B; max-width: 460px; }

/* Form section */
.formsect { width: 640px; max-width: calc(100% - 52px); margin: 0 auto; padding: 12px 0 72px 0; }
.formsect .section-label { margin-bottom: 28px; }
.formcard { background: #FFFFFF; border: 1px solid #EFEFEF; border-radius: 16px; padding: 30px; box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 8px 32px rgba(0,0,0,0.05); display: flex; flex-direction: column; gap: 16px; }
.frow2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: #767676; }
.field input, .field select, .field textarea { border: 1px solid #ECECEC; background: #FFFFFF; border-radius: 12px; min-height: 44px; padding: 12px 14px; font-size: 13.5px; color: #0D0D0D; font-family: inherit; outline: none; width: 100%; appearance: none; -webkit-appearance: none; }
.field input::placeholder, .field textarea::placeholder { color: #757575; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #8A8A8A; }
.field select { color: #0D0D0D; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23C4C4C4' stroke-width='1.5'><path d='M1 1.5 L6 6.5 L11 1.5'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; }
.field select:invalid { color: #757575; }
.field textarea { min-height: 78px; resize: vertical; }
.formfoot { display: flex; align-items: center; gap: 16px; padding-top: 2px; }
.formnote { font-size: 12px; line-height: 1.6; color: #767676; }
.brokers { margin-top: 22px; text-align: center; }

/* Careers page */
.careershero, .principles, .funnel, .benefits, .rolesend { width: calc(100% - 80px); max-width: 1080px; margin-left: auto; margin-right: auto; }
.careershero { padding: 96px 0 0 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 48px; align-items: start; }
.careershero h1 { font-size: 46px; line-height: 1.06; font-weight: 500; letter-spacing: -0.035em; }
.careershero .rolespill { margin-top: 8px; justify-self: end; }
.careershero .lead { margin-top: 30px; }
.careershero .lead p { font-size: 15px; line-height: 1.7; max-width: 640px; color: #6B6B6B; }
.principles { padding: 84px 0 0 0; }
.principles .labelrow { margin-bottom: 44px; }
.prcards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 40px; }
.prcard { border-top: 1px solid #ECECEC; padding-top: 20px; }
.prglyph { display: block; width: 64px; height: 64px; margin-top: 18px; }
.prcard b { display: block; margin-top: 14px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.35; max-width: 230px; }
.readfull { margin-top: 40px; }
.readfull a { font-size: 13px; color: #757575; border-bottom: 1px solid #E0E0E0; padding-bottom: 1px; }
.funnel { padding: 84px 0 0 0; }
.funnel .labelrow { margin-bottom: 48px; }
.fungrid { display: grid; grid-template-columns: 372px minmax(0, 1fr); gap: 24px; align-items: center; }
.funhead { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.funsub { margin-top: 12px; font-size: 14px; line-height: 1.7; color: #6B6B6B; }
.dots100 { display: grid; grid-template-columns: repeat(40, 6px); justify-content: space-between; gap: 7px 0; }
.d { width: 6px; height: 6px; border-radius: 50%; background: #E4E4E4; opacity: 0; transform: scale(0.4); transition: opacity 0.35s ease, transform 0.35s ease; }
.d.on { opacity: 1; transform: scale(1); }
.d.win { background: #1E3D2C; }
@media (prefers-reduced-motion: reduce) { .d { transition: none; } }
.benefits { padding: 84px 0 0 0; }
.benefits .labelrow { margin-bottom: 40px; }
.benrows { display: flex; flex-direction: column; }
.benrow { display: grid; grid-template-columns: 44px 424px 1fr; gap: 24px; align-items: baseline; border-top: 1px solid #ECECEC; padding: 21px 0; }
.benrow b { font-size: 16.5px; font-weight: 600; letter-spacing: -0.01em; }
.benrow p { font-size: 14px; line-height: 1.7; color: #6B6B6B; }

/* Between mobile and full desktop there is not enough room for a 424px title
   column beside readable description text, so stack them the way mobile does
   rather than crushing the description into a narrow ribbon. */
@media (min-width: 761px) and (max-width: 1040px) {
  .benrow { grid-template-columns: 40px 1fr; gap: 6px 18px; }
  .benrow p { grid-column: 2; }
}
.rolesend { padding: 76px 0 0 0; display: flex; flex-direction: column; align-items: center; gap: 34px; }
.rolesend .labelrow { align-self: stretch; }
.introduce { margin: 0; font-size: 13px; text-align: center; color: #767676; max-width: 560px; line-height: 1.7; }
.introduce a { color: #0D0D0D; border-bottom: 1px solid #E0E0E0; }
.spacer-bottom { padding-bottom: 72px; }

/* Principles page */
.pcol { width: 680px; max-width: calc(100% - 52px); margin: 0 auto; }
.phead { padding: 64px 0 0 0; }
.phead h1 { font-size: 42px; line-height: 1.08; font-weight: 500; letter-spacing: -0.035em; }
.pstamp { margin-top: 26px; font-size: 13px; color: #767676; }
.pr { margin-top: 76px; border-top: 1px solid #F0F0F0; padding-top: 30px; }
.prno { font-size: 11px; font-weight: 500; color: #1E3D2C; letter-spacing: 0.22em; }
.pr h2 { margin-top: 14px; font-size: 26px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.2; }
.pvalue { margin-top: 10px; font-size: 13.5px; line-height: 1.6; color: #767676; }
.pessence { margin-top: 22px; font-size: 17.5px; line-height: 1.5; letter-spacing: -0.005em; color: #0D0D0D; font-weight: 500; }
.ptext { margin-top: 18px; font-size: 15.5px; line-height: 1.8; color: #3A3A3A; }
.psub { margin-top: 24px; display: grid; grid-template-columns: 92px 1fr; gap: 14px; align-items: baseline; }
.psub .cap { font-size: 9px; }
.psub p { font-size: 14px; line-height: 1.7; color: #6B6B6B; }
.pplist { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.pplist li { font-size: 14px; line-height: 1.7; color: #6B6B6B; }
.pplist b { color: #0D0D0D; font-weight: 600; }
.pdeal { margin-top: 84px; }
.pdeal .labelrow { margin-bottom: 34px; }
.pdealbig { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.3; }
.pdeal .pline { margin-top: 16px; font-size: 15.5px; line-height: 1.8; color: #3A3A3A; }
.pdeal .ctaline { margin-top: 56px; }

/* Contact page */
.contactpage { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
.contacthero { flex: 1 0 auto; min-height: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: clamp(100px, 13vh, 150px) 26px clamp(16px, 3vh, 48px) 26px; }
.contacthero h1 { font-size: 46px; line-height: 1.06; font-weight: 500; letter-spacing: -0.035em; }
.contactcard { width: 560px; max-width: 100%; margin-top: clamp(22px, 3.5vh, 44px); text-align: left; padding: clamp(20px, 3vh, 30px) 30px; gap: clamp(10px, 1.5vh, 16px); }
.contactcard textarea { min-height: clamp(54px, 8vh, 78px); }
.orline { margin-top: clamp(14px, 2.4vh, 26px); display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: #757575; }
.orline a { color: #0D0D0D; border-bottom: 1px solid #E0E0E0; padding-bottom: 1px; }
.copylink { font-family: inherit; font-size: 11.5px; font-weight: 500; color: #0D0D0D; background: #FFFFFF; border: 1px solid #E7E7E7; border-radius: 100px; padding: 7px 14px; cursor: pointer; transition: border-color 0.15s ease; }
.copylink:hover { border-color: #CFCFCF; }
.contactmeta { margin-top: clamp(18px, 3.5vh, 52px); }

/* Mobile */
@media (max-width: 760px) {
  .nav { padding-top: 16px; }
  .navwrap { border-radius: 14px; padding: 5px 6px; }
  .brand { padding: 7px 10px 7px 8px; gap: 6px; }
  .brandmark { width: 13px; height: 13px; }
  .brandname { font-size: 12.5px; }
  .navlink { font-size: 12px; padding: 7px 9px; }
  .hero { padding: 110px 0 36px 0; }
  .herogrid { grid-template-columns: 1fr; padding: 0 26px; gap: 34px; }
  .heroart { height: 300px; }
  .hero h1 { font-size: 33px; line-height: 1.08; letter-spacing: -0.03em; }
  .hero .sub { font-size: 14px; margin-top: 22px; }
  .hero .ctas { flex-direction: column; align-items: stretch; margin-top: 26px; }
  .hero .ctas .pill, .hero .ctas .pill2 { justify-content: center; padding-top: 12px; padding-bottom: 12px; }
  .footer { padding: 14px 26px 62px 26px; }
  .footer .fmeta, .footer .fright { font-size: 10.5px; }
  .footer .fname { font-size: 12px; }
  .kicker { padding: 0 26px; }
  .pagepad { padding-top: 96px; }
  .letterwrap { padding: 38px 0 0 0; }
  .dear { margin-top: 44px; font-size: 27px; }
  .lp { font-size: 14.5px; line-height: 1.78; margin-bottom: 18px; }
  .lp.tight { margin-bottom: 11px; }
  .signoff .signame { font-size: 17px; }
  .ctaline { margin-top: 52px; }
  .pillbig { font-size: 13.5px; padding: 13px 28px; }
  .section-label { margin-top: 60px; margin-bottom: 24px; }
  .accwrap { width: calc(100% - 52px); margin-top: 64px; display: flex; flex-direction: column; border-bottom: 1px solid #F0F0F0; }
  .accrow { display: contents; }
  .accrow .accpanel:nth-child(1) { order: 1; }
  .accrow .accpanel:nth-child(2) { order: 3; }
  .accrow .accpanel:nth-child(3) { order: 5; }
  #acc-playbook { order: 2; }
  #acc-criteria { order: 4; }
  #acc-founder { order: 6; }
  .accbody { border-bottom: 0; }
  .accpanel { padding: 24px 22px 20px 22px; }
  .accpanel + .accpanel { border-left: 0; border-top: 1px solid #F0F0F0; }
  .acctitle { margin-top: 10px; font-size: 20px; }
  .accmeta { margin-top: 16px; }
  .accn, .accsee { font-size: 12.5px; }
  .accbody { padding: 40px 22px 48px 22px; }
  .accintro { font-size: 15px; text-align: left; }
  .accgrid { margin-top: 32px; grid-template-columns: 1fr; gap: 22px; }
  .acch { font-size: 15px; }
  .accp { font-size: 13px; }
  .formsect { padding: 8px 0 48px 0; }
  .formcard { padding: 18px; border-radius: 14px; }
  .frow2 { grid-template-columns: 1fr; }
  .formfoot { flex-direction: column; align-items: stretch; text-align: center; }
  .formfoot .pill { justify-content: center; }
  .careershero, .principles, .funnel, .benefits, .rolesend { width: calc(100% - 52px); }
  .careershero { padding: 130px 0 0 0; grid-template-columns: 1fr; gap: 0; }
  .careershero h1 { font-size: 30px; }
  .careershero .rolespill { justify-self: start; margin-top: 26px; order: 3; }
  .careershero .herotextc { order: 1; }
  .principles { padding: 64px 0 0 0; }
  .prcards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 22px; }
  .prglyph { width: 52px; height: 52px; margin-top: 14px; }
  .prcard b { font-size: 13.5px; max-width: none; }
  .funnel { padding: 56px 0 0 0; }
  .fungrid { grid-template-columns: 1fr; gap: 36px; }
  .dots100 { grid-template-columns: repeat(30, 3px); gap: 6.5px; justify-content: space-between; }
  .d { width: 3px; height: 3px; }
  .benefits { padding: 56px 0 0 0; }
  .benrow { grid-template-columns: 34px 1fr; gap: 6px 14px; padding: 16px 0; }
  .benrow b { font-size: 15px; }
  .benrow p { grid-column: 2; }
  .rolesend { padding: 56px 0 0 0; gap: 26px; }
  .introduce { padding: 0; }
  .phead { padding-top: 44px; }
  .phead h1 { font-size: 29px; }
  .pr { margin-top: 56px; padding-top: 24px; }
  .pr h2 { font-size: 21px; }
  .pessence { font-size: 16px; }
  .ptext { font-size: 14.5px; }
  .psub { grid-template-columns: 1fr; gap: 6px; }
  .contacthero { padding: 130px 26px 56px 26px; }
  .contacthero h1 { font-size: 30px; }
  .contactcard { margin-top: 32px; }
  .contactmeta { margin-top: 48px; }
}

/* Colorway dock (testing device) */

/* Seller wizard */
.wizard { gap: 0; }
.wsteps { display: flex; gap: 6px; margin-bottom: 22px; }
.wstep { height: 3px; flex: 1; border-radius: 2px; background: #ECECEC; transition: background 0.25s ease; }
.wstep.on { background: #1E3D2C; }
.wpane { display: flex; flex-direction: column; gap: 16px; }
.wpane[hidden] { display: none; }
.wlead { font-size: 14.5px; line-height: 1.65; color: #3A3A3A; }
.wlead b { font-weight: 600; }
.wnav { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 2px; }
.wback { background: none; border: 0; padding: 0; font-family: inherit; font-size: 13px; color: #767676; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.wback:hover { color: #0D0D0D; }
.field.bad input, .field.bad select, .field.bad textarea { border-color: #B4423A; }
.slotwrap { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 18px; border: 1px solid #ECECEC; border-radius: 14px; padding: 16px; }
.slotdays { display: flex; flex-direction: column; gap: 6px; }
.slotday { text-align: left; background: none; border: 1px solid transparent; border-radius: 10px; padding: 9px 12px; font-family: inherit; font-size: 13.5px; color: #0D0D0D; cursor: pointer; }
.slotday:hover { background: #FAFAFA; }
.slotday.on { border-color: #1E3D2C; background: #F4F8F5; font-weight: 600; }
.slotday span { display: block; font-size: 11.5px; color: #767676; margin-top: 2px; }
.slotday.on span { color: #1E3D2C; }
.slottimes { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; align-content: start; }
.slottime { background: #FFFFFF; border: 1px solid #E7E7E7; border-radius: 100px; padding: 9px 6px; font-family: inherit; font-size: 13px; color: #0D0D0D; cursor: pointer; transition: border-color 0.15s ease; }
.slottime:hover { border-color: #CFCFCF; }
.slottime.on { background: #1E3D2C; border-color: #1E3D2C; color: #FFFFFF; }
.slotnote { display: block; margin-top: 4px; }
@media (max-width: 760px) {
  .slotwrap { grid-template-columns: 1fr; }
  .slotdays { flex-direction: row; overflow-x: auto; }
  .slotday { flex: 0 0 auto; }
}

/* Legal pages */
.lg { margin-top: 40px; }
.lg h2 { margin-top: 40px; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; }
.lg h2:first-of-type { margin-top: 34px; }
.lg .ptext { margin-top: 12px; }
.lg .ptext b { font-weight: 600; color: #0D0D0D; }
.lg a { border-bottom: 1px solid #CFCFCF; padding-bottom: 1px; }
.lg a:hover { border-bottom-color: #0D0D0D; }
.lglist { margin-top: 12px; padding-left: 0; list-style: none; }
.lglist li { position: relative; margin-top: 8px; padding-left: 18px; font-size: 15.5px; line-height: 1.8; color: #3A3A3A; }
.lglist li::before { content: ""; position: absolute; left: 2px; top: 12px; width: 5px; height: 1px; background: #B4B4B4; }
.privnote { margin-top: 16px; font-size: 12px; line-height: 1.7; color: #767676; }
.privnote a { color: #767676; border-bottom: 1px solid #CFCFCF; padding-bottom: 1px; }
.privnote a:hover { color: #0D0D0D; border-bottom-color: #0D0D0D; }

@media (max-width: 760px) {
  .lglist li { font-size: 14.5px; }
  .lglist li::before { top: 11px; }
}

/* Honeypot. Off-screen rather than display:none, because a bot that reads
   computed styles skips display:none fields but fills this one. Never named
   email/name/phone/company/url: browser autofill classifies on those tokens
   and a trap filled by a real founder is the worst outcome in the design. */
.hp { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Form result states. */
.formerr { margin-top: 14px; font-size: 13.5px; line-height: 1.6; color: #A3341F; }
.sentpanel { margin-top: 6px; }
.sentlead { font-size: 16px; line-height: 1.6; letter-spacing: -0.01em; }
.sentlead b { font-weight: 600; }
.sentpanel .privnote { margin-top: 10px; }

/* The hidden attribute only sets display:none in the UA stylesheet, so any
   author display rule beats it. .field and .formfoot are flex, which left the
   form on screen next to the "Sent" panel after a successful submission. */
[hidden] { display: none !important; }

