.elementor-2767 .elementor-element.elementor-element-9e92796{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2767 .elementor-element.elementor-element-51aa330{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2767 .elementor-element.elementor-element-ac20112{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2767 .elementor-element.elementor-element-1dbb9bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2767 .elementor-element.elementor-element-452fcd5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2767 .elementor-element.elementor-element-0f25834{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2767 .elementor-element.elementor-element-a2ed2a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2767 .elementor-element.elementor-element-4e0aa96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9f874ff *//* RESET */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* FIX GAP */
html, body {
  height: 100%;
  margin: 0;
}

/* VARIABLES */
:root {
  --gold: #B8935A;
  --gold-light: #D4AF7A;
  --gold-dark: #8B6A3A;
  --cream: #F7F2EB;
  --cream-deep: #EDE4D5;
  --dark: #1A160E;
  --dark-soft: #2C2519;
  --bark: #6B5744;
  --off-white: #FAF7F2;
}

/* BODY */
body {
  font-family: 'Jost', sans-serif;
  background: var(--off-white);
  color: var(--dark);
}

.hero {
  min-height: 50vh;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* LEFT */
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 3rem;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.62rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}

.hero-eyebrow::before {
  content: '';
  width: 2rem;
  height: 1px;
  background: var(--gold);
}

.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.6rem;
}

.hero-h1 em {
  font-style: italic;
  color: var(--gold);
}

.hero-desc {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--bark);
  max-width: 28rem;
  margin-bottom: 2.6rem;
}

.hero-actions {
  display: flex;
  gap: 1.2rem;
}

/* BUTTONS */
.btn-primary {
  background: var(--gold);
  border: none;
  padding: 0.95rem 2.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-ghost {
  background: none;
  border: none;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bark);
  cursor: pointer;
}

/* RIGHT */
.hero-right {
  position: relative;
  background: var(--cream-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* FIXED */
}

/* SVG BG */
.hero-bg-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.06;
}

/* RINGS */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(184, 147, 90, 0.1);
}

.hero-ring-1 {
  width: 420px;
  height: 420px;
}

.hero-ring-2 {
  width: 300px;
  height: 300px;
  border-style: dashed;
}

/* BOTTLE */
.bottle-wrap {
  position: relative;
  text-align: center;
}

/* BADGES */
.hero-badges {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 1.3rem;
}

.badge {
  border: 1px solid rgba(184, 147, 90, 0.3);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.38rem 0.85rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbfa88e */:root {
  --dark: #1c1c1c;
  --gold: #b8935a;
  --sage: #6f8f76;
  --bark: #4a4036;
  --off-white: #f6f3ef;
  --text-muted: #9a9187;
}

body {
  font-family: 'Inter', sans-serif;
}

/* Section */
.compare-section {
  padding: 5rem 6vw;
  background: var(--off-white);
}

/* Header */
.compare-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-label {
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.section-label::before,
.section-label::after {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(184,147,90,0.4);
}

.display {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 400;
  margin-top: 1.2rem;
  color: #2a2a2a;
}

.display em {
  color: var(--gold);
  font-style: italic;
}

.compare-subtext {
  font-size: 0.9rem;
  color: #6f665c;
  max-width: 42rem;
  margin: 1.2rem auto 0;
  line-height: 2;
}

/* Table */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 0.82rem;
}

/* remove all borders */
.compare-table,
.compare-table th,
.compare-table td,
.compare-table tr {
  border: none !important;
}

/* Header */
.compare-table th {
  padding: 1.2rem 1.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-muted);
  text-align: left;
}

.compare-table th.highlight {
  background: #1a140d;
  color: var(--gold);
  text-align: center;
}

/* Cells */
.compare-table td {
  padding: 1.4rem 1.5rem;
  vertical-align: middle;
  position: relative;
}

/* Soft row separator */
.compare-table tr td::after {
  content: "";
  position: absolute;
  left: -1.5rem;
  width: calc(100% + 3rem);
  bottom: 0;
  height: 1px;
  background: rgba(0,0,0,0.05);
}

.compare-table tr:last-child td::after {
  display: none;
}

/* Highlight column */
.compare-table td.highlight {
  background: rgba(184,147,90,0.10);
  text-align: center;
}

/* Text */
.compare-feature {
  font-size: 0.8rem;
  color: #2b2b2b;
}

.compare-brand {
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.good {
  color: var(--sage);
  font-size: 0.75rem;
}

.muted {
  color: var(--text-muted);
  font-size: 0.75rem;
}

.yes {
  color: var(--sage);
  font-size: 1rem;
}

.no {
  color: #c97a7a;
  font-size: 1rem;
}


/* Hover */
.compare-table tr:hover td {
  background: rgba(0,0,0,0.015);
}

.compare-table tr:hover td.highlight {
  background: rgba(184,147,90,0.12);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cc9a08 *//* RESET */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* COLORS */
:root {
  --gold: #B8935A;
  --cream: #F3ECE2;
  --border: rgba(184,147,90,0.2);
  --text: #1A160E;
  --muted: #8A7968;
}

/* BODY */
body {
  font-family: 'Jost', sans-serif;
  background: #FAF7F2;
}

/* SECTION */
.testimonials {
  padding: 80px 60px;
}

/* HEADER */
.t-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-label {
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.section-label::before,
.section-label::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.display {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: var(--text);
}

.display em {
  color: var(--gold);
  font-style: italic;
}

/* GRID */
.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.t-card {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 30px;
  position: relative;
}

/* QUOTE */
.t-card::before {
  content: "“";
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 60px;
  color: rgba(184,147,90,0.15);
  font-family: serif;
}

/* STARS */
.t-stars {
  color: var(--gold);
  font-size: 14px;
  margin-bottom: 15px;
}

/* TEXT */
.t-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  color: #2C2519;
  margin-bottom: 25px;
}

/* AUTHOR */
.t-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 15px;
}

/* AVATAR */
.t-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EDE4D5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  font-size: 14px;
  border: 1px solid var(--border);
}

/* NAME */
.t-name {
  font-size: 13px;
  color: var(--text);
}

/* LOCATION */
.t-loc {
  font-size: 11px;
  color: var(--muted);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .t-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91de17c */*,*::before,*::after{
  margin:0;
  padding:0;
  box-sizing:border-box
}

:root{
  --gold:#B8935A;
  --gold-light:#D4AF7A;
  --gold-dark:#8B6A3A;
  --cream:#F7F2EB;
  --cream-deep:#EDE4D5;
  --dark:#1A160E;
  --bark:#6B5744;
}

body{
  font-family:'Jost',sans-serif;
  font-weight:300
}

.cta-banner{
  padding:clamp(3rem,6vw,6rem) clamp(1.5rem,6vw,6rem);
  background:var(--cream-deep);
  text-align:center;
  position:relative;
  overflow:hidden;
}

.cta-banner::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}

.cta-banner h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,5vw,3.5rem);
  font-weight:300;
  color:var(--dark);
  margin-bottom:0.8rem;
  line-height:1.2;
}

.cta-banner h2 em{
  font-style:italic;
  color:var(--gold)
}

.cta-banner p{
  font-size:0.85rem;
  color:var(--bark);
  max-width:30rem;
  margin:0 auto 2rem;
  line-height:1.9;
}

.cta-actions{
  display:flex;
  gap:1rem;
  justify-content:center;
  flex-wrap:wrap
}

.btn-assessment{
  background:var(--gold);
  color:var(--dark);
  padding:0.9rem 2.2rem;
  font-family:'Jost',sans-serif;
  font-size:0.68rem;
  letter-spacing:0.25em;
  text-transform:uppercase;
  cursor:pointer;
  border:none;
  display:inline-block;
  transition:all 0.35s;
  position:relative;
  overflow:hidden;
}

.btn-assessment::before{
  content:'';
  position:absolute;
  inset:0;
  background:var(--dark);
  transform:translateX(-100%);
  transition:transform 0.35s ease;
  z-index:0;
}

.btn-assessment:hover::before{
  transform:translateX(0)
}

.btn-assessment span{
  position:relative;
  z-index:1
}

.btn-assessment:hover span{
  color:var(--gold)
}

.btn-outline{
  background:transparent;
  color:var(--dark);
  border:1px solid var(--dark);
  padding:0.85rem 2rem;
  font-family:'Jost',sans-serif;
  font-size:0.68rem;
  letter-spacing:0.22em;
  text-transform:uppercase;
  cursor:pointer;
  transition:all 0.3s;
}

.btn-outline:hover{
  background:var(--dark);
  color:var(--cream)
}/* End custom CSS */