:root {
  --ink: #171717;
  --muted: #6f6f6f;
  --line: #e5e5e5;
  --paper: #fff;
  --cream: #f5f1e9;
  --bronze: #9a7446;
  --inv: #ef3340;
  --sea: #4b5962;
  --max: 1280px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
select {
  font: inherit
}

.container {
  width: min(calc(100% - 42px), var(--max));
  margin: auto
}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid currentColor;
  padding: 8px 12px
}

.placeholder {
  min-height: 340px;
  background: linear-gradient(135deg, #d7d2ca, #f4f1eb);
  display: grid;
  place-items: center;
  color: #777;
  border: 1px solid #e0ddd7
}

.kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  color: #777
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid currentColor;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px
}

.section {
  padding: 86px 0
}

.title {
  font: 400 clamp(34px, 4.6vw, 58px)/1.05 Georgia, 'Times New Roman', serif;
  margin: .18em 0 .45em
}

.prose {
  color: #515151
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

/* ========== WINTERBURN HOME ========== */
.wf-body {
  background: #fff
}

.wf-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  color: #fff
}

.wf-head-row {
  height: 116px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center
}

.wf-menu {
  display: flex;
  gap: 22px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em
}

.wf-menu.right {
  justify-content: flex-end
}

.wf-logo {
  text-align: center;
  line-height: 1
}

.wf-logo-mark {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  font: italic 32px Georgia, serif
}

.wf-logo-text {
  font: 400 17px Georgia, serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap
}

.wf-hero {
  min-height: 92vh;
  color: #fff;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .18)), url('../images/home/1\ \(6\).jpeg') center/cover no-repeat
}

.wf-hero-copy {
  padding: 175px 0 95px;
  max-width: 720px
}

.wf-hero h1 {
  font: 400 clamp(48px, 7.5vw, 98px)/.92 Georgia, serif;
  margin: 0 0 28px
}

.wf-hero p {
  max-width: 650px;
  color: #eee;
  font-size: 15px
}

.wf-dark-btn {
  color: #fff;
  border-color: #fff;
  margin-top: 12px
}

.wf-artist-img {
  min-height: 610px;
  background: #eee;
  position: relative;
  overflow: hidden
}

.wf-artist-img img {
  width: 100%;
  height: 610px;
  object-fit: cover
}

.wf-artist-img:after {
  content: 'Cristy Sappington';
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  letter-spacing: .18em;
  font-size: 11px
}

.wf-journal {
  background: #f7f5f1
}

.wf-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px
}

.wf-card-media {
  aspect-ratio: 1.35;
  background: #ddd;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden
}

.wf-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease
}

.wf-card:hover .wf-card-media img {
  transform: scale(1.025)
}

.wf-card-media:after {
  content: 'THE SCULPTURE EMPIRE';
  position: absolute;
  inset: auto 14px 12px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .16em
}

.wf-card h3 {
  font: 400 23px/1.18 Georgia, serif;
  margin: 0 0 8px
}

.wf-card p {
  font-size: 13px;
  color: #777
}

.wf-instagram {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px
}

.wf-instagram img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.wf-contact {
  background: #111;
  color: #ddd
}

.wf-contact .title {
  color: #fff
}

.wf-footer {
  background: #090909;
  color: #aaa;
  padding: 52px 0 26px
}

.wf-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 50px
}

.wf-footer h3 {
  font: 400 20px Georgia, serif;
  color: #fff
}

.wf-footer a {
  display: block;
  margin: 5px 0
}

.wf-copy {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #272727;
  font-size: 12px
}

/* ========== INVALUABLE-STYLE AUCTION ========== */
.inv-body {
  background: #fff;
  color: #222
}

.inv-topline {
  background: #242424;
  color: #fff;
  font-size: 12px
}

.inv-topline .container {
  height: 34px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px
}

.inv-header {
  border-bottom: 1px solid #d8d8d8;
  background: #fff
}

.inv-head-main {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 34px
}

.inv-logo {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: -.05em
}

.inv-logo .dot {
  color: var(--inv)
}

.inv-search {
  flex: 1;
  display: flex;
  border: 1px solid #aaa;
  max-width: 630px
}

.inv-search input {
  width: 100%;
  border: 0;
  padding: 11px 13px;
  outline: 0
}

.inv-search button {
  border: 0;
  background: #f1f1f1;
  padding: 0 18px
}

.inv-actions {
  margin-left: auto;
  display: flex;
  gap: 18px;
  font-size: 13px
}

.inv-nav {
  border-top: 1px solid #eee
}

.inv-nav .container {
  height: 44px;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px
}

.auction-hero {
  padding: 38px 0 0
}

.auction-breadcrumbs {
  font-size: 12px;
  color: #666;
  margin-bottom: 30px
}

.artist-summary {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 28px
}

.artist-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, #c9c4bc, #82786e 62%, #453f3a);
  display: grid;
  place-items: center;
  color: #fff;
  font: italic 45px Georgia, serif
}

.artist-summary h1 {
  font: 700 clamp(32px, 4.2vw, 54px)/1.03 Arial, sans-serif;
  margin: 0 0 5px
}

.artist-meta {
  color: #666;
  font-size: 14px
}

.follow-btn {
  border: 1px solid #333;
  background: #fff;
  padding: 10px 22px
}

.artist-bio {
  border-top: 1px solid #e0e0e0;
  padding: 22px 0 26px;
  max-width: 960px;
  color: #555;
  font-size: 14px
}

.auction-tabs {
  display: flex;
  gap: 36px;
  border-bottom: 1px solid #ccc
}

.auction-tabs button {
  border: 0;
  background: none;
  padding: 15px 0 12px;
  font-weight: 600
}

.auction-tabs button.active {
  border-bottom: 4px solid var(--inv)
}

.auction-layout {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 42px;
  padding: 34px 0 0
}

.filters {
  border-right: 1px solid #ddd;
  padding-right: 25px
}

.filters-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px
}

.filter-group {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e2e2e2
}

.filter-group h4 {
  margin: 0 0 11px;
  font-size: 13px
}

.filter-group label {
  display: block;
  font-size: 13px;
  margin: 7px 0
}

.filter-group input[type=text],
.filter-group select {
  width: 100%;
  border: 1px solid #bbb;
  padding: 9px;
  background: #fff
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px
}

.toolbar strong {
  font-size: 20px
}

.toolbar select {
  border: 1px solid #aaa;
  padding: 9px 12px;
  background: #fff
}

.lot {
  display: grid;
  grid-template-columns: 230px 1fr 178px;
  gap: 26px;
  padding: 24px 0;
  border-top: 1px solid #ddd
}

.lot:first-child {
  border-top: 0
}

.lot-image {
  aspect-ratio: 1.28;
  background: linear-gradient(135deg, #e6e4e0, #c2bbb2);
  display: grid;
  place-items: center;
  color: #777;
  overflow: hidden;
  position: relative
}

.lot-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.lot-image:after {
  content: 'Auction image';
  position: absolute;
  left: 8px;
  bottom: 6px;
  font-size: 10px;
  color: #666;
  background: rgba(255, 255, 255, .75);
  padding: 2px 5px
}

.lot h3 {
  font: 700 17px/1.35 Arial, sans-serif;
  margin: 3px 0 10px
}

.lot .kicker {
  letter-spacing: .03em;
  text-transform: none;
  font-size: 12px;
  color: #666
}

.meta {
  font-size: 13px;
  color: #555
}

.price {
  text-align: right;
  font-size: 12px
}

.price strong {
  display: block;
  font-size: 17px;
  margin: 1px 0 11px
}

.sold-tag {
  font-weight: 700;
  color: #287d3c
}

.view-price {
  background: #ef3340;
  color: #fff;
  border: 0;
  padding: 11px 14px;
  width: 100%;
  font-weight: 700
}

.inv-about {
  background: #f7f7f7;
  margin-top: 50px;
  padding: 54px 0
}

.inv-about-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px
}

.inv-about h2 {
  font: 700 30px Arial, sans-serif
}

.notable {
  background: #fff;
  border: 1px solid #ddd;
  padding: 22px
}

.inv-footer {
  background: #252525;
  color: #ddd;
  margin-top: 0;
  padding: 48px 0 22px
}

.inv-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px
}

.inv-footer h4 {
  color: #fff;
  margin: 0 0 10px
}

.inv-footer a {
  display: block;
  color: #bbb;
  font-size: 13px;
  margin: 7px 0
}

.inv-footer .copy {
  border-top: 1px solid #444;
  margin-top: 35px;
  padding-top: 18px;
  font-size: 12px;
  color: #888
}

/* ========== SOCIETY OF EQUESTRIAN ARTISTS ========== */
.sea-body {
  background: #fff;
  color: #333
}

.sea-header {
  background: #fff;
  border-bottom: 1px solid #ddd
}

.sea-brand-row {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center
}

.sea-social {
  font-size: 12px;
  color: #777
}

.sea-logo {
  text-align: center
}

.sea-logo-symbol {
  margin: auto;
  width: 72px;
  height: 44px;
  border-top: 2px solid #63727a;
  border-radius: 50%;
  position: relative
}

.sea-logo-symbol:after {
  content: 'SEA';
  position: absolute;
  inset: 10px 0 auto;
  text-align: center;
  font: 700 20px Georgia, serif;
  color: #56636b
}

.sea-logo-text {
  font: 400 15px Georgia, serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #4d5a61
}

.sea-tools {
  text-align: right;
  font-size: 12px;
  color: #777
}

.sea-nav {
  background: #59676f;
  color: #fff
}

.sea-nav .container {
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
  min-height: 48px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em
}

.sea-main {
  padding: 46px 0 70px
}

.sea-title {
  font: 400 42px Georgia, serif;
  margin: 0 0 24px;
  color: #30383c
}

.sea-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 8px
}

.sea-shot {
  min-height: 400px;
  background: linear-gradient(135deg, #77746e, #d8d5cf);
  position: relative
}

.sea-shot:nth-child(2) {
  background: linear-gradient(145deg, #cfc8be, #777269)
}

.sea-shot:nth-child(3) {
  background: linear-gradient(145deg, #a49b8f, #ece8e2)
}

.sea-shot span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  background: rgba(0, 0, 0, .38);
  padding: 4px 7px;
  font-size: 11px
}

.sea-bio {
  padding: 34px 0 0;
  max-width: 980px
}

.sea-bio h3 {
  font: 400 24px Georgia, serif;
  color: #56636b
}

.sea-bio p {
  font-size: 14px;
  line-height: 1.75
}

.sea-contact-card {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ccc;
  font-size: 14px
}

.sea-footer {
  background: #59676f;
  color: #fff;
  padding: 48px 0 22px
}

.sea-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px
}

.sea-footer h4 {
  font: 400 18px Georgia, serif
}

.sea-newsletter {
  display: flex
}

.sea-newsletter input {
  flex: 1;
  padding: 10px;
  border: 0
}

.sea-newsletter button {
  border: 0;
  background: #354249;
  color: #fff;
  padding: 0 14px
}

.sea-bottom {
  border-top: 1px solid rgba(255, 255, 255, .25);
  margin-top: 32px;
  padding-top: 18px;
  font-size: 12px;
  color: #d4d9dc
}

@media(max-width:950px) {
  .wf-head-row {
    grid-template-columns: 1fr auto
  }

  .wf-menu {
    display: none
  }

  .menu-toggle {
    display: block
  }

  .wf-head-row .menu-toggle {
    color: #fff
  }

  .wf-logo {
    justify-self: start
  }

  .split,
  .auction-layout,
  .inv-about-grid,
  .sea-footer-grid,
  .wf-footer-grid {
    grid-template-columns: 1fr
  }

  .filters {
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding-right: 0
  }

  .wf-blog-grid {
    grid-template-columns: 1fr 1fr
  }

  .lot {
    grid-template-columns: 170px 1fr
  }

  .price {
    grid-column: 2;
    text-align: left
  }

  .artist-summary {
    grid-template-columns: 90px 1fr
  }

  .artist-avatar {
    width: 90px;
    height: 90px
  }

  .follow-btn {
    grid-column: 2;
    width: max-content
  }

  .inv-actions {
    display: none
  }

  .sea-brand-row {
    grid-template-columns: 1fr auto
  }

  .sea-social {
    display: none
  }

  .sea-nav .container {
    overflow: auto;
    justify-content: flex-start
  }

  .sea-gallery {
    grid-template-columns: 1fr
  }

  .sea-shot {
    min-height: 300px
  }

  .wf-instagram {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:620px) {
  .container {
    width: min(calc(100% - 28px), var(--max))
  }

  .section {
    padding: 58px 0
  }

  .wf-logo-text {
    font-size: 12px
  }

  .wf-hero-copy {
    padding-top: 140px
  }

  .wf-blog-grid {
    grid-template-columns: 1fr
  }

  .inv-head-main {
    height: auto;
    padding: 14px 0;
    flex-wrap: wrap
  }

  .inv-search {
    order: 3;
    flex-basis: 100%
  }

  .inv-nav {
    display: none
  }

  .artist-summary {
    grid-template-columns: 72px 1fr;
    align-items: start
  }

  .artist-avatar {
    width: 72px;
    height: 72px
  }

  .auction-layout {
    grid-template-columns: 1fr
  }

  .lot {
    grid-template-columns: 1fr
  }

  .price {
    grid-column: auto
  }

  .inv-footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .sea-brand-row {
    min-height: 92px
  }

  .sea-tools {
    font-size: 0
  }

  .sea-tools:after {
    content: 'MENU';
    font-size: 12px
  }

  .sea-nav {
    display: none
  }
}


/* ===== V3 AUCTION PRODUCT CATALOG ===== */
.catalog-strip {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  padding: 11px 15px;
  margin: 0 0 18px;
  font-size: 12px;
  color: #555
}

.catalog-strip span:before {
  content: '✓';
  color: #18884b;
  font-weight: 700;
  margin-right: 6px
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 8px 0 36px
}

.product-card {
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: box-shadow .2s, transform .2s
}

.product-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .10);
  transform: translateY(-2px)
}

.product-media {
  position: relative;
  aspect-ratio: 1.05;
  background: #f2f2f2;
  overflow: hidden
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.product-fallback {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ebe8e3, #c8c0b6);
  color: #777;
  font: italic 18px Georgia, serif
}

.heart-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, .94);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2
}

.heart-btn.saved {
  color: #ef3340
}

.lot-badge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  padding: 5px 8px;
  font-size: 10px;
  letter-spacing: .08em
}

.product-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.product-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px
}

.product-card h3 {
  font: 700 17px/1.35 Arial, sans-serif;
  margin: 0 0 13px
}

.estimate-label {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  color: #777
}

.estimate {
  font-size: 20px;
  font-weight: 700;
  margin: 1px 0 12px
}

.product-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.product-house {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #eee;
  font-size: 12px
}

.product-house strong {
  color: #287d3c
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer
}

.primary-action {
  background: #ef3340;
  color: #fff;
  border: 1px solid #ef3340
}

.secondary-action {
  background: #fff;
  color: #222;
  border: 1px solid #aaa
}

.primary-action.wide {
  width: 100%;
  margin-top: 18px
}

.empty-state {
  grid-column: 1/-1;
  padding: 50px;
  text-align: center;
  border: 1px dashed #bbb;
  color: #666
}

.lot-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px
}

.lot-modal.open {
  display: flex
}

.modal-card {
  background: #fff;
  width: min(980px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 28px;
  position: relative
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 34px;
  cursor: pointer;
  z-index: 2
}

.modal-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 34px;
  align-items: start
}

.modal-image {
  background: #f0f0f0;
  min-height: 430px
}

.modal-image img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain
}

.modal-card h2 {
  font: 700 27px/1.25 Arial, sans-serif;
  margin: 7px 34px 15px 0
}

.modal-est {
  font-size: 26px
}

.lot-facts {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 13px
}

.lot-facts dt {
  font-weight: 700;
  padding: 7px 0
}

.lot-facts dd {
  margin: 0;
  padding: 7px 0
}

.inv-search input:focus {
  outline: 2px solid #222;
  outline-offset: -2px
}

@media(max-width:1100px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:700px) {
  .product-grid {
    grid-template-columns: 1fr
  }

  .modal-grid {
    grid-template-columns: 1fr
  }

  .modal-image {
    min-height: 280px
  }

  .product-actions {
    grid-template-columns: 1fr
  }

  .catalog-strip {
    gap: 10px 18px
  }

  .lot-modal {
    padding: 10px
  }

  .modal-card {
    padding: 22px 16px
  }
}

/* V4 detail + functional pages */
.inv-topline a {
  color: #fff
}

.saved-filter-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #b51d29
}

.follow-btn.active {
  background: #ef3340;
  color: #fff;
  border-color: #ef3340
}

.product-media {
  display: block;
  color: inherit
}

.product-media .heart-btn {
  pointer-events: auto
}

.product-card h3 a:hover {
  text-decoration: underline
}

.lot-detail-shell {
  padding: 34px 0 70px
}

.lot-detail-breadcrumbs {
  font-size: 12px;
  color: #666;
  margin: 0 0 28px
}

.lot-detail-breadcrumbs a {
  text-decoration: underline
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  gap: 56px;
  align-items: start
}

.detail-image {
  background: #f3f3f3;
  border: 1px solid #e1e1e1;
  min-height: 560px;
  display: grid;
  place-items: center
}

.detail-image img {
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain
}

.detail-image-note {
  font-size: 11px;
  color: #777;
  margin-top: 8px
}

.detail-copy h1 {
  font: 700 clamp(30px, 4vw, 48px)/1.12 Arial, sans-serif;
  margin: 8px 0 22px
}

.detail-estimate {
  font-size: 30px;
  font-weight: 700;
  margin: 2px 0 24px
}

.detail-description {
  font-size: 15px;
  line-height: 1.8;
  color: #444
}

.detail-facts {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 26px 0;
  padding: 8px 0;
  font-size: 13px
}

.detail-facts dt {
  font-weight: 700;
  padding: 9px 0
}

.detail-facts dd {
  margin: 0;
  padding: 9px 0
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px
}

.detail-actions .primary-action {
  grid-column: 1/-1
}

.share-status {
  font-size: 12px;
  color: #287d3c;
  margin-top: 8px
}

.related-section {
  margin-top: 70px;
  border-top: 1px solid #ddd;
  padding-top: 34px
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px
}

.section-head h2 {
  font: 700 26px Arial, sans-serif;
  margin: 0
}

.section-head a {
  text-decoration: underline
}

.saved-hero {
  padding: 55px 0 25px
}

.saved-hero h1 {
  font: 700 clamp(34px, 5vw, 54px) Arial, sans-serif;
  margin: 5px 0
}

.saved-grid {
  padding: 24px 0 60px
}

.detail-header-search {
  flex: 1;
  font-size: 14px
}

.info-shell {
  background: #f6f6f6;
  padding: 50px 0 80px
}

.info-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 20px;
  scroll-margin-top: 20px
}

.info-card h1,
.info-card h2 {
  font: 700 28px Arial, sans-serif;
  margin-top: 0
}

.demo-form {
  display: grid;
  gap: 15px;
  max-width: 640px
}

.demo-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700
}

.demo-form input,
.demo-form textarea {
  border: 1px solid #aaa;
  padding: 11px;
  font: inherit
}

.demo-form textarea {
  min-height: 120px
}

.form-status {
  font-size: 13px;
  color: #287d3c
}

.empty-state h3 {
  margin-top: 0
}

.empty-state .primary-action {
  margin-top: 8px
}

.inv-actions a:hover,
.inv-nav a:hover,
.inv-footer a:hover {
  text-decoration: underline
}

@media(max-width:900px) {
  .detail-grid {
    grid-template-columns: 1fr
  }

  .detail-image {
    min-height: 380px
  }

  .detail-copy {
    max-width: none
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:620px) {
  .detail-grid {
    gap: 28px
  }

  .detail-image {
    min-height: 280px
  }

  .detail-actions {
    grid-template-columns: 1fr
  }

  .detail-actions .primary-action {
    grid-column: auto
  }

  .related-grid {
    grid-template-columns: 1fr
  }

  .lot-detail-shell {
    padding-top: 20px
  }

  .detail-facts {
    grid-template-columns: 115px 1fr
  }
}

/* V6 — About / Cristy Sappington local image setup */

.sea-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.sea-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.about-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-image-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.about-image-strip img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .sea-gallery,
    .about-image-strip {
        grid-template-columns: 1fr;
    }
}