@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: #0b9599;
  --line: #5c6d6d40;
  --body-font: 'DM Sans', system-ui, sans-serif;
  --pale: #ecf8f8;
  --ink: #0f1e1e;
  --muted: #5c6d6d;
  --accent-text: #097b7e;
  --heading-font: 'Manrope', system-ui, sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px;
}
body {
  color:var(--ink);
  background:#fff;
  font:17px/1.65 var(--body-font);
  margin:0;
}
a {
  color:inherit;
  text-decoration:none;
}
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 {
  line-height:1.08;
  letter-spacing:-.035em;
  font-family:var(--heading-font,Georgia,serif);
}
.ezy-mill-edge {
  margin-inline:auto;
  width:min(1320px,calc(100% - 88px));
}
.ezy-terra-loop {
  text-transform:uppercase;
  color:var(--accent-text);
  letter-spacing:1.5px;
  font:600 10px/1.4 var(--body-font);
}
.ezy-inlet-peak {
  top:-80px;
  position:absolute;
  left:14px;
  background:#fff;
  z-index:20;
  padding:14px;
}
.ezy-inlet-peak:focus {
  top:12px;
}
.ezy-harbor-hold {
  gap:15px;
  display:flex;
  align-items:center;
  border-bottom:1px solid var(--line);
  min-height:76px;
}
.ezy-terra-brim {
  height:44px;
  width:44px;
  justify-content:center;
  display:flex;
  flex:none;
  align-items:center;
}
.ezy-terra-brim img {
  object-fit:contain;
  height:37px;
  width:37px;
}
.ezy-harbor-hold p {
  color:var(--muted);
  font:12px/1.5 var(--body-font);
}
.ezy-harbor-hold nav {
  margin-left:auto;
  align-items:center;
  gap:27px;
  display:flex;
  font:600 11px var(--body-font);
}
.ezy-harbor-hold nav a {
  display:flex;
  align-items:center;
  min-height:44px;
}
.ezy-harbor-hold a:hover {
  color:var(--accent-text);
}
.ezy-glen-flow {
  border-bottom:6px solid var(--ink);
  padding:19px 0 22px;
  display:block;
}
.ezy-glen-flow h1,.ezy-glen-flow>span {
  display:block;
  font:750 clamp(52px,8.8vw,126px)/1.04 var(--heading-font);
  letter-spacing: -.04em;
}
.ezy-moor-brim {
  padding:16px 0 0;
}
.ezy-stage-scale {
  justify-content:space-between;
  display:flex;
  align-items:center;
  gap:30px;
}
.ezy-onyx-dock {
  width:440px;
  grid-template-columns:1fr 22px;
  position:relative;
  display:grid;
}
.ezy-onyx-dock>span {
  grid-column:1/-1;
  margin-bottom:5px;
  font:10px var(--body-font);
  color:var(--muted);
}
.ezy-onyx-dock input {
  border:0;
  padding:8px 28px 9px 0;
  border-radius:0;
  min-height:44px;
  border-bottom:1px solid var(--ink);
  grid-column:1/-1;
  background:#fff;
  width:100%;
  font:14px var(--body-font);
  color:var(--ink);
}
.ezy-onyx-dock svg {
  right:0;
  bottom:13px;
  position:absolute;
  width:20px;
  height:20px;
  pointer-events:none;
}
.ezy-onyx-dock:focus-within input {
  border-color:var(--accent);
}
.ezy-shore-spool {
  flex-wrap:wrap;
  border-bottom:1px solid var(--ink);
  gap:0 28px;
  margin-top:17px;
  display:flex;
}
.ezy-shore-spool button {
  border:0;
  border-bottom:3px solid transparent;
  gap:9px;
  align-items:center;
  color:var(--muted);
  min-height:48px;
  padding:12px 0;
  background:#fff;
  font:600 12px var(--body-font);
  display:flex;
}
.ezy-shore-spool small {
  align-self:flex-start;
  font-weight:400;
  font-size:9px;
  opacity:.8;
  margin-top:0;
}
.ezy-shore-spool button[aria-pressed=true] {
  color:var(--accent-text);
  border-color:var(--accent);
}
.ezy-shore-spool button:hover {
  color:var(--ink);
}
.ezy-iris-oak {
  padding:23px 0 37px;
  border-bottom:1px solid var(--ink);
}
.ezy-orbit-roost {
  align-items:start;
  gap:30px;
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
}
.ezy-orbit-roost>span:last-child {
  text-align:right;
  color:var(--muted);
  max-width:450px;
  font:12px/1.55 var(--body-font);
}
.ezy-layer-dock {
  display:grid;
  gap:36px;
  grid-template-columns:1.9fr 1fr;
}
.ezy-bloc-spool {
  padding-bottom:2px;
  display:block;
  position:relative;
}
.ezy-brace-loop {
  overflow:hidden;
  height:450px;
  background:var(--pale);
}
.ezy-brace-loop img {
  object-fit:cover;
  height:100%;
  transition:transform .5s;
  width:100%;
}
.ezy-bloc-spool:hover img {
  transform:scale(1.025);
}
.ezy-banner-rung {
  min-height:144px;
  width:86%;
  margin-top:-124px;
  position:relative;
  background:#fff;
  padding:23px 25px 0 0;
}
.ezy-banner-rung h2 {
  margin:11px 0 17px;
  letter-spacing: -.028em;
  line-height: 1.14;
  font-weight: 650;
  font-size: 41px;
}
.ezy-pond-book {
  display:flex;
  gap:35px;
  align-items:center;
  min-height:44px;
  font:600 11px var(--body-font);
  color:var(--accent-text);
}
.ezy-pond-book>span {
  font-size:20px;
  font-weight:400;
}
.ezy-row-forge {
  display:flex;
  gap:24px;
  flex-direction:column;
}
.ezy-amber-slate {
  border-top:3px solid var(--ink);
  padding-top:18px;
  display:grid;
  gap:21px;
  align-items:start;
  grid-template-columns:1fr 104px;
}
.ezy-amber-slate:last-child {
  padding-top:22px;
  border-top:1px solid var(--line);
}
.ezy-amber-slate h2 {
  margin-top:12px;
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -.028em;
  font-size: 26px;
}
.ezy-amber-slate>img {
  object-fit:cover;
  height:126px;
  width:104px;
  margin-top:5px;
}
.ezy-amber-slate:nth-child(2) {
  display:flex;
  flex-direction:column-reverse;
  gap:15px;
}
.ezy-amber-slate:nth-child(2)>img {
  width:100%;
  height:141px;
  margin:0;
}
.ezy-amber-slate:nth-child(2) h2 {
  margin-top:8px;
  font-size: 24px;
}
.ezy-haven-scale {
  display:flex;
  margin-top:15px;
  justify-content:space-between;
  color:var(--muted);
  align-items:center;
  gap:20px;
  font:10px var(--body-font);
}
.ezy-haven-scale>span {
  color:var(--accent-text);
  font-size:20px;
}
.ezy-bloc-spool:hover h2,.ezy-amber-slate:hover h2,.ezy-hull-patch:hover h3 {
  color:var(--accent-text);
}
.ezy-stone-kern {
  padding:31px 0 38px;
}
.ezy-wedge-drift {
  align-items:end;
  justify-content:space-between;
  gap:30px;
  padding-bottom:25px;
  display:flex;
}
.ezy-wedge-drift h2 {
  letter-spacing: -.028em;
  line-height: 1.17;
  font-weight: 650;
  font-size: 40px;
}
.ezy-layer-sway {
  gap:20px;
  font:11px var(--body-font);
  align-items:center;
  display:flex;
  color:var(--muted);
}
#clear-search {
  border:0;
  border-bottom:1px solid var(--ink);
  color:var(--ink);
  background:transparent;
  min-height:44px;
  font:11px var(--body-font);
}
.ezy-hull-patch {
  padding:23px 0;
  align-items:center;
  gap:26px;
  display:grid;
  grid-template-columns:125px 1.55fr 1fr 112px 22px;
  min-height:127px;
  border-top:1px solid var(--line);
}
.ezy-peak-reed {
  align-self:start;
  gap:10px;
  display:flex;
  flex-direction:column;
  padding-top:4px;
}
.ezy-peak-reed>span {
  font:600 9px/1.5 var(--body-font);
  text-transform:uppercase;
  letter-spacing:1.1px;
  color:var(--accent-text);
}
.ezy-peak-reed small {
  color:var(--muted);
  font:10px var(--body-font);
}
.ezy-hull-patch h3 {
  letter-spacing: -.028em;
  font-weight: 650;
  font-size: 24px;
  line-height: 1.25;
}
.ezy-hull-patch>p {
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  display:-webkit-box;
}
.ezy-keel-mold {
  object-fit:cover;
  width:112px;
  height:79px;
}
.ezy-terra-stage {
  font:24px var(--body-font);
  color:var(--accent-text);
}
.ezy-helm-layer {
  min-height:160px;
  grid-template-columns:125px 1.3fr 1fr 190px 22px;
}
.ezy-helm-layer h3 {
  font-size: 29px;
}
.ezy-helm-layer .ezy-keel-mold {
  width:190px;
  height:116px;
}
.ezy-verge-knoll {
  border:0;
  font:600 12px var(--body-font);
  align-items:center;
  display:flex;
  margin-top:9px;
  border-bottom:1px solid var(--ink);
  padding:17px 0;
  min-height:55px;
  text-align:left;
  background:#fff;
  border-top:1px solid var(--ink);
  justify-content:space-between;
  width:100%;
}
.ezy-verge-knoll span {
  font-size:21px;
  color:var(--accent-text);
}
.ezy-verge-knoll:hover {
  color:var(--accent-text);
}
.ezy-haven-stone {
  border-top:1px solid var(--line);
  padding:40px 0;
}
.ezy-haven-stone h3 {
  font-weight: 650;
  font-size:30px;
  margin-bottom:13px;
  letter-spacing: -.028em;
}
.ezy-haven-stone p {
  font-size:15px;
  color:var(--muted);
}
.ezy-bloc-edge {
  padding:0 0 45px;
}
.ezy-pier-mesa {
  padding-top:22px;
  border-top:1px solid var(--ink);
  margin-bottom:23px;
}
.ezy-pier-mesa h2 {
  letter-spacing: -.028em;
  line-height: 1.2;
  font-size: 32px;
  font-weight: 650;
  margin-top:9px;
}
#native-home {
  max-width:100%;
}
#native-home :is(img,svg,iframe) {
  max-width:100%;
}
.ezy-body-atlas {
  display:flex;
  padding:28px 0 40px;
  align-items:start;
  border-top:6px solid var(--ink);
  justify-content:space-between;
  gap:35px;
}
.ezy-body-atlas>div>a {
  letter-spacing: -.035em;
  font:750 36px/1.15 var(--heading-font);
}
.ezy-body-atlas p {
  margin-top:10px;
  font:11px/1.5 var(--body-font);
  color:var(--muted);
}
.ezy-body-atlas nav {
  display:flex;
  gap:28px;
  font:12px var(--body-font);
}
.ezy-body-atlas nav a {
  align-items:center;
  min-height:44px;
  display:flex;
}
.ezy-body-atlas a:hover {
  color:var(--accent-text);
}
body[data-page=article] .ezy-glen-flow>span,body:not([data-page=home]) .ezy-glen-flow>span {
  font-size: clamp(42px, 5.6vw, 80px);
}
.ezy-patch-book {
  gap:15px;
  font:11px var(--body-font);
  align-items:center;
  display:flex;
  color:var(--muted);
  padding:14px 0;
}
.ezy-patch-book a {
  align-items:center;
  display:flex;
  min-height:44px;
}
.ezy-banner-lane {
  display:grid;
  border-bottom:1px solid var(--line);
  grid-template-columns:1fr 290px;
  align-items:center;
  gap:65px;
  padding:20px 0 35px;
}
.ezy-banner-lane h1 {
  font-size: 55px;
  letter-spacing: -.028em;
  max-width:23ch;
  line-height: 1.13;
  margin:14px 0 25px;
  font-weight: 650;
}
.ezy-edge-jetty>p {
  color:var(--muted);
  font-size: 19px;
  line-height: 1.65;
  max-width:730px;
}
.ezy-sill-layer {
  margin-top:22px;
  font:11px/1.7 var(--body-font);
  color:var(--muted);
}
.ezy-tide-rail {
  object-fit:cover;
  width:290px;
  height:350px;
}
.ezy-fleet-tile {
  grid-template-columns:225px minmax(0,780px);
  padding:43px 0 60px;
  justify-content:center;
  gap:70px;
  display:grid;
}
.ezy-fleet-tile:has(.ezy-echo-facet:only-child) {
  grid-template-columns:minmax(0,850px);
}
.ezy-drift-facet {
  border-top:3px solid var(--ink);
  padding-top:18px;
  align-self:start;
  position:sticky;
  top:22px;
}
.ezy-drift-facet h2 {
  font:600 12px var(--body-font);
  margin-bottom:15px;
}
.ezy-drift-facet nav {
  display:flex;
  flex-direction:column;
}
.ezy-drift-facet a {
  border-bottom:1px solid var(--line);
  font:12px/1.5 var(--body-font);
  min-height:44px;
  padding:9px 0;
  display:flex;
  align-items:center;
  color:var(--muted);
}
.ezy-drift-facet a:hover {
  color:var(--accent-text);
}
.ezy-drift-facet .ezy-coast-rim {
  color:var(--accent-text);
  border:0;
  margin-top:23px;
}
.ezy-echo-facet {
  font:18px/1.85 var(--body-font);
  line-height: 1.85;
  overflow-wrap:anywhere;
  font-size: 18px;
  min-width:0;
}
.ezy-echo-facet p {
  margin-bottom:22px;
}
.ezy-echo-facet h2 {
  margin:40px 0 19px;
  font-size:35px;
  scroll-margin-top:25px;
  font-weight:400;
  line-height:1.12;
}
.ezy-echo-facet h3 {
  font-size:25px;
  line-height:1.3;
  margin:27px 0 16px;
}
.ezy-echo-facet a {
  text-decoration:underline;
  color:var(--accent-text);
  text-underline-offset:3px;
}
.ezy-echo-facet :is(img,svg,iframe) {
  max-width:100%;
}
.ezy-echo-facet img {
  height:auto;
}
.ezy-echo-facet blockquote {
  border-left:3px solid var(--accent);
  background:var(--pale);
  margin:28px 0;
  padding:10px 24px;
}
.ezy-echo-facet table {
  border-collapse:collapse;
  overflow:auto;
  max-width:100%;
  display:block;
  font-size:14px;
}
.ezy-echo-facet th,.ezy-echo-facet td {
  border-bottom:1px solid var(--line);
  text-align:left;
  padding:11px;
}
.ezy-echo-facet :is(ul,ol) {
  padding-left:24px;
}
.ezy-echo-facet pre {
  font-size:13px;
  white-space:pre;
  overflow:auto;
}
.ezy-stack-hedge {
  padding-top:17px;
  border-top:1px solid var(--ink);
  min-height:44px;
  font:12px var(--body-font);
  margin-top:38px;
}
.ezy-stack-hedge a {
  display:inline-flex;
  min-height:44px;
  align-items:center;
}
.ezy-harbor-rose {
  gap:45px;
  align-items:center;
  border-bottom:1px solid var(--ink);
  padding:18px 0 31px;
  display:grid;
  grid-template-columns:1.5fr 1fr;
}
.ezy-harbor-rose h1 {
  font-weight: 650;
  margin-top:12px;
  font-size: 52px;
  line-height: 1.13;
  letter-spacing: -.028em;
}
.ezy-harbor-rose>p {
  line-height:1.65;
  font-size:17px;
  color:var(--muted);
}
.ezy-mill-point {
  min-height:50vh;
  padding-block:50px;
}
.ezy-mill-point h1 {
  letter-spacing: -.028em;
  font-size:45px;
  margin-bottom:25px;
  font-weight: 650;
}
.ezy-shore-spool a {
  padding:12px 0;
  gap:9px;
  border-bottom:3px solid transparent;
  font:600 12px var(--body-font);
  color:var(--muted);
  align-items:center;
  display:flex;
  min-height:48px;
}
.ezy-shore-spool a[aria-pressed=true] {
  color:var(--accent-text);
  border-color:var(--accent);
}
.ezy-shore-spool a:hover {
  color:var(--ink);
}
.ezy-shore-spool small {
  font-weight:400;
  font-size:9px;
}
.ezy-hull-patch > *,.ezy-banner-lane > * {
  min-width:0;
}
.ezy-body-atlas {
  flex-wrap:wrap;
}
.ezy-body-atlas nav {
  row-gap:0;
  column-gap:28px;
  flex-wrap:wrap;
}
.ezy-body-atlas > p {
  width:100%;
}
.ezy-iris-loft {
  border-top:1px solid var(--line);
  padding:28px 0;
}
.ezy-wharf-tile {
  margin:8px 0;
  font:650 30px/1.2 var(--heading-font);
}
.ezy-grid-sill,.ezy-vista-amber {
  font-size:13px;
  color:var(--muted);
  margin-top:10px;
}
.ezy-wing-trace {
  margin:18px 0;
  flex-wrap:wrap;
  gap:10px;
  display:flex;
}
.ezy-wing-trace input,.ezy-wing-trace button {
  padding:10px 16px;
  min-height:48px;
  max-width:100%;
  border:1px solid var(--line);
  background:var(--pale);
}
.ezy-wing-trace button {
  background:var(--ink);
  color:#fff;
}
.ezy-kern-axis {
  position:absolute;
  left:-9999px;
}
.ezy-mill-point .ezy-echo-facet {
  max-width:800px;
}
.ezy-terra-brim.ezy-ridge-stage {
  width:180px;
}
.ezy-terra-brim.ezy-ridge-stage img {
  height:44px;
  width:180px;
}
.ezy-echo-facet>h2 {
  font-family: var(--heading-font);
  font-weight: 650;
  font-size: 32px;
  letter-spacing: -.028em;
  line-height: 1.22;
}
.ezy-echo-facet>h3 {
  font-size: 24px;
  letter-spacing: -.028em;
  line-height: 1.3;
  font-weight: 650;
  font-family: var(--heading-font);
}

@media(max-width:1100px){.ezy-mill-edge {
  width:calc(100% - 52px);
}
.ezy-layer-dock {
  grid-template-columns:1.7fr 1fr;
  gap:27px;
}
.ezy-brace-loop {
  height:415px;
}
.ezy-banner-rung h2 {
  font-size: 34px;
}
.ezy-banner-rung {
  width:92%;
}
.ezy-amber-slate {
  grid-template-columns:1fr 75px;
  gap:14px;
}
.ezy-amber-slate>img {
  height:95px;
  width:75px;
}
.ezy-amber-slate h2 {
  font-size: 23px;
}
.ezy-amber-slate:nth-child(2) h2 {
  font-size: 22px;
}
.ezy-hull-patch {
  gap:20px;
  grid-template-columns:100px 1.5fr 1fr 85px 17px;
}
.ezy-helm-layer {
  grid-template-columns:100px 1.4fr 1fr 120px 17px;
}
.ezy-hull-patch h3 {
  font-size: 22px;
}
.ezy-helm-layer h3 {
  font-size: 26px;
}
.ezy-keel-mold {
  height:70px;
  width:85px;
}
.ezy-helm-layer .ezy-keel-mold {
  height:95px;
  width:120px;
}
.ezy-hull-patch>p {
  font-size:12px;
}
.ezy-banner-lane {
  grid-template-columns:1fr 235px;
  gap:32px;
}
.ezy-banner-lane h1 {
  font-size: 45px;
}
.ezy-tide-rail {
  height:300px;
  width:235px;
}
.ezy-fleet-tile {
  gap:36px;
  grid-template-columns:180px minmax(0,700px);
}
.ezy-shore-spool {
  gap:0 23px;
}
.ezy-shore-spool button {
  font-size:11px;
}

}

@media(max-width:700px){.ezy-mill-edge {
  width:calc(100% - 36px);
}
.ezy-harbor-hold {
  min-height:66px;
  gap:10px;
}
.ezy-terra-brim {
  width:36px;
}
.ezy-terra-brim img {
  width:30px;
  height:30px;
}
.ezy-harbor-hold p {
  font-size:10px;
  line-height:1.4;
  max-width:180px;
}
.ezy-harbor-hold nav {
  font-size:10px;
  gap:15px;
}
.ezy-harbor-hold nav a:first-child {
  display:none;
}
.ezy-glen-flow {
  padding:19px 0 20px;
  border-bottom-width:4px;
}
.ezy-glen-flow h1 {
  line-height: 1.08;
  letter-spacing: -.035em;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  overflow-wrap:normal;
}
.ezy-glen-flow>span {
  line-height: 1.08;
  letter-spacing: -.035em;
  font-size: clamp(28px, 9.15vw, 62px) !important;
}
.ezy-moor-brim {
  padding-top:18px;
}
.ezy-stage-scale {
  display:block;
}
.ezy-stage-scale>.ezy-terra-loop {
  font-size:9px;
}
.ezy-onyx-dock {
  margin-top:13px;
  width:100%;
}
.ezy-onyx-dock>span {
  font-size:9px;
}
.ezy-onyx-dock input {
  font-size:14px;
  min-height:44px;
}
.ezy-shore-spool {
  gap:0 18px;
  margin-top:15px;
}
.ezy-shore-spool button {
  min-height:44px;
  gap:6px;
  padding:11px 0;
  font-size:11px;
}
.ezy-shore-spool small {
  font-size:8px;
}
.ezy-iris-oak {
  padding:20px 0 25px;
}
.ezy-orbit-roost {
  display:block;
  margin-bottom:17px;
}
.ezy-orbit-roost>span:last-child {
  max-width:none;
  text-align:left;
  font-size:11px;
  margin-top:8px;
  line-height:1.55;
  display:block;
}
.ezy-layer-dock {
  display:block;
}
.ezy-brace-loop {
  height:294px;
}
.ezy-banner-rung {
  padding:16px 14px 0 0;
  min-height:0;
  width:94%;
  margin-top:-55px;
}
.ezy-banner-rung h2 {
  font-size: 30px;
  margin:9px 0 8px;
  line-height: 1.18;
}
.ezy-banner-rung .ezy-terra-loop {
  font-size:9px;
  letter-spacing:1.1px;
}
.ezy-pond-book {
  font-size:10px;
  min-height:44px;
}
.ezy-row-forge {
  gap:16px;
  margin-top:17px;
}
.ezy-amber-slate,.ezy-amber-slate:nth-child(2) {
  border-top:1px solid var(--line);
  align-items:start;
  padding-top:17px;
  display:grid;
  grid-template-columns:1fr 80px;
  gap:20px;
}
.ezy-amber-slate h2,.ezy-amber-slate:nth-child(2) h2 {
  line-height: 1.24;
  margin-top:8px;
  font-size: 22px;
}
.ezy-amber-slate .ezy-terra-loop {
  letter-spacing:1px;
  font-size:9px;
}
.ezy-amber-slate>img,.ezy-amber-slate:nth-child(2)>img {
  width:80px;
  margin:0;
  height:91px;
}
.ezy-haven-scale {
  margin-top:11px;
  font-size:9px;
}
.ezy-haven-scale>span {
  font-size:17px;
}
.ezy-stone-kern {
  padding:26px 0 29px;
}
.ezy-wedge-drift {
  padding-bottom:18px;
  display:block;
}
.ezy-wedge-drift h2 {
  font-size: 31px;
}
.ezy-layer-sway {
  justify-content:space-between;
  gap:15px;
  min-height:28px;
  margin-top:14px;
  font-size:10px;
}
#clear-search {
  font-size:10px;
}
.ezy-hull-patch,.ezy-helm-layer {
  gap:0 19px;
  padding:19px 0;
  min-height:145px;
  grid-template-columns:1fr 77px;
  display:grid;
}
.ezy-peak-reed {
  padding:0;
  margin-bottom:9px;
  align-items:center;
  gap:7px 15px;
  display:flex;
  flex-direction:row;
  grid-column:1;
  flex-wrap:wrap;
}
.ezy-peak-reed>span {
  letter-spacing:.8px;
  font-size:8px;
}
.ezy-peak-reed small {
  font-size:8px;
}
.ezy-hull-patch h3 {
  line-height: 1.25;
  grid-column:1;
  font-size: 22px;
}
.ezy-helm-layer h3 {
  font-size: 24px;
  grid-column:1;
  line-height:1.13;
}
.ezy-hull-patch>p {
  grid-column:1;
  -webkit-line-clamp:2;
  font-size:12px;
  margin-top:9px;
  line-height:1.55;
}
.ezy-keel-mold,.ezy-helm-layer .ezy-keel-mold {
  width:77px;
  grid-row:1/4;
  align-self:center;
  grid-column:2;
  height:105px;
}
.ezy-terra-stage {
  display:none;
}
.ezy-helm-layer {
  min-height:174px;
  grid-template-columns:1fr 105px;
}
.ezy-helm-layer .ezy-keel-mold {
  height:139px;
  width:105px;
}
.ezy-helm-layer h3 {
  font-size: 24px;
}
.ezy-helm-layer>p {
  -webkit-line-clamp:2;
}
.ezy-verge-knoll {
  min-height:53px;
  font-size:11px;
}
.ezy-bloc-edge {
  padding-bottom:28px;
}
.ezy-pier-mesa h2 {
  max-width:22ch;
  font-size: 28px;
}
.ezy-body-atlas {
  display:block;
  padding:22px 0 25px;
  border-top-width:4px;
}
.ezy-body-atlas>div>a {
  font-size: clamp(25px, 7.4vw, 31px);
}
.ezy-body-atlas p {
  font-size:10px;
  margin-top:8px;
}
.ezy-body-atlas nav {
  gap:25px;
  margin-top:13px;
  font-size:11px;
}
.ezy-patch-book {
  font-size:10px;
  gap:12px;
  padding:8px 0;
}
.ezy-banner-lane {
  align-items:stretch;
  gap:26px;
  display:flex;
  flex-direction:column;
  padding:18px 0 27px;
}
.ezy-banner-lane h1 {
  margin:12px 0 19px;
  font-size: 36px;
  line-height: 1.16;
  max-width:none;
}
.ezy-edge-jetty>p {
  font-size:17px;
  line-height:1.6;
}
.ezy-sill-layer {
  font-size:10px;
  margin-top:18px;
  line-height:1.65;
}
.ezy-tide-rail {
  height:218px;
  width:100%;
}
.ezy-fleet-tile {
  padding:26px 0 35px;
  display:block;
}
.ezy-drift-facet {
  padding-top:15px;
  position:static;
  margin-bottom:29px;
  border-top:2px solid var(--ink);
}
.ezy-drift-facet h2 {
  margin-bottom:9px;
  font-size:11px;
}
.ezy-drift-facet nav {
  max-height:186px;
  overflow:auto;
}
.ezy-drift-facet a {
  font-size:12px;
  min-height:44px;
}
.ezy-drift-facet .ezy-coast-rim {
  display:none;
}
.ezy-echo-facet {
  line-height: 1.8;
  font-size: 17px;
}
.ezy-echo-facet h2 {
  margin-top:31px;
  font-size:29px;
}
.ezy-echo-facet h3 {
  font-size:24px;
}
.ezy-echo-facet p {
  margin-bottom:20px;
}
.ezy-harbor-rose {
  padding:16px 0 23px;
  display:block;
}
.ezy-harbor-rose h1 {
  margin-top:10px;
  font-size: 35px;
}
.ezy-harbor-rose>p {
  font-size:15px;
  margin-top:17px;
}
.ezy-haven-stone h3 {
  font-size:28px;
}
.ezy-shore-spool a {
  padding:11px 0;
  gap:6px;
  font-size:11px;
  min-height:44px;
}
.ezy-shore-spool small {
  font-size:8px;
}
body[data-page=article] .ezy-glen-flow>span {
  line-height: 1.08;
  letter-spacing: -.035em;
  font-size: clamp(28px, 9.15vw, 62px) !important;
}
body:not([data-page=home]) .ezy-glen-flow>span {
  font-size: clamp(28px, 9.15vw, 62px) !important;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.ezy-echo-facet>h2 {
  line-height: 1.25;
  font-size: 27px;
}
.ezy-echo-facet>h3 {
  font-size: 23px;
}

}

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

}

@media(max-width:360px){.ezy-banner-rung h2 {
  font-size: 27px;
}
.ezy-amber-slate h2 {
  font-size: 20px;
}
.ezy-amber-slate:nth-child(2) h2 {
  font-size: 20px;
}
.ezy-hull-patch h3 {
  font-size: 21px;
}
.ezy-helm-layer h3 {
  font-size: 21px;
}
.ezy-banner-lane h1 {
  font-size: 32px;
}

}

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