@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: #e31a97;
  --body-font: 'DM Sans', system-ui, sans-serif;
  --pale: #fcf2f6;
  --muted: #72646a;
  --accent-text: #d0188b;
  --line: #72646a40;
  --heading-font: 'Manrope', system-ui, sans-serif;
  --ink: #22171c;
}
* {
  box-sizing:border-box;
}
html {
  scroll-padding-top:24px;
  scroll-behavior:smooth;
}
body {
  color:var(--ink);
  font:17px/1.65 var(--body-font);
  margin:0;
  background:#fff;
}
a {
  color:inherit;
  text-decoration:none;
}
button,input {
  font:inherit;
}
button {
  cursor:pointer;
}
img {
  display:block;
  max-width:100%;
}
[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 {
  letter-spacing:-.035em;
  font-family:var(--heading-font,Georgia,serif);
  line-height:1.08;
}
.huy_reed_wall {
  width:min(1320px,calc(100% - 88px));
  margin-inline:auto;
}
.huy_layer_patch {
  text-transform:uppercase;
  font:600 10px/1.4 var(--body-font);
  color:var(--accent-text);
  letter-spacing:1.5px;
}
.huy_tarn_gild {
  position:absolute;
  background:#fff;
  top:-80px;
  left:14px;
  z-index:20;
  padding:14px;
}
.huy_tarn_gild:focus {
  top:12px;
}
.huy_board_echo {
  gap:15px;
  min-height:76px;
  align-items:center;
  display:flex;
  border-bottom:1px solid var(--line);
}
.huy_book_tile {
  width:44px;
  display:flex;
  justify-content:center;
  flex:none;
  height:44px;
  align-items:center;
}
.huy_book_tile img {
  height:37px;
  object-fit:contain;
  width:37px;
}
.huy_board_echo p {
  color:var(--muted);
  font:12px/1.5 var(--body-font);
}
.huy_board_echo nav {
  margin-left:auto;
  display:flex;
  font:600 11px var(--body-font);
  align-items:center;
  gap:27px;
}
.huy_board_echo nav a {
  align-items:center;
  display:flex;
  min-height:44px;
}
.huy_board_echo a:hover {
  color:var(--accent-text);
}
.huy_echo_echo {
  display:block;
  border-bottom:6px solid var(--ink);
  padding:19px 0 22px;
}
.huy_echo_echo h1,.huy_echo_echo>span {
  display:block;
  letter-spacing: -.04em;
  font:750 clamp(52px,8.8vw,126px)/1.04 var(--heading-font);
}
.huy_coast_prism {
  padding:16px 0 0;
}
.huy_trim_scope {
  justify-content:space-between;
  align-items:center;
  display:flex;
  gap:30px;
}
.huy_trail_moor {
  grid-template-columns:1fr 22px;
  width:440px;
  display:grid;
  position:relative;
}
.huy_trail_moor>span {
  margin-bottom:5px;
  grid-column:1/-1;
  font:10px var(--body-font);
  color:var(--muted);
}
.huy_trail_moor input {
  border:0;
  border-radius:0;
  font:14px var(--body-font);
  grid-column:1/-1;
  border-bottom:1px solid var(--ink);
  width:100%;
  color:var(--ink);
  padding:8px 28px 9px 0;
  min-height:44px;
  background:#fff;
}
.huy_trail_moor svg {
  position:absolute;
  bottom:13px;
  width:20px;
  pointer-events:none;
  right:0;
  height:20px;
}
.huy_trail_moor:focus-within input {
  border-color:var(--accent);
}
.huy_cliff_stone {
  border-bottom:1px solid var(--ink);
  gap:0 28px;
  display:flex;
  margin-top:17px;
  flex-wrap:wrap;
}
.huy_cliff_stone button {
  border:0;
  min-height:48px;
  background:#fff;
  padding:12px 0;
  align-items:center;
  color:var(--muted);
  gap:9px;
  border-bottom:3px solid transparent;
  display:flex;
  font:600 12px var(--body-font);
}
.huy_cliff_stone small {
  font-size:9px;
  font-weight:400;
  margin-top:0;
  opacity:.8;
  align-self:flex-start;
}
.huy_cliff_stone button[aria-pressed=true] {
  border-color:var(--accent);
  color:var(--accent-text);
}
.huy_cliff_stone button:hover {
  color:var(--ink);
}
.huy_hall_book {
  border-bottom:1px solid var(--ink);
  padding:23px 0 37px;
}
.huy_scope_shade {
  justify-content:space-between;
  align-items:start;
  margin-bottom:20px;
  gap:30px;
  display:flex;
}
.huy_scope_shade>span:last-child {
  color:var(--muted);
  max-width:450px;
  font:12px/1.55 var(--body-font);
  text-align:right;
}
.huy_spine_reed {
  display:grid;
  grid-template-columns:1.9fr 1fr;
  gap:36px;
}
.huy_banner_wing {
  position:relative;
  padding-bottom:2px;
  display:block;
}
.huy_cape_slab {
  height:450px;
  overflow:hidden;
  background:var(--pale);
}
.huy_cape_slab img {
  height:100%;
  transition:transform .5s;
  width:100%;
  object-fit:cover;
}
.huy_banner_wing:hover img {
  transform:scale(1.025);
}
.huy_cape_slab_68c8 {
  padding:23px 25px 0 0;
  background:#fff;
  min-height:144px;
  position:relative;
  margin-top:-124px;
  width:86%;
}
.huy_cape_slab_68c8 h2 {
  margin:11px 0 17px;
  line-height: 1.14;
  letter-spacing: -.028em;
  font-size: 41px;
  font-weight: 650;
}
.huy_pond_rung {
  display:flex;
  gap:35px;
  font:600 11px var(--body-font);
  color:var(--accent-text);
  align-items:center;
  min-height:44px;
}
.huy_pond_rung>span {
  font-weight:400;
  font-size:20px;
}
.huy_mesa_spool {
  flex-direction:column;
  display:flex;
  gap:24px;
}
.huy_vista_range {
  gap:21px;
  align-items:start;
  padding-top:18px;
  display:grid;
  border-top:3px solid var(--ink);
  grid-template-columns:1fr 104px;
}
.huy_vista_range:last-child {
  padding-top:22px;
  border-top:1px solid var(--line);
}
.huy_vista_range h2 {
  line-height: 1.22;
  letter-spacing: -.028em;
  font-size: 26px;
  margin-top:12px;
  font-weight: 650;
}
.huy_vista_range>img {
  object-fit:cover;
  margin-top:5px;
  height:126px;
  width:104px;
}
.huy_vista_range:nth-child(2) {
  display:flex;
  flex-direction:column-reverse;
  gap:15px;
}
.huy_vista_range:nth-child(2)>img {
  width:100%;
  margin:0;
  height:141px;
}
.huy_vista_range:nth-child(2) h2 {
  margin-top:8px;
  font-size: 24px;
}
.huy_row_stem {
  display:flex;
  font:10px var(--body-font);
  justify-content:space-between;
  color:var(--muted);
  gap:20px;
  margin-top:15px;
  align-items:center;
}
.huy_row_stem>span {
  color:var(--accent-text);
  font-size:20px;
}
.huy_banner_wing:hover h2,.huy_vista_range:hover h2,.huy_rim_line:hover h3 {
  color:var(--accent-text);
}
.huy_flint_yard {
  padding:31px 0 38px;
}
.huy_coast_mesa {
  padding-bottom:25px;
  gap:30px;
  align-items:end;
  justify-content:space-between;
  display:flex;
}
.huy_coast_mesa h2 {
  font-weight: 650;
  line-height: 1.17;
  letter-spacing: -.028em;
  font-size: 40px;
}
.huy_iris_board {
  color:var(--muted);
  align-items:center;
  display:flex;
  font:11px var(--body-font);
  gap:20px;
}
#clear-search {
  border:0;
  min-height:44px;
  border-bottom:1px solid var(--ink);
  font:11px var(--body-font);
  color:var(--ink);
  background:transparent;
}
.huy_rim_line {
  padding:23px 0;
  min-height:127px;
  align-items:center;
  gap:26px;
  display:grid;
  grid-template-columns:125px 1.55fr 1fr 112px 22px;
  border-top:1px solid var(--line);
}
.huy_rail_tarn {
  flex-direction:column;
  gap:10px;
  display:flex;
  align-self:start;
  padding-top:4px;
}
.huy_rail_tarn>span {
  font:600 9px/1.5 var(--body-font);
  text-transform:uppercase;
  letter-spacing:1.1px;
  color:var(--accent-text);
}
.huy_rail_tarn small {
  color:var(--muted);
  font:10px var(--body-font);
}
.huy_rim_line h3 {
  letter-spacing: -.028em;
  font-weight: 650;
  font-size: 24px;
  line-height: 1.25;
}
.huy_rim_line>p {
  -webkit-box-orient:vertical;
  line-height:1.6;
  overflow:hidden;
  -webkit-line-clamp:3;
  color:var(--muted);
  font-size:14px;
  display:-webkit-box;
}
.huy_plate_head {
  object-fit:cover;
  width:112px;
  height:79px;
}
.huy_banner_gate {
  font:24px var(--body-font);
  color:var(--accent-text);
}
.huy_harbor_glen {
  min-height:160px;
  grid-template-columns:125px 1.3fr 1fr 190px 22px;
}
.huy_harbor_glen h3 {
  font-size: 29px;
}
.huy_harbor_glen .huy_plate_head {
  width:190px;
  height:116px;
}
.huy_vale_mesa {
  border:0;
  background:#fff;
  align-items:center;
  text-align:left;
  border-bottom:1px solid var(--ink);
  justify-content:space-between;
  margin-top:9px;
  font:600 12px var(--body-font);
  width:100%;
  min-height:55px;
  padding:17px 0;
  display:flex;
  border-top:1px solid var(--ink);
}
.huy_vale_mesa span {
  color:var(--accent-text);
  font-size:21px;
}
.huy_vale_mesa:hover {
  color:var(--accent-text);
}
.huy_banner_mesa {
  padding:40px 0;
  border-top:1px solid var(--line);
}
.huy_banner_mesa h3 {
  font-size:30px;
  margin-bottom:13px;
  letter-spacing: -.028em;
  font-weight: 650;
}
.huy_banner_mesa p {
  color:var(--muted);
  font-size:15px;
}
.huy_hedge_flint {
  padding:0 0 45px;
}
.huy_spar_slab {
  border-top:1px solid var(--ink);
  margin-bottom:23px;
  padding-top:22px;
}
.huy_spar_slab h2 {
  margin-top:9px;
  font-weight: 650;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: -.028em;
}
#native-home {
  max-width:100%;
}
#native-home :is(img,svg,iframe) {
  max-width:100%;
}
.huy_lane_stack {
  gap:35px;
  display:flex;
  justify-content:space-between;
  align-items:start;
  border-top:6px solid var(--ink);
  padding:28px 0 40px;
}
.huy_lane_stack>div>a {
  font:750 36px/1.15 var(--heading-font);
  letter-spacing: -.035em;
}
.huy_lane_stack p {
  font:11px/1.5 var(--body-font);
  margin-top:10px;
  color:var(--muted);
}
.huy_lane_stack nav {
  gap:28px;
  font:12px var(--body-font);
  display:flex;
}
.huy_lane_stack nav a {
  align-items:center;
  display:flex;
  min-height:44px;
}
.huy_lane_stack a:hover {
  color:var(--accent-text);
}
body[data-page=article] .huy_echo_echo>span,body:not([data-page=home]) .huy_echo_echo>span {
  font-size: clamp(42px, 5.6vw, 80px);
}
.huy_lane_sand {
  color:var(--muted);
  display:flex;
  font:11px var(--body-font);
  padding:14px 0;
  gap:15px;
  align-items:center;
}
.huy_lane_sand a {
  min-height:44px;
  align-items:center;
  display:flex;
}
.huy_plate_fern {
  gap:65px;
  padding:20px 0 35px;
  align-items:center;
  display:grid;
  grid-template-columns:1fr 290px;
  border-bottom:1px solid var(--line);
}
.huy_plate_fern h1 {
  max-width:23ch;
  letter-spacing: -.028em;
  font-weight: 650;
  margin:14px 0 25px;
  line-height: 1.13;
  font-size: 55px;
}
.huy_body_table>p {
  color:var(--muted);
  max-width:730px;
  font-size: 19px;
  line-height: 1.65;
}
.huy_mesa_ring {
  color:var(--muted);
  font:11px/1.7 var(--body-font);
  margin-top:22px;
}
.huy_bolt_gild {
  height:350px;
  object-fit:cover;
  width:290px;
}
.huy_gulf_haven {
  display:grid;
  gap:70px;
  grid-template-columns:225px minmax(0,780px);
  justify-content:center;
  padding:43px 0 60px;
}
.huy_gulf_haven:has(.huy_forge_bloc:only-child) {
  grid-template-columns:minmax(0,850px);
}
.huy_hall_hedge {
  border-top:3px solid var(--ink);
  align-self:start;
  top:22px;
  padding-top:18px;
  position:sticky;
}
.huy_hall_hedge h2 {
  font:600 12px var(--body-font);
  margin-bottom:15px;
}
.huy_hall_hedge nav {
  display:flex;
  flex-direction:column;
}
.huy_hall_hedge a {
  min-height:44px;
  border-bottom:1px solid var(--line);
  align-items:center;
  padding:9px 0;
  font:12px/1.5 var(--body-font);
  display:flex;
  color:var(--muted);
}
.huy_hall_hedge a:hover {
  color:var(--accent-text);
}
.huy_hall_hedge .huy_isle_notch {
  border:0;
  color:var(--accent-text);
  margin-top:23px;
}
.huy_forge_bloc {
  font:18px/1.85 var(--body-font);
  min-width:0;
  overflow-wrap:anywhere;
  line-height: 1.85;
  font-size: 18px;
}
.huy_forge_bloc p {
  margin-bottom:22px;
}
.huy_forge_bloc h2 {
  font-size:35px;
  line-height:1.12;
  font-weight:400;
  margin:40px 0 19px;
  scroll-margin-top:25px;
}
.huy_forge_bloc h3 {
  font-size:25px;
  margin:27px 0 16px;
  line-height:1.3;
}
.huy_forge_bloc a {
  color:var(--accent-text);
  text-decoration:underline;
  text-underline-offset:3px;
}
.huy_forge_bloc :is(img,svg,iframe) {
  max-width:100%;
}
.huy_forge_bloc img {
  height:auto;
}
.huy_forge_bloc blockquote {
  border-left:3px solid var(--accent);
  margin:28px 0;
  padding:10px 24px;
  background:var(--pale);
}
.huy_forge_bloc table {
  display:block;
  max-width:100%;
  border-collapse:collapse;
  overflow:auto;
  font-size:14px;
}
.huy_forge_bloc th,.huy_forge_bloc td {
  overflow-wrap:normal;
  padding:11px;
  min-width:8rem;
  text-align:left;
  border-bottom:1px solid var(--line);
}
.huy_forge_bloc :is(ul,ol) {
  padding-left:24px;
}
.huy_forge_bloc pre {
  font-size:13px;
  white-space:pre;
  overflow:auto;
}
.huy_tier_prow {
  padding-top:17px;
  font:12px var(--body-font);
  border-top:1px solid var(--ink);
  min-height:44px;
  margin-top:38px;
}
.huy_tier_prow a {
  align-items:center;
  min-height:44px;
  display:inline-flex;
}
.huy_terra_mast {
  gap:45px;
  padding:18px 0 31px;
  grid-template-columns:1.5fr 1fr;
  border-bottom:1px solid var(--ink);
  align-items:center;
  display:grid;
}
.huy_terra_mast h1 {
  font-weight: 650;
  line-height: 1.13;
  letter-spacing: -.028em;
  margin-top:12px;
  font-size: 52px;
}
.huy_terra_mast>p {
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}
.huy_fleet_shard {
  min-height:50vh;
  padding-block:50px;
}
.huy_fleet_shard h1 {
  font-weight: 650;
  font-size:45px;
  letter-spacing: -.028em;
  margin-bottom:25px;
}
.huy_cliff_stone a {
  gap:9px;
  padding:12px 0;
  align-items:center;
  font:600 12px var(--body-font);
  min-height:48px;
  border-bottom:3px solid transparent;
  display:flex;
  color:var(--muted);
}
.huy_cliff_stone a[aria-pressed=true] {
  color:var(--accent-text);
  border-color:var(--accent);
}
.huy_cliff_stone a:hover {
  color:var(--ink);
}
.huy_cliff_stone small {
  font-size:9px;
  font-weight:400;
}
.huy_rim_line > *,.huy_plate_fern > * {
  min-width:0;
}
.huy_lane_stack {
  flex-wrap:wrap;
}
.huy_lane_stack nav {
  flex-wrap:wrap;
  column-gap:28px;
  row-gap:0;
}
.huy_lane_stack > p {
  width:100%;
}
.huy_isle_vault {
  padding:28px 0;
  border-top:1px solid var(--line);
}
.huy_spine_yard {
  font:650 30px/1.2 var(--heading-font);
  margin:8px 0;
}
.huy_onyx_axis,.huy_mesh_flow {
  color:var(--muted);
  font-size:13px;
  margin-top:10px;
}
.huy_scale_plane {
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0;
  display:flex;
}
.huy_scale_plane input,.huy_scale_plane button {
  max-width:100%;
  padding:10px 16px;
  background:var(--pale);
  min-height:48px;
  border:1px solid var(--line);
}
.huy_scale_plane button {
  color:#fff;
  background:var(--ink);
}
.huy_isle_plot {
  left:-9999px;
  position:absolute;
}
.huy_fleet_shard .huy_forge_bloc {
  max-width:800px;
}
.huy_book_tile.huy_wall_kern {
  width:180px;
}
.huy_book_tile.huy_wall_kern img {
  height:44px;
  width:180px;
}
.huy_forge_bloc>h2 {
  letter-spacing: -.028em;
  font-family: var(--heading-font);
  line-height: 1.22;
  font-weight: 650;
  font-size: 32px;
}
.huy_forge_bloc>h3 {
  font-family: var(--heading-font);
  letter-spacing: -.028em;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 650;
}

@media(max-width:1100px){.huy_reed_wall {
  width:calc(100% - 52px);
}
.huy_spine_reed {
  gap:27px;
  grid-template-columns:1.7fr 1fr;
}
.huy_cape_slab {
  height:415px;
}
.huy_cape_slab_68c8 h2 {
  font-size: 34px;
}
.huy_cape_slab_68c8 {
  width:92%;
}
.huy_vista_range {
  grid-template-columns:1fr 75px;
  gap:14px;
}
.huy_vista_range>img {
  height:95px;
  width:75px;
}
.huy_vista_range h2 {
  font-size: 23px;
}
.huy_vista_range:nth-child(2) h2 {
  font-size: 22px;
}
.huy_rim_line {
  grid-template-columns:100px 1.5fr 1fr 85px 17px;
  gap:20px;
}
.huy_harbor_glen {
  grid-template-columns:100px 1.4fr 1fr 120px 17px;
}
.huy_rim_line h3 {
  font-size: 22px;
}
.huy_harbor_glen h3 {
  font-size: 26px;
}
.huy_plate_head {
  width:85px;
  height:70px;
}
.huy_harbor_glen .huy_plate_head {
  height:95px;
  width:120px;
}
.huy_rim_line>p {
  font-size:12px;
}
.huy_plate_fern {
  grid-template-columns:1fr 235px;
  gap:32px;
}
.huy_plate_fern h1 {
  font-size: 45px;
}
.huy_bolt_gild {
  height:300px;
  width:235px;
}
.huy_gulf_haven {
  grid-template-columns:180px minmax(0,700px);
  gap:36px;
}
.huy_cliff_stone {
  gap:0 23px;
}
.huy_cliff_stone button {
  font-size:11px;
}

}

@media(max-width:700px){.huy_reed_wall {
  width:calc(100% - 36px);
}
.huy_board_echo {
  min-height:66px;
  gap:10px;
}
.huy_book_tile {
  width:36px;
}
.huy_book_tile img {
  width:30px;
  height:30px;
}
.huy_board_echo p {
  line-height:1.4;
  max-width:180px;
  font-size:10px;
}
.huy_board_echo nav {
  font-size:10px;
  gap:15px;
}
.huy_board_echo nav a:first-child {
  display:none;
}
.huy_echo_echo {
  border-bottom-width:4px;
  padding:19px 0 20px;
}
.huy_echo_echo h1 {
  letter-spacing: -.035em;
  overflow-wrap:normal;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  line-height: 1.08;
}
.huy_echo_echo>span {
  font-size: clamp(28px, 9.15vw, 62px) !important;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.huy_coast_prism {
  padding-top:18px;
}
.huy_trim_scope {
  display:block;
}
.huy_trim_scope>.huy_layer_patch {
  font-size:9px;
}
.huy_trail_moor {
  width:100%;
  margin-top:13px;
}
.huy_trail_moor>span {
  font-size:9px;
}
.huy_trail_moor input {
  font-size:14px;
  min-height:44px;
}
.huy_cliff_stone {
  margin-top:15px;
  gap:0 18px;
}
.huy_cliff_stone button {
  font-size:11px;
  padding:11px 0;
  gap:6px;
  min-height:44px;
}
.huy_cliff_stone small {
  font-size:8px;
}
.huy_hall_book {
  padding:20px 0 25px;
}
.huy_scope_shade {
  display:block;
  margin-bottom:17px;
}
.huy_scope_shade>span:last-child {
  margin-top:8px;
  text-align:left;
  display:block;
  font-size:11px;
  max-width:none;
  line-height:1.55;
}
.huy_spine_reed {
  display:block;
}
.huy_cape_slab {
  height:294px;
}
.huy_cape_slab_68c8 {
  width:94%;
  min-height:0;
  padding:16px 14px 0 0;
  margin-top:-55px;
}
.huy_cape_slab_68c8 h2 {
  font-size: 30px;
  margin:9px 0 8px;
  line-height: 1.18;
}
.huy_cape_slab_68c8 .huy_layer_patch {
  letter-spacing:1.1px;
  font-size:9px;
}
.huy_pond_rung {
  font-size:10px;
  min-height:44px;
}
.huy_mesa_spool {
  margin-top:17px;
  gap:16px;
}
.huy_vista_range,.huy_vista_range:nth-child(2) {
  padding-top:17px;
  align-items:start;
  grid-template-columns:1fr 80px;
  gap:20px;
  display:grid;
  border-top:1px solid var(--line);
}
.huy_vista_range h2,.huy_vista_range:nth-child(2) h2 {
  font-size: 22px;
  line-height: 1.24;
  margin-top:8px;
}
.huy_vista_range .huy_layer_patch {
  letter-spacing:1px;
  font-size:9px;
}
.huy_vista_range>img,.huy_vista_range:nth-child(2)>img {
  margin:0;
  height:91px;
  width:80px;
}
.huy_row_stem {
  font-size:9px;
  margin-top:11px;
}
.huy_row_stem>span {
  font-size:17px;
}
.huy_flint_yard {
  padding:26px 0 29px;
}
.huy_coast_mesa {
  padding-bottom:18px;
  display:block;
}
.huy_coast_mesa h2 {
  font-size: 31px;
}
.huy_iris_board {
  gap:15px;
  font-size:10px;
  justify-content:space-between;
  margin-top:14px;
  min-height:28px;
}
#clear-search {
  font-size:10px;
}
.huy_rim_line,.huy_harbor_glen {
  min-height:145px;
  gap:0 19px;
  grid-template-columns:1fr 77px;
  padding:19px 0;
  display:grid;
}
.huy_rail_tarn {
  grid-column:1;
  gap:7px 15px;
  display:flex;
  padding:0;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:9px;
  flex-direction:row;
}
.huy_rail_tarn>span {
  letter-spacing:.8px;
  font-size:8px;
}
.huy_rail_tarn small {
  font-size:8px;
}
.huy_rim_line h3 {
  grid-column:1;
  font-size: 22px;
  line-height: 1.25;
}
.huy_harbor_glen h3 {
  font-size: 24px;
  grid-column:1;
  line-height:1.13;
}
.huy_rim_line>p {
  line-height:1.55;
  grid-column:1;
  -webkit-line-clamp:2;
  margin-top:9px;
  font-size:12px;
}
.huy_plate_head,.huy_harbor_glen .huy_plate_head {
  align-self:center;
  grid-row:1/4;
  grid-column:2;
  height:105px;
  width:77px;
}
.huy_banner_gate {
  display:none;
}
.huy_harbor_glen {
  grid-template-columns:1fr 105px;
  min-height:174px;
}
.huy_harbor_glen .huy_plate_head {
  height:139px;
  width:105px;
}
.huy_harbor_glen h3 {
  font-size: 24px;
}
.huy_harbor_glen>p {
  -webkit-line-clamp:2;
}
.huy_vale_mesa {
  font-size:11px;
  min-height:53px;
}
.huy_hedge_flint {
  padding-bottom:28px;
}
.huy_spar_slab h2 {
  font-size: 28px;
  max-width:22ch;
}
.huy_lane_stack {
  display:block;
  border-top-width:4px;
  padding:22px 0 25px;
}
.huy_lane_stack>div>a {
  font-size: clamp(25px, 7.4vw, 31px);
}
.huy_lane_stack p {
  font-size:10px;
  margin-top:8px;
}
.huy_lane_stack nav {
  gap:25px;
  font-size:11px;
  margin-top:13px;
}
.huy_lane_sand {
  gap:12px;
  padding:8px 0;
  font-size:10px;
}
.huy_plate_fern {
  padding:18px 0 27px;
  align-items:stretch;
  gap:26px;
  flex-direction:column;
  display:flex;
}
.huy_plate_fern h1 {
  margin:12px 0 19px;
  font-size: 36px;
  line-height: 1.16;
  max-width:none;
}
.huy_body_table>p {
  line-height:1.6;
  font-size:17px;
}
.huy_mesa_ring {
  line-height:1.65;
  font-size:10px;
  margin-top:18px;
}
.huy_bolt_gild {
  height:218px;
  width:100%;
}
.huy_gulf_haven {
  display:block;
  padding:26px 0 35px;
}
.huy_hall_hedge {
  border-top:2px solid var(--ink);
  margin-bottom:29px;
  position:static;
  padding-top:15px;
}
.huy_hall_hedge h2 {
  font-size:11px;
  margin-bottom:9px;
}
.huy_hall_hedge nav {
  overflow:auto;
  max-height:186px;
}
.huy_hall_hedge a {
  font-size:12px;
  min-height:44px;
}
.huy_hall_hedge .huy_isle_notch {
  display:none;
}
.huy_forge_bloc {
  line-height: 1.8;
  font-size: 17px;
}
.huy_forge_bloc h2 {
  margin-top:31px;
  font-size:29px;
}
.huy_forge_bloc h3 {
  font-size:24px;
}
.huy_forge_bloc p {
  margin-bottom:20px;
}
.huy_terra_mast {
  display:block;
  padding:16px 0 23px;
}
.huy_terra_mast h1 {
  margin-top:10px;
  font-size: 35px;
}
.huy_terra_mast>p {
  margin-top:17px;
  font-size:15px;
}
.huy_banner_mesa h3 {
  font-size:28px;
}
.huy_cliff_stone a {
  font-size:11px;
  min-height:44px;
  padding:11px 0;
  gap:6px;
}
.huy_cliff_stone small {
  font-size:8px;
}
body[data-page=article] .huy_echo_echo>span {
  letter-spacing: -.035em;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  line-height: 1.08;
}
body:not([data-page=home]) .huy_echo_echo>span {
  letter-spacing: -.035em;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  line-height: 1.08;
}
.huy_forge_bloc>h2 {
  line-height: 1.25;
  font-size: 27px;
}
.huy_forge_bloc>h3 {
  font-size: 23px;
}

}

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

}

@media(max-width:360px){.huy_cape_slab_68c8 h2 {
  font-size: 27px;
}
.huy_vista_range h2 {
  font-size: 20px;
}
.huy_vista_range:nth-child(2) h2 {
  font-size: 20px;
}
.huy_rim_line h3 {
  font-size: 21px;
}
.huy_harbor_glen h3 {
  font-size: 21px;
}
.huy_plate_fern h1 {
  font-size: 32px;
}

}

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