/* Dancing Orchid — theme.css
   Page-level + WooCommerce styling layered on design-system.css
   ============================================================= */

/* ── Utilities ───────────────────────────── */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: fixed; top: 8px; left: 8px;
  width: auto; height: auto; clip: auto;
  padding: 12px 20px; background: #fff; z-index: 1000;
  font-size: 12px; letter-spacing: 0.1em;
}
.site-main { display: block; }

/* Force-reveal fade-up content (screenshots / reduced-motion fallback) */
.do-no-fade .fade-up { opacity: 1 !important; transform: none !important; }

/* Section heading (replaces React <SectionHeading>) */
.do-heading { text-align: center; margin-bottom: clamp(40px, 5vw, 72px); }
.do-heading .label { margin-bottom: 20px; display: block; }
.do-heading h2 { margin: 0; }

/* ── Homepage: Hero ──────────────────────── */
.hero {
  height: 100vh; min-height: 700px; position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; background: var(--charcoal);
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 40%;
  opacity: 0.55; transition: opacity 1.5s ease;
}
.hero__content { position: relative; z-index: 2; color: #fff; padding: 0 24px; }
.hero__heritage {
  font-family: var(--sans); font-size: 15px; font-weight: 300;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-light);
  margin-bottom: 32px; text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.hero__title {
  font-family: var(--serif); font-size: clamp(4rem, 10vw, 9rem); font-weight: 300;
  line-height: 0.92; color: #fff; margin-bottom: 20px; letter-spacing: -0.03em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.hero__title em { font-style: italic; font-weight: 300; }
.hero__brand { display: block; }
/* Keyword-bearing line lives inside the H1 for SEO without breaking the lockup. */
.hero__keyword {
  display: block; font-family: var(--sans); font-size: clamp(12px, 1.3vw, 15px); font-weight: 300;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light);
  margin-top: 22px; text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.hero__sub {
  font-family: var(--sans); font-size: 14px; font-weight: 300;
  color: rgba(255,255,255,0.85); margin-bottom: 48px; letter-spacing: 0.25em;
  text-transform: uppercase; text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.hero__scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.hero__scroll span {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); font-family: var(--sans); font-weight: 300;
}
.hero__scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: scrollPulse 3s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ── Brand statement ─────────────────────── */
.brand-statement { text-align: center; padding: clamp(100px, 14vw, 200px) 0; }

/* ── Services — cinematic panels ─────────── */
.services-editorial { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.service-panel { position: relative; aspect-ratio: 3/4; overflow: hidden; cursor: pointer; display: block; }
.service-panel img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.service-panel:hover img { transform: scale(1.06); }
.service-panel__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.82) 0%, rgba(20,20,20,0.2) 50%, rgba(20,20,20,0.05) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(28px, 5vw, 56px); transition: background 0.5s ease;
}
.service-panel:hover .service-panel__overlay {
  background: linear-gradient(to top, rgba(20,20,20,0.9) 0%, rgba(20,20,20,0.25) 50%, rgba(20,20,20,0.05) 100%);
}
.service-panel__title { font-family: var(--serif); font-size: clamp(1.5rem, 2.8vw, 2.2rem); font-weight: 300; color: #fff; line-height: 1.1; margin-bottom: 12px; }
.service-panel__desc { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 260px; margin-bottom: 20px; }
.service-panel__link {
  font-size: 11px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-light); display: inline-flex; align-items: center; gap: 8px;
  transition: gap 0.4s var(--ease-luxe); font-family: var(--sans);
}
.service-panel:hover .service-panel__link { gap: 14px; }

/* ── Subscription promo ──────────────────── */
.do-sub-promo { background: var(--charcoal); text-align: center; padding: clamp(80px, 12vw, 160px) 0; }
.do-sub-promo__text { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.9; max-width: 440px; margin: 0 auto 12px; font-weight: 300; }
.do-sub-promo__price { color: var(--gold-light); font-size: clamp(1.2rem, 2vw, 1.5rem); font-family: var(--serif); font-weight: 300; margin-bottom: 36px; }

/* ── Studio split ────────────────────────── */
.studio-section { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0; min-height: 650px; }
.studio-section__image { overflow: hidden; }
.studio-section__image img { width: 100%; height: 100%; object-fit: cover; }
.studio-section__text {
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(48px, 7vw, 100px) clamp(36px, 6vw, 88px);
  background: var(--charcoal); color: #fff;
}

/* ── Products grid + card ────────────────── */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3.5vw, 48px); }
.product-card { display: block; cursor: pointer; }
.product-card .editorial-image { aspect-ratio: 4/5; margin-bottom: 20px; background: var(--cream); position: relative; }
.product-card .editorial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.product-card:hover .editorial-image img { transform: scale(1.05); }
.product-card__name { font-weight: 300; margin-bottom: 6px; font-size: clamp(1rem, 1.6vw, 1.25rem); transition: color 0.3s var(--ease); }
.product-card:hover .product-card__name { color: var(--gold-dark); }
.product-card__price { color: var(--text-light); font-size: 14px; letter-spacing: 0.08em; font-weight: 300; }
.product-card__price .woocommerce-Price-amount { color: var(--text-light); font-weight: 300; }
.do-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: var(--charcoal); color: #fff; padding: 5px 14px;
  font-size: 10px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; font-family: var(--sans);
}

/* ── Quote ───────────────────────────────── */
.quote-section { position: relative; padding: clamp(100px, 16vw, 220px) 0; text-align: center; overflow: hidden; background: var(--charcoal); }
.quote-section__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.15; }
.do-quote {
  font-family: var(--serif); font-weight: 300; font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem); line-height: 1.6;
  color: rgba(255,255,255,0.85); max-width: 540px; margin: 0 auto;
}

/* ── Delivery areas ──────────────────────── */
.delivery-areas a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--gold); transition: color 0.3s ease; }
.delivery-areas a:hover { color: var(--text); }

/* ── Testimonials ────────────────────────── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 56px); }
.testimonial { padding: clamp(32px, 5vw, 56px) 0; border-top: 1px solid var(--border); }
.testimonial__quote { font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.4rem); font-weight: 300; font-style: italic; color: var(--text-mid); line-height: 1.7; margin-bottom: 24px; }
.testimonial__name { color: var(--text-light); letter-spacing: 0.15em; }

/* ── Instagram ───────────────────────────── */
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px; }
.insta-grid > div { aspect-ratio: 1; overflow: hidden; }
.insta-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease), opacity 0.4s ease; }
.insta-grid > div:hover img { transform: scale(1.06); opacity: 0.85; }

/* ── Newsletter ──────────────────────────── */
.newsletter-row { display: flex; gap: 0; max-width: 420px; margin: 0 auto; }
.newsletter-row input {
  flex: 1; padding: 16px 20px; border: 1px solid var(--border); border-right: none;
  font-family: var(--sans); font-size: 13px; font-weight: 300; background: var(--white);
  outline: none; transition: border-color 0.3s ease; letter-spacing: 0.03em;
}
.newsletter-row input:focus { border-color: var(--gold); }
.newsletter-row button {
  padding: 16px 28px; background: var(--charcoal); color: #fff; border: 1px solid var(--charcoal);
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 400; cursor: pointer; white-space: nowrap; transition: background 0.4s ease;
}
.newsletter-row button:hover { background: var(--gold-dark); border-color: var(--gold-dark); }

/* ── Inner page hero ─────────────────────── */
.do-page-hero {
  position: relative; min-height: 45vh; display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; background: var(--charcoal) center/cover no-repeat;
  padding: clamp(80px, 12vw, 160px) 24px;
}
.do-page-hero--image::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20,20,20,0.35), rgba(20,20,20,0.6));
}
.do-page-hero__inner { position: relative; z-index: 2; color: #fff; }
.do-page-hero__inner h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 5rem); }

/* ── Page entry content ──────────────────── */
.do-entry { font-size: 16px; line-height: 1.85; color: var(--text-mid); }
.do-entry h2, .do-entry h3 { color: var(--text); margin: 1.6em 0 0.6em; }
.do-entry p { margin-bottom: 1.4em; max-width: none; }
.do-entry a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.do-entry img { margin: 1.5em 0; }

/* ── Post list ───────────────────────────── */
.do-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 48px); }
.do-post-card__media { display: block; aspect-ratio: 4/5; margin-bottom: 20px; background: var(--cream); }
.do-post-card__body h3 { margin: 10px 0; }
.do-post-card__body h3 a:hover { color: var(--gold-dark); }
.do-post-card__body p { font-size: 14px; color: var(--text-mid); }
.do-post-card__more { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark); }
.do-pagination { text-align: center; margin-top: 56px; }
.do-pagination .page-numbers { display: inline-flex; gap: 14px; list-style: none; justify-content: center; }
.do-pagination a, .do-pagination span { font-size: 13px; letter-spacing: 0.1em; color: var(--text-mid); }
.do-pagination .current { color: var(--gold-dark); }

/* ═══════════════════════════════════════════
   WooCommerce
   ═══════════════════════════════════════════ */

.do-woo { padding-top: clamp(28px, 4vw, 48px); }

/* Shop delivery banner */
.do-delivery-banner {
  background: var(--charcoal); color: rgba(255,255,255,0.85); text-align: center;
  padding: 14px 24px; font-size: 11px; letter-spacing: 0.22em; font-weight: 300; text-transform: uppercase;
}
.do-delivery-banner span { color: var(--gold); }

/* Category filter pills */
.do-cat-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: clamp(28px, 4vw, 48px); }
.do-cat-pill {
  padding: 10px 28px; border: 1px solid var(--border); background: transparent; color: var(--text-mid);
  font-size: 11px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase;
  transition: all 0.4s ease; cursor: pointer;
}
.do-cat-pill:hover { border-color: var(--text-light); color: var(--text); }
.do-cat-pill--active { border-color: var(--text); background: var(--text); color: #fff; }

/* Ordering / result bar */
.woocommerce .woocommerce-result-count { display: none; }
.woocommerce-ordering { display: flex; justify-content: flex-end; margin-bottom: 28px; }
.woocommerce-ordering select {
  padding: 10px 16px; border: 1px solid var(--border); font-family: var(--sans); font-size: 12px;
  font-weight: 300; letter-spacing: 0.1em; color: var(--text-mid); background: var(--white);
  cursor: pointer; outline: none; min-width: 180px; -webkit-appearance: none; appearance: none;
}

/* Product loop grid */
.woocommerce ul.products, .woocommerce-page ul.products {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3.5vw, 40px);
  margin: 0; padding: 0; list-style: none;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none; display: none; }
.woocommerce ul.products li.product {
  width: auto !important; margin: 0 !important; float: none !important; text-align: left;
}
.woocommerce ul.products li.product .do-badge { top: 16px; left: 16px; }

/* Pagination */
.woocommerce nav.woocommerce-pagination { text-align: center; margin-top: 56px; }
.woocommerce nav.woocommerce-pagination ul { border: none; display: inline-flex; gap: 10px; }
.woocommerce nav.woocommerce-pagination ul li { border: none; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid var(--border); background: transparent; color: var(--text-mid);
  font-size: 13px; padding: 0; width: 44px; height: 44px; line-height: 44px;
}
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--text); color: #fff; border-color: var(--text); }

/* ── Single product ──────────────────────── */
.single-product div.product { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.single-product .woocommerce-product-gallery { margin: 0; }
.single-product .woocommerce-product-gallery__image img { background: var(--cream); }
.single-product div.product .product_title { font-size: clamp(2.4rem, 4.5vw, 3.6rem); line-height: 1.02; margin-bottom: 14px; }
.single-product div.product p.price,
.single-product div.product span.price {
  font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 300; color: var(--text); margin-bottom: 28px;
}
.single-product div.product p.price del { color: var(--text-light); margin-right: 12px; }
.single-product .woocommerce-product-details__short-description { color: var(--text-mid); font-size: 15px; line-height: 1.85; font-weight: 300; margin-bottom: 36px; max-width: 46ch; }
.single-product .product_meta { font-size: 12px; color: var(--text-light); letter-spacing: 0.05em; margin-top: 28px; border-top: 1px solid var(--border); padding-top: 20px; }
.single-product .product_meta > span { display: block; margin-bottom: 6px; }

/* Quantity + add to cart */
.woocommerce .quantity { display: inline-flex; align-items: center; border: 1px solid var(--border); }
.woocommerce .quantity input.qty {
  width: 56px; height: 56px; text-align: center; border: none; background: transparent;
  font-family: var(--sans); font-size: 14px; -moz-appearance: textfield;
}
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.single-product form.cart { display: flex; gap: 14px; align-items: stretch; margin: 8px 0 18px; flex-wrap: wrap; }

/* ── Variable product: variation selectors ── */
.single-product form.variations_form { display: block; }
.single-product table.variations { border: none; margin: 0 0 24px; width: 100%; }
.single-product table.variations td, .single-product table.variations th { border: none; padding: 0 0 16px; vertical-align: middle; background: none; }
.single-product table.variations th.label {
  font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text-mid); width: 130px; text-align: left;
}
.single-product table.variations select {
  -webkit-appearance: none; appearance: none; width: 100%; min-width: 220px;
  padding: 14px 40px 14px 16px; border: 1px solid var(--border); border-radius: 0;
  background: transparent; font-family: var(--sans); font-size: 14px; color: var(--text);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23141414' fill='none' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; cursor: pointer;
}
.single-product table.variations select:focus { outline: none; border-color: var(--gold-dark); }
.single-product .reset_variations {
  display: inline-block; margin-left: 14px; font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-light);
}
.single-product .woocommerce-variation-price .price { font-family: var(--serif); font-weight: 300; }
.single-product .woocommerce-variation-availability { font-size: 13px; color: var(--text-mid); }
.single-product .single_variation_wrap { margin-top: 8px; }

/* ── Cart page ─────────────────────────────── */
.woocommerce-cart .shop_table {
  border: none; border-collapse: collapse; width: 100%;
}
.woocommerce-cart .shop_table thead th {
  font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text-light); border-bottom: 1px solid var(--text);
  padding: 0 16px 16px; text-align: left;
}
.woocommerce-cart .shop_table td { border: none; border-bottom: 1px solid var(--border-light); padding: 24px 16px; vertical-align: middle; }
.woocommerce-cart .shop_table td.product-thumbnail img { width: 84px; height: auto; background: var(--cream); }
.woocommerce-cart .shop_table td.product-name a { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--text); }
.woocommerce-cart .shop_table td.product-name a:hover { color: var(--gold-dark); }
.woocommerce-cart .shop_table .amount { font-family: var(--serif); font-weight: 300; }
.woocommerce-cart .shop_table td.actions { padding-top: 28px; }
.woocommerce-cart .cart_totals { background: var(--offwhite); padding: clamp(28px, 4vw, 44px); }
.woocommerce-cart .cart_totals h2 { font-family: var(--serif); font-weight: 300; margin-bottom: 24px; }
.woocommerce-cart .cart_totals table { width: 100%; border: none; }
.woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td { border: none; border-bottom: 1px solid var(--border); padding: 16px 0; font-size: 14px; }
.woocommerce-cart .cart_totals .order-total .amount { font-family: var(--serif); font-size: 1.6rem; font-weight: 300; }
.woocommerce-cart .wc-proceed-to-checkout { padding-top: 24px; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button { width: 100%; }
.woocommerce-cart .cart-collaterals { display: grid; grid-template-columns: 1fr; gap: 24px; max-width: 480px; margin-left: auto; margin-top: clamp(32px, 5vw, 56px); }
.woocommerce-cart-form { margin-bottom: 8px; }

/* ── Checkout page ─────────────────────────── */
.woocommerce-checkout h3 { font-family: var(--serif); font-weight: 300; font-size: 1.5rem; margin-bottom: 24px; }
.woocommerce-checkout .form-row label { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mid); margin-bottom: 8px; display: block; }
.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: 0;
  background: transparent; font-family: var(--sans); font-size: 14px; color: var(--text);
}
.woocommerce-checkout .input-text:focus, .woocommerce-checkout select:focus, .woocommerce-checkout textarea:focus { outline: none; border-color: var(--gold-dark); }
.woocommerce-checkout #order_review_heading { margin-top: 8px; }
.woocommerce-checkout #order_review { background: var(--offwhite); padding: clamp(24px, 3.5vw, 40px); }
.woocommerce-checkout .shop_table { border: none; width: 100%; }
.woocommerce-checkout .shop_table th, .woocommerce-checkout .shop_table td { border: none; border-bottom: 1px solid var(--border); padding: 14px 0; font-size: 14px; }
.woocommerce-checkout .shop_table .amount { font-family: var(--serif); font-weight: 300; }
.woocommerce-checkout #place_order { width: 100%; margin-top: 20px; }
.woocommerce-checkout .woocommerce-info, .woocommerce .woocommerce-info {
  border-top: 2px solid var(--gold); background: var(--offwhite); font-size: 14px; color: var(--text-mid);
}
.woocommerce-checkout .woocommerce-info::before, .woocommerce .woocommerce-info::before { color: var(--gold-dark); }

/* Buttons -> design btn */
.woocommerce a.button, .woocommerce button.button,
.woocommerce .button, .woocommerce #respond input#submit,
.woocommerce input.button, .woocommerce input.button.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 18px 52px; font-family: var(--sans); font-size: 12px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase; border: 1px solid var(--text);
  color: var(--text); background: transparent; border-radius: 0; transition: all 0.5s var(--ease);
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce .button:hover,
.woocommerce input.button:hover { background: var(--text); color: #fff; }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.single-product .single_add_to_cart_button { background: var(--text); color: #fff; border-color: var(--text); flex: 1; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--charcoal-warm); color: #fff; }

/* Win over WooCommerce block styles (wc-blocks-style enqueues after the theme,
   otherwise the add-to-cart button renders in Woo's default purple). */
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button,
.woocommerce #respond input#submit.alt {
  background-color: var(--text) !important;
  border-color: var(--text) !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover { background-color: var(--charcoal-warm) !important; }

/* Hide the basket badge when empty (header.php adds .is-empty at count 0). */
.nav__cart-count.is-empty { display: none; }

/* Product tabs / related */
.woocommerce-tabs { margin-top: clamp(48px, 7vw, 90px); grid-column: 1 / -1; }
.woocommerce-tabs ul.tabs { border: none; padding: 0; display: flex; gap: 28px; border-bottom: 1px solid var(--border); }
.woocommerce-tabs ul.tabs::before { border: none; }
.woocommerce-tabs ul.tabs li { background: none; border: none; border-radius: 0; margin: 0; padding: 0 0 16px; }
.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce-tabs ul.tabs li a { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-light); padding: 0; }
.woocommerce-tabs ul.tabs li.active a { color: var(--text); }
.products.related, .products.upsells { grid-column: 1 / -1; margin-top: clamp(56px, 8vw, 100px); }
.products.related > h2, .products.upsells > h2 { font-family: var(--serif); font-weight: 300; margin-bottom: 40px; }

/* Breadcrumb */
.woocommerce-breadcrumb {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-light);
  margin-bottom: clamp(28px, 4vw, 48px);
}
.woocommerce-breadcrumb a { color: var(--text-light); }
.woocommerce-breadcrumb a:hover { color: var(--gold-dark); }

/* ── Mini cart inside drawer ─────────────── */
.cart-drawer__body { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.cart-drawer__body .woocommerce-mini-cart {
  flex: 1; overflow-y: auto; padding: 8px 28px; margin: 0; list-style: none;
}
.cart-drawer__body .woocommerce-mini-cart-item {
  display: flex; gap: 16px; align-items: flex-start; padding: 20px 0;
  border-bottom: 1px solid var(--border-light); position: relative;
}
.cart-drawer__body .woocommerce-mini-cart-item a:not(.remove) { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: var(--text); }
.cart-drawer__body .woocommerce-mini-cart-item img { width: 64px; height: auto; order: -1; background: var(--cream); }
.cart-drawer__body .woocommerce-mini-cart-item a.remove {
  position: absolute; top: 18px; right: 0; color: var(--text-light) !important;
  font-size: 16px; line-height: 1;
}
.cart-drawer__body .woocommerce-mini-cart__empty-message {
  flex: 1; display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: var(--serif); font-size: 1.3rem; font-weight: 300; color: var(--text); padding: 40px 28px;
}
.cart-drawer__body .woocommerce-mini-cart__total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 20px 28px 8px; border-top: 1px solid var(--border); background: var(--offwhite); margin: 0;
}
.cart-drawer__body .woocommerce-mini-cart__total strong { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 400; color: var(--text-mid); }
.cart-drawer__body .woocommerce-mini-cart__total .amount { font-family: var(--serif); font-size: 1.5rem; font-weight: 300; }
.cart-drawer__body .woocommerce-mini-cart__buttons {
  display: flex; flex-direction: column; gap: 10px; padding: 8px 28px 28px;
  background: var(--offwhite); margin: 0;
}
.cart-drawer__body .woocommerce-mini-cart__buttons .button { width: 100%; }
.cart-drawer__body .woocommerce-mini-cart__buttons .checkout { background: var(--text); color: #fff; border-color: var(--text); }

/* ── Primary nav: centered logo, items grouped neatly each side ── */
.nav__links-left, .nav__links-right { justify-content: center; gap: clamp(20px, 2.4vw, 36px); }

/* Cart is an icon-only control: strip any button chrome (a stale Elementor
   kit paints buttons as blush rounded pills — that's the "circle" behind the
   basket; gone on a clean install, neutralised here for parity). */
.nav__cart { background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; padding: 0; }
/* Keep the basket legible over bright hero imagery on the transparent nav. */
.nav__cart svg { stroke-width: 1.5; }
.nav--transparent .nav__cart { color: #fff; }
.nav--transparent .nav__cart svg { filter: drop-shadow(0 1px 4px rgba(0,0,0,0.5)); }

/* ── Footer social icons ─────────────────── */
.footer__social a { display: inline-flex; align-items: center; justify-content: center; }
.footer__social svg { width: 20px; height: 20px; }

/* ── Book Now: vertical side tab ─────────── */
.book-tab {
  position: fixed; right: 0; top: 50%; transform: translateY(-50%);
  z-index: 280; background: var(--gold); color: #fff; border: 0; cursor: pointer;
  padding: 22px 11px; border-radius: 6px 0 0 6px;
  box-shadow: -3px 3px 14px rgba(20,20,20,0.18); transition: background 0.3s var(--ease);
}
.book-tab:hover { background: var(--gold-dark); }
.book-tab span {
  writing-mode: vertical-rl; transform: rotate(180deg); display: block;
  font-family: var(--sans); font-size: 12px; font-weight: 400; line-height: 1;
  letter-spacing: 0.24em; text-transform: uppercase;
}

/* Park the off-canvas drawers fully out of layout when closed. Without this,
   iOS Safari counts their translateX(100%) box in the layout-viewport width,
   which shifts right:0 fixed elements (the Book Now tab) partly off-screen and
   clips them. visibility flips after the slide-out, so the animation is kept. */
.cart-drawer, .book-drawer {
  visibility: hidden;
  transition: transform 0.5s var(--ease-luxe), visibility 0s linear 0.5s;
}
.cart-drawer--open, .book-drawer--open {
  visibility: visible;
  transition: transform 0.5s var(--ease-luxe), visibility 0s linear 0s;
}

/* ── Book Now: slide-in drawer (mirrors the basket drawer) ── */
.book-drawer {
  position: fixed; top: 0; right: 0; width: min(440px, 100%); height: 100%;
  background: var(--cream); z-index: 300; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.5s var(--ease-luxe);
  box-shadow: -20px 0 60px rgba(20,20,20,0.12); overflow-y: auto;
}
.book-drawer--open { transform: translateX(0); }
.book-drawer__body { padding: clamp(20px,4vw,32px) clamp(20px,4vw,32px) clamp(32px,5vw,48px); }
.book-drawer__intro { color: var(--text-mid); font-size: 14px; line-height: 1.8; font-weight: 300; margin-bottom: 28px; }

/* ── Floating WhatsApp button ────────────── */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 280;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(20,20,20,0.25); transition: transform 0.3s var(--ease);
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 32px; height: 32px; }
@media (max-width: 600px) {
  .wa-float { width: 50px; height: 50px; right: 16px; bottom: 16px; }
  .wa-float svg { width: 28px; height: 28px; }
  .book-tab { padding: 18px 9px; }
  .book-tab span { font-size: 11px; letter-spacing: 0.18em; }
  /* Group the mobile menu items together rather than spreading them down the
     whole screen. The inherited 1.75 line-height was padding each item to ~48px
     tall; tightening it (plus a smaller gap) clusters the links. */
  .mobile-nav { gap: 10px; }
  .mobile-nav__link { font-size: 1.7rem; line-height: 1.15; }
}

/* ── Local-area delivery pills ─────────────── */
.do-area-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 620px; margin: 0 auto; }
.do-area-pill {
  border: 1px solid var(--border); padding: 12px 24px; font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-mid);
  background: #fff; transition: all 0.5s var(--ease);
}
.do-area-pill:hover { border-color: var(--gold-dark); color: var(--text); }

/* ── Responsive ──────────────────────────── */
@media (max-width: 880px) {
  .single-product div.product { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .services-editorial { grid-template-columns: 1fr; }
  .service-panel { aspect-ratio: 16/10; }
  .studio-section { grid-template-columns: 1fr; }
  .studio-section__image { aspect-ratio: 16/10; }
  .products-grid, .woocommerce ul.products, .do-post-list { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .products-grid, .woocommerce ul.products, .do-post-list { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════
   Subscription page
   ═══════════════════════════════════════════ */
.section--no-pad-top { padding-top: 0; }

.sub-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.sub-tier { border: 1px solid var(--border); padding: clamp(32px, 4vw, 52px) clamp(24px, 3vw, 40px); text-align: center; transition: border-color 0.5s var(--ease); position: relative; }
.sub-tier:hover { border-color: var(--gold); }
.sub-tier--featured { border-color: var(--gold); background: var(--offwhite); }
.sub-tier--featured::before {
  content: 'Most Popular'; position: absolute; top: -1px; left: 50%;
  transform: translateX(-50%) translateY(-50%); background: var(--charcoal); color: var(--gold-light);
  font-family: var(--sans); font-size: 10px; font-weight: 400; letter-spacing: 0.25em;
  text-transform: uppercase; padding: 6px 20px; white-space: nowrap;
}
.sub-tier__name { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-weight: 300; color: var(--text); margin-bottom: 8px; }
.sub-tier__price { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 300; color: var(--text); margin-bottom: 4px; line-height: 1.1; }
.sub-tier__freq { font-size: 12px; color: var(--text-light); letter-spacing: 0.1em; margin-bottom: 24px; font-weight: 300; }
.sub-tier__desc { font-size: 14px; color: var(--text-mid); line-height: 1.8; font-weight: 300; margin-bottom: 28px; }
.sub-tier__features { text-align: left; margin-bottom: 32px; }
.sub-tier__features li { padding: 8px 0 8px 20px; position: relative; font-size: 13px; color: var(--text-mid); line-height: 1.6; font-weight: 300; }
.sub-tier__features li::before { content: ''; position: absolute; left: 0; top: 16px; width: 8px; height: 1px; background: var(--gold); }
.sub-tier .btn { width: 100%; }

.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 4vw, 56px); text-align: center; }
.how-step__num { font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 300; color: var(--gold); opacity: 0.45; line-height: 1; margin-bottom: 16px; }
.how-step h4 { margin-bottom: 10px; }
.how-step p { font-size: 13px; color: var(--text-mid); line-height: 1.8; font-weight: 300; max-width: 240px; margin: 0 auto; }

.do-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.do-duo > div { aspect-ratio: 16/10; overflow: hidden; }
.do-duo img { width: 100%; height: 100%; object-fit: cover; }

/* Form fields (shared by subscription + contact) */
.do-form-group { margin-bottom: 24px; }
.do-form-group label { display: block; font-size: 11px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-mid); margin-bottom: 10px; font-family: var(--sans); }
.do-form-group input, .do-form-group textarea, .do-form-group select {
  width: 100%; padding: 14px 16px; border: 1px solid var(--border);
  font-family: var(--sans); font-size: 14px; font-weight: 300; color: var(--text);
  background: var(--white); outline: none; transition: border-color 0.4s ease; -webkit-appearance: none;
}
.do-form-group input:focus, .do-form-group textarea:focus, .do-form-group select:focus { border-color: var(--gold); }
.do-form-group textarea { resize: vertical; min-height: 100px; }
.do-form-group select { cursor: pointer; }
.do-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.do-form-section { margin-bottom: 48px; }
.do-form-section__label { margin-bottom: 24px; color: var(--text); font-size: 11px; }

.colour-options { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.colour-option { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid var(--border); cursor: pointer; transition: all 0.3s var(--ease); background: var(--white); flex: 0 0 auto; }
.colour-option:hover { border-color: var(--gold); }
.colour-option input { display: none; }
.colour-option input:checked + .colour-swatch + span,
.colour-option:has(input:checked) { border-color: var(--gold); background: var(--offwhite); }
.colour-swatch { width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(--border-light); flex-shrink: 0; }
.colour-option span { font-size: 12px; font-weight: 300; letter-spacing: 0.05em; color: var(--text-mid); white-space: nowrap; }

/* Confirmation overlay */
.confirm-overlay { position: fixed; inset: 0; background: rgba(20,20,20,0.6); z-index: 300; display: flex; align-items: center; justify-content: center; padding: 24px; }
.confirm-card { background: var(--white); padding: clamp(40px, 6vw, 72px); max-width: 520px; width: 100%; text-align: center; }
.confirm-card h3 { margin-bottom: 16px; }
.confirm-card p { color: var(--text-mid); font-size: 15px; line-height: 1.8; font-weight: 300; margin: 0 auto 32px; }

@media (max-width: 768px) {
  .sub-tiers { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) { .do-form-grid { grid-template-columns: 1fr; } .do-duo { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .how-steps { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════
   Content pages (About / Contact / Portfolio / Services)
   ═══════════════════════════════════════════ */

/* Stats row */
.do-stats { padding: clamp(56px, 8vw, 100px) 0; background: var(--offwhite); }
.do-stats--dark { background: var(--charcoal); }
.do-stats__grid { display: grid; gap: 24px; text-align: center; }
.do-stats__value { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 300; color: var(--text); margin-bottom: 8px; }
.do-stats--dark .do-stats__value { color: #fff; }
.do-stats__label { font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark); }
.do-stats--dark .do-stats__label { color: var(--gold); }

/* Process steps */
.do-process { display: grid; gap: clamp(32px, 6vw, 80px); text-align: center; }
.do-process__num { font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); font-weight: 300; color: var(--gold); margin-bottom: 20px; line-height: 1; opacity: 0.5; }
.do-process h4 { margin-bottom: 12px; }
.do-process p { color: var(--text-mid); font-size: 14px; max-width: 280px; margin: 0 auto; line-height: 1.8; font-weight: 300; }

/* Values grid (About) */
.do-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(32px, 5vw, 64px); text-align: center; }
.do-values h4 { margin-bottom: 12px; }
.do-values p { color: var(--text-mid); font-size: 14px; max-width: 280px; margin: 0 auto; font-weight: 300; line-height: 1.8; }
.do-values__icon { width: 48px; height: 1px; background: var(--gold); margin: 0 auto 24px; }

/* Team split (About) */
.do-team { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; min-height: 600px; }
.do-team__image { overflow: hidden; }
.do-team__image img { width: 100%; height: 100%; object-fit: cover; }
.do-team__text { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 100px) clamp(36px, 6vw, 88px); background: var(--charcoal); color: #fff; }
.do-team__role { font-size: 12px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 28px; }
.do-team__text p { color: rgba(255,255,255,0.75); margin-bottom: 20px; font-size: 15px; line-height: 1.9; max-width: 420px; font-weight: 300; }

/* Galleries */
.do-gallery-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; }
.do-gallery-3 > div { aspect-ratio: 1; overflow: hidden; }
.do-gallery-3 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.do-gallery-3 > div:hover img { transform: scale(1.04); }

.do-wedding-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.do-wedding-gallery > div { aspect-ratio: 3/4; overflow: hidden; }
.do-wedding-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.do-wedding-gallery > div:hover img { transform: scale(1.05); }
.do-wedding-gallery > div:first-child { grid-row: span 2; aspect-ratio: auto; }

/* Contact */
.do-contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: start; }
.do-contact-block { margin-bottom: 32px; }
.do-contact-block .label { margin-bottom: 10px; display: block; }
.do-contact-block p { color: var(--text-mid); font-size: 14px; line-height: 1.8; font-weight: 300; }
.do-contact-block a { color: var(--text-mid); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--border); }
.do-contact-block a:hover { color: var(--text); text-decoration-color: var(--gold); }
.do-hours { width: 100%; border-collapse: collapse; }
.do-hours td { padding: 8px 0; font-size: 14px; font-weight: 300; color: var(--text-mid); border-bottom: 1px solid var(--border-light); }
.do-hours td:first-child { font-weight: 400; color: var(--text); width: 110px; }
.do-sameday { background: var(--charcoal); color: rgba(255,255,255,0.8); padding: 20px 24px; margin-top: 28px; font-size: 14px; font-weight: 300; line-height: 1.7; }
.do-sameday strong { color: var(--gold); font-weight: 400; }
.do-map { width: 100%; aspect-ratio: 16/9; border: 0; margin-top: 28px; filter: grayscale(0.4) contrast(0.95); }

/* Portfolio masonry + lightbox */
.do-masonry { columns: 3; column-gap: 8px; }
.do-masonry__item { break-inside: avoid; margin-bottom: 8px; overflow: hidden; cursor: pointer; position: relative; display: block; }
.do-masonry__item img { width: 100%; display: block; transition: transform 0.8s var(--ease); }
.do-masonry__item:hover img { transform: scale(1.04); }
.do-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.94); z-index: 300; display: none; align-items: center; justify-content: center; cursor: pointer; }
.do-lightbox.is-open { display: flex; }
.do-lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.do-lightbox__close { position: absolute; top: 28px; right: 36px; color: rgba(255,255,255,0.7); font-size: 28px; cursor: pointer; background: none; border: none; font-weight: 300; }

/* Local SEO page */
.do-local-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); }
.do-local-point .label { display: block; margin-bottom: 12px; }
.do-local-point p { color: var(--text-mid); font-size: 14px; line-height: 1.8; font-weight: 300; }

@media (max-width: 768px) {
  .do-team { grid-template-columns: 1fr; }
  .do-team__image { aspect-ratio: 4/3; }
  .do-contact-grid { grid-template-columns: 1fr; }
  .do-wedding-gallery { grid-template-columns: repeat(2, 1fr); }
  .do-wedding-gallery > div:first-child { grid-row: auto; aspect-ratio: 3/4; }
  .do-masonry { columns: 2; }
  .do-local-points { grid-template-columns: 1fr; }
}
@media (max-width: 600px) { .do-values { grid-template-columns: 1fr; } .do-gallery-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .do-masonry { columns: 1; } }

/* ═══════════════════════════════════════════
   Responsive — phone + tablet hardening
   ═══════════════════════════════════════════ */

/* Collapse the nav to a hamburger across tablets + large phones (<= 900px)
   so the 7 links + centred logo never crowd or overflow. */
@media (max-width: 900px) {
  .nav__inner { grid-template-columns: auto 1fr auto; height: 84px; }
  .nav__links-left { display: none; }
  .nav__link { display: none; }
  .nav__links-right { display: flex; order: 3; justify-content: flex-end; }
  .nav__hamburger { display: flex; order: 1; }
  .nav__logo { order: 2; justify-self: center; margin: 0; }
  .nav__logo img { height: 60px; }
}

/* Tablet portrait: ease dense 3/4-up grids to 2-up. */
@media (max-width: 1024px) and (min-width: 769px) {
  .sub-tiers { grid-template-columns: 1fr 1fr; }
  .sub-tiers .sub-tier:last-child { grid-column: 1 / -1; max-width: 480px; margin: 0 auto; width: 100%; }
}

/* Phones: tighten hero + sections, single-column everything dense. */
@media (max-width: 600px) {
  .hero { min-height: 560px; height: 92vh; }
  .hero__heritage { font-size: 12px; letter-spacing: 0.22em; margin-bottom: 20px; }
  .hero__sub { font-size: 12px; margin-bottom: 32px; }
  .nav__logo img { height: 52px; }
  .announce { font-size: 10px; letter-spacing: 0.12em; padding: 0 12px; text-align: center; line-height: 1.3; }
  .do-page-hero { min-height: 38vh !important; padding: clamp(64px, 18vw, 120px) 20px; }
  .do-stats__grid { grid-template-columns: 1fr 1fr !important; gap: 32px 16px; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .do-wedding-gallery { grid-template-columns: 1fr 1fr; }
  .single-product form.cart { flex-direction: column; }
  .single-product form.cart .quantity { width: 100%; }
  .woocommerce .quantity input.qty { width: 100%; }
  .woocommerce-ordering select { min-width: 0; width: 100%; }
  .woocommerce-ordering { justify-content: stretch; }
}

/* Very small phones */
@media (max-width: 380px) {
  .do-cat-pill { padding: 8px 18px; letter-spacing: 0.12em; }
  .btn { padding: 16px 32px; }
}

/* Prevent any horizontal scroll from wide media/iframes */
.do-map, .editorial-image, .service-panel, img { max-width: 100%; }
