@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: #0193ac;
  --muted: #5c6c70;
  --pale: #edf7fa;
  --body-font: 'DM Sans', system-ui, sans-serif;
  --heading-font: 'Manrope', system-ui, sans-serif;
  --accent-text: #017a8f;
  --line: #5c6c7040;
  --ink: #0f1d20;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px;
}
body {
  font:17px/1.65 var(--body-font);
  background:#fff;
  margin:0;
  color:var(--ink);
}
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 {
  line-height:1.08;
  letter-spacing:-.035em;
  font-family:var(--heading-font,Georgia,serif);
}
.gmk-brick-gulf {
  width:min(1320px,calc(100% - 88px));
  margin-inline:auto;
}
.gmk-facet-oak {
  letter-spacing:1.5px;
  font:600 10px/1.4 var(--body-font);
  color:var(--accent-text);
  text-transform:uppercase;
}
.gmk-front-hearth {
  background:#fff;
  top:-80px;
  left:14px;
  z-index:20;
  padding:14px;
  position:absolute;
}
.gmk-front-hearth:focus {
  top:12px;
}
.gmk-sail-slate {
  gap:15px;
  border-bottom:1px solid var(--line);
  min-height:76px;
  display:flex;
  align-items:center;
}
.gmk-banner-stone {
  width:44px;
  justify-content:center;
  height:44px;
  display:flex;
  align-items:center;
  flex:none;
}
.gmk-banner-stone img {
  height:37px;
  width:37px;
  object-fit:contain;
}
.gmk-sail-slate p {
  color:var(--muted);
  font:12px/1.5 var(--body-font);
}
.gmk-sail-slate nav {
  gap:27px;
  margin-left:auto;
  font:600 11px var(--body-font);
  align-items:center;
  display:flex;
}
.gmk-sail-slate nav a {
  align-items:center;
  min-height:44px;
  display:flex;
}
.gmk-sail-slate a:hover {
  color:var(--accent-text);
}
.gmk-base-helm {
  padding:19px 0 22px;
  border-bottom:6px solid var(--ink);
  display:block;
}
.gmk-base-helm h1,.gmk-base-helm>span {
  font:750 clamp(52px,8.8vw,126px)/1.04 var(--heading-font);
  letter-spacing: -.04em;
  display:block;
}
.gmk-haven-aero {
  padding:16px 0 0;
}
.gmk-yard-pier {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
}
.gmk-rim-gate {
  position:relative;
  grid-template-columns:1fr 22px;
  width:440px;
  display:grid;
}
.gmk-rim-gate>span {
  color:var(--muted);
  grid-column:1/-1;
  margin-bottom:5px;
  font:10px var(--body-font);
}
.gmk-rim-gate input {
  border:0;
  width:100%;
  background:#fff;
  color:var(--ink);
  font:14px var(--body-font);
  border-bottom:1px solid var(--ink);
  min-height:44px;
  border-radius:0;
  grid-column:1/-1;
  padding:8px 28px 9px 0;
}
.gmk-rim-gate svg {
  bottom:13px;
  pointer-events:none;
  right:0;
  width:20px;
  height:20px;
  position:absolute;
}
.gmk-rim-gate:focus-within input {
  border-color:var(--accent);
}
.gmk-ledge-pond {
  gap:0 28px;
  display:flex;
  margin-top:17px;
  border-bottom:1px solid var(--ink);
  flex-wrap:wrap;
}
.gmk-ledge-pond button {
  border:0;
  font:600 12px var(--body-font);
  padding:12px 0;
  background:#fff;
  align-items:center;
  color:var(--muted);
  border-bottom:3px solid transparent;
  display:flex;
  min-height:48px;
  gap:9px;
}
.gmk-ledge-pond small {
  opacity:.8;
  font-size:9px;
  margin-top:0;
  font-weight:400;
  align-self:flex-start;
}
.gmk-ledge-pond button[aria-pressed=true] {
  color:var(--accent-text);
  border-color:var(--accent);
}
.gmk-ledge-pond button:hover {
  color:var(--ink);
}
.gmk-forge-porch {
  padding:23px 0 37px;
  border-bottom:1px solid var(--ink);
}
.gmk-cell-verge {
  align-items:start;
  margin-bottom:20px;
  gap:30px;
  justify-content:space-between;
  display:flex;
}
.gmk-cell-verge>span:last-child {
  max-width:450px;
  text-align:right;
  font:12px/1.55 var(--body-font);
  color:var(--muted);
}
.gmk-front-bloc {
  display:grid;
  grid-template-columns:1.9fr 1fr;
  gap:36px;
}
.gmk-amber-hold {
  padding-bottom:2px;
  display:block;
  position:relative;
}
.gmk-line-edge {
  background:var(--pale);
  overflow:hidden;
  height:450px;
}
.gmk-line-edge img {
  width:100%;
  transition:transform .5s;
  object-fit:cover;
  height:100%;
}
.gmk-amber-hold:hover img {
  transform:scale(1.025);
}
.gmk-notch-brim {
  margin-top:-124px;
  position:relative;
  padding:23px 25px 0 0;
  background:#fff;
  width:86%;
  min-height:144px;
}
.gmk-notch-brim h2 {
  font-size: 41px;
  letter-spacing: -.028em;
  font-weight: 650;
  line-height: 1.14;
  margin:11px 0 17px;
}
.gmk-prow-delta {
  font:600 11px var(--body-font);
  min-height:44px;
  color:var(--accent-text);
  align-items:center;
  display:flex;
  gap:35px;
}
.gmk-prow-delta>span {
  font-weight:400;
  font-size:20px;
}
.gmk-shore-wade {
  display:flex;
  flex-direction:column;
  gap:24px;
}
.gmk-layer-root {
  display:grid;
  border-top:3px solid var(--ink);
  align-items:start;
  grid-template-columns:1fr 104px;
  padding-top:18px;
  gap:21px;
}
.gmk-layer-root:last-child {
  border-top:1px solid var(--line);
  padding-top:22px;
}
.gmk-layer-root h2 {
  letter-spacing: -.028em;
  line-height: 1.22;
  margin-top:12px;
  font-size: 26px;
  font-weight: 650;
}
.gmk-layer-root>img {
  object-fit:cover;
  margin-top:5px;
  width:104px;
  height:126px;
}
.gmk-layer-root:nth-child(2) {
  gap:15px;
  display:flex;
  flex-direction:column-reverse;
}
.gmk-layer-root:nth-child(2)>img {
  width:100%;
  margin:0;
  height:141px;
}
.gmk-layer-root:nth-child(2) h2 {
  margin-top:8px;
  font-size: 24px;
}
.gmk-brick-vane {
  justify-content:space-between;
  align-items:center;
  display:flex;
  margin-top:15px;
  gap:20px;
  font:10px var(--body-font);
  color:var(--muted);
}
.gmk-brick-vane>span {
  font-size:20px;
  color:var(--accent-text);
}
.gmk-amber-hold:hover h2,.gmk-layer-root:hover h2,.gmk-brick-flank:hover h3 {
  color:var(--accent-text);
}
.gmk-front-cove {
  padding:31px 0 38px;
}
.gmk-grove-bolt {
  align-items:end;
  display:flex;
  gap:30px;
  justify-content:space-between;
  padding-bottom:25px;
}
.gmk-grove-bolt h2 {
  letter-spacing: -.028em;
  font-weight: 650;
  line-height: 1.17;
  font-size: 40px;
}
.gmk-terra-shade {
  font:11px var(--body-font);
  gap:20px;
  color:var(--muted);
  display:flex;
  align-items:center;
}
#clear-search {
  border:0;
  color:var(--ink);
  font:11px var(--body-font);
  border-bottom:1px solid var(--ink);
  min-height:44px;
  background:transparent;
}
.gmk-brick-flank {
  border-top:1px solid var(--line);
  min-height:127px;
  grid-template-columns:125px 1.55fr 1fr 112px 22px;
  align-items:center;
  display:grid;
  padding:23px 0;
  gap:26px;
}
.gmk-rise-sail {
  display:flex;
  align-self:start;
  padding-top:4px;
  gap:10px;
  flex-direction:column;
}
.gmk-rise-sail>span {
  letter-spacing:1.1px;
  font:600 9px/1.5 var(--body-font);
  color:var(--accent-text);
  text-transform:uppercase;
}
.gmk-rise-sail small {
  font:10px var(--body-font);
  color:var(--muted);
}
.gmk-brick-flank h3 {
  line-height: 1.25;
  letter-spacing: -.028em;
  font-weight: 650;
  font-size: 24px;
}
.gmk-brick-flank>p {
  font-size:14px;
  line-height:1.6;
  overflow:hidden;
  color:var(--muted);
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  display:-webkit-box;
}
.gmk-dash-row {
  width:112px;
  height:79px;
  object-fit:cover;
}
.gmk-kern-vale {
  color:var(--accent-text);
  font:24px var(--body-font);
}
.gmk-vista-ember {
  grid-template-columns:125px 1.3fr 1fr 190px 22px;
  min-height:160px;
}
.gmk-vista-ember h3 {
  font-size: 29px;
}
.gmk-vista-ember .gmk-dash-row {
  width:190px;
  height:116px;
}
.gmk-tile-roost {
  border:0;
  align-items:center;
  text-align:left;
  justify-content:space-between;
  display:flex;
  width:100%;
  border-bottom:1px solid var(--ink);
  background:#fff;
  padding:17px 0;
  font:600 12px var(--body-font);
  min-height:55px;
  margin-top:9px;
  border-top:1px solid var(--ink);
}
.gmk-tile-roost span {
  color:var(--accent-text);
  font-size:21px;
}
.gmk-tile-roost:hover {
  color:var(--accent-text);
}
.gmk-forge-rose {
  padding:40px 0;
  border-top:1px solid var(--line);
}
.gmk-forge-rose h3 {
  letter-spacing: -.028em;
  font-size:30px;
  font-weight: 650;
  margin-bottom:13px;
}
.gmk-forge-rose p {
  color:var(--muted);
  font-size:15px;
}
.gmk-gulf-axis {
  padding:0 0 45px;
}
.gmk-field-quay {
  margin-bottom:23px;
  padding-top:22px;
  border-top:1px solid var(--ink);
}
.gmk-field-quay h2 {
  font-size: 32px;
  font-weight: 650;
  margin-top:9px;
  line-height: 1.2;
  letter-spacing: -.028em;
}
#native-home {
  max-width:100%;
}
#native-home :is(img,svg,iframe) {
  max-width:100%;
}
.gmk-rail-atlas {
  border-top:6px solid var(--ink);
  padding:28px 0 40px;
  gap:35px;
  align-items:start;
  display:flex;
  justify-content:space-between;
}
.gmk-rail-atlas>div>a {
  letter-spacing: -.035em;
  font:750 36px/1.15 var(--heading-font);
}
.gmk-rail-atlas p {
  color:var(--muted);
  margin-top:10px;
  font:11px/1.5 var(--body-font);
}
.gmk-rail-atlas nav {
  gap:28px;
  font:12px var(--body-font);
  display:flex;
}
.gmk-rail-atlas nav a {
  min-height:44px;
  display:flex;
  align-items:center;
}
.gmk-rail-atlas a:hover {
  color:var(--accent-text);
}
body[data-page=article] .gmk-base-helm>span,body:not([data-page=home]) .gmk-base-helm>span {
  font-size: clamp(42px, 5.6vw, 80px);
}
.gmk-bay-spool {
  color:var(--muted);
  display:flex;
  font:11px var(--body-font);
  align-items:center;
  gap:15px;
  padding:14px 0;
}
.gmk-bay-spool a {
  align-items:center;
  min-height:44px;
  display:flex;
}
.gmk-stem-roost {
  display:grid;
  padding:20px 0 35px;
  align-items:center;
  border-bottom:1px solid var(--line);
  gap:65px;
  grid-template-columns:1fr 290px;
}
.gmk-stem-roost h1 {
  font-size: 55px;
  letter-spacing: -.028em;
  font-weight: 650;
  line-height: 1.13;
  max-width:23ch;
  margin:14px 0 25px;
}
.gmk-rim-hold>p {
  font-size: 19px;
  max-width:730px;
  color:var(--muted);
  line-height: 1.65;
}
.gmk-scale-grove {
  margin-top:22px;
  color:var(--muted);
  font:11px/1.7 var(--body-font);
}
.gmk-board-terra {
  height:350px;
  width:290px;
  object-fit:cover;
}
.gmk-arc-prism {
  gap:70px;
  display:grid;
  grid-template-columns:225px minmax(0,780px);
  padding:43px 0 60px;
  justify-content:center;
}
.gmk-arc-prism:has(.gmk-pine-kern:only-child) {
  grid-template-columns:minmax(0,850px);
}
.gmk-layer-yard {
  align-self:start;
  position:sticky;
  top:22px;
  border-top:3px solid var(--ink);
  padding-top:18px;
}
.gmk-layer-yard h2 {
  font:600 12px var(--body-font);
  margin-bottom:15px;
}
.gmk-layer-yard nav {
  flex-direction:column;
  display:flex;
}
.gmk-layer-yard a {
  align-items:center;
  padding:9px 0;
  display:flex;
  min-height:44px;
  color:var(--muted);
  font:12px/1.5 var(--body-font);
  border-bottom:1px solid var(--line);
}
.gmk-layer-yard a:hover {
  color:var(--accent-text);
}
.gmk-layer-yard .gmk-cloak-ember {
  color:var(--accent-text);
  margin-top:23px;
  border:0;
}
.gmk-pine-kern {
  font:18px/1.85 var(--body-font);
  line-height: 1.85;
  font-size: 18px;
  min-width:0;
  overflow-wrap:anywhere;
}
.gmk-pine-kern p {
  margin-bottom:22px;
}
.gmk-pine-kern h2 {
  margin:40px 0 19px;
  scroll-margin-top:25px;
  font-size:35px;
  font-weight:400;
  line-height:1.12;
}
.gmk-pine-kern h3 {
  line-height:1.3;
  font-size:25px;
  margin:27px 0 16px;
}
.gmk-pine-kern a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--accent-text);
}
.gmk-pine-kern :is(img,svg,iframe) {
  max-width:100%;
}
.gmk-pine-kern img {
  height:auto;
}
.gmk-pine-kern blockquote {
  border-left:3px solid var(--accent);
  background:var(--pale);
  padding:10px 24px;
  margin:28px 0;
}
.gmk-pine-kern table {
  font-size:14px;
  border-collapse:collapse;
  max-width:100%;
  overflow:auto;
  display:block;
}
.gmk-pine-kern th,.gmk-pine-kern td {
  border-bottom:1px solid var(--line);
  text-align:left;
  padding:11px;
}
.gmk-pine-kern :is(ul,ol) {
  padding-left:24px;
}
.gmk-pine-kern pre {
  font-size:13px;
  overflow:auto;
  white-space:pre;
}
.gmk-lens-flint {
  border-top:1px solid var(--ink);
  font:12px var(--body-font);
  min-height:44px;
  padding-top:17px;
  margin-top:38px;
}
.gmk-lens-flint a {
  align-items:center;
  display:inline-flex;
  min-height:44px;
}
.gmk-spur-helm {
  display:grid;
  align-items:center;
  gap:45px;
  grid-template-columns:1.5fr 1fr;
  border-bottom:1px solid var(--ink);
  padding:18px 0 31px;
}
.gmk-spur-helm h1 {
  font-weight: 650;
  margin-top:12px;
  line-height: 1.13;
  letter-spacing: -.028em;
  font-size: 52px;
}
.gmk-spur-helm>p {
  font-size:17px;
  line-height:1.65;
  color:var(--muted);
}
.gmk-facet-row {
  min-height:50vh;
  padding-block:50px;
}
.gmk-facet-row h1 {
  font-size:45px;
  letter-spacing: -.028em;
  margin-bottom:25px;
  font-weight: 650;
}
.gmk-ledge-pond a {
  font:600 12px var(--body-font);
  padding:12px 0;
  border-bottom:3px solid transparent;
  color:var(--muted);
  align-items:center;
  gap:9px;
  display:flex;
  min-height:48px;
}
.gmk-ledge-pond a[aria-pressed=true] {
  border-color:var(--accent);
  color:var(--accent-text);
}
.gmk-ledge-pond a:hover {
  color:var(--ink);
}
.gmk-ledge-pond small {
  font-weight:400;
  font-size:9px;
}
.gmk-brick-flank > *,.gmk-stem-roost > * {
  min-width:0;
}
.gmk-rail-atlas {
  flex-wrap:wrap;
}
.gmk-rail-atlas nav {
  row-gap:0;
  flex-wrap:wrap;
  column-gap:28px;
}
.gmk-rail-atlas > p {
  width:100%;
}
.gmk-edge-spool {
  border-top:1px solid var(--line);
  padding:28px 0;
}
.gmk-fleet-isle {
  margin:8px 0;
  font:650 30px/1.2 var(--heading-font);
}
.gmk-coast-cell,.gmk-crest-table {
  margin-top:10px;
  font-size:13px;
  color:var(--muted);
}
.gmk-tarn-shelf {
  margin:18px 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gmk-tarn-shelf input,.gmk-tarn-shelf button {
  max-width:100%;
  min-height:48px;
  padding:10px 16px;
  background:var(--pale);
  border:1px solid var(--line);
}
.gmk-tarn-shelf button {
  background:var(--ink);
  color:#fff;
}
.gmk-onyx-gild {
  position:absolute;
  left:-9999px;
}
.gmk-facet-row .gmk-pine-kern {
  max-width:800px;
}
.gmk-banner-stone.gmk-rail-coast {
  width:180px;
}
.gmk-banner-stone.gmk-rail-coast img {
  width:180px;
  height:44px;
}
.gmk-pine-kern>h2 {
  font-weight: 650;
  line-height: 1.22;
  font-family: var(--heading-font);
  letter-spacing: -.028em;
  font-size: 32px;
}
.gmk-pine-kern>h3 {
  font-weight: 650;
  font-family: var(--heading-font);
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -.028em;
}

@media(max-width:1100px){.gmk-brick-gulf {
  width:calc(100% - 52px);
}
.gmk-front-bloc {
  gap:27px;
  grid-template-columns:1.7fr 1fr;
}
.gmk-line-edge {
  height:415px;
}
.gmk-notch-brim h2 {
  font-size: 34px;
}
.gmk-notch-brim {
  width:92%;
}
.gmk-layer-root {
  gap:14px;
  grid-template-columns:1fr 75px;
}
.gmk-layer-root>img {
  width:75px;
  height:95px;
}
.gmk-layer-root h2 {
  font-size: 23px;
}
.gmk-layer-root:nth-child(2) h2 {
  font-size: 22px;
}
.gmk-brick-flank {
  grid-template-columns:100px 1.5fr 1fr 85px 17px;
  gap:20px;
}
.gmk-vista-ember {
  grid-template-columns:100px 1.4fr 1fr 120px 17px;
}
.gmk-brick-flank h3 {
  font-size: 22px;
}
.gmk-vista-ember h3 {
  font-size: 26px;
}
.gmk-dash-row {
  width:85px;
  height:70px;
}
.gmk-vista-ember .gmk-dash-row {
  height:95px;
  width:120px;
}
.gmk-brick-flank>p {
  font-size:12px;
}
.gmk-stem-roost {
  gap:32px;
  grid-template-columns:1fr 235px;
}
.gmk-stem-roost h1 {
  font-size: 45px;
}
.gmk-board-terra {
  height:300px;
  width:235px;
}
.gmk-arc-prism {
  grid-template-columns:180px minmax(0,700px);
  gap:36px;
}
.gmk-ledge-pond {
  gap:0 23px;
}
.gmk-ledge-pond button {
  font-size:11px;
}

}

@media(max-width:700px){.gmk-brick-gulf {
  width:calc(100% - 36px);
}
.gmk-sail-slate {
  gap:10px;
  min-height:66px;
}
.gmk-banner-stone {
  width:36px;
}
.gmk-banner-stone img {
  height:30px;
  width:30px;
}
.gmk-sail-slate p {
  max-width:180px;
  line-height:1.4;
  font-size:10px;
}
.gmk-sail-slate nav {
  font-size:10px;
  gap:15px;
}
.gmk-sail-slate nav a:first-child {
  display:none;
}
.gmk-base-helm {
  border-bottom-width:4px;
  padding:19px 0 20px;
}
.gmk-base-helm h1 {
  line-height: 1.08;
  overflow-wrap:normal;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  letter-spacing: -.035em;
}
.gmk-base-helm>span {
  line-height: 1.08;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  letter-spacing: -.035em;
}
.gmk-haven-aero {
  padding-top:18px;
}
.gmk-yard-pier {
  display:block;
}
.gmk-yard-pier>.gmk-facet-oak {
  font-size:9px;
}
.gmk-rim-gate {
  margin-top:13px;
  width:100%;
}
.gmk-rim-gate>span {
  font-size:9px;
}
.gmk-rim-gate input {
  font-size:14px;
  min-height:44px;
}
.gmk-ledge-pond {
  gap:0 18px;
  margin-top:15px;
}
.gmk-ledge-pond button {
  padding:11px 0;
  gap:6px;
  min-height:44px;
  font-size:11px;
}
.gmk-ledge-pond small {
  font-size:8px;
}
.gmk-forge-porch {
  padding:20px 0 25px;
}
.gmk-cell-verge {
  margin-bottom:17px;
  display:block;
}
.gmk-cell-verge>span:last-child {
  max-width:none;
  text-align:left;
  font-size:11px;
  margin-top:8px;
  line-height:1.55;
  display:block;
}
.gmk-front-bloc {
  display:block;
}
.gmk-line-edge {
  height:294px;
}
.gmk-notch-brim {
  width:94%;
  min-height:0;
  padding:16px 14px 0 0;
  margin-top:-55px;
}
.gmk-notch-brim h2 {
  margin:9px 0 8px;
  font-size: 30px;
  line-height: 1.18;
}
.gmk-notch-brim .gmk-facet-oak {
  letter-spacing:1.1px;
  font-size:9px;
}
.gmk-prow-delta {
  font-size:10px;
  min-height:44px;
}
.gmk-shore-wade {
  margin-top:17px;
  gap:16px;
}
.gmk-layer-root,.gmk-layer-root:nth-child(2) {
  align-items:start;
  padding-top:17px;
  display:grid;
  grid-template-columns:1fr 80px;
  gap:20px;
  border-top:1px solid var(--line);
}
.gmk-layer-root h2,.gmk-layer-root:nth-child(2) h2 {
  margin-top:8px;
  font-size: 22px;
  line-height: 1.24;
}
.gmk-layer-root .gmk-facet-oak {
  font-size:9px;
  letter-spacing:1px;
}
.gmk-layer-root>img,.gmk-layer-root:nth-child(2)>img {
  margin:0;
  height:91px;
  width:80px;
}
.gmk-brick-vane {
  margin-top:11px;
  font-size:9px;
}
.gmk-brick-vane>span {
  font-size:17px;
}
.gmk-front-cove {
  padding:26px 0 29px;
}
.gmk-grove-bolt {
  display:block;
  padding-bottom:18px;
}
.gmk-grove-bolt h2 {
  font-size: 31px;
}
.gmk-terra-shade {
  font-size:10px;
  justify-content:space-between;
  min-height:28px;
  gap:15px;
  margin-top:14px;
}
#clear-search {
  font-size:10px;
}
.gmk-brick-flank,.gmk-vista-ember {
  gap:0 19px;
  display:grid;
  min-height:145px;
  padding:19px 0;
  grid-template-columns:1fr 77px;
}
.gmk-rise-sail {
  grid-column:1;
  padding:0;
  flex-wrap:wrap;
  display:flex;
  gap:7px 15px;
  align-items:center;
  margin-bottom:9px;
  flex-direction:row;
}
.gmk-rise-sail>span {
  font-size:8px;
  letter-spacing:.8px;
}
.gmk-rise-sail small {
  font-size:8px;
}
.gmk-brick-flank h3 {
  font-size: 22px;
  line-height: 1.25;
  grid-column:1;
}
.gmk-vista-ember h3 {
  line-height:1.13;
  grid-column:1;
  font-size: 24px;
}
.gmk-brick-flank>p {
  line-height:1.55;
  grid-column:1;
  margin-top:9px;
  font-size:12px;
  -webkit-line-clamp:2;
}
.gmk-dash-row,.gmk-vista-ember .gmk-dash-row {
  grid-column:2;
  grid-row:1/4;
  align-self:center;
  height:105px;
  width:77px;
}
.gmk-kern-vale {
  display:none;
}
.gmk-vista-ember {
  min-height:174px;
  grid-template-columns:1fr 105px;
}
.gmk-vista-ember .gmk-dash-row {
  height:139px;
  width:105px;
}
.gmk-vista-ember h3 {
  font-size: 24px;
}
.gmk-vista-ember>p {
  -webkit-line-clamp:2;
}
.gmk-tile-roost {
  font-size:11px;
  min-height:53px;
}
.gmk-gulf-axis {
  padding-bottom:28px;
}
.gmk-field-quay h2 {
  max-width:22ch;
  font-size: 28px;
}
.gmk-rail-atlas {
  border-top-width:4px;
  display:block;
  padding:22px 0 25px;
}
.gmk-rail-atlas>div>a {
  font-size: clamp(25px, 7.4vw, 31px);
}
.gmk-rail-atlas p {
  font-size:10px;
  margin-top:8px;
}
.gmk-rail-atlas nav {
  margin-top:13px;
  gap:25px;
  font-size:11px;
}
.gmk-bay-spool {
  font-size:10px;
  gap:12px;
  padding:8px 0;
}
.gmk-stem-roost {
  padding:18px 0 27px;
  align-items:stretch;
  gap:26px;
  flex-direction:column;
  display:flex;
}
.gmk-stem-roost h1 {
  max-width:none;
  font-size: 36px;
  margin:12px 0 19px;
  line-height: 1.16;
}
.gmk-rim-hold>p {
  line-height:1.6;
  font-size:17px;
}
.gmk-scale-grove {
  margin-top:18px;
  line-height:1.65;
  font-size:10px;
}
.gmk-board-terra {
  height:218px;
  width:100%;
}
.gmk-arc-prism {
  padding:26px 0 35px;
  display:block;
}
.gmk-layer-yard {
  position:static;
  border-top:2px solid var(--ink);
  margin-bottom:29px;
  padding-top:15px;
}
.gmk-layer-yard h2 {
  margin-bottom:9px;
  font-size:11px;
}
.gmk-layer-yard nav {
  max-height:186px;
  overflow:auto;
}
.gmk-layer-yard a {
  min-height:44px;
  font-size:12px;
}
.gmk-layer-yard .gmk-cloak-ember {
  display:none;
}
.gmk-pine-kern {
  line-height: 1.8;
  font-size: 17px;
}
.gmk-pine-kern h2 {
  margin-top:31px;
  font-size:29px;
}
.gmk-pine-kern h3 {
  font-size:24px;
}
.gmk-pine-kern p {
  margin-bottom:20px;
}
.gmk-spur-helm {
  display:block;
  padding:16px 0 23px;
}
.gmk-spur-helm h1 {
  font-size: 35px;
  margin-top:10px;
}
.gmk-spur-helm>p {
  font-size:15px;
  margin-top:17px;
}
.gmk-forge-rose h3 {
  font-size:28px;
}
.gmk-ledge-pond a {
  gap:6px;
  padding:11px 0;
  font-size:11px;
  min-height:44px;
}
.gmk-ledge-pond small {
  font-size:8px;
}
body[data-page=article] .gmk-base-helm>span {
  line-height: 1.08;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  letter-spacing: -.035em;
}
body:not([data-page=home]) .gmk-base-helm>span {
  letter-spacing: -.035em;
  font-size: clamp(28px, 9.15vw, 62px) !important;
  line-height: 1.08;
}
.gmk-pine-kern>h2 {
  line-height: 1.25;
  font-size: 27px;
}
.gmk-pine-kern>h3 {
  font-size: 23px;
}

}

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

}

@media(max-width:360px){.gmk-notch-brim h2 {
  font-size: 27px;
}
.gmk-layer-root h2 {
  font-size: 20px;
}
.gmk-layer-root:nth-child(2) h2 {
  font-size: 20px;
}
.gmk-brick-flank h3 {
  font-size: 21px;
}
.gmk-vista-ember h3 {
  font-size: 21px;
}
.gmk-stem-roost h1 {
  font-size: 32px;
}

}

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