* {
  box-sizing: border-box;
  padding: 0;
  margin: 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 adg_flow_slate {from {
  opacity: 0;
  transform: translateY(30px);
}
to {
  transform: none;
  opacity: 1;
}
 }.adg_iris_post {
  animation: adg_flow_slate .9s cubic-bezier(.2, .7, .2, 1) both;
}
.adg_wave_track {
  animation: adg_flow_slate .9s cubic-bezier(.2, .7, .2, 1) .14s both;
}

  @supports (animation-timeline: view()) {.adg_quill_echo, .adg_keel_tide, .adg_path_amber, .adg_pine_spool, .adg_track_edge {
  animation: adg_flow_slate linear both;
  animation-timeline: view();
  animation-range: entry 0% entry 38%;
}

  }
}body.adg_tarn_cloak {
  overflow-x: hidden;
  background: #16202a;
  color: #16202a;
  font-size: 17px;
  text-rendering: optimizeLegibility;
  padding: 10px;
  line-height: 1.74;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.adg_keel_flow {
  color: #16202a;
  background: #ffffff;
  overflow: hidden;
  border-radius: 19px;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid #3868c9;
  outline-offset: 3px;
}
.adg_cove_spar {
  left: -9999px;
  background: #3868c9;
  position: absolute;
  top: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 18px;
  z-index: 100;
}
.adg_cove_spar:focus {
  left: 0;
}
.adg_scope_zone {
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  display: grid;
  padding: 22px 30px;
  align-items: center;
}
.adg_dock_fold {
  gap: 24px;
  display: flex;
}
.adg_dock_fold a {
  color: #616e7e;
  font-size: 15px;
}
.adg_dock_fold a:hover {
  color: #16202a;
}
.adg_slope_notch {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: 0;
}
.adg_slope_notch > * {
  max-width: 100%;
  display: block;
}
.adg_ember_pine {
  border: 1px solid #16202a2e;
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 500;
  white-space: nowrap;
  color: #16202a;
  justify-self: end;
  font-size: 14px;
}
a.adg_ember_pine:hover {
  color: #3868c9;
  border-color: #3868c9;
}
.adg_edge_post {
  border: 0;
  color: #ffffff;
  border-radius: 999px;
  transition: background .2s ease;
  font-weight: 500;
  display: inline-flex;
  font-size: 16px;
  background: #16202a;
  padding: 13px 28px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.adg_edge_post:hover {
  background: #3868c9;
  color: #ffffff;
}
.adg_loop_roost {
  padding: clamp(72px, 12vw, 168px) 30px clamp(40px, 6vw, 84px);
  text-align: center;
}
.adg_iris_post {
  line-height: 0.98;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(3rem, 10.5vw, 7.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}
.adg_wave_track {
  max-width: 52ch;
  color: #616e7e;
  font-size: 18px;
  margin: 28px auto 0;
}
.adg_patch_hall {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
  padding: clamp(16px, 3vw, 40px) 30px;
}
.adg_path_amber {
  position: relative;
  border-radius: 13px;
  display: block;
  overflow: hidden;
}
.adg_path_amber img {
  width: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  aspect-ratio: 16 / 10;
}
.adg_path_amber:hover img {
  transform: scale(1.03);
}
.adg_cliff_cove {
  padding: 26px 22px 18px;
  font-weight: 600;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 17px;
  position: absolute;
  background: linear-gradient(to top, #16202ac9, transparent);
}
.adg_hull_cove {
  display: grid;
  padding: clamp(48px, 7vw, 96px) 30px clamp(24px, 4vw, 56px);
  align-items: start;
  gap: 30px;
  grid-template-columns: 1fr 1.4fr;
}
.adg_arc_slate {
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}
.adg_hold_vale {
  line-height: 1.5;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  color: #616e7e;
  max-width: 56ch;
}
.adg_cite_banner {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
  padding: clamp(24px, 4vw, 56px) 30px;
}
.adg_pine_spool {
  gap: 8px;
  border-top: 1px solid #16202a26;
  display: flex;
  padding-top: 14px;
  flex-direction: column;
}
.adg_pane_oak {
  font-size: 14px;
  color: #616e7e;
}
.adg_pine_reed {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.adg_haven_card {
  padding: clamp(32px, 5vw, 72px) 30px;
}
.adg_keel_tide {
  padding: clamp(28px, 4vw, 56px) 0;
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1.1fr;
}
.adg_keel_tide + .adg_keel_tide {
  border-top: 1px solid #16202a1a;
}
.adg_verge_pine {
  direction: rtl;
}
.adg_verge_pine > * {
  direction: ltr;
}
.adg_shard_dome {
  min-width: 0;
  display: block;
}
.adg_spar_knoll {
  display: block;
  font-weight: 600;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
}
.adg_keel_tide:hover .adg_spar_knoll {
  color: #3868c9;
}
.adg_slope_ward {
  line-height: 1.6;
  margin-top: 18px;
  max-width: 52ch;
  font-size: 17px;
  color: #616e7e;
  display: block;
}
.adg_cite_dome {
  font-size: 14px;
  color: #616e7e;
  margin-top: 16px;
  display: block;
}
.adg_wall_tarn {
  display: block;
  overflow: hidden;
  border-radius: 13px;
}
.adg_wall_tarn img {
  object-fit: cover;
  width: 100%;
  transition: transform .35s ease;
  aspect-ratio: 4 / 3;
}
.adg_keel_tide:hover .adg_wall_tarn img {
  transform: scale(1.03);
}
.adg_pier_mold {
  padding: clamp(24px, 4vw, 56px) 30px;
}
.adg_tide_plot {
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.adg_quill_echo {
  display: block;
  min-width: 0;
}
.adg_pond_pier {
  background: linear-gradient(150deg, #3868c92b, #a5bfef38 60%, #16202a14);
  border-radius: 13px;
  aspect-ratio: 4 / 5;
  display: block;
  overflow: hidden;
}
.adg_pond_pier img {
  width: 100%;
  transition: transform .35s ease;
  height: 100%;
  object-fit: cover;
}
.adg_quill_echo:hover img {
  transform: scale(1.04);
}
.adg_spine_shard {
  color: #3868c9;
  display: flex;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.adg_quill_card {
  display: block;
  padding: 18px 4px 0;
}
.adg_vane_pane {
  line-height: 1.3;
  font-size: 18px;
  display: block;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.adg_quill_echo:hover .adg_vane_pane {
  color: #3868c9;
}
.adg_scale_prism {
  font-size: 14px;
  display: block;
  color: #616e7e;
  margin-top: 6px;
}
.adg_mesh_stone {
  text-align: center;
  margin-top: clamp(28px, 4vw, 44px);
}
.adg_bay_shade {
  padding: clamp(40px, 6vw, 84px) 30px;
}
.adg_delta_board {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .12em;
  color: #3868c9;
}
.adg_plane_mill {
  margin-top: 24px;
  list-style: none;
}
.adg_track_edge {
  display: flex;
  border-bottom: 1px solid #16202a1a;
  gap: 28px;
  align-items: baseline;
  padding: 22px 0;
}
.adg_zone_vein {
  color: #616e7e;
  font-size: 15px;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
}
.adg_mesh_harbor {
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
  letter-spacing: -0.02em;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}
.adg_trace_reed {
  color: #616e7e;
  white-space: nowrap;
  margin-left: auto;
  font-size: 14px;
}
.adg_rise_ember {
  margin: 0 auto;
  max-width: 804px;
  padding: clamp(52px, 7vw, 90px) 30px clamp(40px, 5vw, 64px);
}
.adg_spur_stage {
  font-weight: 600;
  letter-spacing: .08em;
  font-size: 14px;
  color: #3868c9;
  text-transform: uppercase;
}
.adg_crest_ridge {
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  line-height: 1.05;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  margin-top: 18px;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.adg_path_strand {
  font-size: 18px;
  max-width: 60ch;
  color: #616e7e;
  margin-top: 20px;
  line-height: 1.55;
}
.adg_tide_notch {
  margin: clamp(30px, 4.5vw, 52px) 0 0;
  border-radius: 13px;
  overflow: hidden;
}
.adg_tide_notch img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 21 / 10;
}
.adg_ridge_gate {
  max-width: 744px;
  margin-top: clamp(30px, 4.5vw, 50px);
}
.adg_ridge_gate > * + * {
  margin-top: 1.15em;
}
.adg_ridge_gate h2 {
  font-size: 26px;
  font-weight: 600;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  margin-top: 1.9em;
  line-height: 1.18;
  letter-spacing: -0.025em;
}
.adg_ridge_gate h3 {
  font-size: 20px;
  margin-top: 1.6em;
  font-weight: 600;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
}
.adg_ridge_gate a {
  color: #3868c9;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.adg_ridge_gate ul, .adg_ridge_gate ol {
  padding-left: 1.3em;
}
.adg_ridge_gate li + li {
  margin-top: .45em;
}
.adg_ridge_gate blockquote {
  padding: .2em 0 .2em 1.1em;
  border-left: 3px solid #3868c9;
  color: #616e7e;
}
.adg_ridge_gate code {
  font-size: .92em;
  border-radius: 5px;
  padding: .15em .4em;
  background: #16202a14;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
}
.adg_ridge_gate pre {
  overflow-x: auto;
  padding: 1em 1.2em;
  background: #16202a0f;
  border-radius: 11px;
}
.adg_ridge_gate pre code {
  padding: 0;
  background: none;
}
.adg_ridge_gate img {
  border-radius: 11px;
}
.adg_ridge_gate table {
  font-size: 15px;
  border-collapse: collapse;
  width: 100%;
}
.adg_ridge_gate th, .adg_ridge_gate td {
  border-bottom: 1px solid #16202a1f;
  text-align: left;
  padding: .6em .8em;
}
.adg_ridge_gate th {
  font-weight: 600;
}
.adg_ridge_gate hr {
  border: 0;
  border-top: 1px solid #16202a1f;
}
.adg_gild_gild {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.2em;
  gap: 10px;
}
.adg_gild_gild span {
  border: 1px solid #16202a26;
  padding: 5px 14px;
  color: #616e7e;
  font-size: 13px;
  border-radius: 999px;
}
.adg_table_hall {
  color: #616e7e;
  gap: 14px;
  margin-top: 2em;
  font-size: 15px;
  display: flex;
}
.adg_porch_keel {
  color: #16202a;
  font-weight: 600;
}
.adg_hold_slab {
  margin-top: 1.6em;
  border-radius: 13px;
  background: #16202a0d;
  max-width: 744px;
  padding: 24px;
}
.adg_spur_spur {
  color: #3868c9;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: 600;
}
.adg_amber_roost {
  margin-top: 8px;
  font-size: 15px;
  color: #616e7e;
}
.adg_spur_zone {
  max-width: 980px;
  padding: clamp(52px, 7vw, 90px) 30px;
  margin: 0 auto;
}
.adg_shore_slope {
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  letter-spacing: -0.04em;
}
.adg_scope_rung {
  vertical-align: super;
  font-size: .4em;
  margin-left: 16px;
  color: #3868c9;
}
.adg_cove_row {
  font-weight: 600;
  color: #616e7e;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  font-size: 19px;
  margin: 2.2em 0 .6em;
}
.adg_brick_lane {
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid #16202a1a;
}
.adg_brick_lane:hover .adg_grove_zone {
  color: #3868c9;
}
.adg_oak_row {
  display: block;
  min-width: 0;
}
.adg_field_fleet {
  letter-spacing: .1em;
  color: #3868c9;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.adg_grove_zone {
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 19px;
  display: block;
  margin-top: 5px;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
}
.adg_tide_orbit {
  margin-top: 4px;
  font-size: 15px;
  display: block;
  color: #616e7e;
}
.adg_ward_tile {
  font-size: 14px;
  white-space: nowrap;
  color: #616e7e;
  flex-shrink: 0;
}
.adg_isle_quill {
  border-radius: 17px;
  padding: clamp(40px, 5.5vw, 72px) 30px;
  background: #3868c9;
  color: #ffffff;
  text-align: center;
  margin: 0 30px clamp(40px, 6vw, 72px);
}
.adg_tarn_flag {
  font-weight: 600;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  letter-spacing: -0.03em;
}
.adg_shard_hedge {
  opacity: .85;
  font-size: 16px;
  margin: 14px auto 0;
  max-width: 46ch;
}
.adg_brace_head {
  max-width: 440px;
  gap: 10px;
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
}
.adg_point_patch {
  position: absolute;
  left: -9999px;
}
.adg_pitch_well {
  border: 0;
  border-radius: 999px;
  flex: 1;
  background: #ffffff;
  padding: 13px 18px;
  min-width: 0;
  color: #3868c9;
  font-size: 16px;
}
.adg_isle_quill .adg_edge_post {
  background: #16202a;
  color: #ffffff;
}
.adg_ember_sway {
  padding-top: clamp(30px, 4vw, 56px);
}
.adg_fleet_trim {
  color: #16202a17;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  overflow: hidden;
  padding: 0 30px;
  white-space: nowrap;
  letter-spacing: -0.045em;
  line-height: 0.95;
  font-weight: 600;
  font-size: clamp(3rem, 12.5vw, 10rem);
}
.adg_onyx_pane {
  padding: clamp(24px, 3.5vw, 44px) 30px;
  justify-content: space-between;
  gap: 28px;
  display: flex;
}
.adg_rail_tile {
  color: #616e7e;
  font-size: 15px;
  max-width: 36ch;
}
.adg_brim_wave {
  gap: 8px 22px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: flex-end;
}
.adg_brim_wave a {
  color: #616e7e;
}
.adg_brim_wave a:hover {
  color: #16202a;
}
.adg_track_lane {
  padding: 20px 30px 28px;
  border-top: 1px solid #16202a14;
}
.adg_edge_vale {
  color: #616e7e;
  font-size: 13px;
}
.adg_edge_vale + .adg_edge_vale {
  margin-top: 6px;
}

@media (max-width: 900px) {.adg_tide_plot {
  grid-template-columns: repeat(2, 1fr);
}
.adg_cite_banner {
  grid-template-columns: 1fr 1fr;
}
.adg_hull_cove, .adg_keel_tide {
  grid-template-columns: 1fr;
}
.adg_patch_hall {
  grid-template-columns: 1fr;
}

}
@media (max-width: 640px) {body.adg_tarn_cloak {
  padding: 6px;
}
.adg_scope_zone {
  grid-template-columns: auto 1fr;
}
.adg_dock_fold {
  display: none;
}
.adg_tide_plot {
  grid-template-columns: 1fr;
}
.adg_onyx_pane {
  flex-direction: column;
}
.adg_brim_wave {
  justify-content: flex-start;
}
.adg_brace_head {
  flex-direction: column;
}
.adg_brick_lane {
  flex-direction: column;
  gap: 6px;
}

}.adg_wade_wedge {
  margin: 0 auto;
  color: #16202a;
  max-width: 1174px;
  padding: 26px 0 28px;
}
.adg_wade_wedge h1, .adg_wade_wedge h2, .adg_wade_wedge h3, .adg_wade_wedge strong {
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
}
.adg_wade_wedge h1 {
  font-size: clamp(31px, 5vw, 51px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 700;
  text-wrap: balance;
}
.adg_board_pier {
  flex-wrap: wrap;
  color: #616e7e;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.adg_board_pier a {
  text-decoration-line: none;
  color: #16202a;
}
.adg_board_pier a:hover {
  color: #3868c9;
}
.adg_hill_cape {
  max-width: 844px;
}
.adg_range_porch {
  font-size: 20px;
  color: #616e7e;
  max-width: 64ch;
  margin-top: 10px;
  line-height: 1.5;
}
.adg_hall_spur {
  text-transform: uppercase;
  border-radius: 999px;
  letter-spacing: .06em;
  padding: 5px 11px;
  color: #3868c9;
  display: inline-flex;
  background-color: #16202a14;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
}
.adg_book_shard {
  display: flex;
  font-size: 15px;
  margin-top: 16px;
  color: #16202a;
  align-items: center;
  gap: 11px;
}
.adg_book_shard strong {
  font-weight: 700;
  display: block;
}
.adg_book_shard small {
  display: block;
  font-size: 14px;
  color: #616e7e;
  margin-top: 1px;
}
.adg_seam_hull {
  border: 1px solid #16202a35;
  width: 38px;
  font-family: Avenir, 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  height: 38px;
  color: #16202a;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  display: inline-flex;
  border-radius: 50%;
  flex: 0 0 38px;
  background-color: #16202a0d;
}
.adg_stem_loop {
  background-color: #16202a24;
  height: 1px;
  margin: 28px 0;
}
.adg_head_stone {
  border: 1px solid #16202a24;
  border-radius: 7px;
  background-color: #16202a08;
  overflow: hidden;
}
.adg_head_stone img {
  aspect-ratio: 16 / 9;
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}
.adg_moor_wall {
  font-size: 18px;
  line-height: 1.82;
  min-width: 0;
}
.adg_moor_wall h2 {
  font-size: clamp(24px, 3vw, 30px);
  margin: 28px 0 9px;
  text-wrap: balance;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -.02em;
  scroll-margin-top: 96px;
}
.adg_moor_wall h3 {
  font-size: 22px;
  margin: 22px 0 8px;
  line-height: 1.25;
}
.adg_moor_wall p {
  margin: 14px 0;
}
.adg_moor_wall a {
  text-decoration-line: underline;
  text-underline-offset: 3px;
  color: #3868c9;
  text-decoration-thickness: 1px;
}
.adg_moor_wall :is(ul, ol) {
  margin: 14px 0 14px 22px;
}
.adg_moor_wall li {
  margin: 4px 0;
}
.adg_moor_wall blockquote {
  border-left: 3px solid #3868c9;
  color: #616e7e;
  margin: 19px 0;
  padding: 3px 0 3px 14px;
}
.adg_moor_wall table {
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 20px 0;
  border-collapse: collapse;
  overflow-x: auto;
}
.adg_moor_wall :is(th, td) {
  border-bottom: 1px solid #16202a24;
  padding: 10px 12px;
  text-align: left;
}
.adg_moor_wall th {
  font-weight: 700;
  color: #16202a;
}
.adg_moor_wall tbody tr:nth-child(even) {
  background-color: #16202a08;
}
.adg_moor_wall code {
  background-color: #16202a10;
  font-family: 'SF Mono', Consolas, Menlo, monospace;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
}
.adg_moor_wall pre {
  overflow: auto;
  max-width: 100%;
}
.adg_moor_wall .adg_line_iris {
  display: inline-block;
}
.adg_moor_wall img {
  margin: 22px 0;
  border-radius: 5px;
  width: 100%;
}
.adg_cell_draft > strong {
  color: #16202a;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: .03em;
}
.adg_cell_draft :is(ul, ol) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adg_cell_draft li + li {
  margin-top: 3px;
}
.adg_cell_draft a {
  line-height: 1.4;
  gap: 8px;
  color: #616e7e;
  padding: 5px 0;
  display: flex;
  font-size: 14px;
  text-decoration-line: none;
}
.adg_cell_draft a:hover {
  color: #3868c9;
}
.adg_cell_draft a span {
  font-variant-numeric: tabular-nums;
  color: #616e7e;
}
.adg_body_scale {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
  align-items: center;
}
.adg_body_scale > span {
  font-size: 13px;
  font-weight: 700;
  margin-right: 2px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #616e7e;
}
.adg_body_scale a {
  border: 1px solid #16202a30;
  border-radius: 50%;
  height: 34px;
  justify-content: center;
  display: inline-flex;
  width: 34px;
  color: #16202a;
  align-items: center;
  font-weight: 800;
  font-size: 13px;
  text-decoration-line: none;
}
.adg_body_scale a:hover {
  background-color: #16202a10;
  border-color: #3868c9;
}
.adg_stack_path {
  border: 1px solid #16202a30;
  border-radius: 3px;
  font-size: 14px;
  display: inline-flex;
  margin-top: 14px;
  color: #16202a;
  padding: 7px 11px;
  font-weight: 700;
  text-decoration-line: none;
}
.adg_ring_harbor {
  margin: 42px auto 0;
  max-width: 874px;
}
.adg_cue_cloak {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.adg_cue_cloak span {
  border: 1px solid #16202a27;
  padding: 4px 10px;
  font-size: 13px;
  color: #616e7e;
  border-radius: 999px;
}
.adg_shore_point {
  align-items: flex-start;
  gap: 13px;
  padding: 17px 0;
  display: flex;
  border-top: 1px solid #16202a35;
  border-bottom: 1px solid #16202a24;
}
.adg_shore_point small {
  color: #616e7e;
  font-weight: 700;
  display: block;
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.adg_shore_point strong {
  font-size: 18px;
  display: block;
  margin-top: 2px;
}
.adg_shore_point p {
  color: #616e7e;
  font-size: 15px;
  margin-top: 2px;
}
.adg_cue_stack {
  margin-top: 28px;
}
.adg_cue_stack h2 {
  margin-bottom: 14px;
  font-size: 22px;
}
.adg_cue_stack > div {
  gap: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.adg_cue_stack a {
  color: #16202a;
  border-top: 2px solid #16202a;
  text-decoration-line: none;
  padding-top: 10px;
}
.adg_cue_stack a:hover strong {
  color: #3868c9;
}
.adg_cue_stack small {
  letter-spacing: .08em;
  color: #616e7e;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.adg_cue_stack strong {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.3;
  display: block;
}

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

}.adg_hearth_terra {
  max-width: 1174px;
}
.adg_brick_hearth {
  margin: 42px auto 0;
  text-align: center;
  max-width: 844px;
}
.adg_brick_hearth .adg_range_porch {
  margin-right: auto;
  margin-left: auto;
}
.adg_brick_hearth .adg_book_shard {
  text-align: left;
  justify-content: center;
}
.adg_brick_hearth .adg_head_stone {
  margin-top: 28px;
}
.adg_oak_rise {
  margin-top: 42px;
  grid-template-columns: minmax(0, 744px) 240px;
  display: grid;
  align-items: start;
  gap: 42px;
}
.adg_oak_rise.adg_prow_cell {
  justify-content: center;
  grid-template-columns: minmax(0, 744px);
}
.adg_hold_chip {
  top: 92px;
  position: sticky;
}
.adg_hold_chip .adg_cell_draft {
  border: 1px solid #16202a2a;
  border-radius: 5px;
  padding: 14px;
  background-color: #16202a08;
}

@media (max-width: 900px) {.adg_oak_rise {
  grid-template-columns: 1fr;
  margin-left: auto;
  max-width: 744px;
  margin-right: auto;
}
.adg_hold_chip {
  display: none;
}

}

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