/** Shopify CDN: Minification failed

Line 234:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:market-gap-about (INDEX:74) */
/* ── S3: MISSING MIDDLE ── */
.missing-middle {

}

.missing-middle .sec-title {
  margin: 8px 0 clamp(36px, 4vw, 30px);
}

/* Spectrum */
.spectrum {
  position: relative;
  margin-bottom: clamp(40px, 4vw, 40px);
}

.spectrum-bar {
  height: 3px;
  background: linear-gradient(to right, #f5f2ed, #222223, #f5f2ed);
  position: relative;
}

.spectrum-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.spectrum-label {
  text-align: center;
}

.spectrum-label-name {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}

.spectrum-label-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(14px, 2.5vw, 18px);
}

.spectrum-marker {
  position: absolute;
  top: -8px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sm-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #222223;
  border: 3px solid #fff;
  margin-bottom: 8px;
}

.sm-tag {
  position: absolute;
  top: -27px;
  background: #222223;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 10px;
  font-weight: 500;
  white-space: nowrap;
}

/* Compare Grid */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.compare-col {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid #222223;
  border-radius: 8px;
}

.compare-col.augussto-col {
  background: #222223;
  color:#fff;
  position: relative;
}

.augussto-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #222223;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 14px;
  font-weight: 500;
  white-space: nowrap;
}

.compare-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 3vw, 24px);
  font-weight: 300;
  margin-bottom: 5px;
}

.compare-price {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 500;
}

.compare-points {
  list-style: none;
}

.compare-points li {
  color: var(--muted);
  line-height: 1.7;
  padding: 2px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.compare-points li:last-child {
  border-bottom: none;
}

.compare-points li::before {
  content: '—';
  flex-shrink: 0;
}

.augussto-col .compare-points li {
  color: rgba(245, 242, 237, 0.75);
}

.augussto-col .compare-points li::before {
  content: '✓';
  color: #fff;
}
  /* ── CTA row ── */
 .why-ctas {
    margin-top: clamp(20px, 5vw, 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
@media(min-width:750px){
 .compare-grid{grid-template-columns:repeat(3,1fr);}
}
/* END_SECTION:market-gap-about */

/* START_SECTION:standard-pillars (INDEX:118) */
.augusto-standard {
  background:#f5f5f5;
  /* background: linear-gradient(60.51deg, rgb(84 113 172 / 48%) 10.03%, rgb(250, 248, 245) 45.85%); */
}

.augusto-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.augusto-header {
  margin-bottom: 30px;
}

.augusto-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.augusto-header p {
  font-size: 18px;
  color: #555;
  font-style: italic;
}

/* Alignment Classes */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.icon-left { justify-content: flex-start; }
.icon-center { justify-content: center; }
.icon-right { justify-content: flex-end; }

/* Grid */
.augusto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.augusto-item {}

.augusto-icon {
  display: flex;
  margin-bottom: 20px;
}
/* 
.augusto-icon img {
  width: 48px;
  height: 48px; */
}

.augusto-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.augusto-item p {
  font-size: 14px;
  color: #222223;
  line-height: 1.4;
}
.augusto-item h5 {
    margin: 0;
}
/* Responsive */
@media screen and (max-width: 768px) {
  .augusto-standard {
    padding: 60px 15px;
  }
  .augusto-header h2 {
    font-size: 26px;
  }
}
/* END_SECTION:standard-pillars */

/* START_SECTION:the-problem-section (INDEX:121) */
.truth-section {
  padding-top: 40px;
  padding-bottom:40px;
  background: var(--smoke);
  border-top: 1px solid var(--border);
}

.truth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0px, 0vw, 64px);
}

.truth-section .sec-title {

  font-weight: 500;
}

.truth-body {
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 2.0;
  color: rgba(245, 242, 237, 0.62);
}

.truth-body p {
  margin-bottom: 18px;
}

.truth-body p:last-child {
  margin-bottom: 0;
}

.truth-body strong {
  color: var(--white);
  font-weight: 400;
}

.problem-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  margin-top: clamp(36px, 4vw, 30px);
}

.problem-stat {
  background: var(--black);
  border: 1px solid var(--border);
  padding: clamp(24px, 4vw, 36px);
  position: relative;
  overflow: hidden;
}

.problem-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #222223;
}
.truth-header .sec-label { font-size: 12px;}
.ps-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 7vw, 52px);
  font-weight: 300;
  color: var(--gold-l);
  line-height: 1;
  margin-bottom: 8px;
}

.ps-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 6px;
  font-weight: 400;
}

.ps-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}
@media(min-width:750px){
  .truth-grid{grid-template-columns:1fr 1.5fr;align-items:start;}
  .problem-stats {grid-template-columns: repeat(3, 1fr);}
  .truth-section .sec-title { font-size: 55px;  margin: 8px 0 24px;}
  .truth-section .sec-title { margin: 8px 0 0px;}
}
/* END_SECTION:the-problem-section */