/*
Theme Name: Aqua Di Holy Storefront
Theme URI: https://aquadiholy.com
Author: Scenterplace
Description: Minimal luxury WordPress/WooCommerce storefront for Aqua Di Holy.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 7.0
Text Domain: aqua-di-holy
*/

:root {
  --adh-ink: #141721;
  --adh-night: #0f1115;
  --adh-cream: #f4f1e9;
  --adh-paper: #faf8f2;
  --adh-muted: #6f7480;
  --adh-line: rgba(20, 23, 33, 0.12);
  --adh-teal: #5f9e97;
  --adh-gold: #b4915a;
  --adh-accent: #5f9e97;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--adh-paper);
  color: var(--adh-ink);
  font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

img,
svg {
  max-width: 100%;
}

.adh-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(15, 17, 21, 0.92);
  color: var(--adh-cream);
  backdrop-filter: blur(14px);
}

.adh-brand {
  font-family: "Marcellus", Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.adh-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(244, 241, 233, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.adh-nav a:hover,
.adh-nav a:focus {
  color: var(--adh-cream);
}

.adh-cart-link {
  border: 1px solid rgba(244, 241, 233, 0.3);
  padding: 8px 12px;
}

.adh-page {
  min-height: 70vh;
}

.adh-hero,
.adh-pdp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background: var(--adh-night);
  color: var(--adh-cream);
}

.adh-hero {
  min-height: calc(100vh - 74px);
}

.adh-hero.is-set {
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 520px);
}

.adh-hero-copy,
.adh-pdp-copy,
.adh-section,
.adh-band {
  min-width: 0;
}

.adh-kicker {
  margin: 0 0 12px;
  color: var(--adh-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

h3 {
  font-size: 24px;
  line-height: 1.1;
}

.adh-hero p,
.adh-pdp-copy p,
.adh-band p,
.adh-measure {
  max-width: 620px;
  color: rgba(244, 241, 233, 0.74);
  font-size: clamp(17px, 2vw, 21px);
}

.adh-pdp {
  grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
  background: linear-gradient(135deg, #f7f5ee 0%, #ece8dd 100%);
  color: var(--adh-ink);
}

.adh-pdp .adh-kicker {
  color: var(--adh-accent);
}

.adh-pdp-copy p {
  color: #3a3d45;
}

.adh-subtitle {
  font-family: "Marcellus", Georgia, serif;
  font-size: 23px;
}

.adh-price {
  margin: 16px 0;
  font-family: "Marcellus", Georgia, serif;
  font-size: 34px;
  color: inherit;
}

.adh-hero-bottle,
.adh-pdp-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 420px;
}

.adh-bottle-svg {
  width: min(100%, 340px);
  height: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.28));
}

.adh-bottle-svg.is-small {
  width: 190px;
  filter: drop-shadow(0 16px 18px rgba(20, 23, 33, 0.14));
}

.adh-actions,
.adh-buy-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.adh-button,
.adh-buy-form button,
.adh-set-panel button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 2px;
  min-height: 48px;
  padding: 13px 22px;
  background: var(--adh-teal);
  color: #07100f;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.adh-button.is-ghost {
  background: transparent;
  color: var(--adh-cream);
  border: 1px solid rgba(244, 241, 233, 0.38);
}

.adh-button.is-gold {
  background: var(--adh-gold);
  color: #110f0c;
}

.adh-buy-form {
  flex-direction: column;
  max-width: 460px;
}

.adh-buy-form label,
.adh-set-panel label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #3a3d45;
  font-size: 14px;
  font-weight: 700;
}

.adh-buy-form button {
  background: var(--adh-ink);
  color: var(--adh-cream);
}

.adh-section {
  padding: clamp(44px, 6vw, 82px) clamp(18px, 5vw, 72px);
}

.adh-section.is-soft {
  background: #ebe7dc;
}

.adh-section.is-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

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

.adh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.adh-card {
  overflow: hidden;
  min-height: 320px;
  background: #fff;
  border: 1px solid var(--adh-line);
  border-radius: 4px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.adh-card:hover {
  transform: translateY(-2px);
  border-color: var(--adh-accent);
}

.adh-card a {
  display: grid;
  min-height: 100%;
  grid-template-rows: 220px auto auto auto;
  gap: 8px;
  padding: 18px;
}

.adh-card-bottle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(20, 23, 33, 0.04), rgba(20, 23, 33, 0.01));
  border-radius: 3px;
}

.adh-card p {
  margin: 0;
  color: var(--adh-muted);
  font-size: 13px;
}

.adh-card strong {
  color: var(--adh-accent);
}

.adh-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(36px, 5vw, 66px) clamp(18px, 5vw, 72px);
  background: #e8e3d7;
  color: var(--adh-ink);
}

.adh-band.is-dark {
  background: #171a21;
  color: var(--adh-cream);
}

.adh-band p {
  margin-bottom: 0;
  color: rgba(20, 23, 33, 0.68);
}

.adh-band.is-dark p {
  color: rgba(244, 241, 233, 0.7);
}

.adh-notes {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px 18px;
  max-width: 620px;
}

.adh-notes dt {
  color: var(--adh-accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.adh-notes dd {
  margin: 0;
  color: #3a3d45;
}

.adh-muted {
  color: var(--adh-muted);
  font-size: 14px;
}

.adh-set-panel {
  padding: 24px;
  background: #fff;
  color: var(--adh-ink);
  border: 1px solid rgba(180, 145, 90, 0.24);
  border-radius: 4px;
}

.adh-set-panel form {
  display: grid;
  gap: 16px;
}

.adh-set-panel label {
  display: grid;
  align-items: start;
}

.adh-set-panel select,
.adh-set-panel textarea,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  width: 100%;
  border: 1px solid var(--adh-line);
  border-radius: 2px;
  padding: 12px 13px;
  background: #fff;
  color: var(--adh-ink);
  font: inherit;
}

.adh-set-panel textarea {
  min-height: 92px;
  resize: vertical;
}

.adh-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.adh-check-grid label {
  display: flex;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--adh-line);
  border-radius: 3px;
}

.adh-quiz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.adh-quiz-grid a {
  padding: 18px 20px;
  background: var(--adh-night);
  color: var(--adh-cream);
  border: 1px solid rgba(244, 241, 233, 0.14);
  border-radius: 3px;
  font-weight: 800;
}

.adh-alert {
  padding: 14px 16px;
  background: #fff4df;
  border: 1px solid #d7b471;
}

.adh-content,
.woocommerce-page .site-main {
  padding: clamp(34px, 5vw, 72px) clamp(18px, 5vw, 72px);
}

.woocommerce div.product {
  max-width: 1180px;
  margin: 0 auto;
}

.adh-site-footer {
  display: grid;
  gap: 10px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: var(--adh-night);
  color: rgba(244, 241, 233, 0.68);
  font-size: 13px;
}

.adh-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 820px) {
  .adh-site-header,
  .adh-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .adh-nav {
    gap: 10px;
  }

  .adh-hero,
  .adh-pdp,
  .adh-hero.is-set,
  .adh-section.is-two {
    grid-template-columns: 1fr;
  }

  .adh-hero {
    min-height: auto;
  }

  .adh-pdp-gallery {
    order: 2;
  }

  .adh-section-head,
  .adh-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .adh-check-grid {
    grid-template-columns: 1fr;
  }
}

