@font-face {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/zilla-slab-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/zilla-slab-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/zilla-slab-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/zilla-slab-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --cream: #f7f3ec;
  --ink: #1e2430;
  --ink-soft: #3d4450;
  --ink-muted: #6b6458;
  --oak: #c4a574;
  --clay: #8a4a34;
  --clay-deep: #733c2b;
  --line: #d8ccb4;
  --font-display: "Zilla Slab", Georgia, "Times New Roman", serif;
  --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;
}

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

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.top {
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  max-width: 64rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  color: inherit;
  text-decoration: none;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.brand-note {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(30, 36, 48, 0.45);
}

main {
  flex: 1;
}

.hero {
  max-width: 28rem;
  margin: 0 auto;
  padding: 4rem 1.25rem 3rem;
  text-align: center;
}

.portrait {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 0 0 4px var(--oak);
}

h1 {
  margin: 2rem 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.promise {
  margin: 1rem 0 0;
  color: rgba(30, 36, 48, 0.65);
  font-size: 1.125rem;
  line-height: 1.625;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 0.875rem 1.75rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
}

.cta:hover {
  background: var(--ink-soft);
  transform: translateY(-2px);
}

.cta:focus-visible,
.cta-secondary:focus-visible,
.more a:focus-visible,
.legal a:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  padding: 0.8rem 1.5rem;
  border-radius: 0.4rem;
  background: var(--clay);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
}

.cta-secondary:hover {
  background: var(--clay-deep);
}

.more {
  margin: 1.75rem 0 0;
  font-size: 0.8125rem;
  color: rgba(30, 36, 48, 0.4);
}

.more a {
  color: rgba(30, 36, 48, 0.45);
  text-underline-offset: 0.18em;
}

.more a:hover {
  color: var(--ink-soft);
}

footer {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 2.5rem 1.25rem 2.75rem;
  text-align: center;
  color: rgba(30, 36, 48, 0.45);
  font-size: 0.75rem;
  line-height: 1.55;
}

footer p {
  max-width: 28rem;
  margin: 0 auto;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.legal li {
  display: inline-flex;
  align-items: center;
}

.legal li + li::before {
  content: "·";
  margin: 0 0.55rem;
}

.legal a {
  color: var(--ink-soft);
  text-underline-offset: 0.18em;
}

.legal a:hover {
  color: var(--ink);
}

@media (min-width: 640px) {
  .hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .brand-name {
    font-size: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cta:hover {
    transform: none;
  }
}
