body.theme-sandwich {
  --sandwich-olive: #2f471f;
  --sandwich-olive-dark: #203417;
  --sandwich-mustard: #b77716;
  --sandwich-cream: #fff8e8;
  --bg: var(--sandwich-cream);
  --surface: #fffdf4;
  --surface-soft: #f1e5c7;
  --text: #171b15;
  --muted: #5c695f;
  --line: rgba(47, 71, 31, 0.17);
  --accent: var(--sandwich-mustard);
  --accent-2: #5f7539;
  --dark: var(--sandwich-olive-dark);
  --on-dark: #fff9e9;
  --card-bg: #fffdf3;
  --card-border: rgba(47, 71, 31, 0.16);
  --card-shadow: 0 18px 38px rgba(52, 39, 17, 0.1);
  --proof-bg: rgba(255, 253, 244, 0.78);
  --max: 1180px;
  background:
    linear-gradient(90deg, rgba(47, 71, 31, 0.055) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--sandwich-cream);
  font-family: "Trebuchet MS", "Manrope", system-ui, sans-serif;
}

.theme-sandwich h1,
.theme-sandwich h2,
.theme-sandwich h3,
.theme-sandwich .brand strong {
  font-family: "Trebuchet MS", "Manrope", system-ui, sans-serif;
  letter-spacing: -0.018em;
}

.theme-sandwich .topbar {
  background: var(--sandwich-olive-dark);
  color: rgba(255, 249, 233, 0.86);
}

.theme-sandwich .site-header {
  background: rgba(255, 251, 239, 0.93);
}

.theme-sandwich .brand-mark {
  background: var(--sandwich-olive-dark);
}

.theme-sandwich .hero {
  padding: clamp(3.8rem, 7.5vw, 6.7rem) 0 clamp(3.3rem, 5.8vw, 5rem);
  background:
    linear-gradient(90deg, rgba(47, 71, 31, 0.04) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(135deg, #fff7dd 0%, #f5f0c4 55%, #e6c36b 128%);
  color: #24351f;
}

.theme-sandwich h1 {
  max-width: 15.25ch;
  font-size: clamp(2.45rem, 5.1vw, 4.35rem);
  line-height: 1;
}

.theme-sandwich h2 {
  max-width: 15.5ch;
  font-size: clamp(2.05rem, 4.25vw, 3.35rem);
  line-height: 1.03;
}

.theme-sandwich h3 {
  line-height: 1.08;
}

.theme-sandwich .hero-copy {
  max-width: 690px;
}

.theme-sandwich .hero-grid,
.theme-sandwich .split-grid,
.theme-sandwich .faq-grid,
.theme-sandwich .area-grid,
.theme-sandwich .contact-grid {
  grid-template-columns: 1fr;
}

.theme-sandwich .hero-lead,
.theme-sandwich .section-heading p,
.theme-sandwich .large-text {
  color: var(--muted);
  line-height: 1.55;
}

.theme-sandwich .hero-lead {
  max-width: 43rem;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  font-weight: 700;
}

.theme-sandwich .section {
  padding: clamp(3rem, 5.8vw, 5.25rem) 0;
  scroll-margin-top: 5.5rem;
}

.theme-sandwich .section-heading {
  margin-bottom: clamp(1.35rem, 2.8vw, 2.1rem);
}

.theme-sandwich .eyebrow,
.theme-sandwich .section-label,
.theme-sandwich .card-label {
  border-color: rgba(183, 119, 22, 0.22);
  background: rgba(255, 253, 244, 0.82);
  color: #a66612;
}

.theme-sandwich .button {
  border-radius: 999px;
}

.theme-sandwich .button-primary {
  background: var(--sandwich-olive);
  box-shadow: 0 15px 32px rgba(47, 71, 31, 0.2);
}

.theme-sandwich .button-primary:hover,
.theme-sandwich .button-primary:focus-visible {
  background: var(--sandwich-olive-dark);
}

.theme-sandwich .button-secondary {
  border-color: rgba(47, 71, 31, 0.16);
  background: rgba(255, 253, 244, 0.86);
}

.theme-sandwich .hero-proof {
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.theme-sandwich .hero-proof li {
  border-radius: 7px;
  border-color: rgba(47, 71, 31, 0.17);
  background: rgba(255, 253, 244, 0.82);
  color: #2b3825;
}

.theme-sandwich .demo-safety-note {
  max-width: 47rem;
  border-color: rgba(47, 71, 31, 0.15);
  background: rgba(255, 253, 244, 0.68);
  color: #59645d;
  line-height: 1.55;
}

.theme-sandwich .hero-media {
  max-width: 680px;
  justify-self: stretch;
}

.theme-sandwich .hero-photo {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  border-color: rgba(47, 71, 31, 0.2);
  background: #f5e8c4;
  box-shadow: 0 24px 52px rgba(56, 41, 16, 0.18);
}

.theme-sandwich .hero-media img {
  min-height: clamp(280px, 31vw, 410px);
  object-position: center;
}

.theme-sandwich .hero-note {
  right: 0.9rem;
  bottom: 0.9rem;
  max-width: 18rem;
  border: 1px solid rgba(47, 71, 31, 0.15);
  border-radius: 8px;
  background: rgba(255, 253, 244, 0.9);
  box-shadow: 0 12px 26px rgba(26, 31, 22, 0.16);
}

.theme-sandwich .hero-note p {
  color: #32402c;
  line-height: 1.45;
}

.theme-sandwich .trust-strip {
  padding: 1.35rem 0;
  background: var(--sandwich-olive-dark);
}

.theme-sandwich .trust-grid {
  gap: 0;
}

.theme-sandwich .trust-item {
  padding: 0.9rem clamp(1rem, 2vw, 1.3rem);
  border-left-color: rgba(255, 249, 233, 0.18);
}

.theme-sandwich .trust-item strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #fff9e9;
}

.theme-sandwich .trust-item p {
  color: rgba(255, 249, 233, 0.74);
  line-height: 1.5;
}

.theme-sandwich .service-card {
  position: relative;
  padding: 1.35rem 1.3rem 1.3rem 1.45rem;
  border-radius: 8px;
  border-left: 0.38rem solid var(--sandwich-mustard);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36)),
    #fffdf2;
  box-shadow: 0 14px 30px rgba(52, 39, 17, 0.07);
}

.theme-sandwich .service-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.2rem;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(183, 119, 22, 0.18);
}

.theme-sandwich .service-card .card-label {
  min-height: 1.8rem;
  border-radius: 5px;
  border-color: rgba(183, 119, 22, 0.22);
  background: #f3dfa6;
  color: var(--sandwich-olive);
  font-size: 0.72rem;
}

.theme-sandwich .service-card h3 {
  max-width: 18rem;
  margin-top: 0.65rem;
  color: #191d15;
}

.theme-sandwich .service-card p {
  color: #1f241d;
  line-height: 1.55;
}

.theme-sandwich .service-card li {
  color: var(--muted);
  font-weight: 700;
}

.theme-sandwich .service-card li + li,
.theme-sandwich .check-list li + li {
  margin-top: 0.25rem;
}

.theme-sandwich .section-soft {
  background:
    linear-gradient(90deg, rgba(255, 249, 233, 0.035) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--sandwich-olive);
  color: #fff8e8;
}

.theme-sandwich .section-soft p,
.theme-sandwich .section-soft li {
  color: rgba(255, 248, 232, 0.84);
}

.theme-sandwich .section-soft .section-label {
  border-color: rgba(255, 249, 233, 0.18);
  background: rgba(255, 249, 233, 0.78);
  color: #a66612;
}

.theme-sandwich .section-soft .area-panel {
  border-color: rgba(255, 249, 233, 0.22);
  background: #fffdf2;
  color: var(--text);
  box-shadow: 0 20px 40px rgba(9, 21, 7, 0.16);
}

.theme-sandwich .section-soft .area-panel strong {
  display: block;
  color: #1a2116;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.25;
}

.theme-sandwich .section-soft .area-panel p,
.theme-sandwich .section-soft .area-panel li {
  color: #5b665d;
}

.theme-sandwich .section-soft .check-list li::before {
  background: var(--sandwich-mustard);
}

.theme-sandwich .steps-grid {
  gap: 1rem;
}

.theme-sandwich .steps-grid .area-panel {
  min-height: 100%;
  padding: clamp(1rem, 2vw, 1.3rem);
}

.theme-sandwich .steps-grid .area-panel p {
  margin-top: 0.5rem;
  line-height: 1.55;
}

.theme-sandwich .gallery-grid {
  align-items: stretch;
}

.theme-sandwich .gallery-grid .visual-card {
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  border-color: rgba(47, 71, 31, 0.16);
  background: #fffdf3;
  box-shadow: 0 14px 30px rgba(52, 39, 17, 0.08);
}

.theme-sandwich .visual-card::before {
  content: "";
  display: block;
  min-height: 11.75rem;
  border-bottom: 1px solid rgba(47, 71, 31, 0.12);
  background:
    linear-gradient(135deg, rgba(183, 119, 22, 0.22), transparent 44%),
    linear-gradient(165deg, rgba(47, 71, 31, 0.17) 0%, rgba(255, 253, 243, 0.9) 58%),
    repeating-linear-gradient(90deg, rgba(47, 71, 31, 0.08) 0 1px, transparent 1px 18px),
    #fbf2d6;
}

.theme-sandwich .visual-card:nth-child(2)::before {
  background:
    linear-gradient(135deg, rgba(47, 71, 31, 0.19), transparent 45%),
    linear-gradient(165deg, rgba(183, 119, 22, 0.18) 0%, rgba(255, 253, 243, 0.92) 60%),
    repeating-linear-gradient(90deg, rgba(47, 71, 31, 0.08) 0 1px, transparent 1px 18px),
    #f9efd1;
}

.theme-sandwich .visual-card:nth-child(3)::before {
  background:
    linear-gradient(135deg, rgba(183, 119, 22, 0.18), transparent 42%),
    linear-gradient(165deg, rgba(95, 117, 57, 0.2) 0%, rgba(255, 253, 243, 0.92) 60%),
    repeating-linear-gradient(90deg, rgba(47, 71, 31, 0.08) 0 1px, transparent 1px 18px),
    #f8efcf;
}

.theme-sandwich .visual-card:nth-child(4)::before {
  background:
    linear-gradient(135deg, rgba(47, 71, 31, 0.22), transparent 43%),
    linear-gradient(165deg, rgba(183, 119, 22, 0.16) 0%, rgba(255, 253, 243, 0.92) 62%),
    repeating-linear-gradient(90deg, rgba(47, 71, 31, 0.08) 0 1px, transparent 1px 18px),
    #fbf1d4;
}

.theme-sandwich .visual-card strong {
  padding: 1.05rem 1.1rem 0;
  color: #191d15;
}

.theme-sandwich .visual-card p {
  padding: 0 1.1rem 1.15rem;
  color: var(--muted);
  line-height: 1.5;
}

.theme-sandwich #visit .area-grid {
  gap: clamp(2rem, 6vw, 4.5rem);
}

.theme-sandwich #visit .area-panel {
  padding: clamp(1.15rem, 2.2vw, 1.5rem);
}

.theme-sandwich .faq-grid {
  align-items: start;
  gap: clamp(1.5rem, 5vw, 4rem);
}

.theme-sandwich .faq-list {
  gap: 0.85rem;
}

.theme-sandwich .faq-card {
  padding: clamp(1rem, 2vw, 1.25rem);
  border-color: rgba(47, 71, 31, 0.14);
  background: rgba(255, 253, 244, 0.9);
  box-shadow: 0 12px 28px rgba(52, 39, 17, 0.06);
}

.theme-sandwich .faq-card h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.theme-sandwich .faq-card p {
  color: var(--muted);
  line-height: 1.55;
}

.theme-sandwich .contact-grid {
  align-items: start;
  gap: clamp(1.8rem, 5vw, 4rem);
}

.theme-sandwich .contact-form {
  padding: clamp(1.05rem, 2.2vw, 1.35rem);
  border-color: rgba(47, 71, 31, 0.15);
  background: rgba(255, 253, 244, 0.94);
  box-shadow: 0 20px 42px rgba(52, 39, 17, 0.1);
}

.theme-sandwich label {
  margin-bottom: 0.42rem;
  color: #1b2018;
  font-size: 0.95rem;
}

.theme-sandwich input,
.theme-sandwich select,
.theme-sandwich textarea {
  border-color: rgba(47, 71, 31, 0.18);
  border-radius: 7px;
  background: #fffefa;
}

.theme-sandwich input:focus-visible,
.theme-sandwich select:focus-visible,
.theme-sandwich textarea:focus-visible {
  border-color: var(--sandwich-mustard);
  box-shadow: 0 0 0 4px rgba(183, 119, 22, 0.16);
}

.theme-sandwich textarea::placeholder {
  color: #8a9189;
  opacity: 1;
}

.theme-sandwich .form-note {
  color: #5d675f;
  line-height: 1.5;
}

.theme-sandwich .form-trust {
  border-color: rgba(47, 71, 31, 0.14);
  background: #f3eddf;
  color: #5d675f;
}

.theme-sandwich .form-message:not(:empty) {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 7px;
  background: rgba(255, 253, 244, 0.86);
  font-weight: 800;
}

.theme-sandwich .form-message.success {
  color: #276142;
}

.theme-sandwich .form-message.error {
  color: #8f2f21;
}

.theme-sandwich .mobile-contact-bar {
  border-color: rgba(47, 71, 31, 0.14);
  border-radius: 10px;
}

.theme-sandwich .mobile-contact-bar a:first-child {
  background: var(--sandwich-olive);
}

.theme-sandwich .site-footer {
  background: var(--sandwich-olive-dark);
}

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

@media (min-width: 900px) {
  .theme-sandwich .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: clamp(2rem, 5vw, 4.5rem);
  }

  .theme-sandwich .hero-media {
    max-width: 548px;
    justify-self: end;
  }

  .theme-sandwich .faq-grid,
  .theme-sandwich .area-grid,
  .theme-sandwich .contact-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  }
}

@media (min-width: 960px) {
  .theme-sandwich .split-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 5vw, 4rem);
  }
}

@media (min-width: 1080px) {
  .theme-sandwich .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 759px) {
  .theme-sandwich .topbar-row {
    align-items: flex-start;
  }

  .theme-sandwich .hero {
    padding-top: 3rem;
  }

  .theme-sandwich h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
    line-height: 1.04;
  }

  .theme-sandwich h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .theme-sandwich .hero-media {
    max-width: none;
    justify-self: stretch;
  }

  .theme-sandwich .hero-media img {
    min-height: 250px;
  }

  .theme-sandwich .hero-note {
    margin: -1.1rem 0.85rem 0;
  }

  .theme-sandwich .trust-grid {
    gap: 0.2rem;
  }

  .theme-sandwich .trust-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 249, 233, 0.16);
    padding-inline: 0;
  }

  .theme-sandwich .trust-item:first-child {
    border-top: 0;
  }

  .theme-sandwich .service-card {
    padding: 1.25rem 1.15rem 1.2rem 1.3rem;
  }

  .theme-sandwich .gallery-grid {
    grid-template-columns: 1fr;
  }

  .theme-sandwich .visual-card::before {
    min-height: 10.5rem;
  }
}
