:root {
  --sg-ground: #071C2C;
  --sg-text: #F4E8D2;
  --sg-muted: #A8B3B2;
  --sg-line: #385066;
  --sg-accent: #B78A3B;
  --sg-display: 'Iowan Old Style', 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  --sg-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --sg-shell: min(100% - 32px, 1180px);
  --sg-measure: 72ch;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--sg-ground);
  color: var(--sg-text);
  font-family: var(--sg-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 0;
  background: var(--sg-ground);
  color: var(--sg-text);
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}

a:hover {
  color: var(--sg-text);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

p,
h1,
h2,
h3,
blockquote,
dl,
dd {
  margin: 0;
}

p {
  max-width: var(--sg-measure);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

::selection {
  background: var(--sg-accent);
  color: var(--sg-ground);
}

.sg-skip {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 30;
  transform: translateY(-140%);
  padding: 10px 14px;
  border: 1px solid var(--sg-accent);
  background: var(--sg-ground);
  color: var(--sg-text);
}

.sg-skip:focus {
  transform: translateY(0);
}

.sg-shell {
  width: var(--sg-shell);
  margin-inline: auto;
  min-width: 0;
}

.sg-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid color-mix(in srgb, var(--sg-line) 70%, transparent);
  background: color-mix(in srgb, var(--sg-ground) 94%, black);
}

.sg-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 74px;
}

.sg-brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
  font-family: var(--sg-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.sg-brand-mark {
  width: 19px;
  height: 19px;
  border: 1px solid var(--sg-accent);
  position: relative;
  flex: 0 0 auto;
}

.sg-brand-mark::before,
.sg-brand-mark::after {
  content: "";
  position: absolute;
  background: var(--sg-accent);
}

.sg-brand-mark::before {
  left: 50%;
  top: -5px;
  width: 1px;
  height: 27px;
}

.sg-brand-mark::after {
  top: 50%;
  left: -5px;
  width: 27px;
  height: 1px;
}

.sg-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  min-width: 0;
}

.sg-nav a,
.sg-footer nav a,
.sg-header-email,
.sg-text-link {
  color: var(--sg-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.sg-nav a:hover,
.sg-nav a[aria-current="page"],
.sg-footer nav a:hover,
.sg-header-email:hover,
.sg-text-link:hover {
  color: var(--sg-text);
}

.sg-nav a:hover,
.sg-footer nav a:hover,
.sg-text-link:hover {
  transform: translateX(4px);
}

.sg-header-email {
  justify-self: end;
}

.sg-hero,
.sg-page-hero {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.sg-hero-home {
  min-height: clamp(680px, 86vh, 940px);
  display: grid;
  align-items: center;
  padding-block: clamp(82px, 11vw, 150px) clamp(76px, 9vw, 132px);
}

.sg-page-hero {
  padding-block: clamp(82px, 11vw, 142px) clamp(58px, 8vw, 104px);
  border-bottom: 1px solid var(--sg-line);
}

.sg-hero-grid,
.sg-page-hero-inner {
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sg-hero-copy,
.sg-page-hero-inner {
  max-width: 1010px;
}

.sg-display {
  font-family: var(--sg-display);
  font-size: clamp(3.2rem, 10.8vw, 7.2rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin-top: 18px;
}

.sg-page-hero .sg-display {
  font-size: clamp(2.75rem, 8.2vw, 6.3rem);
  max-width: 980px;
}

.sg-eyebrow {
  color: var(--sg-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sg-hero-text {
  margin: 28px auto 0;
  color: var(--sg-muted);
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  line-height: 1.6;
  max-width: 790px;
}

.sg-rule {
  width: 100%;
  height: 1px;
  background: var(--sg-line);
}

.sg-rule-brass {
  width: min(430px, 100%);
  margin: 34px auto 0;
  background: var(--sg-accent);
}

.sg-hero-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 24px;
  align-items: center;
  margin-top: 34px;
}

.sg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 13px 19px 12px;
  border: 1px solid var(--sg-accent);
  background: transparent;
  color: var(--sg-text);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sg-button:hover {
  color: var(--sg-accent);
  border-color: var(--sg-text);
  transform: translateX(4px);
}

.sg-measure {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.43;
}

.sg-measure-hero {
  inset: 7% auto auto 50%;
  width: min(1000px, 105vw);
  transform: translateX(-48%);
  animation: sg-drift 18s ease-in-out infinite alternate;
}

.sg-measure-page {
  right: max(-180px, -15vw);
  top: 1%;
  width: min(900px, 105vw);
  opacity: 0.33;
  animation: sg-drift-page 20s ease-in-out infinite alternate;
}

.sg-measure-services {
  right: max(-220px, -18vw);
  top: clamp(20px, 5vw, 80px);
  width: min(1040px, 110vw);
  opacity: 0.22;
  transform: rotate(-2deg);
}

.sg-svg-brass {
  stroke: var(--sg-accent);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.sg-svg-muted {
  fill: var(--sg-muted);
  font-family: var(--sg-body);
  font-size: 14px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sg-facts {
  border-block: 1px solid var(--sg-line);
}

.sg-fact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.sg-fact {
  min-width: 0;
  padding: clamp(18px, 2.3vw, 28px) clamp(10px, 1.6vw, 20px);
  border-right: 1px solid var(--sg-line);
}

.sg-fact:first-child {
  border-left: 1px solid var(--sg-line);
}

.sg-fact span {
  display: block;
  color: var(--sg-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sg-fact strong {
  display: block;
  margin-top: 8px;
  font-family: var(--sg-display);
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  font-weight: 600;
  line-height: 1.15;
}

.sg-section {
  padding-block: clamp(72px, 11vw, 146px);
}

.sg-services {
  position: relative;
  overflow: clip;
}

.sg-services .sg-shell {
  position: relative;
  z-index: 2;
}

.sg-service {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  padding-block: clamp(42px, 7vw, 86px);
  border-top: 1px solid var(--sg-line);
}

.sg-service:last-child {
  border-bottom: 1px solid var(--sg-line);
}

.sg-service-offset {
  margin-left: clamp(0px, 8vw, 112px);
}

.sg-service-kicker {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.sg-line {
  display: block;
  height: 1px;
  margin-top: 10px;
  background: var(--sg-line);
}

.sg-service-body {
  min-width: 0;
}

.sg-service h2,
.sg-owner blockquote p,
.sg-cta h2,
.sg-note h2,
.sg-trade-card h2,
.sg-section-heading h2,
.sg-email-panel h2,
.sg-address-card h2,
.sg-info-row h2 {
  font-family: var(--sg-display);
  font-size: clamp(2rem, 4.2vw, 4.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.sg-service p {
  margin-top: 24px;
  color: var(--sg-muted);
  font-size: 1.1rem;
  line-height: 1.72;
}

.sg-ledger {
  margin-top: 34px;
  border-top: 1px solid var(--sg-line);
}

.sg-ledger-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--sg-line);
  transition: transform 180ms ease, color 180ms ease;
}

.sg-ledger-row:hover {
  transform: translateX(8px);
  color: var(--sg-text);
}

.sg-ledger-row span {
  min-width: 0;
  color: var(--sg-muted);
  overflow-wrap: anywhere;
}

.sg-ledger-row strong {
  color: var(--sg-text);
  font-weight: 600;
  white-space: nowrap;
}

.sg-owner {
  border-block: 1px solid var(--sg-line);
}

.sg-owner-grid {
  display: grid;
  grid-template-columns: minmax(160px, 0.25fr) minmax(0, 0.75fr);
  gap: clamp(28px, 6vw, 86px);
}

.sg-owner-label .sg-rule {
  margin-top: 18px;
}

.sg-owner blockquote {
  min-width: 0;
}

.sg-owner blockquote p {
  max-width: 880px;
}

.sg-owner cite {
  display: block;
  margin-top: 24px;
  color: var(--sg-muted);
  font-style: normal;
  font-weight: 600;
}

.sg-cta {
  text-align: center;
}

.sg-cta-inner {
  display: grid;
  justify-items: center;
  max-width: 880px;
}

.sg-cta h2 {
  margin-top: 15px;
}

.sg-cta p:not(.sg-eyebrow) {
  margin-top: 22px;
  color: var(--sg-muted);
  font-size: 1.1rem;
}

.sg-cta .sg-button {
  margin-top: 30px;
}

.sg-cta a:not(.sg-button) {
  color: var(--sg-text);
}

.sg-footer {
  border-top: 1px solid var(--sg-line);
  padding-block: 34px;
}

.sg-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.sg-footer p {
  margin-top: 14px;
  color: var(--sg-muted);
  font-size: 0.95rem;
}

.sg-footer nav {
  display: grid;
  gap: 12px;
}

.sg-footer-contact {
  justify-self: end;
  text-align: right;
  min-width: 0;
}

.sg-footer-contact a {
  color: var(--sg-text);
  font-weight: 600;
}

.sg-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(36px, 6vw, 68px);
  border-bottom: 1px solid var(--sg-line);
  padding-bottom: 18px;
}

.sg-filter-button {
  appearance: none;
  border: 1px solid var(--sg-line);
  background: transparent;
  padding: 10px 14px;
  color: var(--sg-muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.sg-filter-button:hover,
.sg-filter-button.is-active {
  border-color: var(--sg-accent);
  color: var(--sg-text);
  transform: translateX(4px);
}

.sg-product-list {
  border-top: 1px solid var(--sg-line);
}

.sg-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(22px, 5vw, 76px);
  padding: clamp(26px, 4.8vw, 54px) 0;
  border-bottom: 1px solid var(--sg-line);
  transition: opacity 220ms ease, transform 220ms ease;
}

.sg-product-row.sg-filtered-out {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.sg-product-row h2 {
  margin-top: 5px;
  font-family: var(--sg-display);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.sg-product-row p:not(.sg-product-type) {
  margin-top: 12px;
  color: var(--sg-muted);
}

.sg-product-type {
  color: var(--sg-accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sg-product-row dl {
  display: grid;
  gap: 0;
  align-self: stretch;
  border-top: 1px solid var(--sg-line);
}

.sg-product-row dl div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sg-line);
}

.sg-product-row dt {
  color: var(--sg-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sg-product-row dd {
  min-width: 0;
  color: var(--sg-text);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.sg-notes {
  border-top: 1px solid var(--sg-line);
}

.sg-notes-grid,
.sg-turn-down-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--sg-line);
}

.sg-note,
.sg-turn-down-grid article {
  min-width: 0;
  padding: clamp(24px, 3.5vw, 42px);
  border-right: 1px solid var(--sg-line);
}

.sg-note:last-child,
.sg-turn-down-grid article:nth-child(4) {
  border-right: 0;
}

.sg-note h2 {
  margin-top: 16px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.sg-note p:not(.sg-eyebrow),
.sg-turn-down-grid p,
.sg-trade-card p,
.sg-info-copy p,
.sg-address-card p,
.sg-email-panel p {
  margin-top: 18px;
  color: var(--sg-muted);
}

.sg-trade-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--sg-line);
}

.sg-trade-card {
  min-width: 0;
  padding: clamp(26px, 4.5vw, 54px);
  border-right: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
}

.sg-trade-card:nth-child(2n) {
  border-right: 0;
}

.sg-trade-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.sg-trade-card h2 {
  margin-top: 16px;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.sg-check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--sg-line);
}

.sg-check-list li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid var(--sg-line);
  color: var(--sg-muted);
  transition: transform 180ms ease, color 180ms ease;
}

.sg-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25em;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--sg-accent);
  border-right: 1px solid var(--sg-accent);
  transform: rotate(45deg);
  transition: border-color 180ms ease;
}

.sg-check-list li:hover {
  transform: translateX(8px);
  color: var(--sg-text);
}

.sg-check-list li:hover::before {
  border-color: var(--sg-text);
}

.sg-section-heading {
  margin-bottom: 34px;
}

.sg-section-heading h2 {
  margin-top: 12px;
  max-width: 780px;
}

.sg-turn-down-grid {
  grid-template-columns: repeat(4, 1fr);
}

.sg-turn-down-grid h3 {
  font-family: var(--sg-display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
}

.sg-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 1px;
  border: 1px solid var(--sg-line);
}

.sg-email-panel,
.sg-address-card {
  padding: clamp(30px, 5vw, 66px);
  min-width: 0;
}

.sg-email-panel {
  border-right: 1px solid var(--sg-line);
}

.sg-email-panel h2,
.sg-address-card h2 {
  margin-top: 14px;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.sg-email-panel h2 a {
  text-decoration-thickness: 1px;
}

.sg-email-panel .sg-button {
  margin-top: 30px;
}

.sg-address-card .sg-rule {
  margin-top: 26px;
}

.sg-info-rows {
  border-top: 1px solid var(--sg-line);
}

.sg-info-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(22px, 5vw, 70px);
  padding-block: clamp(30px, 5vw, 58px);
  border-bottom: 1px solid var(--sg-line);
}

.sg-info-row h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.sg-info-copy {
  min-width: 0;
}

.sg-info-copy p {
  font-size: 1.1rem;
  line-height: 1.72;
}

.sg-js .sg-reveal.sg-is-hidden {
  opacity: 1;
  transform: translateY(18px);
}

.sg-js .sg-reveal {
  transition: opacity 650ms ease, transform 650ms ease;
  transition-delay: var(--sg-delay, 0ms);
}

.sg-js .sg-wipe-ready .sg-wipe-inner {
  clip-path: inset(0 100% 0 0);
}

.sg-js .sg-wipe-in .sg-wipe-inner {
  animation: sg-wipe 900ms cubic-bezier(0.21, 0.8, 0.28, 1) both;
}

.sg-wipe-inner {
  display: inline-block;
}

:focus-visible {
  outline: 2px solid var(--sg-accent);
  outline-offset: 4px;
}

@keyframes sg-wipe {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes sg-drift {
  from {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  to {
    transform: translateX(-47%) translateY(18px) scale(1.045);
  }
}

@keyframes sg-drift-page {
  from {
    transform: translateX(0) translateY(0) scale(1);
  }

  to {
    transform: translateX(-28px) translateY(12px) scale(1.035);
  }
}

@media (max-width: 920px) {
  .sg-header-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 17px;
  }

  .sg-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .sg-header-email {
    justify-self: start;
  }

  .sg-fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-fact,
  .sg-fact:first-child {
    border-left: 0;
  }

  .sg-service,
  .sg-owner-grid,
  .sg-product-row,
  .sg-info-row {
    grid-template-columns: 1fr;
  }

  .sg-service-offset {
    margin-left: 0;
  }

  .sg-service-kicker {
    grid-template-columns: auto minmax(80px, 1fr);
  }

  .sg-footer-grid,
  .sg-contact-grid,
  .sg-trade-grid {
    grid-template-columns: 1fr;
  }

  .sg-footer-contact {
    justify-self: start;
    text-align: left;
  }

  .sg-email-panel,
  .sg-trade-card,
  .sg-trade-card:nth-child(2n) {
    border-right: 0;
  }

  .sg-trade-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--sg-line);
  }

  .sg-trade-card:last-child {
    border-bottom: 0;
  }

  .sg-notes-grid,
  .sg-turn-down-grid {
    grid-template-columns: 1fr;
  }

  .sg-note,
  .sg-turn-down-grid article,
  .sg-note:last-child,
  .sg-turn-down-grid article:nth-child(4) {
    border-right: 0;
    border-bottom: 1px solid var(--sg-line);
  }

  .sg-note:last-child,
  .sg-turn-down-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --sg-shell: min(100% - 24px, 1180px);
  }

  .sg-site-header {
    position: static;
  }

  .sg-brand {
    white-space: normal;
  }

  .sg-display {
    font-size: clamp(2.65rem, 15vw, 4.4rem);
    letter-spacing: -0.045em;
  }

  .sg-page-hero .sg-display {
    font-size: clamp(2.35rem, 13vw, 3.8rem);
  }

  .sg-hero-home {
    min-height: auto;
  }

  .sg-measure-hero {
    width: 150vw;
    opacity: 0.25;
  }

  .sg-measure-page {
    width: 145vw;
    right: -52vw;
    opacity: 0.22;
  }

  .sg-measure-services {
    width: 155vw;
    right: -65vw;
    top: 40px;
    opacity: 0.16;
  }

  .sg-fact-grid {
    grid-template-columns: 1fr;
  }

  .sg-fact {
    border-right: 0;
    border-bottom: 1px solid var(--sg-line);
  }

  .sg-fact:last-child {
    border-bottom: 0;
  }

  .sg-ledger-row,
  .sg-product-row dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .sg-ledger-row strong {
    white-space: normal;
  }

  .sg-product-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .sg-product-row dl {
    min-width: 0;
  }

  .sg-hero-actions {
    justify-content: flex-start;
  }

  .sg-hero-grid,
  .sg-page-hero-inner,
  .sg-cta {
    text-align: left;
    place-items: start;
  }

  .sg-rule-brass,
  .sg-hero-text {
    margin-left: 0;
    margin-right: 0;
  }

  .sg-cta-inner {
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .sg-js .sg-reveal.sg-is-hidden {
    opacity: 1;
    transform: none;
  }

  .sg-js .sg-wipe-ready .sg-wipe-inner {
    clip-path: none;
  }
}