@import url('/type.css');

:root {
  --paper:#f1f1e8;
  --ink:#233329;
  --muted:#626b62;
  --line:#c9cec0;
  --lime:#d4eaa8;
  --dark:#223c2e}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:25px}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:16px/1.6 Arial,Helvetica,sans-serif}
a {
  color:inherit}
button,input {
  font:inherit}
button,a {
  -webkit-tap-highlight-color:transparent}
button {
  cursor:pointer}
button:disabled {
  cursor:wait;
  opacity:.65}
button,a,summary {
  touch-action:manipulation}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible {
  outline:3px solid #557929;
  outline-offset:5px}
[hidden] {
  display:none!important}
.shell {
  max-width:1240px;
  width:calc(100% - 112px);
  margin-inline:auto}
.masthead {
  height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:28px}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-size:12px;
  line-height:1.15;
  letter-spacing:1.5px;
  font-weight:700}
.brand-icon {
  height:41px;
  width:42px;
  border:1px solid;
  display:grid;
  place-items:center;
  position:relative;
  font:25px Georgia}
.brand-icon span {
  position:absolute;
  right:2px;
  top:-4px;
  font-size:15px;
  background:var(--paper)}
nav {
  display:flex;
  gap:35px;
  font-size:13px}
nav a {
  text-decoration:none}
.edition {
  font:10px monospace;
  letter-spacing:1px}
.hero {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:85px;
  padding-top:79px;
  padding-bottom:84px;
  align-items:center}
.eyebrow {
  font:10px/1.5 monospace;
  letter-spacing:1.6px;
  margin:0 0 25px}
.eyebrow span {
  display:inline-block;
  width:7px;
  height:7px;
  background:#679244;
  border-radius:50%;
  margin-right:8px}
h1 {
  font:clamp(48px,5.15vw,73px)/1.03 Georgia,serif;
  letter-spacing:-3.5px;
  margin:0 0 28px}
h1 em {
  font-weight:400;
  color:#64794f}
h2 {
  font:38px/1.12 Georgia,serif;
  letter-spacing:-1.3px;
  margin:0 0 22px}
.lede {
  font-size:18px;
  line-height:1.65;
  max-width:470px;
  margin:0 0 20px;
  color:#4a584b}
.sublede {
  font-size:14px;
  max-width:435px;
  margin-bottom:27px}
.primary {
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  min-height:54px;
  background:var(--dark);
  border:1px solid var(--dark);
  color:#fff;
  padding:15px 23px;
  border-radius:3px;
  font-size:14px;
  text-decoration:none;
  font-weight:600}
.primary:hover {
  background:#36513c}
.primary span {
  font-size:21px}
.micro {
  font-size:11px;
  color:var(--muted);
  margin:12px 0}
.quiet-link {
  font-size:12px;
  text-underline-offset:4px}
.notebook {
  background:#fcfcf6;
  border:1px solid #bfc7b5;
  box-shadow:10px 11px 0 #e4e6d8;
  transform:rotate(1deg)}
.note-top {
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  padding:15px 24px;
  font:10px monospace;
  letter-spacing:1px}
.note-body {
  padding:26px 32px 17px}
.note-eyebrow {
  font:9px monospace;
  color:var(--muted);
  letter-spacing:1px}
.note-body h2 {
  font-size:32px;
  margin-top:13px}
.sketch {
  padding:8px 0 20px}
.sketch svg {
  width:100%;
  display:block;
  max-height:140px}
.sketch span {
  font:8px monospace;
  letter-spacing:.6px;
  color:var(--muted)}
.grid {
  stroke:#e4e8dc;
  fill:none}
.levels {
  stroke:#b9c8a2;
  stroke-dasharray:4 6;
  fill:none}
.line {
  stroke:#597543;
  stroke-width:2;
  fill:none}
.sketch circle {
  fill:var(--lime);
  stroke:#537340;
  stroke-width:2}
.note-list {
  padding:0;
  margin:0;
  list-style:none}
.note-list li {
  display:flex;
  gap:23px;
  padding:14px 0;
  border-top:1px solid #dfe3d7;
  font-size:13px}
.note-list li>span {
  font:11px monospace;
  color:#7d8773;
  padding-top:4px}
.note-list p {
  margin:1px 0;
  color:#6a7267;
  font-size:12px}
.note-footer {
  background:#e7eddc;
  border-top:1px solid var(--line);
  padding:14px 24px;
  font-size:10px}
.approach,.help {
  padding-block:65px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:115px}
.section-intro>p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  max-width:320px}
.approach-items article {
  border-bottom:1px solid var(--line);
  padding:0 0 25px;
  margin-bottom:28px}
.approach-items article:last-child {
  border:0;
  margin:0}
.approach-items article>span {
  font:10px monospace;
  letter-spacing:1px;
  color:#778369}
h3 {
  font:23px Georgia;
  margin:10px 0}
.approach-items p {
  font-size:14px;
  color:var(--muted);
  margin:0}
.help-items details,.policy details {
  border-bottom:1px solid var(--line);
  padding:19px 0}
.help-items details:first-child {
  padding-top:0}
summary {
  cursor:pointer;
  font-weight:500;
  font-size:14px;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:25px}
summary::-webkit-details-marker {
  display:none}
summary:after {
  content:'+';
  font-size:18px;
  line-height:1}
details[open]>summary:after {
  content:'−'}
.help-items p,.policy p {
  font-size:13px;
  color:#586153}
.help .primary {
  margin-top:18px}
.closing {
  border:1px solid #bccba9;
  background:#e4ebd6;
  text-align:center;
  padding:60px 25px;
  margin-block:15px 60px}
.closing h2 {
  font-size:46px}
.closing p:last-child {
  font-size:12px;
  color:#627152}
.closing .eyebrow {
  margin-bottom:22px}
.policy {
  max-width:850px}
.policy summary {
  font-size:12px}
footer {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:34px 0;
  font-size:10px;
  color:var(--muted);
  margin-top:30px}
.skip {
  position:absolute;
  top:-100px}
.skip:focus {
  top:10px;
  background:white;
  z-index:100;
  padding:10px}
.invitation {
  background:#fffef6;
  border:1px solid #92aa73;
  padding:35px 40px;
  margin-bottom:40px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 40px;
  scroll-margin-top:25px}
.invitation h2 {
  font-size:32px}
.invitation p {
  font-size:13px}
.invite-actions {
  display:grid;
  gap:10px;
  align-content:start}
.secondary {
  border:1px solid #9eae8d;
  background:transparent;
  border-radius:3px;
  min-height:44px;
  padding:10px 20px;
  color:var(--ink);
  font-size:13px}
.secondary:hover {
  background:#edf2e5}
#qr-panel {
  grid-column:1/-1;
  display:flex;
  gap:24px;
  align-items:center}
#qr {
  width:180px;
  flex-shrink:0;
  background:#fff;
  padding:10px}
#qr svg {
  width:100%;
  display:block;
  shape-rendering:crispEdges}
#qr-panel p {
  max-width:250px}
#copy-fallback {
  grid-column:1/-1;
  font-size:12px}
#invite-text {
  display:block;
  width:100%;
  padding:12px;
  background:white;
  border:1px solid var(--line);
  margin-top:10px}
#action-status {
  margin:0;
  grid-column:1/-1}
.request-status:not(:empty) {
  padding:15px;
  border-left:3px solid #799749;
  background:#e7eddc;
  margin-bottom:35px}
.opening {
  max-width:540px;
  margin:18vh auto;
  padding:30px}
.opening h1 {
  font-size:45px}
.opening p {
  color:var(--muted)}
@media(max-width:1000px) {
  .shell {
  width:calc(100% - 60px)}
.hero {
  gap:45px}
.edition {
  display:none}
.approach,.help {
  gap:60px}
.note-body {
  padding-inline:22px}
}
@media(max-width:700px) {
  .shell {
  width:calc(100% - 40px)}
.masthead {
  height:86px}
nav {
  gap:17px;
  font-size:11px}
.brand {
  font-size:10px;
  gap:8px}
.brand-icon {
  width:33px;
  height:34px}
.hero {
  grid-template-columns:1fr;
  padding-block:45px;
  gap:43px}
h1 {
  font-size:53px;
  letter-spacing:-2.8px}
.eyebrow {
  font-size:9px;
  margin-bottom:19px}
.lede {
  font-size:17px}
.primary {
  width:100%;
  font-size:13px;
  gap:15px}
.notebook {
  margin:0 8px 10px 0}
.note-body h2 {
  font-size:31px}
.approach,.help {
  grid-template-columns:1fr;
  gap:25px;
  padding-block:40px}
h2 {
  font-size:34px}
.section-intro>p:not(.eyebrow) {
  max-width:none}
.closing {
  padding-block:44px;
  margin-bottom:30px}
.closing h2 {
  font-size:37px}
.closing .primary {
  max-width:310px}
.invitation {
  padding:25px 20px;
  grid-template-columns:1fr;
  gap:20px}
.invitation h2 {
  font-size:29px}
#qr-panel {
  flex-direction:column;
  align-items:flex-start;
  gap:8px}
footer {
  flex-wrap:wrap;
  font-size:10px}
footer span:last-child {
  width:100%}
.micro {
  font-size:10px}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
}

.measurement-choice { display:flex; align-items:flex-start; gap:9px; max-width:440px; font-size:11px; color:var(--muted); margin:20px 0 16px; line-height:1.5; }
.measurement-choice input { flex-shrink:0; width:16px; height:16px; margin-top:2px; accent-color:var(--dark); }
#withdraw-consent { grid-column:1/-1; justify-self:start; font-size:11px; }
