/*
Theme Name: Ventura Furniture Liquidation
Theme URI: https://example.com
Author: Ventura Furniture Liquidation
Description: Custom theme for Ventura Furniture Liquidation.
Version: 1.0.0
Text Domain: gtl
*/

* {
  box-sizing: border-box;
}

.gtl-ai-product-upload-page {
  padding-top: 0;
}
.gtl-ai-upload {
  display: block;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(247, 201, 72, 0.22), transparent 30%),
    linear-gradient(180deg, #fffdf5 0%, #fff7e1 28%, #f7f7fb 100%);
}
.gtl-ai-upload-hero,
.gtl-ai-upload-body {
  padding: 40px 24px;
}
.gtl-ai-upload-wrap {
  max-width: 1320px;
  margin: 0 auto;
}
.gtl-ai-upload-kicker {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7b5200;
}
.gtl-ai-upload-hero h1,
.gtl-ai-card-header h2,
.gtl-ai-preview-section h3,
.gtl-ai-image-card h4 {
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
}
.gtl-ai-upload-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: 0.95;
}
.gtl-ai-upload-lead {
  max-width: 52rem;
  margin: 20px 0 0;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4c4f5b;
}
.gtl-ai-upload-grid {
  display: grid;
  gap: 24px;
}
.gtl-ai-card {
  border: 1px solid rgba(176, 122, 6, 0.16);
  border-radius: 28px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 223, 0.98));
  box-shadow: 0 20px 48px rgba(35, 28, 6, 0.08);
}
.gtl-ai-card-header {
  margin-bottom: 24px;
}
.gtl-ai-card-header h2,
.gtl-ai-preview-section h3 {
  margin: 0;
  color: #211300;
}
.gtl-ai-card-header p {
  margin: 8px 0 0;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  color: #5c5f69;
}
.gtl-ai-form-grid {
  display: grid;
  gap: 16px;
}
.gtl-ai-field {
  display: grid;
  gap: 8px;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  font-size: 0.95rem;
}
.gtl-ai-field span {
  font-weight: 700;
}
.gtl-ai-field small {
  color: #686b75;
  line-height: 1.5;
}
.gtl-ai-field input,
.gtl-ai-field select,
.gtl-ai-field textarea {
  width: 100%;
  border: 1px solid rgba(44, 32, 4, 0.16);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: #1b1b1f;
  background: rgba(255, 255, 255, 0.92);
}
.gtl-ai-inline-field {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gtl-ai-inline-field input {
  flex: 1 1 auto;
}
.gtl-ai-inline-note {
  flex: 0 0 auto;
  margin: 0;
  max-width: 14rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #6c4500;
}
.gtl-ai-inline-percent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  min-height: 50px;
  border: 1px solid rgba(44, 32, 4, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  color: #1b1b1f;
}
.gtl-ai-inline-percent input {
  width: 4.5rem;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: right;
}
.gtl-ai-inline-percent input:focus-visible {
  outline: none;
}
.gtl-ai-field input:focus-visible,
.gtl-ai-field select:focus-visible,
.gtl-ai-field textarea:focus-visible,
.gtl-ai-button:focus-visible {
  outline: 3px solid #211300;
  outline-offset: 3px;
}
.gtl-ai-field-full {
  grid-column: 1 / -1;
}
.gtl-ai-uploaded-image-grid {
  display: grid;
  gap: 14px;
}
.gtl-ai-picker-empty {
  margin: 0;
  padding: 16px 18px;
  border: 1px dashed rgba(176, 122, 6, 0.28);
  border-radius: 18px;
  background: rgba(255, 251, 237, 0.85);
  color: #5c5f69;
}
.gtl-ai-uploaded-image-card {
  display: grid;
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(176, 122, 6, 0.18);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
}
.gtl-ai-uploaded-image-card.is-primary {
  border-color: rgba(108, 69, 0, 0.7);
  box-shadow: 0 0 0 3px rgba(247, 201, 72, 0.28);
}
.gtl-ai-uploaded-image-card input[type="radio"] {
  margin: 0;
}
.gtl-ai-uploaded-image-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.gtl-ai-uploaded-image-card-body {
  display: grid;
  gap: 4px;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
}
.gtl-ai-uploaded-image-card-body strong {
  color: #211300;
  overflow-wrap: anywhere;
}
.gtl-ai-uploaded-image-card-body span {
  color: #6c4500;
}
.gtl-ai-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gtl-ai-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.gtl-ai-button-primary {
  background: linear-gradient(135deg, #211300 0%, #6c4500 100%);
  color: #fff7dc;
}
.gtl-ai-button-secondary {
  background: linear-gradient(135deg, #f7c948 0%, #ffd978 100%);
  color: #2a1a00;
}
.gtl-ai-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.gtl-ai-status {
  min-height: 1.5rem;
  margin-top: 16px;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
}
.gtl-ai-status.is-loading {
  color: #6c4500;
}
.gtl-ai-status.is-success {
  color: #0f5a2a;
}
.gtl-ai-status.is-error {
  color: #9f132d;
}
.gtl-ai-empty-state {
  border: 1px dashed rgba(176, 122, 6, 0.28);
  border-radius: 20px;
  padding: 24px;
  background: rgba(255, 251, 237, 0.85);
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  color: #555862;
}
.gtl-ai-results-body {
  display: grid;
  gap: 24px;
}
.gtl-ai-preview-section {
  display: grid;
  gap: 12px;
}
.gtl-ai-summary-list {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 10px 16px;
  margin: 0;
}
.gtl-ai-summary-list dt {
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  color: #211300;
}
.gtl-ai-summary-list dd {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  color: #4c4f5b;
}
.gtl-ai-list {
  margin: 0;
  padding-left: 20px;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  color: #4c4f5b;
}
.gtl-ai-image-grid {
  display: grid;
  gap: 16px;
}
.gtl-ai-image-card {
  overflow: hidden;
  border: 1px solid rgba(176, 122, 6, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
}
.gtl-ai-image-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.gtl-ai-image-card-body {
  padding: 18px;
  font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
  color: #4c4f5b;
}
.gtl-ai-image-card-body p {
  margin: 8px 0 0;
}
.gtl-ai-image-card h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #211300;
}
.gtl-ai-image-card-role {
  color: #7b5200;
}
@media (min-width: 960px) {
  .gtl-ai-upload-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
    align-items: start;
  }
  .gtl-ai-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gtl-ai-uploaded-image-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gtl-ai-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 719px) {
  .gtl-ai-card,
  .gtl-ai-upload-hero,
  .gtl-ai-upload-body {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gtl-ai-card {
    padding: 22px;
  }
  .gtl-ai-inline-field {
    align-items: flex-start;
    flex-direction: column;
  }
  .gtl-ai-inline-percent {
    width: 100%;
    justify-content: flex-end;
  }
  .gtl-ai-inline-note {
    max-width: none;
  }
  .gtl-ai-summary-list {
    grid-template-columns: 1fr;
  }
}
.golden-gallery {
  display: grid;
  gap: 24px;
}
.golden-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.golden-gallery-header h1 {
  margin: 0;
  font-size: 42px;
}
.golden-gallery-header p {
  margin: 6px 0 0 0;
  color: var(--muted);
}
.golden-gallery-nav {
  display: inline-flex;
  gap: 12px;
}
.golden-gallery-nav button {
  min-height: 44px;
  border: 2px solid var(--walnut);
  background: var(--paper);
  color: var(--heading);
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
}
.golden-gallery-nav button:hover {
  background: var(--parchment);
}
.golden-gallery-grid {
  display: grid;
  gap: 16px;
}
.golden-gallery-empty {
  position: relative;
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 32px 24px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(36, 28, 20, 0.08);
  overflow: hidden;
  grid-column: 1 / -1;
  justify-self: stretch;
}
.golden-gallery-empty-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-dark);
}
.golden-gallery-empty-title {
  margin: 0;
  line-height: 1.05;
  color: var(--heading);
}
.golden-gallery-empty-text {
  max-width: 38rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
}
.golden-gallery-card {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(36, 28, 20, 0.08);
  background: var(--surface);
}
.golden-gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.golden-gallery.is-loading .golden-gallery-grid {
  opacity: 0.6;
  pointer-events: none;
}
.golden-gallery-nav button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.gtl-golden-thumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px 12px 0;
}
.gtl-golden-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--border);
}
@media (min-width: 720px) {
  .golden-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .golden-gallery-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .golden-gallery-empty {
    padding: 44px 40px;
  }
  .golden-gallery-card img {
    height: 180px;
  }
}
@media (max-width: 719px) {
  .golden-gallery-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Ventura Furniture Liquidation public site refresh */
:root {
  color-scheme: light;
  --ink: #1d1a16;
  --heading: #17130f;
  --paper: #f6f4ef;
  --surface: #ffffff;
  --surface-warm: #f1e7d4;
  --walnut: #4a3524;
  --brass: #9c7a3c;
  --brass-dark: #7a5e28;
  --parchment: #e8dcc4;
  --muted: #6b6259;
  --border: #ded5c2;
  --focus: #1d5fd1;
  --site-nav-offset: 76px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: var(--site-nav-offset);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  background: var(--paper);
  color: var(--ink);
}

body,
button,
input,
textarea,
select {
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
  color: var(--walnut);
}

a:hover {
  color: var(--brass-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1000;
  padding: 12px 16px;
  background: var(--heading);
  color: #fff;
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

main.landing-page {
  display: block;
}

section {
  padding: clamp(48px, 7vw, 96px) 24px;
}

.wrap {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.sticky-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(246, 244, 239, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  transform: translateY(0);
  opacity: 1;
}

.nav-inner {
  width: min(100%, 1180px);
  min-height: var(--site-nav-offset);
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  max-width: 340px;
  color: var(--heading);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--heading);
  text-decoration: none;
  border: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--parchment);
  border-color: var(--border);
  color: var(--heading);
}

.nav-toggle {
  display: none;
  min-height: 44px;
  margin-left: auto;
  padding: 8px 12px;
  border: 2px solid var(--walnut);
  border-radius: 4px;
  background: var(--paper);
  color: var(--heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(23, 19, 15, 0.7), rgba(23, 19, 15, 0.62)),
    url("https://images.unsplash.com/photo-1555041469-a586c61ea9bc?auto=format&fit=crop&w=1800&q=82") center / cover;
  border-bottom: 0;
  color: #fff;
}

.hero::after {
  display: none;
}

.hero-layout {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
  min-height: clamp(560px, 74vh, 760px);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow,
.section-title {
  margin: 0 0 12px;
  display: block;
  color: var(--brass-dark);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero .hero-lede,
.hero .hero-facts,
.hero .hero-facts a {
  color: #fff;
}

h1,
h2,
h3,
h4,
.soft-head {
  margin: 0;
  color: var(--heading);
  font-family: Archivo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.hero h1,
.hero h2 {
  color: #fff;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 6.8vw, 6.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.hero-lede,
.subhead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  line-height: 1.55;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid var(--walnut);
  border-radius: 4px;
  background: var(--walnut);
  color: #fff;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.btn:hover {
  background: var(--heading);
  color: #fff;
}

.btn.alt {
  background: #fff;
  color: var(--heading);
  border-color: var(--heading);
}

.btn.alt:hover {
  background: var(--parchment);
  color: var(--heading);
}

.hero-facts {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin: 28px 0 0;
}

.hero-facts div,
.hours-list div {
  display: grid;
  gap: 2px;
}

.hero-facts dt,
.hours-list dt {
  font-weight: 900;
}

.hero-facts dd,
.hours-list dd {
  margin: 0;
}

.hero-panel,
.info-panel,
.visit-card,
.feature-card,
.service-list article,
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(36, 28, 20, 0.08);
}

.hero-panel {
  max-width: 460px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(246, 244, 239, 0.96);
  color: var(--ink);
}

.hero-panel h2,
.hero-panel h3 {
  color: var(--heading);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.panel-kicker {
  margin: 0 0 12px;
  color: var(--brass-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
}

.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--brass);
}

.inventory-band,
.values-band {
  background: var(--surface);
}

.story-band,
.services-band,
.visit-band,
.mailpoet-signup {
  background: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading h2 {
  margin-top: 0;
}

.category-grid,
.service-list,
.visit-grid,
.split-layout {
  display: grid;
  gap: 18px;
}

.feature-card,
.service-list article,
.visit-card,
.info-panel {
  padding: clamp(22px, 3vw, 32px);
}

.feature-card {
  min-height: 260px;
  text-align: left;
}

.feature-card p,
.service-list p,
.visit-card p,
.info-panel p,
.info-panel li {
  color: var(--muted);
}

.card-icon {
  width: 52px;
  height: 52px;
  margin: 0 0 18px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--walnut);
  color: #fff;
  box-shadow: none;
  font-size: 1.4rem;
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  font-weight: 900;
}

.visit-grid {
  align-items: stretch;
}

address {
  margin: 18px 0;
  font-style: normal;
}

.hours-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.map {
  display: block;
  width: 100%;
  min-height: 360px;
  height: 100%;
  border: 0;
  border-radius: 4px;
}

.map-card {
  min-height: 460px;
}

.mailpoet-signup-grid {
  display: grid;
  gap: 24px;
  align-items: center;
}

.mailpoet-signup-copy p {
  color: var(--muted);
}

.mailpoet-signup-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.mailpoet-signup-field,
.mailpoet-signup-consent {
  display: grid;
  gap: 8px;
  color: var(--heading);
  font-weight: 800;
}

.mailpoet-signup-field input {
  min-height: 48px;
  width: 100%;
  padding: 10px 12px;
  border: 2px solid var(--border);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
}

.mailpoet-signup-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 500;
}

.mailpoet-signup-consent input {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.mailpoet-signup-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mailpoet-signup-notice {
  margin: 0;
  font-weight: 800;
}

.mailpoet-signup-notice.is-success {
  color: var(--walnut);
}

.mailpoet-signup-notice.is-error {
  color: #9b1c1c;
}

@media (min-width: 760px) {
  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .category-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-list,
  .visit-grid,
  .split-layout,
  .mailpoet-signup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) 420px;
  }

  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body {
    --site-nav-offset: 70px;
  }

  .nav-inner {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    margin-left: 0;
    padding: 8px 0 4px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
  }

  .hero-layout {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 24px;
  }
}

@media (max-width: 520px) {
  section {
    padding-inline: 18px;
  }

  .brand {
    max-width: 230px;
  }

  .cta-row,
  .btn {
    width: 100%;
  }
}

/* Generic page/post/WooCommerce shell (page.php, single.php, template-fullwidth.php, woocommerce.php) */

.page h1 {
  max-width: 70ch;
  margin-inline: auto;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.page-content {
  max-width: 70ch;
  margin-inline: auto;
}

.page-content > *:first-child {
  margin-top: 0;
}

.page-content p,
.page-content ul,
.page-content ol,
.page-content blockquote {
  margin: 0 0 20px;
  color: var(--ink);
}

.page-content ul,
.page-content ol {
  padding-left: 1.4em;
}

.page-content li + li {
  margin-top: 8px;
}

.page-content blockquote {
  padding-left: 20px;
  border-left: 4px solid var(--brass);
  color: var(--muted);
  font-style: italic;
}

.page-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.page-content h2,
.page-content h3,
.page-content h4 {
  margin: 36px 0 12px;
}

/* Keyboard focus over the photographic hero: pair the outline with a solid
   halo so the ring stays visible regardless of what's behind it in the photo. */
.hero a:focus-visible,
.hero button:focus-visible,
.hero .btn:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #fff;
}
