/** Shopify CDN: Minification failed

Line 831:1 Expected "}" to go with "{"

**/
/* ============================================================
   DryDrop Homepage — drydrop-home.css
   ============================================================ */

.ddh-page {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.ddh-page * { box-sizing: border-box; }

/* ── Shared section styles ───────────────────────────────────── */
.ddh-section-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4820A;
  margin: 0 0 12px;
}

.ddh-section-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: #1A1A1A;
  margin: 0 0 12px;
}

.ddh-section-sub {
  font-size: 16px;
  line-height: 1.65;
  color: #6B6560;
  margin: 0 0 40px;
  max-width: 560px;
}

/* ── Hero ────────────────────────────────────────────────────── */
.ddh-hero {
  background: #1A1A1A;
  padding: 80px 24px;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.ddh-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.ddh-hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4820A;
  margin: 0 0 16px;
}

.ddh-hero-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  color: #F5F0E8;
  margin: 0 0 20px;
}

.ddh-hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(245, 240, 232, 0.75);
  margin: 0 0 24px;
  max-width: 480px;
}

.ddh-hero-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}

.ddh-hero-stars {
  color: #D4820A;
  font-size: 16px;
  letter-spacing: 1px;
}

.ddh-hero-rating {
  font-size: 14px;
  color: rgba(245, 240, 232, 0.65);
}

.ddh-hero-cta {
  display: inline-block;
  background: #D4820A;
  color: #FFFFFF;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 14px;
  transition: background 0.22s ease, transform 0.22s ease;
  box-shadow: 0 4px 20px rgba(212, 130, 10, 0.35);
}

.ddh-hero-cta:hover {
  background: #A8660A;
  transform: translateY(-1px);
}

.ddh-hero-delivery {
  font-size: 13px;
  color: rgba(245, 240, 232, 0.5);
  margin: 0;
}

.ddh-hero-media {
  background: #1A1A1A;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

.ddh-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

/* ── Choose your box ─────────────────────────────────────────── */
.ddh-choose {
  padding: 80px 24px;
  background: #F5F0E8;
}

.ddh-choose-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ddh-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
  text-align: left;
}

.ddh-box {
  background: #FFFFFF;
  border: 1px solid #EDE6D8;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ddh-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.12);
}

.ddh-box--featured {
  border-color: #D4820A;
  box-shadow: 0 4px 24px rgba(212, 130, 10, 0.15);
}

.ddh-box-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #1A1A1A;
  color: #F5F0E8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 1;
}

.ddh-box-badge--amber {
  background: #D4820A;
  color: #FFFFFF;
}

.ddh-box-img-wrap {
  background: #F5F0E8;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}

.ddh-box-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ddh-box-body {
  padding: 24px 28px 28px;
}

.ddh-box-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 10px;
}

.ddh-box-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #6B6560;
  margin: 0 0 16px;
}

.ddh-box-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ddh-box-facts li {
  font-size: 13px;
  color: #2E2E2E;
}

.ddh-box-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
}

.ddh-box-price-main {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #1A1A1A;
}

.ddh-box-price-per {
  font-size: 13px;
  color: #6B6560;
}

.ddh-box-btn {
  display: block;
  text-align: center;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.22s ease, transform 0.22s ease;
}

.ddh-box-btn--primary {
  background: #D4820A;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(212, 130, 10, 0.3);
}

.ddh-box-btn--primary:hover {
  background: #A8660A;
  transform: translateY(-1px);
}

.ddh-box-btn--secondary {
  background: #4A5568;
  color: #F5F0E8;
}

.ddh-box-btn--secondary:hover {
  background: #5A6578;
  transform: translateY(-1px);
}

.ddh-choose-note {
  font-size: 13px;
  color: #6B6560;
  text-align: center;
  margin: 0;
}

/* ── Proof strip ─────────────────────────────────────────────── */
.ddh-proof-strip {
  background: #1A1A1A;
  padding: 28px 24px;
}

.ddh-proof-strip-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.ddh-proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 32px;
}

.ddh-proof-icon {
  color: #D4820A;
  font-size: 16px;
}

.ddh-proof-text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(245, 240, 232, 0.8);
}

.ddh-proof-divider {
  width: 1px;
  height: 24px;
  background: rgba(245, 240, 232, 0.15);
}

/* ── How it works ────────────────────────────────────────────── */
.ddh-how {
  padding: 80px 24px;
  background: #FFFFFF;
}

.ddh-how-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ddh-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  text-align: left;
}

.ddh-steps::before {
  content: '';
  position: absolute;
  top: 27px;
  left: calc(16.67% + 16px);
  right: calc(16.67% + 16px);
  height: 2px;
  background: #EDE6D8;
}

.ddh-step {
  position: relative;
}

.ddh-step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #D4820A;
  color: #FFFFFF;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.ddh-step-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 8px;
}

.ddh-step-body {
  font-size: 14px;
  line-height: 1.65;
  color: #6B6560;
  margin: 0;
}

/* ── Breweries ───────────────────────────────────────────────── */
.ddh-breweries {
  padding: 80px 24px;
  background: #F5F0E8;
}

.ddh-breweries-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ddh-brewery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ddh-btag {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #2E2E2E;
  background: #FFFFFF;
  border: 1px solid #EDE6D8;
  border-radius: 4px;
  padding: 6px 14px;
  transition: border-color 0.22s ease, color 0.22s ease;
}

.ddh-btag:hover {
  border-color: #D4820A;
  color: #A8660A;
}

/* ── Reviews ─────────────────────────────────────────────────── */
.ddh-reviews {
  padding: 80px 24px;
  background: #FFFFFF;
}

.ddh-reviews-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ddh-review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.ddh-review-card {
  background: #F5F0E8;
  border-radius: 12px;
  padding: 28px 24px;
}

.ddh-review-stars {
  color: #D4820A;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.ddh-review-text {
  font-size: 14px;
  line-height: 1.7;
  color: #2E2E2E;
  font-style: italic;
  margin: 0 0 14px;
}

.ddh-review-author {
  font-size: 13px;
  font-weight: 600;
  color: #6B6560;
  margin: 0;
}

.ddh-reviews-cta {
  text-align: center;
}

.ddh-link {
  color: #D4820A;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.ddh-link:hover {
  color: #A8660A;
  text-decoration: underline;
}

/* ── Email ───────────────────────────────────────────────────── */
.ddh-email {
  background: #D4820A;
  padding: 80px 24px;
  text-align: center;
}

.ddh-email-inner {
  max-width: 560px;
  margin: 0 auto;
}

.ddh-email-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin: 0 0 12px;
}

.ddh-email-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 12px;
}

.ddh-email-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 24px;
}

.ddh-email-form {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.ddh-email-input {
  flex: 1;
  padding: 14px 16px;
  border: none;
  border-radius: 6px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  outline: none;
}

.ddh-email-btn {
  background: #1A1A1A;
  color: #FFFFFF;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.22s ease;
}

.ddh-email-btn:hover { background: #333; }

.ddh-email-note {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* ── Final CTA ───────────────────────────────────────────────── */
.ddh-final-cta {
  background: #1A1A1A;
  padding: 80px 24px;
  text-align: center;
}

.ddh-final-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.ddh-final-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #F5F0E8;
  line-height: 1.15;
  margin: 0 0 16px;
}

.ddh-final-sub {
  font-size: 16px;
  color: rgba(245, 240, 232, 0.65);
  margin: 0 0 36px;
}

.ddh-final-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.ddh-final-btns .ddh-box-btn {
  min-width: 240px;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 989px) {
  .ddh-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ddh-hero {
    padding: 60px 24px;
    min-height: auto;
  }

  .ddh-hero-sub { max-width: 100%; }

  .ddh-boxes {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto 24px;
  }

  .ddh-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ddh-steps::before { display: none; }

  .ddh-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .ddh-step-num {
    width: 44px;
    height: 44px;
    font-size: 18px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .ddh-review-cards {
    grid-template-columns: 1fr;
  }

  .ddh-proof-strip-inner {
    flex-direction: column;
    gap: 16px;
  }

  .ddh-proof-divider { display: none; }

  .ddh-proof-item { padding: 4px 0; }

  .ddh-final-btns {
    flex-direction: column;
    align-items: center;
  }

  .ddh-final-btns .ddh-box-btn {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 479px) {
  .ddh-hero-headline { font-size: 38px; }
  .ddh-email-form { flex-direction: column; }
  .ddh-box-img-wrap { height: 200px; }
}
.ddh-choose-inner {
  text-align: center;
}

.ddh-choose-inner .ddh-section-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* ── Fixes ───────────────────────────────────────────────────── */
.ddh-choose-inner {
  text-align: center;
}

.ddh-choose-inner .ddh-section-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 989px) {
  .ddh-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

  .ddh-step-num {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .ddh-step-title,
  .ddh-step-body {
    margin: 0;
  }
}
@media (max-width: 989px) {
  .ddh-hero-inner {
    display: flex;
    flex-direction: column;
  }

  .ddh-hero-media {
    order: -1;
  }
}
.ddh-email-success {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 16px;
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  margin: 0;
}
.ddh-final-btns .ddh-box-btn {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ddh-final-btns {
  padding: 0 16px;
}
form .ddh-email-btn {
  background: #1A1A1A !important;

form .ddh-email-btn:hover { background: #333 !important; }

/* Secondary graphic overlay */
.ddh-hero {
  position: relative;
  overflow: hidden;
}
.ddh-hero::after {
  content: '';
  position: absolute;
  top: -5%;
  right: -6%;
  width: 55%;
  max-width: 460px;
  aspect-ratio: 3 / 2;
  background: url('{{ "DRYDROP_CO_-nographiti_logo.png" | asset_url }}') center / contain no-repeat;
  opacity: 0.13;
  pointer-events: none;
  z-index: 0;
}
.ddh-hero-inner {
  position: relative;
  z-index: 1;
}

.ddh-final-cta {
  position: relative;
  overflow: hidden;
}
.ddh-final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 580px;
  aspect-ratio: 3 / 2;
  background: url('{{ "DRYDROP_CO_-nographiti_logo.png" | asset_url }}') center / contain no-repeat;
  opacity: 0.09;
  pointer-events: none;
  z-index: 0;
}
.ddh-final-cta-inner {
  position: relative;
  z-index: 1;
}
form[action*="/contact"] button.ddh-email-btn {
  background: #1A1A1A !important;
  color: #fff !important;
}
form[action*="/contact"] button.ddh-email-btn:hover {
  background: #333 !important;
}
button.ddh-email-btn--override {
  background: #1A1A1A !important;
  color: #fff !important;
}
button.ddh-email-btn--override:hover {
  background: #333 !important;
}