

.g-page { padding-top: 138px; }



.nav .cta .sm { display: none; }

@media (max-width: 560px) {

  .nav { gap: 0; padding-left: 12px; }

  .nav .mark { margin-right: 2px; }

  .nav a.link { padding: 8px 7px; }

  .nav .cta { padding: 10px 12px; }

  .nav .cta .lg { display: none; }

  .nav .cta .sm { display: inline; }

}





.g-mast {

  text-align: left;

  padding: 0 0 64px;

}

.g-mast.wrap { padding-left: var(--gutter); padding-right: var(--gutter); }

.g-mast .eyebrow { justify-content: flex-start; }

.g-mast h1 {

  font-size: clamp(44px, 6.6vw, 82px);

  max-width: 15ch;

  margin: 26px 0 0;

}

.g-mast .stand {

  max-width: 58ch;

  margin: 24px 0 0;

  font-size: 18px;

  color: #6B4A3E;

}





.g-grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 32px;

  grid-auto-flow: dense;

  align-items: stretch;

}

.g-card {

  text-decoration: none;

  display: flex;

  flex-direction: column;

  min-width: 0;

  height: 100%;

}

.g-card .cover {

  position: relative;

  border-radius: var(--radius-panel);

  overflow: hidden;

  background: var(--stonelight);

}

.g-card .cover > img,

.g-card .cover > picture > img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  aspect-ratio: 1.41;

  display: block;

}

.g-card .cover > picture { display: block; }



.g-card.feat { grid-column: span 2; grid-row: span 2; }

.g-card.feat .cover { flex: 1 1 auto; min-height: 0; }

.g-card.feat .cover > picture,

.g-card.feat .cover > img {

  position: absolute;

  inset: 0;

}

.g-card.feat .cover > img,

.g-card.feat .cover > picture > img {

  aspect-ratio: auto;

  height: 100%;

}

.g-card.feat .cover { min-height: 340px; }



.g-card.wide2 { grid-column: span 2; }

.g-card.wide3 { grid-column: span 3; }

.g-card.wide2 .cover > img, .g-card.wide2 .cover > picture > img { aspect-ratio: 2.75; }

.g-card.wide3 .cover > img, .g-card.wide3 .cover > picture > img { aspect-ratio: 4.2; }

.g-card.wide2 h2, .g-card.wide3 h2 { max-width: 40ch; }



.g-card .plate {

  position: absolute;

  inset: 0;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 26px;

  color: var(--paper);

  background: linear-gradient(to bottom, rgba(30, 12, 8, 0.42), rgba(30, 12, 8, 0.58));

}

.g-card .plate .over {

  font-family: "Borna", sans-serif;

  font-weight: 500;

  letter-spacing: -0.025em;

  line-height: 1.02;

  font-size: 26px;

  max-width: 16ch;

}

.g-card.feat .plate .over { font-size: clamp(32px, 4vw, 54px); }

.g-card .plate .sub {

  margin-top: 12px;

  font-size: 13px;

  max-width: 34ch;

  color: rgba(248, 246, 242, 0.86);

  line-height: 1.45;

}

.g-card.feat .plate .sub { font-size: 15px; margin-top: 16px; }



.g-card > .g-pill { align-self: flex-start; }



.g-pill {

  display: inline-block;

  margin: 18px 0 0;

  font-size: 12px;

  letter-spacing: 0.06em;

  padding: 6px 13px;

  border-radius: 999px;

  background: var(--blush);

  color: var(--ember);

  font-weight: 500;

}

.g-card h2 {

  margin-top: var(--pill-gap);

  font-size: 25px;

  line-height: 1.12;

  max-width: 22ch;

}

.g-card.feat h2 { font-size: 32px; max-width: 30ch; }

.g-card .facts {

  margin: 14px 0 0;

  font-size: 14px;

  color: var(--warm-grey);

  display: flex;

  gap: 18px;

  flex-wrap: wrap;

}





.g-filter {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 16px;

  margin: 0 auto 22px;

  max-width: 900px;

}

.f-pill {

  font: inherit;

  font-size: 14px;

  line-height: 1;

  padding: 11px 16px;

  border-radius: 999px;

  border: 1px solid var(--stone-mid);

  background: transparent;

  color: var(--red110);

  cursor: pointer;

  display: inline-flex;

  align-items: center;

  gap: 8px;

}

.f-pill .c { font-size: 12px; color: var(--warm-grey); }

.f-pill:hover { background: var(--stonelight); }

.f-pill[aria-pressed="true"] {

  background: var(--red110);

  border-color: var(--red110);

  color: var(--paper);

}

.f-pill[aria-pressed="true"] .c { color: var(--dark-secondary); }



.g-count {

  text-align: center;

  margin: 0 0 40px;

  font-size: 14px;

  color: var(--warm-grey);

}

.g-empty {

  text-align: center;

  margin: 60px 0 0;

  font-size: 17px;

  color: var(--warm-grey);

}

.g-card[hidden] { display: none; }



.g-card .dek {

  margin: 12px 0 0;

  font-size: 15px;

  line-height: 1.5;

  color: #6B4A3E;

  max-width: 44ch;

}





.n-list { border-top: 1px solid var(--stone-mid); }

.n-year {

  font-size: 15px;

  font-family: "DM Sans", sans-serif;

  font-weight: 500;

  letter-spacing: 0.16em;

  color: var(--warm-grey);

  padding: 26px 0 6px;

}

.n-row {

  display: grid;

  grid-template-columns: 150px 140px 176px minmax(0, 1fr) auto;

  gap: 24px;

  align-items: baseline;

  padding: 26px 0;

  border-bottom: 1px solid var(--stone-mid);

  text-decoration: none;

}

.n-row:hover { background: var(--stonelight); }

.n-row.n-flat:hover { background: none; }

.n-row .cover {

  align-self: start;

  position: relative;

  border-radius: var(--radius-panel);

  overflow: hidden;

  background: var(--stonelight);

}

.n-row .cover > img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  aspect-ratio: 1.41;

}

.n-row .when { font-size: 14px; color: var(--warm-grey); }

.n-row .outlet {

  font-family: "Borna", sans-serif;

  font-weight: 500;

  font-size: 17px;

  letter-spacing: -0.02em;

  line-height: 1.1;

}

.n-row .head {

  display: block;

  font-family: "Borna", sans-serif;

  font-weight: 500;

  font-size: 21px;

  letter-spacing: -0.025em;

  line-height: 1.14;

}

.n-row .line {

  display: block;

  margin-top: 10px;

  font-size: 15px;

  line-height: 1.5;

  color: #6B4A3E;

  max-width: 58ch;

}

.n-row .ext {

  font-size: 13px;

  white-space: nowrap;

  padding: 9px 15px;

  border-radius: 999px;

  background: var(--blush);

  color: var(--ember);

  justify-self: end;

}

.n-row .ext.own { background: var(--flare-ink); color: #ffffff; }





.g-pager[hidden] { display: none; }

.g-pager {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 16px;

  margin-top: 72px;

  color: var(--warm-grey);

}

.g-pager .step {

  width: 30px;

  height: 30px;

  display: grid;

  place-items: center;

  border-radius: 999px;

  font-size: 15px;

  opacity: 0.45;

}

.g-pager a.step, .g-pager .num {

  opacity: 1;

  color: var(--warm-grey);

  text-decoration: none;

}

.g-pager .num {

  width: 34px;

  height: 34px;

  display: grid;

  place-items: center;

  border-radius: 999px;

  font-size: 15px;

}

.g-pager a.step:hover, .g-pager .num:hover {

  background: var(--stonelight);

  color: var(--ember);

}

.g-pager .step.off { opacity: 0.45; }

.g-pager .now {

  width: 34px;

  height: 34px;

  display: grid;

  place-items: center;

  border-radius: 999px;

  border: 1px solid var(--flare);

  color: var(--ember);

  font-size: 15px;

}





.g-close {

  margin-top: 96px;

  background: var(--blush);

  border-radius: var(--radius-panel);

  padding: 68px 48px;

  text-align: center;

}

.g-close h2 { font-size: clamp(30px, 4vw, 48px); max-width: 20ch; margin: 0 auto; }

.g-close p { max-width: 54ch; margin: 20px auto 0; color: #6B4A3E; }





.g-hero {

  border-radius: var(--radius-panel);

  overflow: hidden;

  position: relative;

  background: var(--stonelight);

}

.g-hero > img, .g-hero > video {

  display: block; width: 100%; height: auto; aspect-ratio: 2.45;

  object-fit: cover; background: var(--stonelight);

}

.g-hero .plate {

  position: absolute;

  inset: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding: 0 clamp(28px, 7vw, 96px);

  color: var(--paper);

  background: linear-gradient(to right, rgba(30, 12, 8, 0.66), rgba(30, 12, 8, 0.24));

}

.g-hero .plate h1 {

  font-size: clamp(30px, 4.4vw, 58px);

  max-width: 16ch;

  color: var(--paper);

}

.g-hero .plate .stand {

  margin-top: 16px;

  max-width: 40ch;

  font-size: 15px;

  color: rgba(248, 246, 242, 0.86);

}



.g-measure { max-width: 660px; margin: 0 auto; }



.g-title { margin-top: 56px; }

.g-title h2, .g-title h1 { font-size: clamp(32px, 3.6vw, 46px); margin-top: var(--pill-gap); }



.g-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.g-mast .g-actions { justify-content: flex-start; }

.p-open, .p-end { display: none; }

.g-byline {

  display: flex;

  align-items: center;

  gap: 14px;

  margin-top: 30px;

  font-size: 15px;

}

.g-byline .face {

  width: 46px;

  height: 46px;

  border-radius: 999px;

  background: var(--ember);

  color: var(--paper);

  display: grid;

  place-items: center;

  font-family: "Borna", sans-serif;

  font-size: 15px;

  letter-spacing: 0.02em;

}

.g-byline .who { font-weight: 500; }

.g-byline .when { color: var(--warm-grey); }



.g-body { margin-top: 44px; font-size: 17px; }

.g-body p { margin: 0 0 22px; }

.g-body h3 { font-size: 28px; margin: 46px 0 16px; }

.g-body h4 { font-size: 20px; margin: 32px 0 12px; }

.g-body ul { margin: 0 0 22px; padding-left: 22px; }

.g-body li { margin-bottom: 9px; }

.g-body .lead-in { font-size: 21px; line-height: 1.45; color: var(--ember); }



.g-body p a:not(.btn), .g-body li a:not(.btn), .g-body td a:not(.btn), .g-body blockquote a:not(.btn),

.fhs-col p a:not(.btn), .fhs-col li a:not(.btn) {

  color: var(--flare-ink);

  text-decoration: underline;

  text-decoration-color: var(--flare);

  text-decoration-thickness: 1.5px;

  text-underline-offset: 3px;

  border-bottom: 0;

  transition: color 0.16s ease, text-decoration-color 0.16s ease;

}

.g-body p a:not(.btn):visited, .g-body li a:not(.btn):visited,

.g-body td a:not(.btn):visited, .g-body blockquote a:not(.btn):visited,

.fhs-col p a:not(.btn):visited, .fhs-col li a:not(.btn):visited {

  color: var(--flare-ink);

  text-decoration-color: var(--flare);

}

.g-body p a:not(.btn):hover, .g-body li a:not(.btn):hover, .g-body td a:not(.btn):hover,

.g-body blockquote a:not(.btn):hover,

.fhs-col p a:not(.btn):hover, .fhs-col li a:not(.btn):hover {

  color: var(--ember);

  text-decoration-color: var(--ember);

  text-decoration-thickness: 2px;

}

.g-body p.g-return a { border-bottom: 0; }

.g-body blockquote {

  margin: 34px 0;

  padding: 0 0 0 22px;

  border-left: 2px solid var(--flare);

  font-family: "Borna", sans-serif;

  font-weight: 500;

  font-size: 22px;

  line-height: 1.24;

  letter-spacing: -0.02em;

}

.g-body blockquote cite {

  display: block;

  margin-top: 14px;

  font-family: "DM Sans", sans-serif;

  font-weight: 400;

  font-style: normal;

  font-size: 14px;

  letter-spacing: 0;

  color: var(--warm-grey);

}



.g-break {

  width: min(920px, 100%);

  margin-left: 50%;

  transform: translateX(-50%);

  margin-top: 40px;

  margin-bottom: 40px;

}

.g-break figcaption {

  margin-top: 14px;

  font-size: 14px;

  color: var(--warm-grey);

  text-align: center;

}

.g-break img { border-radius: var(--radius-panel); width: 100%; }



.g-figures {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 20px;

}

.g-figures img { border-radius: var(--radius-chip); aspect-ratio: 1.2; object-fit: cover; }



.g-numbers {

  background: var(--stonelight);

  border-radius: var(--radius-panel);

  padding: 40px 34px;

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 26px;

}

.g-numbers .n {

  font-family: "Borna", sans-serif;

  font-weight: 500;

  font-size: clamp(26px, 3vw, 40px);

  letter-spacing: -0.03em;

  line-height: 1;

}

.g-numbers .n em { font-style: normal; color: var(--ember); }

.g-numbers .l { margin-top: 12px; font-size: 13px; color: var(--warm-grey); line-height: 1.4; }



.g-spec { margin: 0; }

.g-spec div {

  display: flex;

  justify-content: space-between;

  gap: 20px;

  padding: 14px 0;

  border-bottom: 1px solid var(--stone-mid);

  font-size: 15px;

}

.g-spec dt { color: var(--warm-grey); }

.g-spec dd { margin: 0; text-align: right; font-weight: 500; }



.g-body p.g-return, .g-return {

  margin-top: calc(var(--sec-pad) - var(--btn-gap-top));

  margin-bottom: 0;

}



.g-share { text-align: center; margin-top: 84px; }

.g-share h3 { font-family: "DM Sans", sans-serif; font-weight: 500; font-size: 17px; letter-spacing: 0; }

.g-share .row { display: flex; justify-content: center; gap: 16px; margin-top: 18px; }

.g-share .row a,

.g-share .row button {

  border: 0;

  padding: 0;

  font-family: inherit;

  cursor: pointer;

  width: 42px;

  height: 42px;

  border-radius: 999px;

  background: var(--red110);

  color: var(--paper);

  display: grid;

  place-items: center;

  text-decoration: none;

  font-size: 13px;

  font-weight: 500;

}



.g-more { margin-top: 96px; }

.g-more > h3 { text-align: center; font-size: clamp(30px, 4vw, 46px); }

.g-more .pair {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 32px;

  margin-top: 44px;

}



@media (max-width: 900px) {

  .g-page { padding-top: 108px; }

  .g-grid { grid-template-columns: 1fr; gap: 40px; }

  .g-card.feat, .g-card.wide2, .g-card.wide3 { grid-column: auto; grid-row: auto; }

  .g-card .cover img, .g-card.feat .cover img { aspect-ratio: 1.3; }

  .g-card.feat .cover { min-height: 0; }

  .g-card.feat .cover > picture, .g-card.feat .cover > img { position: static; }

  .g-card.feat .cover > img, .g-card.feat .cover > picture > img,

  .g-card.wide2 .cover > picture > img, .g-card.wide3 .cover > picture > img {

    aspect-ratio: 1.3;

    height: auto;

  }

  .g-card.feat h2 { font-size: 27px; }

  .g-numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 30px 24px; }

  .g-figures { grid-template-columns: 1fr; }

  .g-hero > img, .g-hero > video { aspect-ratio: 1.25; }

  .g-hero .plate { justify-content: flex-end; padding-bottom: 34px; }

  .g-break { width: 100%; margin-left: 0; transform: none; }

  .g-close { padding: 46px 24px; }

  .g-more .pair { grid-template-columns: 1fr; gap: 40px; }



  .g-filter { justify-content: flex-start; }

  .f-pill { font-size: 13px; padding: 10px 13px; }

  .g-count { text-align: left; }

  .n-row {

    grid-template-columns: minmax(0, 1fr);

    gap: 10px;

    padding: 24px 0;

  }

  .n-row .cover { order: 1; }

  .n-row .when { order: 2; }

  .n-row .outlet { order: 3; font-size: 15px; }

  .n-row .body { order: 4; }

  .n-row .head { font-size: 19px; }

  .n-row .ext { order: 5; justify-self: start; }

}



.g-table {

  overflow-x: auto;

  -webkit-overflow-scrolling: touch;

}

.g-table table {

  border-collapse: collapse;

  width: 100%;

  min-width: 720px;

  font-size: 14px;

  text-align: left;

}

.g-table th, .g-table td {

  padding: 12px 14px;

  border-bottom: 1px solid var(--stone-mid);

  vertical-align: top;

  line-height: 1.4;

}

.g-table thead th {

  font-weight: 500;

  color: var(--warm-grey);

  border-bottom-color: var(--flare);

  white-space: nowrap;

}

.g-table tbody td:first-child { font-weight: 500; }











.g-legal h2 { font-size: 28px; margin: 46px 0 16px; }

.g-legal h3 { font-size: 20px; margin: 32px 0 12px; }

.g-legal ol { margin: 0 0 22px; padding-left: 22px; }

.g-legal ol li { margin-bottom: 9px; }

.g-legal em strong, .g-legal strong em { color: var(--ember); }

.g-legal a { color: var(--ember); text-decoration: underline; text-underline-offset: 3px; }

.g-legal .table-scroll { overflow-x: auto; margin: 0 0 22px; -webkit-overflow-scrolling: touch; }

.g-legal table {

  border-collapse: collapse; width: 100%; min-width: 720px;

  font-size: 15px; line-height: 1.5;

}

.g-legal tbody th, .g-legal tbody td:first-child { width: 20%; }

.g-legal caption {

  caption-side: top; text-align: left; font-size: 14px; color: var(--warm-grey);

  padding-bottom: 10px;

}

.g-legal th, .g-legal td {

  text-align: left; vertical-align: top; padding: 10px 14px 10px 0;

  border-bottom: 1px solid var(--stone-mid);

}

.g-legal thead th {

  font-weight: 500; color: var(--ember); border-bottom-width: 2px; white-space: nowrap;

}

.g-legal td code {

  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px;

  overflow-wrap: break-word;

}


.g-title .dateline { margin: 22px 0 0; font-size: 15px; color: var(--warm-grey); }

