@font-face {
  font-family: Barlow;
  src: url('assets/fonts/barlow-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('assets/fonts/barlow-condensed-extrabold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --paper: #f4f0e5;
  --ink: #282b24;
  --accent: #2e6b4f;
  --accent-dark: #24533d;
  --muted: #696a5f;
  --line: #d5d2c4;
  --yellow: #e5be55;
  --green: #52785a;
  --display: 'Barlow Condensed',Impact,sans-serif;
  --body: Barlow,'Trebuchet MS',sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,a,summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 6px;
}

a {
  text-decoration: none;
}

svg {
  display: block;
}

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

p,h1,h2,h3 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.wrap {
  width: min(1200px,calc(100% - 96px));
  margin-inline: auto;
}

.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: flex;
  align-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 1;
}

.wordmark svg {
  width: 25px;
  height: 34px;
  margin-right: 10px;
}

.wordmark-dot {
  color: var(--accent);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 15px;
}

.nav-about {
  border-bottom: 1px solid transparent;
}

.nav-about:hover {
  border-color: var(--ink);
}

.nav-buy {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: var(--paper);
  padding: 11px 17px;
  border-radius: 4px;
}

.nav-buy span {
  opacity: .65;
}

.nav-buy svg {
  width: 20px;
  height: 20px;
}

.nav-buy:hover {
  background: var(--accent);
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 40px;
  padding-block: 66px 54px;
  align-items: center;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.55;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 11px;
  letter-spacing: 1.4px;
}

.status-light {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px #52785a10;
}

h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(76px,7.9vw,113px);
  line-height: .91;
  letter-spacing: -1.8px;
  color: var(--accent);
}

h1 .last-line {
  white-space: nowrap;
}

.period {
  color: var(--ink);
}

.hero-description {
  max-width: 400px;
  font-size: 19px;
  line-height: 1.55;
  margin-top: 27px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 4px;
  padding: 16px 22px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  transition: background .2s,transform .2s;
}

.button:hover {
  transform: translateY(-2px);
}

.button-green {
  background: var(--accent);
  color: var(--paper);
  box-shadow: 0 3px 0 var(--accent-dark);
  margin-top: 28px;
}

.button-green:hover {
  background: var(--accent-dark);
}

.button .apple {
  width: 21px;
  height: 23px;
}

.button .arrow {
  width: 21px;
  height: 21px;
}

.button-price {
  padding-left: 13px;
  margin-left: 1px;
  border-left: 1px solid #ffffff45;
  font-weight: 400;
}

.purchase-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
  max-width: 400px;
}

.hero-art {
  position: relative;
  min-width: 0;
  min-height: 566px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}

.sun-disc {
  position: absolute;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: repeating-linear-gradient(0deg,transparent,transparent 4px,#ffffff0b 4px,#ffffff0b 5px);
}

.product-stage {
  --menu-anchor: 112px;
  position: relative;
  width: 86%;
  max-width: 448px;
  transform: rotate(-2deg);
  margin-right: 14px;
  margin-bottom: 28px;
}

.mac-menubar {
  position: relative;
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #ffffffb8;
  outline: 1px solid #ffffffbd;
  border-radius: 8px;
  padding: 9px 13px;
  color: #48483f;
  font-size: 10px;
  box-shadow: 0 5px 12px #463c1512;
}

.mac-menubar>span {
  font-size: 10px;
}

.menubar-icons {
  padding-left: 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}

.menu-can {
  position: absolute;
  right: calc(var(--menu-anchor) - 6.5px);
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 17px;
  color: var(--accent);
}

.battery {
  width: 15px;
  height: 8px;
  display: block;
  border: 1px solid currentColor;
  border-radius: 2px;
  position: relative;
}

.battery:before {
  content: '';
  position: absolute;
  inset: 1px 4px 1px 1px;
  background: currentColor;
}

.battery:after {
  content: '';
  position: absolute;
  right: -3px;
  width: 1px;
  height: 3px;
  top: 1.5px;
  background: currentColor;
}

.app-preview {
  position: relative;
  margin: 17px auto 0;
  width: 100%;
}

.app-preview img {
  width: 88%;
  height: auto;
  margin-inline: auto;
  border-radius: 13px;
  background: #fafaf8;
  box-shadow: 0 20px 35px -12px #49370c40,0 2px 6px #49370c15;
  outline: 1px solid #282b241a;
}

/* Matches the needle at (659, 455) in the 760 × 874 demo image. */
.web-smoke {
  position: absolute;
  left: 74.3158%;
  top: 39.1304%;
  width: 16.2105%;
  height: 14.8741%;
  pointer-events: none;
}

.popover-tip {
  width: 17px;
  height: 17px;
  position: absolute;
  right: calc(var(--menu-anchor) - 8.5px);
  top: -7px;
  background: #fafaf8;
  transform: rotate(45deg);
  border-radius: 3px;
}

.providers {
  display: flex;
  align-items: center;
  gap: 56px;
  border-block: 1px solid var(--line);
  padding-block: 29px;
}

.providers>.eyebrow {
  color: var(--muted);
  font-size: 10px;
  flex-shrink: 0;
  line-height: 1.5;
}

.providers ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.providers li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 23px;
  letter-spacing: -.5px;
  font-weight: 600;
}

.providers li img {
  object-fit: contain;
}

.providers .provider-text {
  font-size: 25px;
}

.provider-star {
  font-size: 25px;
  margin-left: -4px;
  font-weight: 400;
}

.how {
  padding-block: 88px 85px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  column-gap: 100px;
}

.section-heading .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 15px;
  color: var(--accent);
}

h2 {
  font-family: var(--display);
  font-size: 62px;
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.6px;
}

.section-heading>p:last-child {
  font-size: 20px;
  color: var(--muted);
  padding-bottom: 5px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 48px;
  margin-top: 48px;
}

.features article {
  border-top: 1px solid var(--line);
  padding-top: 19px;
  position: relative;
}

.feature-number {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1.8px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-linecap: round;
  margin: 21px 0 15px;
}

.feature-icon .solid {
  fill: currentColor;
  stroke: none;
}

h3 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 31px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.features p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 300px;
}

.pit-stop {
  position: relative;
  background: var(--accent);
  color: var(--paper);
  border-block: 1px solid #24533d;
  padding-block: 67px;
  overflow: hidden;
}

.pit-stop-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: center;
}

.pit-stop .eyebrow {
  font-size: 10px;
  margin-bottom: 21px;
  color: var(--paper);
}

.pit-stop h2 {
  font-size: 76px;
  line-height: .94;
}

.pit-stop h2 span {
  color: #f0c977;
}

.pit-stop-copy>p:last-child {
  margin-top: 22px;
  font-size: 19px;
  color: var(--paper);
  line-height: 1.5;
}

.price-board {
  border: 1px solid #f4f0e57a;
  padding: 23px 27px 19px;
  transform: rotate(2deg);
  box-shadow: 5px 5px 0 #1b3f2e55;
  border-radius: 3px;
}

.price-board-top {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #f4f0e540;
  padding-bottom: 14px;
}

.price-board-top svg {
  width: 15px;
  height: 20px;
}

.board-star {
  margin-left: auto;
  font-size: 23px;
  line-height: 1;
}

.price-board-price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: var(--display);
  font-weight: 800;
  font-size: 136px;
  line-height: 1;
  padding: 15px 0 0;
  letter-spacing: -5px;
  font-variant-numeric: tabular-nums;
}

.price-board-price .currency {
  font-family: var(--body);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 15px;
  padding-right: 4px;
}

.price-board-price .decimal {
  font-size: 104px;
  letter-spacing: -3px;
}

.price-board>p {
  font-size: 9px;
  text-align: center;
  letter-spacing: 1.3px;
  margin: 4px 0 21px;
}

.button-cream {
  width: 100%;
  color: var(--accent);
  background: var(--paper);
  font-size: 15px;
  padding: 15px 12px;
  justify-content: space-between;
}

.button-cream:hover {
  background: #fffaf0;
}

.system-note {
  display: block;
  text-align: center;
  font-size: 11px;
  margin-top: 12px;
  color: var(--paper);
}

.questions {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 96px;
  padding-block: 88px;
}

.questions .eyebrow {
  color: var(--accent);
  font-size: 10px;
  margin-bottom: 17px;
}

.questions h2 {
  font-size: 65px;
}

.questions>div>p:last-child {
  color: var(--muted);
  font-size: 16px;
  margin-top: 17px;
}

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

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

summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  padding: 21px 0;
  font-size: 18px;
}

summary::-webkit-details-marker {
  display: none;
}

summary>span {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  color: var(--accent);
  transition: transform .2s;
}

details[open] summary>span {
  transform: rotate(45deg);
}

summary:hover {
  color: var(--accent);
}

details p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  padding: 0 30px 23px 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 35px;
  padding-block: 32px 20px;
}

.site-footer .wordmark {
  font-size: 29px;
}

.site-footer .wordmark svg {
  width: 20px;
  height: 27px;
}

.site-footer p {
  font-size: 12px;
  line-height: 1.6;
}

.site-footer p span {
  color: var(--muted);
}

.site-footer>a:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  font-size: 13px;
}

.site-footer>a:last-child:hover {
  color: var(--accent);
}

.site-footer>a:last-child svg {
  width: 21px;
  height: 21px;
}

.footer-fineprint {
  font-size: 10px;
  color: var(--muted);
  padding-bottom: 27px;
}

@media(min-width:1000px) {
  .hero-copy {
    animation: arrive .6s both;
  }
  .hero-art {
    animation: arrive .8s .1s both;
  }
  @keyframes arrive {
    from {
      transform: translateY(12px);
    }
    to {
      transform: translateY(0);
    }
  }
}

@media(min-width:1500px) {
  .hero {
    padding-block: 82px 70px;
  }
  .hero-art {
    min-height: 590px;
  }
}

@media(max-width:1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 28px;
  }
  h1 {
    font-size: 8.25vw;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero-art {
    min-height: 510px;
  }
  .product-stage {
    width: 94%;
    margin-right: 0;
  }
  .mac-menubar>span {
    font-size: 8px;
  }
  .providers {
    gap: 28px;
  }
  .providers li {
    font-size: 20px;
    gap: 6px;
  }
  .providers li img {
    width: 22px;
    height: 22px;
  }
  .providers .provider-text {
    font-size: 22px;
  }
  .providers ul {
    gap: 18px;
  }
  .section-heading {
    column-gap: 45px;
  }
  h2 {
    font-size: 55px;
  }
  .features {
    gap: 30px;
  }
  .pit-stop-inner {
    gap: 65px;
  }
  .pit-stop h2 {
    font-size: 65px;
  }
  .price-board {
    padding: 21px;
  }
  .questions {
    gap: 60px;
  }
}

@media(max-width:760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 83px;
  }
  .site-header nav {
    gap: 14px;
  }
  .nav-about {
    display: none;
  }
  .wordmark {
    font-size: 32px;
  }
  .wordmark svg {
    width: 22px;
    height: 30px;
  }
  .nav-buy {
    font-size: 13px;
    padding: 10px 12px;
    gap: 8px;
  }
  .nav-buy svg {
    width: 17px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 37px 35px;
  }
  .hero-copy {
    max-width: 560px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.1px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(74px,15.9vw,110px);
    letter-spacing: -1px;
  }
  .hero-description {
    font-size: 18px;
    max-width: 380px;
    margin-top: 22px;
  }
  .button-green {
    margin-top: 23px;
  }
  .button {
    font-size: 16px;
    padding: 16px 18px;
  }
  .purchase-note {
    font-size: 11px;
    margin-top: 12px;
  }
  .hero-art {
    min-height: 540px;
    max-width: 510px;
    width: 100%;
    margin-inline: auto;
    margin-top: 12px;
  }
  .product-stage {
    width: 87%;
    max-width: 420px;
    margin: 0 0 39px;
  }
  .mac-menubar>span {
    font-size: 9px;
  }
  .providers {
    display: block;
    padding-block: 22px;
  }
  .providers>.eyebrow br {
    display: none;
  }
  .providers>.eyebrow {
    font-size: 10px;
    margin-bottom: 19px;
  }
  .providers ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px 18px;
  }
  .providers li {
    font-size: 21px;
  }
  .providers .provider-text {
    font-size: 24px;
  }
  .providers li img {
    width: 25px;
    height: 25px;
  }
  .how {
    padding-block: 55px;
  }
  .section-heading {
    display: block;
  }
  .section-heading .eyebrow {
    font-size: 10px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 51px;
  }
  .section-heading>p:last-child {
    margin-top: 22px;
    font-size: 18px;
  }
  .section-heading>p:last-child br {
    display: none;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 32px;
  }
  .features article {
    padding: 22px 0 0 66px;
    min-height: 149px;
  }
  .feature-icon {
    position: absolute;
    left: 0;
    top: 36px;
    margin: 0;
    width: 45px;
    height: 45px;
  }
  .feature-number {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .features h3 {
    font-size: 29px;
    margin-bottom: 9px;
  }
  .features p {
    max-width: 100%;
    font-size: 17px;
  }
  .pit-stop {
    padding-block: 50px;
  }
  .pit-stop-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .pit-stop h2 {
    font-size: 64px;
  }
  .pit-stop-copy>p:last-child {
    font-size: 18px;
    margin-top: 20px;
  }
  .price-board {
    max-width: 390px;
    width: calc(100% - 14px);
    margin-inline: auto;
    transform: rotate(1deg);
  }
  .price-board-price {
    font-size: 130px;
  }
  .price-board-price .decimal {
    font-size: 104px;
  }
  .button-cream {
    font-size: 14px;
    padding: 15px 12px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-block: 55px;
  }
  .questions h2 {
    font-size: 55px;
  }
  .questions h2 br {
    display: block;
  }
  .questions>div>p:last-child {
    font-size: 16px;
    margin-top: 12px;
  }
  summary {
    font-size: 17px;
    padding-block: 19px;
  }
  details p {
    padding-right: 12px;
    font-size: 16px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 22px;
    padding-block: 25px 18px;
  }
  .site-footer>a:last-child {
    margin-left: 0;
    flex-basis: 100%;
    font-size: 13px;
  }
  .site-footer p {
    font-size: 11px;
  }
  .footer-fineprint {
    font-size: 9px;
  }
}

@media(max-width:390px) {
  .product-stage {
    --menu-anchor: 90px;
  }
  .wrap {
    width: calc(100% - 32px);
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: .85px;
  }
  h1 {
    font-size: 16vw;
  }
  .hero-art {
    min-height: 455px;
  }
  .mac-menubar {
    padding: 8px;
    font-size: 8px;
  }
  .mac-menubar>span {
    font-size: 7px;
  }
  .menubar-icons {
    gap: 7px;
  }
  .button {
    gap: 10px;
    padding-inline: 16px;
  }
  .purchase-note {
    max-width: 290px;
  }
  .providers ul {
    gap: 19px 12px;
  }
  .providers li {
    font-size: 19px;
  }
  h2 {
    font-size: 46px;
  }
  .pit-stop h2 {
    font-size: 57px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none!important;
    transition: none!important;
  }
}

/* ---- Sill ---- */
.wordmark svg { width: 34px; height: 28px; margin-right: 10px; color: var(--accent); }
.site-footer .wordmark svg { width: 26px; height: 22px; }
h1 { font-size: clamp(64px,6.6vw,98px); }
.hero-description { max-width: 440px; }
.purchase-note { max-width: 440px; }
.footer-links { padding-bottom: 2rem; display: flex; gap: 1.5rem; font-size: 15px; }

.window-glow {
  position: absolute;
  width: 84%;
  aspect-ratio: 1.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 28px;
  background: var(--yellow);
  background-image:
    linear-gradient(var(--paper),var(--paper)),
    linear-gradient(var(--paper),var(--paper)),
    repeating-linear-gradient(0deg,transparent,transparent 4px,#ffffff0b 4px,#ffffff0b 5px);
  background-size: 10px 100%, 100% 10px, auto;
  background-position: center, center, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
}

.product-stage { max-width: 470px; transform: rotate(-2deg); }
.menubar-note { font-size: 10px; }
.menubar-icons { gap: 9px; padding-left: 12px; }
.menubar-icons .chev { font-size: 13px; line-height: 1; margin-right: 1px; }
.glyph { display: block; width: 11px; height: 11px; background: currentColor; opacity: .8; }
.glyph.round { border-radius: 50%; }
.glyph.square { border-radius: 3px; }
.glyph.tall { width: 8px; height: 12px; border-radius: 2px; }
.glyph.wifi { width: 13px; height: 9px; border-radius: 9px 9px 2px 2px; }
.menu-sill { width: 17px; height: 14px; color: #48483f; }

.ledge {
  position: relative;
  margin: 15px 0 0 auto;
  width: 94%;
  background: #fafaf8;
  border-radius: 13px;
  padding: 16px 16px 14px;
  box-shadow: 0 20px 35px -12px #49370c40,0 2px 6px #49370c15;
  outline: 1px solid #282b241a;
}
.ledge-tip {
  position: absolute;
  right: 118px;
  top: -7px;
  width: 17px;
  height: 17px;
  background: #fafaf8;
  transform: rotate(45deg);
  border-radius: 3px;
}
.ledge-row { display: flex; gap: 9px; justify-content: space-between; }
.tile { display: block; flex: 1; aspect-ratio: 1; max-width: 38px; border-radius: 9px; background: var(--ink); }
.tile.t1 { background: #2e6b4f; }
.tile.t2 { background: #e5a93c; border-radius: 50%; }
.tile.t3 { background: #282b24; }
.tile.t4 { background: #ba3d2a; border-radius: 50% 50% 9px 9px; }
.tile.t5 { background: #6d8fa8; }
.tile.t6 { background: #d5d2c4; border-radius: 50%; }
.tile.t7 { background: #52785a; border-radius: 9px 50% 9px 50%; }
.tile.t8 { background: #8a6f9e; }
.tile.t9 { background: #e5be55; border-radius: 50% 9px; }
.ledge-caption { margin-top: 13px; font-size: 12px; color: var(--muted); border-top: 3px solid var(--accent); padding-top: 10px; }

.feature-icon .thick { stroke-width: 4; }

.wont-board {
  border: 1px solid #f4f0e57a;
  padding: 26px 28px;
  transform: rotate(1.5deg);
  box-shadow: 5px 5px 0 #1b3f2e55;
  border-radius: 3px;
}
.wont-board li { font-size: 17px; line-height: 1.5; padding: 13px 0; border-bottom: 1px solid #f4f0e540; }
.wont-board li:last-child { border-bottom: 0; }
.wont-board b { display: block; font-family: var(--display); font-weight: 800; font-size: 25px; letter-spacing: -.2px; line-height: 1.15; }

@media (max-width: 900px) {
  .wont-board { transform: none; }
  .ledge { width: 100%; }
}

.others { padding-block: 0 88px; }
.others-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 48px; margin-top: 48px; }
.other-card { display: block; border-top: 1px solid var(--line); padding-top: 19px; }
.other-card h3 { margin-top: 18px; }
.other-card p { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 440px; }
.other-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 15px; font-weight: 600; color: var(--accent); }
.other-link svg { width: 18px; height: 18px; }
a.other-card:hover h3 { color: var(--accent); }
.other-card.is-pending .other-link { color: var(--muted); font-weight: 400; }
@media (max-width: 900px) { .others-list { grid-template-columns: 1fr; gap: 32px; } }
