.home-landing-hero {
  padding: 12px 0 48px;
  color: #17221e;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.home-landing-grid {
  display: grid;
  min-height: clamp(560px, calc(100svh - 104px), 700px);
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(15, 122, 93, 0.1);
  border-radius: 28px;
  background: linear-gradient(135deg, #f2faf6, #fffaf1);
  box-shadow: 0 20px 54px rgba(15, 83, 63, 0.1);
}

.home-landing-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  padding: 18px 28px;
}

.home-landing-copy > .eyebrow {
  margin-bottom: 8px;
  color: #0f7a5d;
  font-size: 0.7rem;
}

.home-landing-copy h1 {
  max-width: 590px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.45vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.home-mobile-only {
  display: none !important;
}

.home-quote-form {
  position: relative;
  z-index: 5;
  margin-top: 14px;
  padding: 13px 14px 12px;
  border: 1px solid rgba(15, 122, 93, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(15, 83, 63, 0.08);
}

.home-quote-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-quote-heading strong,
.home-quote-heading span {
  display: block;
}

.home-quote-heading strong {
  color: #07533f;
  font-size: 0.94rem;
  line-height: 1.2;
}

.home-quote-heading span {
  margin-top: 3px;
  color: #60716a;
  font-size: 0.67rem;
  line-height: 1.35;
}

.home-quote-heading > b {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  color: #795c13;
  background: #fff1b9;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.home-event-field,
.home-guest-field,
.home-venue-field,
.home-date-field,
.home-customer-field,
.home-contact-field {
  grid-column: auto;
}

.home-time-field {
  grid-column: 1 / -1;
}

.home-quote-grid > label,
.home-service-field {
  min-width: 0;
}

.home-quote-grid > label {
  display: grid;
  gap: 3px;
  color: #26342f;
  font-size: 0.65rem;
  font-weight: 850;
}

.home-quote-grid input,
.home-quote-grid select,
.home-service-select > summary {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 38px;
  box-sizing: border-box;
  padding: 7px 9px;
  border: 1px solid #cfe1da;
  border-radius: 9px;
  color: #17221e;
  background: #ffffff;
  font: inherit;
  font-size: 0.73rem;
  font-weight: 700;
}

.home-quote-grid input:focus,
.home-quote-grid select:focus,
.home-service-select > summary:focus-visible {
  border-color: #0f7a5d;
  outline: 3px solid rgba(15, 122, 93, 0.13);
}

.home-quote-grid input[type="date"] {
  display: block;
  appearance: none;
  -webkit-appearance: none;
}

.home-date-control {
  position: relative;
  display: block;
  min-width: 0;
}

.home-date-placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 3;
  display: none;
  overflow: hidden;
  max-width: calc(100% - 38px);
  color: #697a73;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateY(-50%);
  pointer-events: none;
}

.home-date-placeholder[hidden] {
  display: none;
}

.home-service-field {
  position: relative;
  grid-column: 1 / -1;
}

.home-service-field > span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 3px;
  color: #26342f;
  font-size: 0.65rem;
  font-weight: 850;
}

.home-service-field > span small {
  color: #75827d;
  font-size: 0.58rem;
  font-weight: 700;
}

.home-service-select {
  position: relative;
}

.home-service-select > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  list-style: none;
}

.home-service-select > summary::-webkit-details-marker {
  display: none;
}

.home-service-select > summary b {
  color: #07533f;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.18s ease;
}

.home-service-select > summary > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-service-select[open] > summary b {
  transform: rotate(180deg);
}

.home-service-options {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 30;
  padding: 10px;
  border: 1px solid #cfe1da;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 62, 49, 0.18);
}

.home-service-options > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.home-service-options label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  padding: 7px 8px;
  border: 1px solid #e2ebe7;
  border-radius: 8px;
  color: #26342f;
  background: #f9fcfb;
  font-size: 0.68rem;
  font-weight: 750;
  cursor: pointer;
}

.home-service-options label:has(input:checked) {
  border-color: rgba(15, 122, 93, 0.4);
  color: #07533f;
  background: #eaf7f1;
}

.home-service-options input {
  width: 15px;
  min-height: 15px;
  flex: 0 0 15px;
  margin: 0;
  padding: 0;
  accent-color: #0f7a5d;
}

.home-service-options > button {
  width: 100%;
  min-height: 32px;
  margin-top: 8px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #07533f;
  font-size: 0.7rem;
  font-weight: 850;
  cursor: pointer;
}

.home-quote-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(110deg, #0f7a5d, #07533f);
  box-shadow: 0 10px 18px rgba(7, 83, 63, 0.2);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.home-quote-submit b {
  font-size: 1.1rem;
  line-height: 1;
}

.home-quote-submit:hover,
.home-quote-submit:focus-visible {
  outline: 3px solid rgba(15, 122, 93, 0.2);
  outline-offset: 2px;
}

.home-quote-form > small {
  display: block;
  margin-top: 6px;
  color: #60716a;
  font-size: 0.59rem;
  line-height: 1.35;
}

.home-quote-status {
  margin: 7px 0 0;
  padding: 7px 9px;
  border-radius: 8px;
  color: #07533f;
  background: #e9f8f1;
  font-size: 0.67rem;
  font-weight: 800;
}

.home-hero-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 9px 11px;
  border-left: 4px solid #c89a35;
  border-radius: 0 11px 11px 0;
  background: rgba(255, 255, 255, 0.72);
}

.home-hero-proof strong {
  color: #17221e;
  font-size: 0.73rem;
}

.home-hero-proof span {
  color: #60716a;
  font-size: 0.69rem;
}

.home-landing-visual {
  position: relative;
  min-height: 100%;
  background: #d6e8e0;
}

.home-landing-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-landing-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(7, 49, 37, 0.03), rgba(7, 49, 37, 0.18));
  content: "";
  pointer-events: none;
}

.home-landing-visual > div {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  max-width: 280px;
  padding: 15px 17px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(7, 55, 42, 0.9);
  box-shadow: 0 14px 30px rgba(7, 42, 32, 0.2);
}

.home-landing-visual span,
.home-landing-visual strong {
  display: block;
}

.home-landing-visual span {
  color: #ccecdf;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-landing-visual strong {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.18;
}

@media (max-width: 980px) {
  .home-landing-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  }

  .home-landing-copy {
    padding-inline: 20px;
  }
}

@media (max-width: 760px) {
  .home-desktop-only {
    display: none !important;
  }

  .home-mobile-only {
    display: inline !important;
  }

  body[data-page="home"] .mobile-actions {
    display: none !important;
  }

  .home-landing-hero {
    padding: 5px 0 14px;
  }

  .home-landing-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 22px;
    overflow: visible;
  }

  .home-landing-copy {
    display: block;
    min-height: 0;
    align-self: start;
    padding: 18px 13px 14px;
  }

  .home-landing-copy > .eyebrow {
    margin-bottom: 9px;
    font-size: 0.62rem;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }

  .home-landing-copy h1 {
    max-width: none;
    font-size: clamp(1.92rem, 7.9vw, 2.15rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .home-quote-form {
    display: block;
    margin-top: 16px;
    padding: 13px 12px 12px;
    border-radius: 19px;
    box-shadow: 0 12px 24px rgba(15, 83, 63, 0.07);
  }

  .home-quote-heading {
    gap: 8px;
  }

  .home-quote-heading strong {
    font-size: 0.94rem;
  }

  .home-quote-heading .home-quote-subtitle {
    display: none;
  }

  .home-quote-heading > b {
    padding: 6px 8px;
    font-size: 0.57rem;
  }

  .home-quote-grid {
    align-content: normal;
    gap: 9px 8px;
    margin-top: 11px;
  }

  .home-quote-grid > label,
  .home-service-field > span {
    color: #40574e;
    font-size: 0.64rem;
    font-weight: 800;
  }

  .home-service-field > span small {
    display: none;
  }

  .home-quote-grid input,
  .home-quote-grid select,
  .home-service-select > summary {
    min-height: 46px;
    padding: 8px 10px;
    border-radius: 11px;
    font-size: 0.75rem;
    font-weight: 750;
  }

  .home-date-placeholder {
    left: 10px;
    font-size: 0.75rem;
  }

  .home-service-options {
    position: static;
    margin-top: 6px;
    padding: 8px;
    box-shadow: 0 12px 24px rgba(17, 62, 49, 0.12);
  }

  .home-service-options label {
    padding: 7px 6px;
    font-size: 0.62rem;
  }

  .home-quote-submit {
    min-height: 46px;
    margin-top: 11px;
    padding-inline: 14px;
    border-radius: 12px;
    font-size: 0.83rem;
  }

  .home-quote-form > small {
    margin-top: 7px;
    color: #71827a;
    font-size: 0.58rem;
    text-align: center;
  }

  .home-hero-proof {
    display: none;
  }

  .home-landing-visual {
    display: none;
  }

  @supports (-webkit-touch-callout: none) {
    .home-date-placeholder {
      display: block;
    }
  }

}

@media (max-width: 370px) {
  .home-landing-copy {
    padding-inline: 10px;
  }

  .home-landing-copy h1 {
    font-size: 1.78rem;
  }

  .home-quote-form {
    padding: 9px;
  }

  .home-quote-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-event-field,
  .home-guest-field,
  .home-venue-field,
  .home-date-field,
  .home-time-field,
  .home-customer-field,
  .home-contact-field {
    grid-column: 1 / -1;
  }

  .home-quote-grid input,
  .home-quote-grid select,
  .home-service-select > summary {
    padding-inline: 6px;
    font-size: 0.66rem;
  }

  .home-service-options label {
    font-size: 0.58rem;
  }

  .home-hero-proof {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-landing-hero * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
