@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url(/assets/fonts/manrope-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(/assets/fonts/dm-sans-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --accent: #0891b2;
  --heading-font: 'Manrope', system-ui, sans-serif;
  --pale: #eef6f9;
  --ink: #12333d;
  --accent-text: #077995;
  --muted: #4a7a88;
  --line: #4a7a8840;
  --body-font: 'DM Sans', system-ui, sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-padding-top:24px;
  scroll-behavior:smooth;
}
body {
  color:var(--ink);
  margin:0;
  background:#fff;
  font:17px/1.65 var(--body-font);
}
a {
  text-decoration:none;
  color:inherit;
}
button,input {
  font:inherit;
}
button {
  cursor:pointer;
}
img {
  max-width:100%;
  display:block;
}
[hidden] {
  display:none!important;
}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible {
  outline:3px solid var(--accent);
  outline-offset:4px;
}
h1,h2,h3,p {
  margin:0;
}
h1,h2,h3 {
  font-family:var(--heading-font,Georgia,serif);
  letter-spacing:-.035em;
  line-height:1.08;
}
.edj_oak_fold {
  margin-inline:auto;
  width:min(1320px,calc(100% - 88px));
}
.edj_crest_bay {
  font:600 10px/1.4 var(--body-font);
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--accent-text);
}
.edj_wing_lens {
  position:absolute;
  z-index:20;
  left:14px;
  background:#fff;
  top:-80px;
  padding:14px;
}
.edj_wing_lens:focus {
  top:12px;
}
.edj_forge_point {
  display:flex;
  gap:15px;
  min-height:76px;
  border-bottom:1px solid var(--line);
  align-items:center;
}
.edj_flow_fable {
  align-items:center;
  width:44px;
  flex:none;
  height:44px;
  display:flex;
  justify-content:center;
}
.edj_flow_fable img {
  object-fit:contain;
  height:37px;
  width:37px;
}
.edj_forge_point p {
  color:var(--muted);
  font:12px/1.5 var(--body-font);
}
.edj_forge_point nav {
  align-items:center;
  gap:27px;
  display:flex;
  font:600 11px var(--body-font);
  margin-left:auto;
}
.edj_forge_point nav a {
  display:flex;
  min-height:44px;
  align-items:center;
}
.edj_forge_point a:hover {
  color:var(--accent-text);
}
.edj_flank_prism {
  display:block;
  padding:19px 0 22px;
  border-bottom:6px solid var(--ink);
}
.edj_flank_prism h1,.edj_flank_prism>span {
  display:block;
  letter-spacing: -.04em;
  font:750 clamp(52px,8.8vw,126px)/1.04 var(--heading-font);
}
.edj_post_delta {
  padding:16px 0 0;
}
.edj_gild_crumb {
  gap:30px;
  justify-content:space-between;
  display:flex;
  align-items:center;
}
.edj_porch_hill {
  position:relative;
  grid-template-columns:1fr 22px;
  width:440px;
  display:grid;
}
.edj_porch_hill>span {
  grid-column:1/-1;
  color:var(--muted);
  margin-bottom:5px;
  font:10px var(--body-font);
}
.edj_porch_hill input {
  border:0;
  padding:8px 28px 9px 0;
  font:14px var(--body-font);
  color:var(--ink);
  grid-column:1/-1;
  background:#fff;
  min-height:44px;
  border-radius:0;
  border-bottom:1px solid var(--ink);
  width:100%;
}
.edj_porch_hill svg {
  position:absolute;
  width:20px;
  pointer-events:none;
  height:20px;
  bottom:13px;
  right:0;
}
.edj_porch_hill:focus-within input {
  border-color:var(--accent);
}
.edj_verge_roost {
  display:flex;
  border-bottom:1px solid var(--ink);
  flex-wrap:wrap;
  margin-top:17px;
  gap:0 28px;
}
.edj_verge_roost button {
  border:0;
  gap:9px;
  font:600 12px var(--body-font);
  align-items:center;
  color:var(--muted);
  background:#fff;
  display:flex;
  min-height:48px;
  padding:12px 0;
  border-bottom:3px solid transparent;
}
.edj_verge_roost small {
  margin-top:0;
  align-self:flex-start;
  opacity:.8;
  font-size:9px;
  font-weight:400;
}
.edj_verge_roost button[aria-pressed=true] {
  color:var(--accent-text);
  border-color:var(--accent);
}
.edj_verge_roost button:hover {
  color:var(--ink);
}
.edj_cliff_head {
  border-bottom:1px solid var(--ink);
  padding:23px 0 37px;
}
.edj_zone_echo {
  align-items:start;
  margin-bottom:20px;
  gap:30px;
  justify-content:space-between;
  display:flex;
}
.edj_zone_echo>span:last-child {
  max-width:450px;
  text-align:right;
  font:12px/1.55 var(--body-font);
  color:var(--muted);
}
.edj_wave_mesh {
  gap:36px;
  grid-template-columns:1.9fr 1fr;
  display:grid;
}
.edj_flint_slate {
  display:block;
  padding-bottom:2px;
  position:relative;
}
.edj_slate_trail {
  overflow:hidden;
  background:var(--pale);
  height:450px;
}
.edj_slate_trail img {
  height:100%;
  width:100%;
  transition:transform .5s;
  object-fit:cover;
}
.edj_flint_slate:hover img {
  transform:scale(1.025);
}
.edj_card_arc {
  width:86%;
  margin-top:-124px;
  padding:23px 25px 0 0;
  position:relative;
  min-height:144px;
  background:#fff;
}
.edj_card_arc h2 {
  margin:11px 0 17px;
  letter-spacing: -.028em;
  font-weight: 650;
  line-height: 1.14;
  font-size: 41px;
}
.edj_slab_stack {
  align-items:center;
  min-height:44px;
  color:var(--accent-text);
  font:600 11px var(--body-font);
  display:flex;
  gap:35px;
}
.edj_slab_stack>span {
  font-size:20px;
  font-weight:400;
}
.edj_moor_vista {
  display:flex;
  flex-direction:column;
  gap:24px;
}
.edj_loft_hill {
  align-items:start;
  display:grid;
  gap:21px;
  padding-top:18px;
  grid-template-columns:1fr 104px;
  border-top:3px solid var(--ink);
}
.edj_loft_hill:last-child {
  border-top:1px solid var(--line);
  padding-top:22px;
}
.edj_loft_hill h2 {
  font-weight: 650;
  font-size: 26px;
  line-height: 1.22;
  margin-top:12px;
  letter-spacing: -.028em;
}
.edj_loft_hill>img {
  height:126px;
  object-fit:cover;
  margin-top:5px;
  width:104px;
}
.edj_loft_hill:nth-child(2) {
  display:flex;
  gap:15px;
  flex-direction:column-reverse;
}
.edj_loft_hill:nth-child(2)>img {
  margin:0;
  height:141px;
  width:100%;
}
.edj_loft_hill:nth-child(2) h2 {
  margin-top:8px;
  font-size: 24px;
}
.edj_ledge_fable {
  align-items:center;
  display:flex;
  gap:20px;
  font:10px var(--body-font);
  color:var(--muted);
  justify-content:space-between;
  margin-top:15px;
}
.edj_ledge_fable>span {
  font-size:20px;
  color:var(--accent-text);
}
.edj_flint_slate:hover h2,.edj_loft_hill:hover h2,.edj_banner_vale:hover h3 {
  color:var(--accent-text);
}
.edj_slab_seam {
  padding:31px 0 38px;
}
.edj_facet_amber {
  display:flex;
  gap:30px;
  padding-bottom:25px;
  justify-content:space-between;
  align-items:end;
}
.edj_facet_amber h2 {
  font-size: 40px;
  font-weight: 650;
  letter-spacing: -.028em;
  line-height: 1.17;
}
.edj_sway_weave {
  color:var(--muted);
  align-items:center;
  font:11px var(--body-font);
  gap:20px;
  display:flex;
}
#clear-search {
  border:0;
  color:var(--ink);
  border-bottom:1px solid var(--ink);
  min-height:44px;
  background:transparent;
  font:11px var(--body-font);
}
.edj_banner_vale {
  grid-template-columns:125px 1.55fr 1fr 112px 22px;
  align-items:center;
  gap:26px;
  display:grid;
  padding:23px 0;
  min-height:127px;
  border-top:1px solid var(--line);
}
.edj_hedge_tide {
  padding-top:4px;
  gap:10px;
  flex-direction:column;
  display:flex;
  align-self:start;
}
.edj_hedge_tide>span {
  color:var(--accent-text);
  font:600 9px/1.5 var(--body-font);
  text-transform:uppercase;
  letter-spacing:1.1px;
}
.edj_hedge_tide small {
  color:var(--muted);
  font:10px var(--body-font);
}
.edj_banner_vale h3 {
  line-height: 1.25;
  letter-spacing: -.028em;
  font-size: 24px;
  font-weight: 650;
}
.edj_banner_vale>p {
  line-height:1.6;
  display:-webkit-box;
  font-size:14px;
  -webkit-line-clamp:3;
  color:var(--muted);
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.edj_zone_root {
  height:79px;
  width:112px;
  object-fit:cover;
}
.edj_dock_strand {
  color:var(--accent-text);
  font:24px var(--body-font);
}
.edj_rail_pitch {
  grid-template-columns:125px 1.3fr 1fr 190px 22px;
  min-height:160px;
}
.edj_rail_pitch h3 {
  font-size: 29px;
}
.edj_rail_pitch .edj_zone_root {
  height:116px;
  width:190px;
}
.edj_card_hull {
  border:0;
  background:#fff;
  font:600 12px var(--body-font);
  text-align:left;
  min-height:55px;
  width:100%;
  margin-top:9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:17px 0;
  border-bottom:1px solid var(--ink);
  border-top:1px solid var(--ink);
}
.edj_card_hull span {
  font-size:21px;
  color:var(--accent-text);
}
.edj_card_hull:hover {
  color:var(--accent-text);
}
.edj_drift_crumb {
  padding:40px 0;
  border-top:1px solid var(--line);
}
.edj_drift_crumb h3 {
  letter-spacing: -.028em;
  font-weight: 650;
  margin-bottom:13px;
  font-size:30px;
}
.edj_drift_crumb p {
  color:var(--muted);
  font-size:15px;
}
.edj_keel_prism {
  padding:0 0 45px;
}
.edj_rise_hull {
  border-top:1px solid var(--ink);
  padding-top:22px;
  margin-bottom:23px;
}
.edj_rise_hull h2 {
  line-height: 1.2;
  margin-top:9px;
  font-weight: 650;
  font-size: 32px;
  letter-spacing: -.028em;
}
#native-home {
  max-width:100%;
}
#native-home :is(img,svg,iframe) {
  max-width:100%;
}
.edj_mill_forge {
  padding:28px 0 40px;
  align-items:start;
  display:flex;
  gap:35px;
  justify-content:space-between;
  border-top:6px solid var(--ink);
}
.edj_mill_forge>div>a {
  letter-spacing: -.035em;
  font:750 36px/1.15 var(--heading-font);
}
.edj_mill_forge p {
  color:var(--muted);
  margin-top:10px;
  font:11px/1.5 var(--body-font);
}
.edj_mill_forge nav {
  gap:28px;
  display:flex;
  font:12px var(--body-font);
}
.edj_mill_forge nav a {
  align-items:center;
  min-height:44px;
  display:flex;
}
.edj_mill_forge a:hover {
  color:var(--accent-text);
}
body[data-page=article] .edj_flank_prism>span,body:not([data-page=home]) .edj_flank_prism>span {
  font-size: clamp(42px, 5.6vw, 80px);
}
.edj_rail_inlet {
  display:flex;
  color:var(--muted);
  align-items:center;
  padding:14px 0;
  gap:15px;
  font:11px var(--body-font);
}
.edj_rail_inlet a {
  min-height:44px;
  display:flex;
  align-items:center;
}
.edj_brace_root {
  align-items:center;
  grid-template-columns:1fr 290px;
  display:grid;
  padding:20px 0 35px;
  border-bottom:1px solid var(--line);
  gap:65px;
}
.edj_brace_root h1 {
  max-width:23ch;
  letter-spacing: -.028em;
  line-height: 1.13;
  font-weight: 650;
  font-size: 55px;
  margin:14px 0 25px;
}
.edj_hold_orbit>p {
  max-width:730px;
  line-height: 1.65;
  font-size: 19px;
  color:var(--muted);
}
.edj_reed_table {
  color:var(--muted);
  margin-top:22px;
  font:11px/1.7 var(--body-font);
}
.edj_grove_reed {
  object-fit:cover;
  width:290px;
  height:350px;
}
.edj_shelf_bolt {
  padding:43px 0 60px;
  justify-content:center;
  grid-template-columns:225px minmax(0,780px);
  gap:70px;
  display:grid;
}
.edj_shelf_bolt:has(.edj_ledge_seam:only-child) {
  grid-template-columns:minmax(0,850px);
}
.edj_trim_vane {
  align-self:start;
  position:sticky;
  padding-top:18px;
  top:22px;
  border-top:3px solid var(--ink);
}
.edj_trim_vane h2 {
  font:600 12px var(--body-font);
  margin-bottom:15px;
}
.edj_trim_vane nav {
  flex-direction:column;
  display:flex;
}
.edj_trim_vane a {
  font:12px/1.5 var(--body-font);
  color:var(--muted);
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  min-height:44px;
  padding:9px 0;
}
.edj_trim_vane a:hover {
  color:var(--accent-text);
}
.edj_trim_vane .edj_pond_flow {
  border:0;
  margin-top:23px;
  color:var(--accent-text);
}
.edj_ledge_seam {
  font:18px/1.85 var(--body-font);
  font-size: 18px;
  overflow-wrap:anywhere;
  min-width:0;
  line-height: 1.85;
}
.edj_ledge_seam p {
  margin-bottom:22px;
}
.edj_ledge_seam h2 {
  scroll-margin-top:25px;
  margin:40px 0 19px;
  font-size:35px;
  line-height:1.12;
  font-weight:400;
}
.edj_ledge_seam h3 {
  line-height:1.3;
  margin:27px 0 16px;
  font-size:25px;
}
.edj_ledge_seam a {
  text-decoration:underline;
  color:var(--accent-text);
  text-underline-offset:3px;
}
.edj_ledge_seam :is(img,svg,iframe) {
  max-width:100%;
}
.edj_ledge_seam img {
  height:auto;
}
.edj_ledge_seam blockquote {
  padding:10px 24px;
  margin:28px 0;
  background:var(--pale);
  border-left:3px solid var(--accent);
}
.edj_ledge_seam table {
  font-size:14px;
  display:block;
  border-collapse:collapse;
  overflow:auto;
  max-width:100%;
}
.edj_ledge_seam th,.edj_ledge_seam td {
  text-align:left;
  padding:11px;
  border-bottom:1px solid var(--line);
}
.edj_ledge_seam :is(ul,ol) {
  padding-left:24px;
}
.edj_ledge_seam pre {
  overflow:auto;
  white-space:pre;
  font-size:13px;
}
.edj_ledge_grid {
  margin-top:38px;
  padding-top:17px;
  min-height:44px;
  border-top:1px solid var(--ink);
  font:12px var(--body-font);
}
.edj_ledge_grid a {
  display:inline-flex;
  align-items:center;
  min-height:44px;
}
.edj_slab_body {
  align-items:center;
  padding:18px 0 31px;
  border-bottom:1px solid var(--ink);
  grid-template-columns:1.5fr 1fr;
  gap:45px;
  display:grid;
}
.edj_slab_body h1 {
  font-size: 52px;
  letter-spacing: -.028em;
  line-height: 1.13;
  margin-top:12px;
  font-weight: 650;
}
.edj_slab_body>p {
  font-size:17px;
  color:var(--muted);
  line-height:1.65;
}
.edj_notch_brim {
  min-height:50vh;
  padding-block:50px;
}
.edj_notch_brim h1 {
  font-size:45px;
  margin-bottom:25px;
  letter-spacing: -.028em;
  font-weight: 650;
}
.edj_verge_roost a {
  align-items:center;
  font:600 12px var(--body-font);
  border-bottom:3px solid transparent;
  display:flex;
  color:var(--muted);
  padding:12px 0;
  gap:9px;
  min-height:48px;
}
.edj_verge_roost a[aria-pressed=true] {
  border-color:var(--accent);
  color:var(--accent-text);
}
.edj_verge_roost a:hover {
  color:var(--ink);
}
.edj_verge_roost small {
  font-size:9px;
  font-weight:400;
}
.edj_banner_vale > *,.edj_brace_root > * {
  min-width:0;
}
.edj_mill_forge {
  flex-wrap:wrap;
}
.edj_mill_forge nav {
  column-gap:28px;
  flex-wrap:wrap;
  row-gap:0;
}
.edj_mill_forge > p {
  width:100%;
}
.edj_axis_flint {
  padding:28px 0;
  border-top:1px solid var(--line);
}
.edj_coil_sway {
  margin:8px 0;
  font:650 30px/1.2 var(--heading-font);
}
.edj_shard_roost,.edj_scope_mill {
  font-size:13px;
  color:var(--muted);
  margin-top:10px;
}
.edj_rim_edge {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0;
}
.edj_rim_edge input,.edj_rim_edge button {
  border:1px solid var(--line);
  max-width:100%;
  background:var(--pale);
  padding:10px 16px;
  min-height:48px;
}
.edj_rim_edge button {
  background:var(--ink);
  color:#fff;
}
.edj_mesa_porch {
  position:absolute;
  left:-9999px;
}
.edj_notch_brim .edj_ledge_seam {
  max-width:800px;
}
.edj_flow_fable.edj_fold_board {
  width:180px;
}
.edj_flow_fable.edj_fold_board img {
  width:180px;
  height:44px;
}
.edj_ledge_seam>h2 {
  letter-spacing: -.028em;
  line-height: 1.22;
  font-family: var(--heading-font);
  font-size: 32px;
  font-weight: 650;
}
.edj_ledge_seam>h3 {
  font-family: var(--heading-font);
  line-height: 1.3;
  letter-spacing: -.028em;
  font-weight: 650;
  font-size: 24px;
}

@media(max-width:1100px){.edj_oak_fold {
  width:calc(100% - 52px);
}
.edj_wave_mesh {
  gap:27px;
  grid-template-columns:1.7fr 1fr;
}
.edj_slate_trail {
  height:415px;
}
.edj_card_arc h2 {
  font-size: 34px;
}
.edj_card_arc {
  width:92%;
}
.edj_loft_hill {
  grid-template-columns:1fr 75px;
  gap:14px;
}
.edj_loft_hill>img {
  height:95px;
  width:75px;
}
.edj_loft_hill h2 {
  font-size: 23px;
}
.edj_loft_hill:nth-child(2) h2 {
  font-size: 22px;
}
.edj_banner_vale {
  gap:20px;
  grid-template-columns:100px 1.5fr 1fr 85px 17px;
}
.edj_rail_pitch {
  grid-template-columns:100px 1.4fr 1fr 120px 17px;
}
.edj_banner_vale h3 {
  font-size: 22px;
}
.edj_rail_pitch h3 {
  font-size: 26px;
}
.edj_zone_root {
  width:85px;
  height:70px;
}
.edj_rail_pitch .edj_zone_root {
  width:120px;
  height:95px;
}
.edj_banner_vale>p {
  font-size:12px;
}
.edj_brace_root {
  grid-template-columns:1fr 235px;
  gap:32px;
}
.edj_brace_root h1 {
  font-size: 45px;
}
.edj_grove_reed {
  width:235px;
  height:300px;
}
.edj_shelf_bolt {
  grid-template-columns:180px minmax(0,700px);
  gap:36px;
}
.edj_verge_roost {
  gap:0 23px;
}
.edj_verge_roost button {
  font-size:11px;
}

}

@media(max-width:700px){.edj_oak_fold {
  width:calc(100% - 36px);
}
.edj_forge_point {
  gap:10px;
  min-height:66px;
}
.edj_flow_fable {
  width:36px;
}
.edj_flow_fable img {
  width:30px;
  height:30px;
}
.edj_forge_point p {
  font-size:10px;
  max-width:180px;
  line-height:1.4;
}
.edj_forge_point nav {
  font-size:10px;
  gap:15px;
}
.edj_forge_point nav a:first-child {
  display:none;
}
.edj_flank_prism {
  border-bottom-width:4px;
  padding:19px 0 20px;
}
.edj_flank_prism h1 {
  overflow-wrap:normal;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.edj_flank_prism>span {
  font-size: clamp(28px, 9.15vw, 62px) !important;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.edj_post_delta {
  padding-top:18px;
}
.edj_gild_crumb {
  display:block;
}
.edj_gild_crumb>.edj_crest_bay {
  font-size:9px;
}
.edj_porch_hill {
  margin-top:13px;
  width:100%;
}
.edj_porch_hill>span {
  font-size:9px;
}
.edj_porch_hill input {
  font-size:14px;
  min-height:44px;
}
.edj_verge_roost {
  gap:0 18px;
  margin-top:15px;
}
.edj_verge_roost button {
  min-height:44px;
  font-size:11px;
  gap:6px;
  padding:11px 0;
}
.edj_verge_roost small {
  font-size:8px;
}
.edj_cliff_head {
  padding:20px 0 25px;
}
.edj_zone_echo {
  display:block;
  margin-bottom:17px;
}
.edj_zone_echo>span:last-child {
  display:block;
  line-height:1.55;
  font-size:11px;
  margin-top:8px;
  max-width:none;
  text-align:left;
}
.edj_wave_mesh {
  display:block;
}
.edj_slate_trail {
  height:294px;
}
.edj_card_arc {
  margin-top:-55px;
  width:94%;
  padding:16px 14px 0 0;
  min-height:0;
}
.edj_card_arc h2 {
  line-height: 1.18;
  margin:9px 0 8px;
  font-size: 30px;
}
.edj_card_arc .edj_crest_bay {
  letter-spacing:1.1px;
  font-size:9px;
}
.edj_slab_stack {
  font-size:10px;
  min-height:44px;
}
.edj_moor_vista {
  margin-top:17px;
  gap:16px;
}
.edj_loft_hill,.edj_loft_hill:nth-child(2) {
  display:grid;
  grid-template-columns:1fr 80px;
  padding-top:17px;
  align-items:start;
  border-top:1px solid var(--line);
  gap:20px;
}
.edj_loft_hill h2,.edj_loft_hill:nth-child(2) h2 {
  font-size: 22px;
  margin-top:8px;
  line-height: 1.24;
}
.edj_loft_hill .edj_crest_bay {
  font-size:9px;
  letter-spacing:1px;
}
.edj_loft_hill>img,.edj_loft_hill:nth-child(2)>img {
  margin:0;
  height:91px;
  width:80px;
}
.edj_ledge_fable {
  margin-top:11px;
  font-size:9px;
}
.edj_ledge_fable>span {
  font-size:17px;
}
.edj_slab_seam {
  padding:26px 0 29px;
}
.edj_facet_amber {
  display:block;
  padding-bottom:18px;
}
.edj_facet_amber h2 {
  font-size: 31px;
}
.edj_sway_weave {
  min-height:28px;
  font-size:10px;
  justify-content:space-between;
  margin-top:14px;
  gap:15px;
}
#clear-search {
  font-size:10px;
}
.edj_banner_vale,.edj_rail_pitch {
  min-height:145px;
  display:grid;
  padding:19px 0;
  grid-template-columns:1fr 77px;
  gap:0 19px;
}
.edj_hedge_tide {
  grid-column:1;
  flex-direction:row;
  display:flex;
  align-items:center;
  padding:0;
  margin-bottom:9px;
  flex-wrap:wrap;
  gap:7px 15px;
}
.edj_hedge_tide>span {
  font-size:8px;
  letter-spacing:.8px;
}
.edj_hedge_tide small {
  font-size:8px;
}
.edj_banner_vale h3 {
  line-height: 1.25;
  font-size: 22px;
  grid-column:1;
}
.edj_rail_pitch h3 {
  line-height:1.13;
  grid-column:1;
  font-size: 24px;
}
.edj_banner_vale>p {
  font-size:12px;
  line-height:1.55;
  margin-top:9px;
  -webkit-line-clamp:2;
  grid-column:1;
}
.edj_zone_root,.edj_rail_pitch .edj_zone_root {
  width:77px;
  height:105px;
  align-self:center;
  grid-row:1/4;
  grid-column:2;
}
.edj_dock_strand {
  display:none;
}
.edj_rail_pitch {
  min-height:174px;
  grid-template-columns:1fr 105px;
}
.edj_rail_pitch .edj_zone_root {
  height:139px;
  width:105px;
}
.edj_rail_pitch h3 {
  font-size: 24px;
}
.edj_rail_pitch>p {
  -webkit-line-clamp:2;
}
.edj_card_hull {
  min-height:53px;
  font-size:11px;
}
.edj_keel_prism {
  padding-bottom:28px;
}
.edj_rise_hull h2 {
  max-width:22ch;
  font-size: 28px;
}
.edj_mill_forge {
  border-top-width:4px;
  padding:22px 0 25px;
  display:block;
}
.edj_mill_forge>div>a {
  font-size: clamp(25px, 7.4vw, 31px);
}
.edj_mill_forge p {
  font-size:10px;
  margin-top:8px;
}
.edj_mill_forge nav {
  font-size:11px;
  gap:25px;
  margin-top:13px;
}
.edj_rail_inlet {
  padding:8px 0;
  font-size:10px;
  gap:12px;
}
.edj_brace_root {
  flex-direction:column;
  display:flex;
  align-items:stretch;
  padding:18px 0 27px;
  gap:26px;
}
.edj_brace_root h1 {
  max-width:none;
  margin:12px 0 19px;
  line-height: 1.16;
  font-size: 36px;
}
.edj_hold_orbit>p {
  line-height:1.6;
  font-size:17px;
}
.edj_reed_table {
  font-size:10px;
  margin-top:18px;
  line-height:1.65;
}
.edj_grove_reed {
  height:218px;
  width:100%;
}
.edj_shelf_bolt {
  display:block;
  padding:26px 0 35px;
}
.edj_trim_vane {
  padding-top:15px;
  margin-bottom:29px;
  border-top:2px solid var(--ink);
  position:static;
}
.edj_trim_vane h2 {
  font-size:11px;
  margin-bottom:9px;
}
.edj_trim_vane nav {
  overflow:auto;
  max-height:186px;
}
.edj_trim_vane a {
  font-size:12px;
  min-height:44px;
}
.edj_trim_vane .edj_pond_flow {
  display:none;
}
.edj_ledge_seam {
  line-height: 1.8;
  font-size: 17px;
}
.edj_ledge_seam h2 {
  font-size:29px;
  margin-top:31px;
}
.edj_ledge_seam h3 {
  font-size:24px;
}
.edj_ledge_seam p {
  margin-bottom:20px;
}
.edj_slab_body {
  padding:16px 0 23px;
  display:block;
}
.edj_slab_body h1 {
  margin-top:10px;
  font-size: 35px;
}
.edj_slab_body>p {
  font-size:15px;
  margin-top:17px;
}
.edj_drift_crumb h3 {
  font-size:28px;
}
.edj_verge_roost a {
  gap:6px;
  min-height:44px;
  padding:11px 0;
  font-size:11px;
}
.edj_verge_roost small {
  font-size:8px;
}
body[data-page=article] .edj_flank_prism>span {
  line-height: 1.08;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  letter-spacing: -.035em;
}
body:not([data-page=home]) .edj_flank_prism>span {
  line-height: 1.08;
  letter-spacing: -.035em;
  font-size: clamp(28px, 9.15vw, 62px) !important;
}
.edj_ledge_seam>h2 {
  font-size: 27px;
  line-height: 1.25;
}
.edj_ledge_seam>h3 {
  font-size: 23px;
}

}

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

}

@media(max-width:360px){.edj_card_arc h2 {
  font-size: 27px;
}
.edj_loft_hill h2 {
  font-size: 20px;
}
.edj_loft_hill:nth-child(2) h2 {
  font-size: 20px;
}
.edj_banner_vale h3 {
  font-size: 21px;
}
.edj_rail_pitch h3 {
  font-size: 21px;
}
.edj_brace_root h1 {
  font-size: 32px;
}

}

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