@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(/assets/fonts/inter-400.woff2) format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(/assets/fonts/inter-700.woff2) format('woff2'); }
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

/* Motion — a slow rise for the display hero, scroll reveals for the grid.
   Everything sits behind prefers-reduced-motion. */
@media (prefers-reduced-motion: no-preference) {
  @keyframes ama-forge-base {from {
  opacity: 0;
  transform: translateY(30px);
}
to {
  opacity: 1;
  transform: none;
}
 }.ama-wick-cell {
  animation: ama-forge-base .9s cubic-bezier(.2, .7, .2, 1) both;
}
.ama-dock-shore {
  animation: ama-forge-base .9s cubic-bezier(.2, .7, .2, 1) .14s both;
}

  @supports (animation-timeline: view()) {.ama-dock-pitch, .ama-spur-reach, .ama-drift-bay, .ama-atlas-brim, .ama-echo-patch {
  animation: ama-forge-base linear both;
  animation-timeline: view();
  animation-range: entry 0% entry 38%;
}

  }
}body.ama-loft-crumb {
  color: #141d15;
  background: #141d15;
  font-size: 18px;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  line-height: 1.66;
}
.ama-vista-trace {
  border-radius: 22px;
  overflow: hidden;
  color: #141d15;
  background: #ffffff;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid #159d42;
  outline-offset: 3px;
}
.ama-knoll-card {
  padding: 10px 18px;
  position: absolute;
  background: #159d42;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  top: 0;
  left: -9999px;
  z-index: 100;
}
.ama-knoll-card:focus {
  left: 0;
}
.ama-dock-track {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  padding: 22px 30px;
  align-items: center;
}
.ama-shade-loop {
  display: flex;
  gap: 24px;
}
.ama-shade-loop a {
  font-size: 16px;
  color: #616c63;
}
.ama-shade-loop a:hover {
  color: #141d15;
}
.ama-oak-reach {
  display: inline-flex;
  justify-content: center;
  min-width: 0;
  align-items: center;
}
.ama-oak-reach > * {
  max-width: 100%;
  display: block;
}
.ama-oak-wharf {
  border: 1px solid #141d152e;
  font-size: 15px;
  justify-self: end;
  white-space: nowrap;
  color: #141d15;
  border-radius: 999px;
  font-weight: 500;
  padding: 9px 18px;
}
a.ama-oak-wharf:hover {
  color: #159d42;
  border-color: #159d42;
}
.ama-wing-crumb {
  border: 0;
  background: #141d15;
  color: #ffffff;
  font-size: 17px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  border-radius: 999px;
  padding: 13px 28px;
  transition: background .2s ease;
}
.ama-wing-crumb:hover {
  background: #159d42;
  color: #000000;
}
.ama-ridge-point {
  padding: clamp(72px, 12vw, 168px) 30px clamp(40px, 6vw, 84px);
  text-align: center;
}
.ama-wick-cell {
  font-size: clamp(3rem, 10.5vw, 7.5rem);
  font-weight: 600;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: -0.04em;
  line-height: 0.98;
}
.ama-dock-shore {
  color: #616c63;
  max-width: 52ch;
  margin: 28px auto 0;
  font-size: 19px;
}
.ama-line-isle {
  padding: clamp(16px, 3vw, 40px) 30px;
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ama-drift-bay {
  overflow: hidden;
  display: block;
  border-radius: 16px;
  position: relative;
}
.ama-drift-bay img {
  object-fit: cover;
  transition: transform .35s ease;
  aspect-ratio: 16 / 10;
  width: 100%;
}
.ama-drift-bay:hover img {
  transform: scale(1.03);
}
.ama-vault-mill {
  right: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  padding: 26px 22px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-weight: 600;
  background: linear-gradient(to top, #141d15c9, transparent);
}
.ama-root-table {
  align-items: start;
  padding: clamp(48px, 7vw, 96px) 30px clamp(24px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 30px;
}
.ama-pond-mesh {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.ama-patch-tarn {
  color: #616c63;
  max-width: 56ch;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}
.ama-wharf-patch {
  gap: 26px;
  padding: clamp(24px, 4vw, 56px) 30px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.ama-atlas-brim {
  padding-top: 14px;
  border-top: 1px solid #141d1526;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.ama-quill-peak {
  font-size: 15px;
  color: #616c63;
}
.ama-mesh-scope {
  letter-spacing: -0.02em;
  font-weight: 600;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}
.ama-porch-root {
  padding: clamp(32px, 5vw, 72px) 30px;
}
.ama-spur-reach {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  padding: clamp(28px, 4vw, 56px) 0;
}
.ama-spur-reach + .ama-spur-reach {
  border-top: 1px solid #141d151a;
}
.ama-pane-board {
  direction: rtl;
}
.ama-pane-board > * {
  direction: ltr;
}
.ama-cape-vista {
  min-width: 0;
  display: block;
}
.ama-loft-harbor {
  font-weight: 600;
  line-height: 1.08;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  letter-spacing: -0.03em;
  display: block;
}
.ama-spur-reach:hover .ama-loft-harbor {
  color: #12893a;
}
.ama-plot-shore {
  line-height: 1.6;
  margin-top: 18px;
  font-size: 18px;
  display: block;
  max-width: 52ch;
  color: #616c63;
}
.ama-sway-axis {
  font-size: 15px;
  margin-top: 16px;
  display: block;
  color: #616c63;
}
.ama-prism-mold {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.ama-prism-mold img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.ama-spur-reach:hover .ama-prism-mold img {
  transform: scale(1.03);
}
.ama-lane-plane {
  padding: clamp(24px, 4vw, 56px) 30px;
}
.ama-wade-onyx {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.ama-dock-pitch {
  min-width: 0;
  display: block;
}
.ama-quill-cliff {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(150deg, #159d422b, #8acea038 60%, #141d1514);
  aspect-ratio: 4 / 5;
  display: block;
}
.ama-quill-cliff img {
  transition: transform .35s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ama-dock-pitch:hover img {
  transform: scale(1.04);
}
.ama-quay-grid {
  align-items: center;
  color: #159d42;
  display: flex;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4rem);
  justify-content: center;
}
.ama-keel-knoll {
  display: block;
  padding: 18px 4px 0;
}
.ama-point-scale {
  display: block;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.ama-dock-pitch:hover .ama-point-scale {
  color: #12893a;
}
.ama-yard-brim {
  margin-top: 6px;
  font-size: 15px;
  display: block;
  color: #616c63;
}
.ama-ledge-arc {
  text-align: center;
  margin-top: clamp(28px, 4vw, 44px);
}
.ama-bolt-deck {
  padding: clamp(40px, 6vw, 84px) 30px;
}
.ama-vista-vale {
  color: #12893a;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.ama-lens-gulf {
  margin-top: 24px;
  list-style: none;
}
.ama-echo-patch {
  padding: 22px 0;
  border-bottom: 1px solid #141d151a;
  gap: 28px;
  display: flex;
  align-items: baseline;
}
.ama-wedge-edge {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #616c63;
  font-size: 16px;
}
.ama-kern-gild {
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
  font-weight: 600;
}
.ama-cliff-edge {
  margin-left: auto;
  white-space: nowrap;
  color: #616c63;
  font-size: 15px;
}
.ama-isle-iris {
  margin: 0 auto;
  max-width: 832px;
  padding: clamp(52px, 7vw, 90px) 30px clamp(40px, 5vw, 64px);
}
.ama-shade-dome {
  font-weight: 600;
  letter-spacing: .08em;
  font-size: 15px;
  text-transform: uppercase;
  color: #12893a;
}
.ama-mesh-edge {
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-top: 18px;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
}
.ama-slope-stone {
  color: #616c63;
  max-width: 60ch;
  line-height: 1.55;
  margin-top: 20px;
  font-size: 19px;
}
.ama-patch-kern {
  border-radius: 16px;
  overflow: hidden;
  margin: clamp(30px, 4.5vw, 52px) 0 0;
}
.ama-patch-kern img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 21 / 10;
}
.ama-well-ledge {
  margin-top: clamp(30px, 4.5vw, 50px);
  max-width: 772px;
}
.ama-well-ledge > * + * {
  margin-top: 1.15em;
}
.ama-well-ledge h2 {
  font-weight: 600;
  font-size: 27px;
  margin-top: 1.9em;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.ama-well-ledge h3 {
  margin-top: 1.6em;
  font-size: 21px;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
}
.ama-well-ledge a {
  text-underline-offset: 3px;
  text-decoration: underline;
  color: #12893a;
}
.ama-well-ledge ul, .ama-well-ledge ol {
  padding-left: 1.3em;
}
.ama-well-ledge li + li {
  margin-top: .45em;
}
.ama-well-ledge blockquote {
  padding: .2em 0 .2em 1.1em;
  color: #616c63;
  border-left: 3px solid #159d42;
}
.ama-well-ledge code {
  background: #141d1514;
  font-size: .92em;
  border-radius: 5px;
  padding: .15em .4em;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
}
.ama-well-ledge pre {
  border-radius: 14px;
  overflow-x: auto;
  background: #141d150f;
  padding: 1em 1.2em;
}
.ama-well-ledge pre code {
  padding: 0;
  background: none;
}
.ama-well-ledge img {
  border-radius: 14px;
}
.ama-well-ledge table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
.ama-well-ledge th, .ama-well-ledge td {
  text-align: left;
  border-bottom: 1px solid #141d151f;
  padding: .6em .8em;
}
.ama-well-ledge th {
  font-weight: 600;
}
.ama-well-ledge hr {
  border: 0;
  border-top: 1px solid #141d151f;
}
.ama-lens-loft {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
  margin-top: 2.2em;
}
.ama-lens-loft span {
  border: 1px solid #141d1526;
  font-size: 14px;
  color: #616c63;
  border-radius: 999px;
  padding: 5px 14px;
}
.ama-trim-shard {
  margin-top: 2em;
  gap: 14px;
  font-size: 16px;
  color: #616c63;
  display: flex;
}
.ama-fern-sway {
  color: #141d15;
  font-weight: 600;
}
.ama-inlet-slate {
  background: #141d150d;
  margin-top: 1.6em;
  border-radius: 16px;
  padding: 24px;
  max-width: 772px;
}
.ama-mast-loop {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #12893a;
  font-size: 14px;
}
.ama-edge-kern {
  font-size: 16px;
  color: #616c63;
  margin-top: 8px;
}
.ama-weave-pitch {
  padding: clamp(52px, 7vw, 90px) 30px;
  margin: 0 auto;
  max-width: 980px;
}
.ama-shore-reed {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
}
.ama-wharf-cloak {
  color: #12893a;
  margin-left: 16px;
  vertical-align: super;
  font-size: .4em;
}
.ama-shore-path {
  font-size: 20px;
  margin: 2.2em 0 .6em;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  color: #616c63;
}
.ama-prow-rung {
  gap: 20px;
  border-bottom: 1px solid #141d151a;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
  padding: 20px 0;
}
.ama-prow-rung:hover .ama-bay-knoll {
  color: #12893a;
}
.ama-inlet-drift {
  display: block;
  min-width: 0;
}
.ama-prism-mesa {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #12893a;
  display: block;
}
.ama-bay-knoll {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: block;
}
.ama-bloc-cove {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #616c63;
}
.ama-stage-book {
  color: #616c63;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 15px;
}
.ama-axis-kern {
  color: #000000;
  background: #159d42;
  text-align: center;
  margin: 0 30px clamp(40px, 6vw, 72px);
  border-radius: 20px;
  padding: clamp(40px, 5.5vw, 72px) 30px;
}
.ama-pane-wall {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: clamp(1.8rem, 4.4vw, 3rem);
}
.ama-spar-patch {
  max-width: 46ch;
  opacity: .85;
  margin: 14px auto 0;
  font-size: 17px;
}
.ama-weave-front {
  gap: 10px;
  display: flex;
  max-width: 440px;
  margin: 26px auto 0;
  justify-content: center;
}
.ama-shelf-prism {
  left: -9999px;
  position: absolute;
}
.ama-gate-roost {
  border: 0;
  background: #000000;
  padding: 13px 18px;
  min-width: 0;
  border-radius: 999px;
  flex: 1;
  font-size: 17px;
  color: #159d42;
}
.ama-axis-kern .ama-wing-crumb {
  background: #141d15;
  color: #ffffff;
}
.ama-reed-hearth {
  padding-top: clamp(30px, 4vw, 56px);
}
.ama-banner-sway {
  line-height: 0.95;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: -0.045em;
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  font-size: clamp(3rem, 12.5vw, 10rem);
  padding: 0 30px;
  color: #141d1517;
}
.ama-rise-bay {
  padding: clamp(24px, 3.5vw, 44px) 30px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}
.ama-cliff-grove {
  max-width: 36ch;
  font-size: 16px;
  color: #616c63;
}
.ama-draft-cite {
  flex-wrap: wrap;
  font-size: 16px;
  gap: 8px 22px;
  justify-content: flex-end;
  display: flex;
}
.ama-draft-cite a {
  color: #616c63;
}
.ama-draft-cite a:hover {
  color: #141d15;
}
.ama-keel-lane {
  padding: 20px 30px 28px;
  border-top: 1px solid #141d1514;
}
.ama-stage-track {
  color: #616c63;
  font-size: 14px;
}
.ama-stage-track + .ama-stage-track {
  margin-top: 6px;
}

@media (max-width: 900px) {.ama-wade-onyx {
  grid-template-columns: repeat(2, 1fr);
}
.ama-wharf-patch {
  grid-template-columns: 1fr 1fr;
}
.ama-root-table, .ama-spur-reach {
  grid-template-columns: 1fr;
}
.ama-line-isle {
  grid-template-columns: 1fr;
}

}
@media (max-width: 640px) {body.ama-loft-crumb {
  padding: 6px;
}
.ama-dock-track {
  grid-template-columns: auto 1fr;
}
.ama-shade-loop {
  display: none;
}
.ama-wade-onyx {
  grid-template-columns: 1fr;
}
.ama-rise-bay {
  flex-direction: column;
}
.ama-draft-cite {
  justify-content: flex-start;
}
.ama-weave-front {
  flex-direction: column;
}
.ama-prow-rung {
  flex-direction: column;
  gap: 6px;
}

}.ama-mold-hedge {
  margin: 0 auto;
  max-width: 1202px;
  color: #141d15;
  padding: 26px 0 28px;
}
.ama-mold-hedge h1, .ama-mold-hedge h2, .ama-mold-hedge h3, .ama-mold-hedge strong {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.ama-mold-hedge h1 {
  font-weight: 700;
  text-wrap: balance;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: -0.035em;
  line-height: 1.04;
}
.ama-field-sill {
  flex-wrap: wrap;
  color: #616c63;
  margin-bottom: 20px;
  font-size: 15px;
  align-items: center;
  gap: 8px;
  display: flex;
}
.ama-field-sill a {
  text-decoration-line: none;
  color: #141d15;
}
.ama-field-sill a:hover {
  color: #12893a;
}
.ama-isle-vale {
  max-width: 872px;
}
.ama-keel-fold {
  max-width: 64ch;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 21px;
  color: #616c63;
}
.ama-ridge-fold {
  letter-spacing: .06em;
  background-color: #141d1514;
  display: inline-flex;
  padding: 5px 11px;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 999px;
  text-transform: uppercase;
  color: #12893a;
}
.ama-point-verge {
  display: flex;
  color: #141d15;
  margin-top: 16px;
  align-items: center;
  font-size: 16px;
  gap: 11px;
}
.ama-point-verge strong {
  display: block;
  font-weight: 700;
}
.ama-point-verge small {
  font-size: 15px;
  display: block;
  color: #616c63;
  margin-top: 1px;
}
.ama-draft-pine {
  border: 1px solid #141d1535;
  height: 38px;
  font-weight: 800;
  border-radius: 50%;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #141d150d;
  display: inline-flex;
  align-items: center;
  flex: 0 0 38px;
  justify-content: center;
  color: #141d15;
  width: 38px;
}
.ama-flank-coil {
  background-color: #141d1524;
  height: 1px;
  margin: 28px 0;
}
.ama-vale-terra {
  border: 1px solid #141d1524;
  border-radius: 10px;
  overflow: hidden;
  background-color: #141d1508;
}
.ama-vale-terra img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-height: 520px;
}
.ama-wedge-delta {
  font-size: 19px;
  min-width: 0;
  line-height: 1.74;
}
.ama-wedge-delta h2 {
  letter-spacing: -.02em;
  font-size: clamp(25px, 3vw, 31px);
  scroll-margin-top: 96px;
  text-wrap: balance;
  margin: 28px 0 9px;
  line-height: 1.18;
  font-weight: 700;
}
.ama-wedge-delta h3 {
  margin: 22px 0 8px;
  font-size: 23px;
  line-height: 1.25;
}
.ama-wedge-delta p {
  margin: 14px 0;
}
.ama-wedge-delta a {
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  color: #12893a;
}
.ama-wedge-delta :is(ul, ol) {
  margin: 14px 0 14px 22px;
}
.ama-wedge-delta li {
  margin: 4px 0;
}
.ama-wedge-delta blockquote {
  border-left: 3px solid #159d42;
  padding: 3px 0 3px 14px;
  color: #616c63;
  margin: 19px 0;
}
.ama-wedge-delta table {
  max-width: 100%;
  display: block;
  width: 100%;
  margin: 20px 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 17px;
}
.ama-wedge-delta :is(th, td) {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #141d1524;
}
.ama-wedge-delta th {
  color: #141d15;
  font-weight: 700;
}
.ama-wedge-delta tbody tr:nth-child(even) {
  background-color: #141d1508;
}
.ama-wedge-delta code {
  background-color: #141d1510;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'SF Mono', Consolas, Menlo, monospace;
}
.ama-wedge-delta pre {
  max-width: 100%;
  overflow: auto;
}
.ama-wedge-delta .ama-hold-rise {
  display: inline-block;
}
.ama-wedge-delta img {
  width: 100%;
  margin: 22px 0;
  border-radius: 8px;
}
.ama-vista-frame > strong {
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: .03em;
  display: block;
  color: #141d15;
}
.ama-vista-frame :is(ul, ol) {
  padding: 0;
  list-style: none;
  margin: 0;
}
.ama-vista-frame li + li {
  margin-top: 3px;
}
.ama-vista-frame a {
  font-size: 15px;
  line-height: 1.4;
  color: #616c63;
  text-decoration-line: none;
  padding: 5px 0;
  gap: 8px;
  display: flex;
}
.ama-vista-frame a:hover {
  color: #12893a;
}
.ama-vista-frame a span {
  font-variant-numeric: tabular-nums;
  color: #616c63;
}
.ama-rose-kern {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ama-rose-kern > span {
  font-size: 14px;
  color: #616c63;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-right: 2px;
  font-weight: 700;
}
.ama-rose-kern a {
  border: 1px solid #141d1530;
  display: inline-flex;
  font-size: 14px;
  border-radius: 50%;
  height: 34px;
  color: #141d15;
  text-decoration-line: none;
  width: 34px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
}
.ama-rose-kern a:hover {
  border-color: #159d42;
  background-color: #141d1510;
}
.ama-pane-shard {
  border: 1px solid #141d1530;
  display: inline-flex;
  font-size: 15px;
  border-radius: 6px;
  color: #141d15;
  margin-top: 14px;
  text-decoration-line: none;
  font-weight: 700;
  padding: 7px 11px;
}
.ama-spar-coast {
  max-width: 902px;
  margin: 42px auto 0;
}
.ama-cove-lens {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.ama-cove-lens span {
  border: 1px solid #141d1527;
  font-size: 14px;
  border-radius: 999px;
  color: #616c63;
  padding: 4px 10px;
}
.ama-brim-flank {
  display: flex;
  padding: 17px 0;
  align-items: flex-start;
  gap: 13px;
  border-top: 1px solid #141d1535;
  border-bottom: 1px solid #141d1524;
}
.ama-brim-flank small {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  color: #616c63;
  display: block;
  letter-spacing: .09em;
}
.ama-brim-flank strong {
  display: block;
  margin-top: 2px;
  font-size: 19px;
}
.ama-brim-flank p {
  color: #616c63;
  font-size: 16px;
  margin-top: 2px;
}
.ama-arc-bolt {
  margin-top: 28px;
}
.ama-arc-bolt h2 {
  margin-bottom: 14px;
  font-size: 23px;
}
.ama-arc-bolt > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ama-arc-bolt a {
  padding-top: 10px;
  text-decoration-line: none;
  border-top: 2px solid #141d15;
  color: #141d15;
}
.ama-arc-bolt a:hover strong {
  color: #12893a;
}
.ama-arc-bolt small {
  color: #616c63;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: block;
}
.ama-arc-bolt strong {
  display: block;
  line-height: 1.3;
  margin-top: 4px;
  font-size: 17px;
}

@media (max-width: 700px) {.ama-mold-hedge {
  padding-top: 14px;
}
.ama-mold-hedge h1 {
  font-size: clamp(31px, 10vw, 46px);
}
.ama-arc-bolt > div {
  grid-template-columns: 1fr;
}
.ama-arc-bolt a {
  padding-bottom: 8px;
}

}.ama-dock-tarn {
  max-width: 1192px;
}
.ama-mesh-atlas {
  max-width: 862px;
  margin-top: 20px;
}
.ama-mesh-atlas h1 {
  font-size: clamp(35px, 7vw, 72px);
}
.ama-weave-vista {
  margin-top: 28px;
  align-items: start;
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(180px, 3fr);
  gap: 42px;
}
.ama-lens-bloc {
  max-width: 100%;
  min-width: 0;
}
.ama-lens-bloc > .ama-vale-terra {
  margin-bottom: 20px;
}
.ama-lens-bloc > .ama-keel-fold {
  font-size: 18px;
}
.ama-flag-chip {
  position: sticky;
  top: 92px;
}
.ama-flag-chip .ama-rose-kern {
  border-top: 1px solid #141d1525;
  padding-top: 14px;
  margin-top: 19px;
}

@media (max-width: 820px) {.ama-weave-vista {
  flex-direction: column;
  display: flex;
  gap: 18px;
}
.ama-flag-chip {
  order: -1;
  width: 100%;
  position: static;
}
.ama-flag-chip .ama-vista-frame {
  display: none;
}
.ama-flag-chip .ama-rose-kern {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

}

@media (max-width: 640px) {
  body:is(.ama-scale-lens, .ama-loft-crumb, .ama-line-hull) nav a, body:is(.ama-scale-lens, .ama-loft-crumb, .ama-line-hull) header a {
    min-width: 24px; min-height: 24px; display: inline-flex;
    align-items: center; justify-content: center;
  }
  body:is(.ama-scale-lens, .ama-loft-crumb, .ama-line-hull) a:not(:is(p, li, td, th, dd, figcaption, blockquote) a):not(nav a):not(header a) {
    padding-block: 6px;
  }
  body:is(.ama-scale-lens, .ama-loft-crumb, .ama-line-hull) :is(input, select, button, summary) {
    min-width: 24px; min-height: 24px;
  }
}
