@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

body.eteb-campaign-template {
  margin: 0;
  overflow-x: hidden;
  background: #f6f1eb;
}

#eteb-campaign {
  --eteb-wine: #aa1c1b;
  --eteb-wine-dark: #6f1217;
  --eteb-ink: #211d1c;
  --eteb-paper: #f6f1eb;
  --eteb-muted: #776d67;
  --eteb-gold: #d1bb87;
  --eteb-line: rgba(33, 29, 28, .1);
  --border: var(--eteb-line);
  --muted: var(--eteb-muted);
  --gap-m: 8px;
  --gap-t: 12px;
  --gap-d: 16px;
  --side-m: 6px;
  --side-d: 16px;
  width: 100%;
  max-width: none;
  overflow-x: clip;
  background: var(--eteb-paper);
  color: var(--eteb-ink);
  font-family: Vazirmatn, Tahoma, sans-serif;
  line-height: 1.7;
}

#eteb-campaign *, #eteb-campaign *::before, #eteb-campaign *::after { box-sizing: border-box; }
#eteb-campaign a { color: inherit; text-decoration: none; }
#eteb-campaign button, #eteb-campaign input { font: inherit; }
#eteb-campaign h1, #eteb-campaign h2, #eteb-campaign h3, #eteb-campaign p, #eteb-campaign figure { margin-top: 0; }

h1#eteb-campaign-title{
    color:#fff;
}
/* Hero: physician on each side, campaign copy in the middle. */
.eteb-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 790px;
  padding: 56px max(24px, calc((100vw - 1460px) / 2)) 0;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(410px, 610px) minmax(250px, 1fr);
  align-items: end;
  gap: clamp(8px, 2vw, 34px);
  direction: ltr;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 54%, rgba(75, 130, 109, .19), transparent 28%),
    radial-gradient(circle at 88% 48%, rgba(170, 28, 27, .24), transparent 29%),
    linear-gradient(128deg, #171314 2%, #2a2020 51%, #1a1515 100%);
}

.eteb-hero__grain { position: absolute; inset: 0; z-index: -1; opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.eteb-hero__copy { align-self: center; position: relative; z-index: 4; padding-bottom: 38px; direction: rtl; text-align: center; }
.eteb-eyebrow { display: flex; align-items: center; gap: 10px; color: #e9d7a8; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.eteb-eyebrow > span { display: block; width: 31px; height: 1px; background: currentColor; }
.eteb-hero__copy .eteb-eyebrow { justify-content: center; }
.eteb-hero h1 { margin: 24px 0 25px; font-size: clamp(50px, 5.3vw, 76px); font-weight: 850; line-height: 1.12; letter-spacing: -.055em; }
.eteb-hero h1 > span { display: block; color: #d7be85; }
.eteb-hero__lead { max-width: 530px; margin: 0 auto; color: rgba(255,255,255,.65); font-size: 17px; line-height: 2; }
.eteb-discount-code { width: min(340px, 100%); margin: 22px auto 0; padding: 11px 20px 12px; display: flex; flex-direction: column; align-items: center; border: 2px solid #e8ce8f; border-radius: 17px; background: linear-gradient(135deg, #f2dda6, #cbaa62); color: #301c18; box-shadow: 0 14px 38px rgba(0,0,0,.24), 0 0 0 5px rgba(232,206,143,.08); }
.eteb-discount-code span { font-size: 13px; font-weight: 700; }
.eteb-discount-code strong { margin: 1px 0; color: #6f1217; font-family: Vazirmatn, Tahoma, sans-serif; font-size: 30px; font-weight: 900; line-height: 1.25; letter-spacing: .06em; }
.eteb-discount-code small { font-size: 13px; font-weight: 600; }
.eteb-countdown { display: flex; gap: 9px; direction: ltr; justify-content: center; margin-top: 20px; }
.eteb-countdown > div { width: 64px; min-height: 65px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.eteb-countdown strong { color: #fff; font-size: 23px; font-weight: 500; font-variant-numeric: tabular-nums; }
.eteb-countdown span { color: rgba(255,255,255,.6); font-size: 12px; }
.eteb-hero__person { min-width: 0; height: 700px; position: relative; display: flex; align-items: flex-end; justify-content: center; direction: rtl; }
.eteb-hero__person::before { content: ''; position: absolute; width: 95%; aspect-ratio: 1; left: 50%; bottom: 8%; border: 1px solid rgba(209,187,135,.12); border-radius: 50%; transform: translateX(-50%); }
.eteb-hero__person img { height: min(72vw, 690px); width: auto; max-width: 136%; position: relative; z-index: 2; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 30px 28px rgba(0,0,0,.28)); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.eteb-hero__person:hover img { transform: translateY(-9px); }
.eteb-hero__person figcaption { position: absolute; z-index: 3; bottom: 42px; min-width: 150px; display: flex; flex-direction: column; padding: 11px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(24,18,18,.8); backdrop-filter: blur(10px); }
.eteb-hero__person--razi figcaption { left: 8%; }
.eteb-hero__person--sina figcaption { right: 8%; }
.eteb-hero__person figcaption b { font-size: 15px; }
.eteb-hero__person figcaption span { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 12px; }

/* Fixed books. The supplied horizontal artwork rotates upright on hover/open. */
.eteb-book-dock { position: fixed; top: 50%; width: 250px; height: 190px; z-index: 9999; transform: translateY(-50%); pointer-events: none; font-family: Vazirmatn, Tahoma, sans-serif; }
.eteb-book-dock--right { right: 0; }
.eteb-book-dock--left { left: 0; }
.eteb-book-dock__tab {    background: transparent!important; position: absolute; top: 50%; width: 270px; height: 216px; padding: 0; border: 0; background: transparent; cursor: pointer; pointer-events: auto; transform: translateY(-50%); filter: drop-shadow(0 18px 18px rgba(31,20,15,.24)); transition: transform .5s cubic-bezier(.2,.75,.2,1), right .5s cubic-bezier(.2,.75,.2,1), left .5s cubic-bezier(.2,.75,.2,1); }
.eteb-book-dock--right .eteb-book-dock__tab { right: -175px; }
.eteb-book-dock--left .eteb-book-dock__tab { left: -135px; }
.eteb-book-dock__tab img { width: 100%; height: 100%; display: block; object-fit: contain; background: transparent !important; }
.eteb-book-dock__tab span { display: none; }
.eteb-book-dock__open { position: absolute; top: 50%; width: 282px; padding: 14px 16px 17px; overflow: hidden; visibility: hidden; opacity: 0; pointer-events: none; border: 1px solid rgba(209,187,135,.25); border-radius: 17px; background: rgba(31,26,25,.97); color: #fff; box-shadow: 0 24px 58px rgba(30,18,15,.3); backdrop-filter: blur(14px); filter: blur(4px); transform: translateY(-50%) scale(.9); transition: transform .46s cubic-bezier(.2,.75,.2,1), opacity .3s ease, filter .3s ease, visibility 0s linear .46s; }
.eteb-book-dock--right .eteb-book-dock__open { right: 152px; transform: translateY(-50%) translateX(18px) scale(.92); }
.eteb-book-dock--left .eteb-book-dock__open { left: 152px; transform: translateY(-50%) translateX(-18px) scale(.92); }
.eteb-book-dock__open::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 5%, rgba(170,28,27,.18), transparent 37%); }
.eteb-book-dock--right .eteb-book-dock__open::before { background: radial-gradient(circle at 50% 5%, rgba(38,94,76,.22), transparent 37%); }
.eteb-book-dock--left .eteb-book-dock__open::before { background: radial-gradient(circle at 50% 5%, rgba(30,76,145,.23), transparent 37%); }
.eteb-book-dock__open > img { width: 100%; height: 94px; position: relative; z-index: 2; object-fit: contain; opacity: 0; background: transparent !important; filter: drop-shadow(0 12px 10px rgba(0,0,0,.27)); transform: translateY(12px) scale(.97); transition: opacity .3s ease, transform .42s cubic-bezier(.2,.75,.2,1); }
.eteb-book-dock__copy { position: relative; z-index: 2; text-align: right; opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .42s cubic-bezier(.2,.75,.2,1); }
.eteb-book-dock__copy small { color: var(--eteb-gold); font-size: 12px; }
.eteb-book-dock__copy h3 { margin: 3px 0 6px; font-size: 22px; }
.eteb-book-dock__copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.9; }
.eteb-book-dock__close { position: absolute; top: 9px; left: 9px; z-index: 4; width: 28px; height: 28px; padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(0,0,0,.18); color: #fff; cursor: pointer; }
.eteb-book-dock.is-open .eteb-book-dock__open { visibility: visible; opacity: 1; pointer-events: auto; filter: blur(0); transform: translateY(-50%) translateX(0) scale(1); transition-delay: 0s; }
.eteb-book-dock.is-open .eteb-book-dock__open > img,
.eteb-book-dock.is-open .eteb-book-dock__copy { opacity: 1; transform: translateY(0) scale(1); }
.eteb-book-dock.is-open .eteb-book-dock__open > img { transition-delay: .08s; }
.eteb-book-dock.is-open .eteb-book-dock__copy { transition-delay: .14s; }
.eteb-book-dock--right.is-open .eteb-book-dock__tab { right: -48px; transform: translateY(-50%) rotate(-90deg) scale(.8); }
.eteb-book-dock--left.is-open .eteb-book-dock__tab { left: -48px; transform: translateY(-50%) rotate(90deg) scale(.8); }
@media (hover: hover) {
  .eteb-book-dock:hover .eteb-book-dock__open { visibility: visible; opacity: 1; pointer-events: auto; filter: blur(0); transform: translateY(-50%) translateX(0) scale(1); transition-delay: 0s; }
  .eteb-book-dock:hover .eteb-book-dock__open > img,
  .eteb-book-dock:hover .eteb-book-dock__copy { opacity: 1; transform: translateY(0) scale(1); }
  .eteb-book-dock:hover .eteb-book-dock__open > img { transition-delay: .08s; }
  .eteb-book-dock:hover .eteb-book-dock__copy { transition-delay: .14s; }
  .eteb-book-dock--right:hover .eteb-book-dock__tab { right: -48px; transform: translateY(-50%) rotate(-90deg) scale(.8); }
  .eteb-book-dock--left:hover .eteb-book-dock__tab { left: -48px; transform: translateY(-50%) rotate(90deg) scale(.8); }
}

/* Biographies */
.eteb-story { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0 104px; }
.eteb-section-heading { max-width: 680px; margin: 0 auto; text-align: center; }
.eteb-eyebrow--dark { justify-content: center; color: var(--eteb-wine); }
.eteb-section-heading h2 { margin: 0 0 14px; font-size: clamp(31px, 4vw, 48px); line-height: 1.25; letter-spacing: -.045em; }
.eteb-section-heading > p:last-child { color: var(--eteb-muted); font-size: 16px; }
.eteb-story-list { display: flex; flex-direction: column; gap: 128px; margin-top: 72px; }
.eteb-story-row { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 125px); }
.eteb-story-figure { height: 590px; position: relative; display: flex; align-items: flex-end; justify-content: center; overflow: visible; }
.eteb-story-figure::after { content: ''; position: absolute; width: 76%; height: 18%; bottom: 1%; border-radius: 50%; background: rgba(87,63,46,.12); filter: blur(32px); }
.eteb-story-figure > span { position: absolute; z-index: 1; top: 0; right: 5%; color: rgba(170,28,27,.07); font-size: 126px; font-weight: 800; line-height: 1; }
.eteb-story-figure img { height: 100%; width: auto; max-width: 100%; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(0 28px 30px rgba(58,37,27,.13)); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.eteb-story-row:hover .eteb-story-figure img { transform: translateY(-8px); }
.eteb-story-copy { max-width: 520px; display: flex; flex-direction: column; align-items: flex-start; }
.eteb-story-copy small { margin-bottom: 13px; color: var(--eteb-wine); font-size: 13px; }
.eteb-story-copy h3 { margin: 0 0 22px; font-size: clamp(40px, 5vw, 66px); letter-spacing: -.05em; }
.eteb-story-copy p { margin-bottom: 15px; color: var(--eteb-muted); font-size: 16px; line-height: 2.08; }
.eteb-story-copy > b { margin-top: 11px; padding: 9px 13px; border-radius: 999px; background: #eae0d5; color: #766b61; font-size: 12px; font-weight: 500; }
.eteb-story-row--razi .eteb-story-figure { grid-column: 2; grid-row: 1; }
.eteb-story-row--razi .eteb-story-copy { grid-column: 1; grid-row: 1; }

/* Offers and carousel structure copied from the Scrub Men interaction model. */
.eteb-offers { padding: 106px 0 116px;}
.eteb-offers-header, .scrub-sections { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.eteb-offers-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 64px; }
.eteb-offers-header h2 { margin: 0 0 13px; font-size: clamp(36px, 4.6vw, 59px); line-height: 1.25; letter-spacing: -.055em; }
.eteb-offers-header > div:first-child > p:last-child { margin: 0; color: var(--eteb-muted); font-size: 15px; }
.eteb-offer-note { width: 270px; padding: 18px 20px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(170,28,27,.18); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(58,39,28,.06); }
.eteb-offer-note span { margin-bottom: 8px; color: var(--eteb-wine); font-size: 12px; }
.eteb-offer-note strong { font-size: 17px; }
.eteb-offer-note small { margin-top: 6px; color: var(--eteb-muted); font-size: 12px; }
.scrub-sections { display: flex; flex-direction: column; gap: 56px; position: relative; }
.scrub-section { width: 100%; content-visibility: auto; contain-intrinsic-size: 430px; }
.scrub-section-header { margin: 0 0 10px; padding: 12px 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.scrub-section-head-right { min-width: 0; }
.scrub-section-title { margin: 0 0 6px; font-size: 22px; line-height: 1.3; font-weight: 800; }
.scrub-section-meta { color: var(--eteb-muted); font-size: 14px; line-height: 1.5; font-weight: 400; }
.scrub-section-viewall { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; padding: 10px 12px; border-radius: 10px; background: #fff; color: var(--eteb-wine); font-size: 15px; font-weight: 500; transition: transform .2s, background .2s, color .2s; }
.scrub-section-viewall:hover { background: var(--eteb-wine); color: #fff; transform: scale(.96); }
.scrub-slider-wrap { position: relative; width: 100%; }
.scrub-slider-wrap.has-nav { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; grid-template-rows: auto; align-items: center; column-gap: 10px; }
.scrub-track { grid-column: 2; grid-row: 1; min-width: 0; width: 100%; display: flex; gap: var(--gap-m); overflow-x: auto; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; touch-action: pan-x; padding: 0 var(--side-m) 8px; scrollbar-width: none; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; direction: rtl; }
.scrub-track::-webkit-scrollbar { display: none; }
.scrub-slide { flex: 0 0 calc((100% - 2.5 * var(--gap-m)) / 2.5); min-width: calc((100% - 2.5 * var(--gap-m)) / 2.5); list-style: none !important; scroll-snap-align: start; }
.scrub-slide::before, .scrub-product-card::before { display: none !important; content: '' !important; }
.scrub-product-card { width: 100%; height: 100%; list-style: none !important; }
.scrub-product-card > li, .scrub-product-card .product { width: 100% !important; height: 100%; margin: 0 !important; float: none !important; overflow: hidden; border: 1px solid rgba(33,29,28,.08); border-radius: 18px; background: #fff; color: var(--eteb-ink); box-shadow: 0 10px 30px rgba(44,32,27,.055); transition: transform .3s ease, box-shadow .3s ease; }
.scrub-product-card > li:hover, .scrub-product-card .product:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(44,32,27,.11); }
.scrub-product-card img { width: 100% !important; aspect-ratio: 1080 / 1790; object-fit: cover; object-position: top center; display: block; }
.scrub-product-card .woocommerce-loop-product__title { padding-inline: 13px !important; font-family: inherit; font-size: 15px !important; }
.scrub-product-card .price { display: block; padding: 0 13px 13px; color: var(--eteb-wine) !important; font-size: 15px !important; }
.scrub-product-card .button { margin: 0 13px 14px !important; }
.scrub-slider-nav { width: 42px; height: 42px; aspect-ratio: 1; flex: 0 0 42px; padding: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; align-self: center; border: 1px solid var(--eteb-line); border-radius: 999px!important; background: #fff!important; color: #171717; box-shadow: 0 4px 14px rgba(0,0,0,.1); cursor: pointer; transition: transform .2s, border-color .2s, background .2s, color .2s, opacity .2s; }
.scrub-slider-prev { grid-column: 3; grid-row: 1; }
.scrub-slider-next { grid-column: 1; grid-row: 1; }
.scrub-slider-nav:hover { border-color: #111; background: #111; color: #fff; transform: scale(.95); }
.scrub-slider-nav:focus-visible { outline: 3px solid rgba(170,28,27,.24); outline-offset: 3px; }
.scrub-slider-nav:disabled { opacity: .35; cursor: default; transform: none; }
.eteb-arrow-svg { display: block; flex: 0 0 24px; }
.eteb-arrow-svg path { fill: currentColor; }
.eteb-arrow-svg--flipped { transform: rotate(180deg); }
.scrub-no-products { grid-column: 1 / -1; width: 100%; padding: 20px var(--side-m); color: var(--eteb-muted); font-size: 15px; text-align: center; }

/* Reviews */
.eteb-voices { padding: 102px 0 110px; overflow: hidden; background: var(--eteb-wine); color: #fff; }
.eteb-voices-header { width: min(1240px, calc(100% - 48px)); margin: 0 auto 40px; display: flex; justify-content: space-between; align-items: flex-end; }
.eteb-voices-header h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); letter-spacing: -.05em; }
.eteb-voices-header > p { width: 300px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.9; }
.eteb-reviews-carousel { width: min(1340px, calc(100% - 24px)); margin: 0 auto; }
.eteb-reviews-track { padding-bottom: 12px; }
.eteb-review-card { min-height: 285px; position: relative; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); box-shadow: 0 15px 35px rgba(89,8,10,.15); backdrop-filter: blur(8px); }
.eteb-review-card__top { display: flex; align-items: center; gap: 11px; }
.eteb-review-card__top > span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.11); }
.eteb-review-card__top > div { min-width: 0; display: flex; flex-direction: column; }
.eteb-review-card__top strong { overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.eteb-review-card__top small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 12px; }
.eteb-review-card__top b { margin-right: auto; color: rgba(255,255,255,.2); font: 45px/1 Georgia, serif; }
.eteb-review-card > p { margin: 24px 0 22px; color: rgba(255,255,255,.84); font-size: 15px; line-height: 2.05; }
.eteb-review-card__bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: flex-end; }
.eteb-stars { color: #f0d99f; font-size: 12px; letter-spacing: 2px; direction: ltr; }
.eteb-review-card__bottom i { color: rgba(255,255,255,.18); font-size: 26px; font-style: normal; font-weight: 800; }

/* FAQ copied from the Scrub Men template. */
.scrub-footer-seo { padding: 86px 24px 96px; border-top: 1px solid var(--border); background: var(--eteb-paper); }
.scrub-faq-section { max-width: 800px; margin: 0 auto; }
.scrub-faq-title { font-size: 20px; font-weight: 800; margin: 0 0 20px; text-align: center; }
.scrub-faq-item { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 10px; overflow: hidden; background: #fafafa; transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease; }
.scrub-faq-question { padding: 15px; font-size: 16px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; user-select: none; }
.scrub-faq-icon { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 999px; background: #fff; color: #171717; transform: rotate(90deg); transition: transform .38s cubic-bezier(.2,.75,.2,1), background-color .3s ease, color .3s ease, border-color .3s ease; }
.scrub-faq-icon .eteb-arrow-svg { width: 17px; height: 17px; }
.scrub-faq-answer { max-height: 0; padding: 0 15px; overflow: hidden; font-size: 15px; line-height: 1.7; color: var(--muted); opacity: 0; transform: translateY(-7px); transition: max-height .46s cubic-bezier(.2,.75,.2,1), padding .34s ease, opacity .28s ease, transform .36s ease; }
.scrub-faq-item.active { border-color: rgba(170,28,27,.28); background: #fff; box-shadow: 0 12px 30px rgba(50,33,27,.06); }
.scrub-faq-item.active .scrub-faq-answer { max-height: 280px; padding: 0 15px 15px; opacity: 1; transform: translateY(0); }
.scrub-faq-item.active .scrub-faq-icon { border-color: var(--eteb-wine); background: var(--eteb-wine); color: #fff; transform: rotate(-90deg); }

@media (min-width: 768px) {
  .scrub-track { gap: var(--gap-t); padding-inline: var(--side-d); }
  .scrub-slide { flex-basis: calc((100% - 2.5 * var(--gap-t)) / 3.5); min-width: calc((100% - 2.5 * var(--gap-t)) / 3.5); }
  .eteb-reviews-track .eteb-review-card { flex-basis: calc((100% - 1.4 * var(--gap-t)) / 2.4); min-width: calc((100% - 1.4 * var(--gap-t)) / 2.4); }
}

@media (min-width: 1024px) {
  .scrub-track { gap: var(--gap-d); }
  .scrub-slide { flex-basis: calc((100% - 3.5 * var(--gap-d)) / 4.5); min-width: calc((100% - 3.5 * var(--gap-d)) / 4.5); }
  .eteb-reviews-track .eteb-review-card { flex-basis: calc((100% - 2.3 * var(--gap-d)) / 3.3); min-width: calc((100% - 2.3 * var(--gap-d)) / 3.3); }
  .eteb-voices .scrub-slider-nav { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); color: #fff; }
  .eteb-voices .scrub-slider-nav:hover { border-color: #fff; background: #fff; color: var(--eteb-wine); }
}

@media (max-width: 1220px) {
  .eteb-hero { grid-template-columns: minmax(210px, .85fr) minmax(390px, 1.15fr) minmax(210px, .85fr); min-height: 720px; }
  .eteb-hero__person { height: 630px; }
  .eteb-hero__person img { height: 610px; }
  .eteb-hero h1 { font-size: clamp(48px, 5vw, 65px); }
}

@media (max-width: 980px) {
  .eteb-hero { min-height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto 500px; padding-top: 68px; }
  .eteb-hero__copy { grid-column: 1 / -1; grid-row: 1; max-width: 680px; margin: 0 auto; padding-bottom: 0; }
  .eteb-hero__person { height: 500px; }
  .eteb-hero__person--razi { grid-column: 1; grid-row: 2; }
  .eteb-hero__person--sina { grid-column: 2; grid-row: 2; }
  .eteb-hero__person img { height: 510px; max-width: 125%; }
  .eteb-story-row { gap: 45px; }
}

@media (max-width: 760px) {
  .eteb-hero { grid-template-rows: auto 350px; gap: 10px; padding: 46px 15px 0; }
  .eteb-hero h1 { margin-block: 19px; font-size: clamp(39px, 11vw, 54px); }
  .eteb-hero__lead { font-size: 15px; line-height: 1.9; }
  .eteb-discount-code { margin-top: 18px; padding: 10px 14px 11px; }
  .eteb-discount-code strong { font-size: 27px; }
  .eteb-discount-code small { font-size: 12px; }
  .eteb-hero__copy .eteb-eyebrow > span:last-child { display: none; }
  .eteb-countdown { margin-top: 24px; }
  .eteb-countdown > div { width: 53px; min-height: 55px; }
  .eteb-hero__person { height: 350px; }
  .eteb-hero__person img { height: 360px; max-width: 150%; }
  .eteb-hero__person::before { width: 125%; bottom: 2%; }
  .eteb-hero__person figcaption { bottom: 14px; min-width: 0; width: max-content; max-width: 126px; padding: 7px 9px; }
  .eteb-hero__person--razi figcaption { left: 0; }
  .eteb-hero__person--sina figcaption { right: 0; }
  .eteb-hero__person figcaption b { font-size: 12px; }
  .eteb-hero__person figcaption span { font-size: 10px; }

  .eteb-story { width: calc(100% - 30px); padding: 78px 0 70px; }
  .eteb-section-heading { text-align: right; }
  .eteb-eyebrow--dark { justify-content: flex-start; }
  .eteb-eyebrow--dark > span:last-child { display: none; }
  .eteb-section-heading h2 { font-size: 31px; }
  .eteb-story-list { gap: 90px; margin-top: 52px; }
  .eteb-story-row, .eteb-story-row--razi { min-height: 0; grid-template-columns: 1fr; gap: 23px; }
  .eteb-story-row .eteb-story-figure, .eteb-story-row--razi .eteb-story-figure { height: 410px; grid-column: 1; grid-row: 1; }
  .eteb-story-row .eteb-story-copy, .eteb-story-row--razi .eteb-story-copy { grid-column: 1; grid-row: 2; }
  .eteb-story-copy h3 { margin-bottom: 17px; font-size: 40px; }
  .eteb-story-copy p { font-size: 15px; line-height: 2; }
  .eteb-story-figure > span { font-size: 86px; }
  .eteb-book-dock--left {left: 24px;}
  .eteb-book-dock--right{right:0px;}
  .eteb-book-dock { top: 50%; bottom: auto; width: 50vw; height: 158px; transform: translateY(-50%); }
  .eteb-book-dock__tab { top: 50%; bottom: auto; width: 130px; height: 243px; transform: translateY(-50%); filter: drop-shadow(0 10px 10px rgba(31,20,15,.2)); }
  .eteb-book-dock--right .eteb-book-dock__tab { right: -86px; }
  .eteb-book-dock--left .eteb-book-dock__tab { left: -190px; }
  .eteb-book-dock__tab span { display: none; }
  .eteb-book-dock__open, .eteb-book-dock--right .eteb-book-dock__open, .eteb-book-dock--left .eteb-book-dock__open { position: fixed; width: calc(100% - 32px); max-width: 340px; top: 50%; right: 50%; left: auto; bottom: auto; padding: 14px 15px 17px; transform: translate(50%, -46%) scale(.94); }
  .eteb-book-dock.is-open .eteb-book-dock__open { visibility: visible; opacity: 1; pointer-events: auto; filter: blur(0); transform: translate(50%, -50%) scale(1); }
  .eteb-book-dock--right.is-open .eteb-book-dock__tab { right: -48px; transform: translateY(-50%) scale(.82); }
  .eteb-book-dock--left.is-open .eteb-book-dock__tab { left: -48px; transform: translateY(-50%) scale(.82); }
  .eteb-book-dock__open > img { height: 96px; }
  .eteb-book-dock__copy h3 { font-size: 20px; }

  .eteb-offers { padding: 76px 0; }
  .eteb-offers-header, .scrub-sections { width: calc(100% - 20px); }
  .eteb-offers-header { display: block; margin-bottom: 48px; }
  .eteb-offers-header h2 { font-size: 37px; }
  .eteb-offer-note { width: 100%; margin-top: 26px; }
  .scrub-sections { gap: 48px; }
  .scrub-section-header { padding: 12px 40px 12px 4px; }
  .scrub-section-viewall { display: none; }
  .scrub-slider-wrap.has-nav { display: block; }
  .scrub-slider-nav { display: none !important; }
  .scrub-track { margin-left: 0; padding-inline: 3px; }
  .scrub-product-card .woocommerce-loop-product__title { font-size: 13px !important; }

  .eteb-voices { padding: 76px 0 82px; }
  .eteb-voices-header { width: calc(100% - 30px); display: block; margin-bottom: 28px; }
  .eteb-voices-header h2 { font-size: 39px; }
  .eteb-voices-header > p { width: auto; margin-top: 16px; }
  .eteb-reviews-carousel { width: calc(100% - 8px); }
  .eteb-reviews-track { margin-left: 0; padding-inline: 3px; }
  .eteb-reviews-track .eteb-review-card { flex: 0 0 84%; min-width: 84%; }
  .eteb-review-card { min-height: 265px; padding: 20px; }

  .scrub-footer-seo { padding: 66px 15px 76px; }
  .scrub-faq-title { font-size: 18px; }
  .scrub-faq-question { font-size: 15px; }
  .scrub-faq-answer { font-size: 14px; }
}

@media (max-width: 390px) {
  .eteb-hero { grid-template-rows: auto 315px; padding-inline: 10px; }
  .eteb-hero h1 { font-size: 38px; }
  .eteb-countdown { gap: 6px; }
  .eteb-countdown > div { width: 49px; }
  .eteb-hero__person, .eteb-hero__person img { height: 320px; }
  .eteb-hero__person figcaption { display: none; }
  .eteb-story-row .eteb-story-figure, .eteb-story-row--razi .eteb-story-figure { height: 370px; }
  .eteb-reviews-track .eteb-review-card { flex-basis: 88%; min-width: 88%; }
}
@media (max-width: 380px) {
  .eteb-book-dock--left .eteb-book-dock__tab {
        left: -248px;
    }
    .eteb-book-dock {
        width: 74vw;
    }
}
@media (max-width: 380px) {
  .eteb-book-dock--left .eteb-book-dock__tab {
        left: -216px;
    }
}

/* Progressive entrance motion: enabled only after JavaScript marks the page ready. */
#eteb-campaign.eteb-motion-ready [data-eteb-reveal] {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(.985);
  transition:
    opacity .72s cubic-bezier(.2, .7, .2, 1),
    transform .82s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--eteb-reveal-delay, 0ms);
  will-change: opacity, transform;
}

#eteb-campaign.eteb-motion-ready [data-eteb-reveal="from-right"] {
  transform: translate3d(42px, 0, 0) scale(.985);
}

#eteb-campaign.eteb-motion-ready [data-eteb-reveal="from-left"] {
  transform: translate3d(-42px, 0, 0) scale(.985);
}

#eteb-campaign.eteb-motion-ready [data-eteb-reveal="soft"] {
  transform: translate3d(0, 18px, 0) scale(.992);
}

#eteb-campaign.eteb-motion-ready [data-eteb-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

#eteb-campaign.eteb-motion-ready .eteb-hero__grain {
  animation: eteb-grain-in 1.2s ease both;
}

@keyframes eteb-grain-in {
  from { opacity: 0; }
  to { opacity: .08; }
}

@media (hover: none) and (pointer: coarse) {
  .scrub-slider-wrap.has-nav { display: block; }
  .scrub-slider-nav { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  #eteb-campaign.eteb-motion-ready [data-eteb-reveal],
  #eteb-campaign.eteb-motion-ready [data-eteb-reveal].is-revealed {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  #eteb-campaign.eteb-motion-ready .eteb-hero__grain { animation: none !important; }
  #eteb-campaign *, #eteb-campaign *::before, #eteb-campaign *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
