:root {
    --ink: #000000;
    --paper: #ffffff;
    --rule: rgba(0, 0, 0, 0.16);
    --muted: #6b6b6b;
    --rule-light: rgba(255, 255, 255, 0.22);
    --display: 'Cormorant Garamond', 'Times New Roman', Times, serif;
    --body: 'Karla', 'Helvetica Neue', Arial, sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; }

  html { -webkit-text-size-adjust: 100%; }

  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
  }

  /* ---------- structure ---------- */

  .band { padding: 3.25rem 0; }

  .band--hero { padding: 2.75rem 0 3rem; }

  .band--invert {
    background: var(--ink);
    color: var(--paper);
  }

  .band--rule { border-top: 1px solid var(--rule); }

  .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 1.375rem;
  }

  .measure { max-width: 34rem; }

  /* ---------- type ---------- */

  .label {
    margin: 0 0 1.25rem;
    font-family: var(--body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    line-height: 1.4;
  }

  .headline {
    margin: 0;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(2.5rem, 11.5vw, 4.75rem);
    line-height: 1.02;
    letter-spacing: -0.005em;
  }

  .section-title {
    margin: 0 0 2rem;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(1.85rem, 6.5vw, 2.6rem);
    line-height: 1.12;
  }

  .lede {
    margin: 1.5rem 0 0;
    font-family: var(--display);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(1.3rem, 5vw, 1.65rem);
    line-height: 1.4;
  }

  p { margin: 0 0 1.25rem; }

  p:last-child { margin-bottom: 0; }

  .logo {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto;
    margin: 0 auto 2.5rem;
  }

  /* ---------- terms strip ---------- */

  .terms {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 2.75rem;
    border-top: 1px solid var(--rule);
  }

  .terms div {
    padding: 1rem 0;
    border-bottom: 1px solid var(--rule);
  }

  .terms dt {
    font-family: var(--display);
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.1;
  }

  .terms dd {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  /* ---------- pull quote / stance ---------- */

  .quote {
    margin: 0;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(2.1rem, 9vw, 3.75rem);
    line-height: 1.1;
    text-align: center;
  }

  .stance {
    max-width: 40rem;
  }

  .stance-line {
    margin: 0 0 1.5rem;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(1.8rem, 7vw, 2.9rem);
    line-height: 1.1;
  }

  /* ---------- definition ---------- */

  .def {
    padding: 1.75rem 0;
    margin: 0 0 2.25rem;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    max-width: 40rem;
  }

  .def-word {
    display: block;
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(2.2rem, 9vw, 3.25rem);
    line-height: 1;
    margin-bottom: 0.35rem;
  }

  .def-gram {
    display: block;
    font-family: var(--display);
    font-style: italic;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

  .def-body { margin: 0; }

  /* ---------- steps ---------- */

  .steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .steps li {
    padding-top: 1.25rem;
    border-top: 1px solid var(--rule);
  }

  .step-n {
    display: block;
    font-family: var(--display);
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0.6rem;
  }

  .step-h {
    display: block;
    font-weight: 500;
    margin-bottom: 0.35rem;
  }

  .step-p { margin: 0; }

  /* ---------- what we buy ---------- */

  .buy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
  }

  .buy li {
    padding-top: 1.25rem;
    border-top: 1px solid var(--rule);
  }

  .buy h3 {
    margin: 0 0 0.5rem;
    font-family: var(--display);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .buy p { margin: 0; }

  /* ---------- split rows ---------- */

  .split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .split + .split {
    margin-top: 2.75rem;
    padding-top: 2.75rem;
    border-top: 1px solid var(--rule);
  }

  .split h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.6rem, 6vw, 2.1rem);
    font-weight: 300;
    line-height: 1.15;
  }

  .notes {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .notes li {
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--rule);
  }

  .notes li:first-child { border-top: 1px solid var(--rule); }

  .notes strong { font-weight: 500; }

  /* ---------- call to action ---------- */

  .cta-band {
    padding: 3.75rem 0 4.5rem;
    border-top: 1px solid var(--rule);
    text-align: center;
  }

  .cta-line {
    margin: 0 auto 2rem;
    max-width: 28rem;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(1.6rem, 6.5vw, 2.25rem);
    line-height: 1.2;
  }

  .cta {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 1.05rem 1.5rem;
    background: var(--ink);
    color: var(--paper);
    border: 1px solid var(--ink);
    border-radius: 0;
    font-family: var(--body);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

  .cta:hover,
  .cta:focus {
    background: var(--paper);
    color: var(--ink);
    border: 1px solid var(--ink);
  }

  .cta:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 3px;
  }

  /* ---------- footer ---------- */

  .footer {
    padding: 0 0 3rem;
    text-align: center;
  }

  .footer p {
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  /* ---------- wider screens ---------- */

  @media (min-width: 620px) {
    .terms {
      grid-template-columns: repeat(3, 1fr);
      border-bottom: 1px solid var(--rule);
    }

    .terms div {
      border-bottom: 0;
      padding: 1.25rem 1.25rem 1.25rem 0;
    }

    .steps {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 3rem;
      row-gap: 2.75rem;
    }
  }

  @media (min-width: 880px) {
    body { font-size: 18px; }

    .band { padding: 5rem 0; }

    .band--hero { padding: 4rem 0 4.5rem; }

    .buy {
      grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem;
    }

    .split {
      grid-template-columns: 1fr 1.7fr;
      gap: 3rem;
    }

    .cta-band { padding: 5.5rem 0 6.5rem; }
  }


  /* ---------- textarea + checkbox (contact form) ---------- */

  .check {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin: 0 0 1.75rem;
  }

  .check input {
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.35rem;
    accent-color: var(--ink);
  }

  .check label {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.5;
  }

  /* Global. Browser default blue does not belong in this palette. */
  a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  a:hover,
  a:focus {
    text-decoration-thickness: 2px;
  }

  .band--invert a {
    color: var(--paper);
  }

  a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }

  /* Links that wrap images or act as blocks keep no underline */
  .logo,
  .door,
  .footer-nav a,
  .cta {
    text-decoration: none;
  }


  /* ---------- blog ---------- */

  .blog-post {
    padding-top: 2rem;
    margin-bottom: 3.5rem;
    border-top: 1px solid var(--rule);
  }

  .blog-post:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .blog-date {
    margin-bottom: 0.75rem;
    color: var(--muted);
  }

  .blog-title {
    margin: 0 0 1.5rem;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(2rem, 7vw, 3rem);
    line-height: 1.05;
  }

  .blog-body {
    max-width: 34rem;
  }

  .blog-body p {
    margin: 0 0 1.35rem;
  }

  .blog-body h2,
  .blog-body h3,
  .blog-body h4 {
    margin: 2.5rem 0 0.9rem;
    font-family: var(--display);
    font-weight: 300;
    line-height: 1.15;
  }

  .blog-body h2 { font-size: 1.9rem; }
  .blog-body h3 { font-size: 1.6rem; }
  .blog-body h4 { font-size: 1.35rem; }

  .blog-body img {
    display: block;
    width: 100%;
    height: auto;
    margin: 2rem 0;
  }

  .blog-body blockquote {
    margin: 2.25rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.15;
  }

  .blog-body ul,
  .blog-body ol {
    margin: 0 0 1.35rem;
    padding-left: 1.4rem;
  }

  .blog-body li {
    margin-bottom: 0.6rem;
  }

  .blog-debug {
    max-width: 100%;
    margin: 1rem 0 0;
    padding: 1rem;
    border: 1px solid var(--rule);
    background: #f5f5f7;
    font-family: ui-monospace, Menlo, Consolas, monospace;
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
  }

  .pagination {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 2rem;
    border-top: 1px solid var(--rule);
  }

  .pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--ink);
    font-size: 0.9rem;
    text-decoration: none;
  }

  .pagination a:hover,
  .pagination a:focus {
    background: var(--ink);
    color: var(--paper);
  }

  .pagination a[aria-current="page"] {
    background: var(--ink);
    color: var(--paper);
  }

  /* ---------- footer nav ---------- */

  .footer-nav {
    margin-bottom: 1.1rem;
  }

  .footer-nav a {
    display: inline-block;
    margin: 0 0.7rem 0.4rem;
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .footer-nav a:hover,
  .footer-nav a:focus {
    color: var(--ink);
    text-decoration: underline;
  }

  .footer-nav a[aria-current="page"] {
    color: var(--ink);
  }

  /* ---------- home doors ---------- */

  .doors {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .door {
    display: block;
    height: 100%;
    padding: 2rem 1.5rem 2.25rem;
    border: 1px solid var(--ink);
    color: inherit;
    text-align: center;
    text-decoration: none;
  }

  .door img {
    display: block;
    width: 100%;
    max-width: 170px;
    height: auto;
    margin: 0 auto 1.5rem;
  }

  .door-title {
    display: block;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(1.9rem, 8vw, 2.4rem);
    line-height: 1.05;
  }

  .door-sub {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.95rem;
  }

  .door:hover,
  .door:focus {
    background: var(--ink);
    color: var(--paper);
  }

  .door:hover img,
  .door:focus img {
    filter: invert(1);
  }

  .door:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 3px;
  }

  /* ---------- owners photo ---------- */

  .us {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
  }

  .us-photo img {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 50% 38%;
    border-radius: 50%;
    filter: grayscale(100%) contrast(1.05);
    transition: filter 0.5s ease;
  }

  .us-photo img:hover,
  .us-photo img:focus {
    filter: grayscale(0%) contrast(1);
  }

  @media (hover: none) {
    .us-photo img { filter: none; }
  }

  @media (prefers-reduced-motion: reduce) {
    .us-photo img { transition: none; }
  }

  .us-name {
    margin: 0 0 1.25rem;
    font-family: var(--display);
    font-weight: 300;
    font-size: clamp(1.9rem, 7vw, 2.6rem);
    line-height: 1.1;
  }

  /* Map circle: same treatment as the photo, but static -- no hover reveal. */
  .us-map img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(100%);
  }

  @media (min-width: 820px) {
    .us {
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
    }

    /* Circle left, copy right -- mirrors the owners row above it. */
    .us--reverse .us-map { order: -1; }
  }

  /* ---------- mailing list form ---------- */

  .form {
    max-width: 30rem;
    margin: 2.25rem 0 0;
  }

  .form.is-hidden { display: none; }

  .field { margin-bottom: 1.25rem; }

  .field label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  /* input and textarea share one rule so their widths cannot drift apart */
  .field input,
  .field textarea {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--paper);
    color: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 0;
    font-family: var(--body);
    font-size: 1rem;
    line-height: 1.5;
  }

  .field textarea {
    resize: vertical;
  }

  .field input:focus-visible,
  .field textarea:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 2px;
  }

  .hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .cta--form {
    max-width: none;
    margin: 0;
  }

  .form-note {
    margin: 1.1rem 0 0;
    font-size: 0.85rem;
    color: var(--muted);
  }

  .thanks {
    display: none;
    max-width: 30rem;
    margin: 2.25rem 0 0;
    padding: 1.75rem 1.5rem;
    border: 1px solid var(--ink);
  }

  .thanks.is-visible { display: block; }

  .thanks p:first-child {
    font-family: var(--display);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  @media (min-width: 700px) {
    .doors {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }

    .door { padding: 2.75rem 2rem 3rem; }
  }

