@charset "UTF-8";
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/karla-latin-wght-normal.woff2") format("woff2-variations");
  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: "Newsreader";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/newsreader-latin-wght-normal.woff2") format("woff2-variations");
  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: "Newsreader";
  font-style: italic;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/newsreader-latin-wght-italic.woff2") format("woff2-variations");
  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 {
  --night: #1e3a32;
  --night-deep: #152b25;
  --moss: #38574c;
  --moss-soft: #7d9489;
  --colostrum: #d0983a;
  --colostrum-pale: #ecd6ab;
  --milk: #fbf8f3;
  --ground: #f1e8e1;
  --ground-2: #e7dbd2;
  --ground-3: #d8cabf;
  --ink: #241f1c;
  --ink-soft: #6a5d55;
  --rose: #b8766c;
  --on-night: #cfdbd5;
  --on-night-soft: #a7bab2;
  --r: 14px;
  --card-bg: #fbf8f3;
  --card-line: #e7dbd2;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 115%;
}
@media (max-width: 640px) {
  html {
    font-size: 112.5%;
  }
}

body {
  margin: 0;
  background: #f1e8e1;
  color: #241f1c;
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (max-width: 640px) {
  body {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #38574c;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}
h1, h2, h3, .display {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.012em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(1.95rem, 5vw, 3.25rem);
  font-weight: 300;
  max-width: 18ch;
}
h1 em {
  font-style: italic;
  color: #38574c;
}

h2 {
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 300;
}
h2 em {
  font-style: italic;
  color: #38574c;
}

h3 {
  font-size: 1.26rem;
  font-weight: 500;
}

.kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #7d9489;
  margin: 0 0 1rem;
}

.lede {
  font-size: 1.16rem;
  color: #6a5d55;
  max-width: 62ch;
  margin: 1.1rem 0 0;
}

.prose {
  max-width: 66ch;
}
.prose p, .prose ul, .prose ol {
  color: #6a5d55;
}
.prose p {
  margin: 1.1rem 0 0;
}
.prose h2 {
  margin-top: 2.8rem;
  font-size: clamp(1.4rem, 3.1vw, 1.85rem);
}
.prose h3 {
  margin-top: 2rem;
  font-style: italic;
  color: #1e3a32;
  font-size: 1.28rem;
}
.prose ul, .prose ol {
  margin: 1rem 0 0;
  padding-left: 1.3rem;
}
.prose li {
  padding-block: 0.22rem;
}
.prose strong {
  color: #241f1c;
  font-weight: 600;
}
.prose a {
  text-underline-offset: 3px;
}
.prose blockquote {
  margin: 1.8rem 0 0;
  padding-left: 1.1rem;
  border-left: 2px solid #d0983a;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #1e3a32;
}

.on-dark .kicker {
  color: #ecd6ab;
}
.on-dark h2 {
  color: #fbf8f3;
}
.on-dark h2 em {
  color: #ecd6ab;
}
.on-dark .lede {
  color: #a7bab2;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

:where(a, button, summary, input, textarea, [tabindex]):focus-visible {
  outline: 3px solid #d0983a;
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -100px;
  z-index: 50;
  background: #1e3a32;
  color: #fbf8f3;
  padding: 0.8rem 1.2rem;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

.wrap {
  width: min(1120px, 100% - 2.5rem);
  margin-inline: auto;
}

.narrow {
  width: min(760px, 100% - 2.5rem);
  margin-inline: auto;
}

.sec {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}
.sec--tight {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.sec--ground-2 {
  background: #e7dbd2;
}
.sec--night {
  background: #1e3a32;
  color: #cfdbd5;
}
.sec--milk {
  background: #fbf8f3;
  --card-bg: #f1e8e1;
  --card-line: #d8cabf;
}

.band {
  height: clamp(200px, 30vw, 360px);
  background: #38574c;
  overflow: hidden;
  position: relative;
}
.band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.band.is-missing img {
  display: none;
}

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(241, 232, 225, 0.93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e7dbd2;
}
@media (max-width: 640px) {
  .top {
    position: static;
    backdrop-filter: none;
    background: #f1e8e1;
  }
}

.top-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 66px;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  text-decoration: none;
  color: #1e3a32;
  flex: none;
}
.logo b {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.heart {
  flex: none;
  font-size: 1.05em;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", "EmojiSymbols", sans-serif;
  font-style: normal;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-link {
  display: block;
  color: #6a5d55;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  white-space: nowrap;
}
.nav-link:hover {
  color: #1e3a32;
  background: rgba(56, 87, 76, 0.07);
}
.nav-link[aria-current=page] {
  color: #1e3a32;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 #d0983a;
  border-radius: 0;
}

.nav-group {
  position: relative;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: #6a5d55;
  background: none;
  border: 0;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle:hover {
  color: #1e3a32;
  background: rgba(56, 87, 76, 0.07);
}
.nav-toggle[aria-expanded=true] {
  color: #1e3a32;
  background: rgba(56, 87, 76, 0.07);
}
.nav-toggle svg {
  flex: none;
}
.nav-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 265px;
  margin: 0;
  padding: 0.45rem;
  list-style: none;
  background: #fbf8f3;
  border: 1px solid #e7dbd2;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(30, 58, 50, 0.13);
}
.nav-menu[hidden] {
  display: none;
}
.nav-menu a {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  color: #1e3a32;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.3;
}
.nav-menu a small {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6a5d55;
  margin-top: 0.12rem;
}
.nav-menu a:hover {
  background: #f1e8e1;
}

.nav-burger {
  display: none;
  align-items: center;
  gap: 0.45rem;
  font-family: inherit;
  font-size: 0.97rem;
  font-weight: 600;
  color: #1e3a32;
  background: none;
  border: 1.5px solid #d8cabf;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  cursor: pointer;
}
.nav-burger .bars {
  display: grid;
  gap: 3px;
}
.nav-burger .bars span {
  display: block;
  width: 15px;
  height: 1.8px;
  background: #1e3a32;
  border-radius: 2px;
}

@media (max-width: 1180px) {
  .nav-burger {
    display: inline-flex;
  }
  .nav-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #f1e8e1;
    border-bottom: 1px solid #e7dbd2;
    box-shadow: 0 16px 30px rgba(30, 58, 50, 0.1);
    padding: 0.6rem 0 1.1rem;
  }
  .nav-panel[hidden] {
    display: none;
  }
  .nav-panel .nav-list {
    width: min(1120px, 100% - 2.5rem);
    margin-inline: auto;
    display: block;
  }
  .nav-panel .nav-link {
    padding: 0.85rem 0.25rem;
    font-size: 1.05rem;
    border-bottom: 1px solid #e7dbd2;
    border-radius: 0;
  }
  .nav-panel .nav-group {
    position: static;
  }
  .nav-panel .nav-toggle {
    display: none;
  }
  .nav-panel .nav-menu {
    position: static;
    display: block;
    min-width: 0;
    margin: 0.2rem 0 0.4rem;
    padding: 0.2rem 0 0.2rem 0.9rem;
    border: 0;
    border-left: 2px solid #d0983a;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .nav-panel .nav-menu[hidden] {
    display: block;
  }
  .nav-panel .nav-menu a {
    padding: 0.6rem 0.25rem;
  }
  .nav-panel .nav-group-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #7d9489;
    padding: 1.1rem 0.25rem 0.1rem;
  }
}
.nav > .btn {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .nav > .btn {
    display: none;
  }
  .nav-burger {
    padding: 0.55rem 1.1rem;
    font-size: 0.95rem;
  }
}
@media (min-width: 1181px) {
  .nav-panel {
    display: contents !important;
  }
  .nav-group-label {
    display: none;
  }
}
.nav > .nav-gift {
  display: inline-flex;
}

.nav-gift-item {
  display: none;
}

@media (max-width: 880px) {
  .nav > .nav-gift {
    display: none;
  }
  .nav-gift-item {
    display: block;
  }
}
.nav-sheet-top {
  display: none;
}

.nav-sheet-cta {
  display: none;
}

@media (max-width: 640px) {
  .nav-panel:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: #f1e8e1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
    box-shadow: none;
    border: 0;
  }
  .nav-sheet-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(1120px, 100% - 2.5rem);
    margin-inline: auto;
    min-height: 66px;
    border-bottom: 1px solid #e7dbd2;
    position: sticky;
    top: 0;
    background: #f1e8e1;
    z-index: 1;
  }
  .nav-close {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #1e3a32;
    background: none;
    border: 1.5px solid #d8cabf;
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    min-height: 44px;
    cursor: pointer;
    flex: none;
  }
  .nav-sheet-cta {
    display: grid;
    gap: 0.6rem;
    width: min(1120px, 100% - 2.5rem);
    margin-inline: auto;
    margin-top: auto;
    padding-top: 1.6rem;
  }
  .nav-sheet-cta .btn {
    width: 100%;
  }
}
html.har-menu, html.har-menu body {
  overflow: hidden;
}

.site-footer {
  background: #152b25;
  color: #8ba49a;
  font-size: 0.96rem;
  padding: clamp(2.4rem, 5vw, 3.4rem) 0 1.6rem;
}
.site-footer a {
  color: #b6c8c1;
  text-underline-offset: 3px;
}
.site-footer a:hover {
  color: #fbf8f3;
}

.f-cols {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.f-cols h4 {
  margin: 0 0 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #ecd6ab;
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.f-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.f-cols li {
  padding-block: 0.2rem;
}
.f-cols p {
  margin: 0;
  line-height: 1.55;
}

.f-brand {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  color: #b6c8c1;
  text-decoration: none;
  margin-bottom: 0.7rem;
}
.f-brand b {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.14rem;
  color: #fbf8f3;
}

.f-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  justify-content: space-between;
  padding-top: 1.3rem;
  font-size: 0.89rem;
  color: #7d968c;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
  min-height: 48px;
}

.btn-main {
  background: #1e3a32;
  color: #fbf8f3;
}
.btn-main:hover {
  background: #152b25;
  transform: translateY(-1px);
}

.btn-ghost {
  border-color: #38574c;
  color: #38574c;
  background: transparent;
}
.btn-ghost:hover {
  background: rgba(56, 87, 76, 0.07);
}

.btn-sm {
  font-size: 0.95rem;
  padding: 0.55rem 1.1rem;
  min-height: 42px;
}

.on-dark .btn-main {
  background: #d0983a;
  color: #241a08;
}
.on-dark .btn-main:hover {
  background: #e0aa4c;
}
.on-dark .btn-ghost {
  border-color: #7d9489;
  color: #fbf8f3;
}
.on-dark .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
}

.more {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  color: #38574c;
  text-underline-offset: 3px;
}
.more small {
  display: block;
  font-weight: 400;
  color: #6a5d55;
}

.hero {
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.hero-in {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 880px) {
  .hero-in {
    grid-template-columns: 1fr;
  }
}

.hero h1 {
  max-width: 16ch;
}

.hero .intro {
  font-size: 1.2rem;
  color: #6a5d55;
  max-width: 46ch;
  margin: 1.4rem 0 0;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-hint {
  font-size: 0.95rem;
  color: #6a5d55;
  margin: 1rem 0 0;
  max-width: 44ch;
}

.portrait {
  position: relative;
}
@media (max-width: 880px) {
  .portrait {
    max-width: 340px;
  }
}
.portrait figure {
  margin: 0;
}
.portrait figcaption {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  color: #6a5d55;
  line-height: 1.45;
}
.portrait figcaption b {
  color: #241f1c;
  font-weight: 600;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame {
  position: relative;
  background: #38574c;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.frame-fallback {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.7rem;
  color: #fbf8f3;
  background: linear-gradient(157deg, #38574c 0%, #1e3a32 100%);
}
.frame-fallback .nm {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.05;
}
.frame-fallback .cr {
  font-size: 0.92rem;
  color: #b6cbc3;
  margin-top: 0.7rem;
  line-height: 1.45;
}

.frame.is-missing .frame-fallback {
  display: flex;
}
.frame.is-missing img {
  display: none;
}

.pagehead {
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(1.6rem, 3vw, 2.4rem);
}
.pagehead h1 {
  max-width: 20ch;
}
.pagehead .lede {
  margin-top: 1.3rem;
}

.crumbs {
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.55rem;
  font-size: 0.9rem;
  color: #6a5d55;
}
.crumbs li {
  display: flex;
  gap: 0.55rem;
}
.crumbs li + li::before {
  content: "›";
  color: #7d9489;
}
.crumbs a {
  color: #6a5d55;
  text-underline-offset: 3px;
}
.crumbs [aria-current] {
  color: #1e3a32;
}

.facts {
  background: #1e3a32;
  color: #cfdbd5;
}

.facts-in {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.facts-in > div {
  background: #1e3a32;
  padding: 1.5rem 1.4rem;
}
.facts-in strong {
  display: block;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.46rem;
  color: #fbf8f3;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.facts-in span {
  display: block;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #a7bab2;
}

.help-grid {
  margin-top: 2.8rem;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
}

.card {
  background: var(--card-bg);
  border: 1px solid var(--card-line);
  border-radius: 14px;
  padding: 1.6rem 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
}
.card h3 {
  font-size: 1.28rem;
  font-weight: 500;
  font-style: italic;
  color: #1e3a32;
  margin-bottom: 0.9rem;
}
.card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card li {
  position: relative;
  padding-left: 1.35rem;
  padding-block: 0.3rem;
  font-size: 1.06rem;
  color: #6a5d55;
}
.card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0983a;
}
.card .more {
  margin-top: auto;
  padding-top: 1.1rem;
}

.help-foot {
  margin-top: 1.8rem;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.14rem;
  color: #6a5d55;
}

.next-grid {
  margin-top: 2.4rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}

.next {
  display: block;
  background: var(--card-bg);
  border: 1px solid var(--card-line);
  border-radius: 14px;
  padding: 1.3rem 1.4rem;
  text-decoration: none;
}
.next strong {
  display: block;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.16rem;
  color: #1e3a32;
  line-height: 1.25;
}
.next span {
  display: block;
  margin-top: 0.4rem;
  font-size: 1rem;
  color: #6a5d55;
}
.next:hover {
  border-color: #7d9489;
}

.tl-wrap {
  background: #e7dbd2;
}

.tl-note {
  margin: 1.6rem 0 0;
  font-size: 1rem;
  color: #6a5d55;
  max-width: 52ch;
  border-left: 2px solid #d0983a;
  padding-left: 1rem;
}

.tl {
  position: relative;
  margin-top: 3.2rem;
  padding-left: 2.9rem;
}
@media (max-width: 640px) {
  .tl {
    padding-left: 2.4rem;
  }
}
.tl::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0.55rem;
  bottom: 1.2rem;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #d0983a 0%, #ddb264 26%, #eed9b4 42%, #fbf8f3 54%, #fbf8f3 100%);
}
@media (max-width: 640px) {
  .tl::before {
    left: 8px;
  }
}

.stop {
  position: relative;
  margin-bottom: var(--gap, 2.6rem);
}
.stop:last-child {
  margin-bottom: 0;
}
.stop::before {
  content: "";
  position: absolute;
  left: -2.9rem;
  top: 0.45rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--dot, #d0983a);
  box-shadow: 0 0 0 4px #e7dbd2, 0 0 0 5.5px #7d9489;
}
@media (max-width: 640px) {
  .stop::before {
    left: -2.4rem;
    width: 17px;
    height: 17px;
  }
}
.stop .when {
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #38574c;
  letter-spacing: 0.16em;
  margin: 0 0 0.25rem;
}
.stop h3 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1e3a32;
  margin-bottom: 0.45rem;
}
.stop p {
  margin: 0;
  color: #6a5d55;
  max-width: 56ch;
}
.stop p + p {
  margin-top: 0.6rem;
}
.stop ul {
  margin: 0.6rem 0 0;
  padding-left: 1.15rem;
  color: #6a5d55;
}

.daymark {
  margin: 0 0 var(--gap, 2.6rem);
  padding: 0.7rem 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #7d9489;
  border-top: 1px dashed #7d9489;
}

.price-grid {
  margin-top: 2.8rem;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(430px, 100%), 1fr));
  align-items: stretch;
}

.price {
  background: var(--card-bg);
  border: 1px solid var(--card-line);
  border-radius: 14px;
  padding: 1.8rem 1.9rem 1.6rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.price h3 {
  font-size: 1.32rem;
  font-weight: 500;
  color: #1e3a32;
}

.price__body {
  flex: 1 1 auto;
  padding-bottom: 1.3rem;
}
.price__body p {
  margin: 0;
  font-size: 1.06rem;
  color: #6a5d55;
}
.price__body .price__dur {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #7d9489;
  letter-spacing: 0.15em;
  margin: 0.5rem 0 0.9rem;
}
.price__body ol {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
  font-size: 1.06rem;
  color: #6a5d55;
}
.price__body ol li {
  padding-block: 0.18rem;
}

.price__amount {
  margin: auto 0 0;
  padding-top: 1.3rem;
  border-top: 1px solid var(--card-line);
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.35rem;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 3.2vw, 2.8rem);
  font-weight: 600;
  color: #1e3a32;
  line-height: 1;
}
.price__amount small {
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: #6a5d55;
  font-weight: 500;
}
.price__amount .unit {
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  color: #6a5d55;
  font-weight: 500;
}

.price__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
}
.price__actions .btn {
  flex: 1 1 11rem;
}

.price--feature {
  background: #1e3a32;
  border-color: #1e3a32;
  color: #cfdbd5;
}
.price--feature h3 {
  color: #fbf8f3;
}
.price--feature .price__body p, .price--feature .price__body ol {
  color: #a7bab2;
}
.price--feature .price__dur {
  color: #ecd6ab;
}
.price--feature .price__amount {
  border-top-color: rgba(255, 255, 255, 0.18);
  color: #d0983a;
}
.price--feature .price__amount small, .price--feature .price__amount .unit {
  color: #a7bab2;
}

.terms {
  margin-top: 2rem;
  display: grid;
  gap: 1px;
  background: var(--card-line);
  border: 1px solid var(--card-line);
  border-radius: 14px;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.terms > div {
  background: var(--card-bg);
  padding: 1.3rem 1.4rem;
}
.terms h4 {
  margin: 0 0 0.35rem;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #38574c;
  letter-spacing: 0.15em;
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.terms p {
  margin: 0;
  font-size: 1.02rem;
  color: #6a5d55;
}

.quote-lead {
  margin: 2.6rem 0 0;
  padding: clamp(1.8rem, 4vw, 2.8rem) clamp(1.6rem, 4vw, 3rem);
  background: #1e3a32;
  border-radius: 14px;
  color: #cfdbd5;
  position: relative;
}
.quote-lead blockquote {
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.22rem, 2.7vw, 1.72rem);
  line-height: 1.35;
  color: #fbf8f3;
  max-width: 34ch;
}
.quote-lead::before {
  content: "“";
  display: block;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  line-height: 0.8;
  color: #d0983a;
  margin-bottom: 0.3rem;
}
.quote-lead figcaption {
  margin-top: 1.3rem;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #ecd6ab;
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.quote-lead figcaption .quote__who {
  display: block;
  color: #ecd6ab;
}
.quote-lead figcaption span {
  display: block;
  margin-top: 0.35rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: #a7bab2;
  font-size: 0.99rem;
}
.quote-lead figcaption .quote__proof {
  display: inline-block;
  margin-top: 0.9rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  color: #a7bab2;
}
.quote-lead figcaption .quote__proof:hover {
  color: #fbf8f3;
}

.quote-filter {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.quote-filter[hidden] {
  display: none;
}

.chip {
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #38574c;
  background: #fbf8f3;
  border: 1.5px solid #e7dbd2;
  border-radius: 999px;
  padding: 0.5rem 1.05rem;
  cursor: pointer;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.chip:hover {
  border-color: #7d9489;
}
.chip b {
  font-weight: 500;
  font-size: 0.85rem;
  color: #7d9489;
}
.chip[aria-pressed=true] {
  background: #1e3a32;
  border-color: #1e3a32;
  color: #fbf8f3;
}
.chip[aria-pressed=true] b {
  color: #ecd6ab;
}

.quote-count {
  margin: 1.1rem 0 0;
  font-size: 0.95rem;
  color: #6a5d55;
}

.quote-wall {
  margin-top: 1.1rem;
  columns: 3 300px;
  column-gap: 1.1rem;
}
@media (max-width: 640px) {
  .quote-wall {
    columns: 1;
  }
}

.quote[hidden] {
  display: none;
}

.quote {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 1.1rem;
  background: var(--card-bg);
  border: 1px solid var(--card-line);
  border-radius: 14px;
  padding: 1.5rem 1.5rem 1.25rem;
  --bubble: #e7dbd2;
}
.quote blockquote {
  position: relative;
  margin: 0;
  width: fit-content;
  max-width: 100%;
  padding: 0.75rem 1.05rem 0.8rem;
  background: var(--bubble);
  border-radius: 20px;
  border-bottom-left-radius: 6px;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #241f1c;
  overflow-wrap: anywhere;
}
.quote blockquote p {
  margin: 0;
}
.quote blockquote p + p {
  margin-top: 0.65rem;
}
.quote blockquote::before, .quote blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.quote blockquote::before {
  left: -7px;
  background: var(--bubble);
  border-bottom-right-radius: 15px;
}
.quote blockquote::after {
  left: -16px;
  background: var(--card-bg);
  border-bottom-right-radius: 10px;
}

.sec--milk .quote {
  --bubble: #fbf8f3;
}

.quote__tag {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #f1e8e1;
  border: 1px solid #e7dbd2;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #38574c;
  letter-spacing: 0.13em;
}

.quote__outcome {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e7dbd2;
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.98rem;
  color: #38574c;
  font-weight: 600;
}
.quote__outcome::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0983a;
}

.quote__foot {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 0.8rem;
  font-size: 0.94rem;
}

.quote__who {
  color: #1e3a32;
  font-weight: 600;
}
.quote__who span {
  color: #6a5d55;
  font-weight: 400;
}

.quote__proof {
  color: #6a5d55;
  font-size: 0.88rem;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.quote__proof:hover {
  color: #38574c;
}

.quote-note {
  margin-top: 1.6rem;
  font-size: 0.95rem;
  color: #6a5d55;
  max-width: 60ch;
}

.quote-stats {
  margin-top: 2.4rem;
  display: grid;
  gap: 1px;
  background: var(--card-line);
  border: 1px solid var(--card-line);
  border-radius: 14px;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.quote-stats > div {
  background: var(--card-bg);
  padding: 1.3rem 1.4rem;
}
.quote-stats strong {
  display: block;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.85rem;
  color: #1e3a32;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.quote-stats span {
  font-size: 0.96rem;
  color: #6a5d55;
  line-height: 1.45;
}

.lightbox {
  padding: 0;
  border: 0;
  background: transparent;
  max-width: min(720px, 100% - 2rem);
  max-height: calc(100dvh - 2rem);
  overflow: visible;
  color: #241f1c;
}
.lightbox::backdrop {
  background: rgba(21, 43, 37, 0.82);
}

.lightbox__inner {
  background: #fbf8f3;
  border-radius: 14px;
  padding: 0.8rem 0.8rem 1rem;
  max-height: calc(100dvh - 2rem);
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(21, 43, 37, 0.4);
}

.lightbox__img {
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 10rem);
  object-fit: contain;
  border-radius: 10px;
  background: #f1e8e1;
}

.lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.6rem 0;
  font-size: 0.95rem;
  color: #6a5d55;
}

.lightbox__who {
  color: #1e3a32;
  font-weight: 600;
}

.lightbox__close {
  flex: none;
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e3a32;
  background: #f1e8e1;
  border: 1.5px solid #e7dbd2;
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  min-height: 44px;
  cursor: pointer;
}
.lightbox__close:hover {
  border-color: #7d9489;
}

html.has-lightbox, html.has-lightbox body {
  overflow: hidden;
}

.about-in {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 880px) {
  .about-in {
    grid-template-columns: 1fr;
  }
}
.about-in p {
  color: #6a5d55;
}
.about-in .sig {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.24rem;
  color: #1e3a32;
  margin-top: 1.4rem;
}

.cv {
  margin-top: 2.6rem;
  border-top: 1px solid #e7dbd2;
}

.cv-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 1.4rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid #e7dbd2;
}
@media (max-width: 640px) {
  .cv-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}
.cv-row .yr {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #7d9489;
  padding-top: 0.28rem;
}
.cv-row .role {
  font-size: 1.07rem;
}
.cv-row .role small {
  display: block;
  color: #6a5d55;
  font-size: 0.99rem;
  margin-top: 0.3rem;
}

.areas {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.areas li {
  background: var(--card-bg);
  border: 1px solid var(--card-line);
  border-radius: 999px;
  padding: 0.5rem 1.05rem;
  font-size: 1rem;
  color: #6a5d55;
}

.faq {
  margin-top: 2.4rem;
  border-top: 1px solid #e7dbd2;
}

.faq details {
  border-bottom: 1px solid #e7dbd2;
}
.faq details summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 2.2rem 1.15rem 0;
  position: relative;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  font-weight: 400;
  color: #1e3a32;
  line-height: 1.3;
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary::after {
  content: "+";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  color: #7d9489;
  line-height: 1;
}
.faq details[open] summary::after {
  content: "−";
}
.faq details .faq-body {
  padding: 0 0 1.4rem;
  max-width: 64ch;
}
.faq details .faq-body p {
  margin: 0;
  color: #6a5d55;
}
.faq details .faq-body p + p {
  margin-top: 0.8rem;
}
.faq details .faq-body ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
  color: #6a5d55;
}
.faq details .faq-body li {
  padding-block: 0.18rem;
}

.contact {
  background: #1e3a32;
  color: #cfdbd5;
}

.c-big {
  margin-top: 2.6rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .c-big {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-big p {
  margin: 0;
  max-width: 44ch;
  color: #a7bab2;
  font-size: 1.03rem;
}
.c-big .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.c-grid {
  margin-top: 2.8rem;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.c-grid h4 {
  margin: 0 0 0.5rem;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #ecd6ab;
  letter-spacing: 0.16em;
  font-family: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.c-grid p {
  margin: 0;
  color: #cfdbd5;
}
.c-grid a {
  color: #fbf8f3;
}

.cta-strip {
  background: #1e3a32;
  color: #cfdbd5;
  padding: clamp(2.4rem, 5vw, 3.6rem) 0;
}
.cta-strip .cta-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.cta-strip h2 {
  font-size: clamp(1.35rem, 3.1vw, 1.85rem);
  color: #fbf8f3;
  max-width: 20ch;
}
.cta-strip p {
  margin: 0.7rem 0 0;
  color: #a7bab2;
  max-width: 44ch;
  font-size: 1.03rem;
}
.cta-strip .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.dock {
  position: fixed;
  inset: auto 0.75rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  z-index: 30;
  display: none;
  gap: 0.5rem;
  padding: 0.45rem;
  background: rgba(251, 248, 243, 0.93);
  backdrop-filter: blur(12px);
  border: 1px solid #e7dbd2;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(21, 43, 37, 0.22), 0 2px 6px rgba(21, 43, 37, 0.12);
}
@media (max-width: 640px) {
  .dock {
    display: flex;
  }
}
.dock .btn {
  flex: 1;
  box-shadow: none;
}
.dock .btn.round {
  flex: 0 0 3.4rem;
  align-self: stretch;
  height: auto;
  min-height: 0;
  padding: 0;
  background: #f1e8e1;
  border-color: #7d9489;
  color: #38574c;
}
.dock .btn.round svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

html.har-menu .dock {
  display: none;
}

.home-strip {
  background: #fbf8f3;
  border-block: 1px solid #e7dbd2;
  padding: 1.1rem 0;
  font-size: 0.95rem;
  color: #6a5d55;
}
.home-strip .home-strip-in {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.6rem;
  align-items: center;
}
.home-strip b {
  color: #1e3a32;
  font-weight: 600;
}

/*# sourceMappingURL=ammereden.css.map */
