.elementor-8 .elementor-element.elementor-element-b255041{--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-45d9e79 *//* ==========================================================================
   CALEDONIAN ORGANIC SOAP COMPANY — PAGE CSS (Homepage)
   Paste into: Elementor → Page Settings → Advanced → Custom CSS
   Version: 2.0.0 — LIGHT MODE + GSAP
   ========================================================================== */

.cos-page {
  background-color: var(--cos-bg);
  color: var(--cos-text-primary);
  overflow-x: hidden;
  position: relative;
}

.cos-page .cos-skip-link:focus {
  position: fixed; top: var(--cos-space-sm); left: var(--cos-space-sm); z-index: 9999;
  clip: auto; width: auto; height: auto; padding: 0.75em 1.5em;
  background: var(--cos-navy); color: var(--cos-cream); font-weight: 600;
  font-size: var(--cos-text-sm); border-radius: var(--cos-radius-md);
}

/* SplitText line wrappers — generated by GSAP */
.cos-split-line,
.cos-heading-line {
  overflow: hidden;
  display: block;
}


/* ==========================================================================
   HERO
   ========================================================================== */
.cos-page .cos-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--cos-space-4xl) 0 var(--cos-space-3xl);
  background-color: var(--cos-bg);
}

.cos-page .cos-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 70% 45%, rgba(184,146,58,0.04) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 20% 60%, rgba(6,18,44,0.02) 0%, transparent 60%);
}

.cos-page .cos-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cos-page .cos-hero__content {
  max-width: 780px;
}

.cos-page .cos-hero__title {
  font-size: var(--cos-text-hero);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--cos-navy);
}

.cos-page .cos-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--cos-gold);
}

.cos-page .cos-hero__subtitle {
  font-size: var(--cos-text-lg);
  font-weight: 300;
  line-height: var(--cos-leading-relaxed);
  color: var(--cos-text-secondary);
  max-width: 50ch;
}

.cos-page .cos-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--cos-space-sm);
  margin-top: var(--cos-space-xl);
}

/* Scroll indicator */
.cos-page .cos-hero__scroll-hint {
  position: absolute;
  bottom: var(--cos-space-xl);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--cos-space-xs);
  z-index: 1;
}

.cos-page .cos-hero__scroll-text {
  font-family: var(--cos-font-body);
  font-size: var(--cos-text-xs);
  font-weight: 400;
  letter-spacing: var(--cos-tracking-widest);
  text-transform: uppercase;
  color: var(--cos-text-muted);
}

.cos-page .cos-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--cos-gold-light), transparent);
  animation: cos-scroll-pulse 2.2s ease-in-out infinite;
}

@keyframes cos-scroll-pulse {
  0%, 100% { opacity: 0.25; transform: scaleY(0.5); }
  50%      { opacity: 0.7; transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  .cos-page .cos-hero__scroll-line { animation: none; opacity: 0.35; }
}


/* ==========================================================================
   PROVENANCE
   ========================================================================== */
.cos-page .cos-provenance {
  padding: var(--cos-section-py-lg) 0;
  background-color: var(--cos-bg);
}

.cos-page .cos-provenance__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--cos-space-3xl);
  align-items: center;
}

.cos-page .cos-provenance__image-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.cos-page .cos-provenance__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cos-page .cos-provenance__content {
  padding-block: var(--cos-space-xl);
}

.cos-page .cos-provenance__title {
  font-size: var(--cos-text-3xl);
  font-weight: 400;
  color: var(--cos-navy);
  letter-spacing: -0.015em;
}

.cos-page .cos-provenance__text {
  font-size: var(--cos-text-base);
  font-weight: 300;
  color: var(--cos-text-secondary);
  line-height: var(--cos-leading-relaxed);
}

.cos-page .cos-provenance__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  font-family: var(--cos-font-body);
  font-size: var(--cos-text-sm);
  font-weight: 500;
  letter-spacing: var(--cos-tracking-wide);
  text-transform: uppercase;
  color: var(--cos-gold);
  margin-top: var(--cos-space-md);
  transition: gap var(--cos-duration-sm) var(--cos-ease-out);
}

.cos-page .cos-provenance__link:hover {
  gap: 1.1em;
  color: var(--cos-gold-hover);
}


/* ==========================================================================
   COLLECTION
   ========================================================================== */
.cos-page .cos-collection {
  padding: var(--cos-section-py-lg) 0;
  background-color: var(--cos-bg-alt);
}

.cos-page .cos-collection__header {
  text-align: center;
  margin-bottom: var(--cos-space-3xl);
}

.cos-page .cos-collection__header .cos-overline {
  display: block;
  text-align: center;
}

.cos-page .cos-collection__title {
  font-size: var(--cos-text-3xl);
  font-weight: 400;
  color: var(--cos-navy);
  letter-spacing: -0.015em;
}

.cos-page .cos-collection__subtitle {
  font-size: var(--cos-text-lg);
  font-weight: 300;
  color: var(--cos-text-secondary);
  max-width: 50ch;
  margin-inline: auto;
  margin-top: var(--cos-space-sm);
}

.cos-page .cos-collection__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--cos-space-xl);
}

/* Product Card */
.cos-page .cos-product-card {
  position: relative;
}

.cos-page .cos-product-card__link {
  display: block;
  text-decoration: none;
}

.cos-page .cos-product-card__media {
  position: relative;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  background-color: var(--cos-cream-deep);
}

.cos-page .cos-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--cos-duration-lg) var(--cos-ease-power);
}

.cos-page .cos-product-card:hover .cos-product-card__media img {
  transform: scale(1.04);
}

.cos-page .cos-product-card__info {
  padding: var(--cos-space-md) 0 0;
  text-align: center;
}

.cos-page .cos-product-card__name {
  font-family: var(--cos-font-display);
  font-size: var(--cos-text-xl);
  font-weight: 400;
  color: var(--cos-navy);
  margin-bottom: 0.2em;
  letter-spacing: -0.01em;
}

.cos-page .cos-product-card__notes {
  font-size: var(--cos-text-sm);
  font-weight: 300;
  color: var(--cos-text-muted);
  font-style: italic;
  margin-bottom: 0.5em;
}

.cos-page .cos-product-card__price {
  font-family: var(--cos-font-body);
  font-size: var(--cos-text-sm);
  font-weight: 500;
  color: var(--cos-gold);
  letter-spacing: var(--cos-tracking-wide);
}

.cos-page .cos-collection__cta {
  text-align: center;
  margin-top: var(--cos-space-3xl);
}


/* ==========================================================================
   PHILOSOPHY
   ========================================================================== */
.cos-page .cos-philosophy {
  padding: var(--cos-section-py-lg) 0;
  background-color: var(--cos-bg);
}

.cos-page .cos-philosophy__header {
  text-align: center;
  margin-bottom: var(--cos-space-3xl);
}

.cos-page .cos-philosophy__header .cos-overline {
  display: block;
  text-align: center;
}

.cos-page .cos-philosophy__title {
  font-size: var(--cos-text-3xl);
  font-weight: 400;
  color: var(--cos-navy);
  letter-spacing: -0.015em;
}

.cos-page .cos-philosophy__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--cos-space-lg);
}

.cos-page .cos-pillar {
  text-align: center;
  padding: var(--cos-space-xl) var(--cos-space-md);
  border: 1px solid var(--cos-border);
  background: var(--cos-white);
  transition:
    border-color var(--cos-duration-md) var(--cos-ease-out),
    box-shadow var(--cos-duration-md) var(--cos-ease-out);
}

.cos-page .cos-pillar:hover {
  border-color: var(--cos-border-gold);
  box-shadow: 0 4px 24px rgba(6, 18, 44, 0.04);
}

.cos-page .cos-pillar__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto var(--cos-space-md);
  color: var(--cos-gold);
}

.cos-page .cos-pillar__icon svg { width: 100%; height: 100%; }

.cos-page .cos-pillar__title {
  font-family: var(--cos-font-display);
  font-size: var(--cos-text-xl);
  font-weight: 400;
  color: var(--cos-navy);
  margin-bottom: var(--cos-space-sm);
}

.cos-page .cos-pillar__text {
  font-size: var(--cos-text-sm);
  font-weight: 300;
  color: var(--cos-text-secondary);
  line-height: var(--cos-leading-relaxed);
  max-width: 28ch;
  margin-inline: auto;
}


/* ==========================================================================
   TESTIMONIALS — Dark contrast band
   ========================================================================== */
.cos-page .cos-testimonials {
  padding: var(--cos-section-py-lg) 0;
  background-color: var(--cos-navy);
  color: var(--cos-cream);
}

.cos-page .cos-testimonials .cos-overline { color: var(--cos-gold-light); }

.cos-page .cos-testimonials__list {
  display: flex;
  flex-direction: column;
  gap: var(--cos-space-3xl);
}

.cos-page .cos-testimonial {
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

.cos-page .cos-testimonial::before {
  content: '\201C';
  display: block;
  font-family: var(--cos-font-display);
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  color: var(--cos-gold-light);
  opacity: 0.3;
  margin-bottom: var(--cos-space-sm);
}

.cos-page .cos-testimonial__quote {
  font-family: var(--cos-font-display);
  font-size: var(--cos-text-xl);
  font-style: italic;
  font-weight: 400;
  line-height: var(--cos-leading-relaxed);
  color: var(--cos-cream);
  max-width: 52ch;
  margin-inline: auto;
}

.cos-page .cos-testimonial__attribution {
  margin-top: var(--cos-space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--cos-space-sm);
}

.cos-page .cos-testimonial__author {
  font-family: var(--cos-font-body);
  font-size: var(--cos-text-sm);
  font-weight: 500;
  font-style: normal;
  letter-spacing: var(--cos-tracking-wide);
  text-transform: uppercase;
  color: var(--cos-gold-light);
}

.cos-page .cos-testimonial__location {
  font-size: var(--cos-text-sm);
  font-weight: 300;
  color: rgba(245, 240, 232, 0.4);
}

.cos-page .cos-testimonial__author::after {
  content: '·';
  margin-left: var(--cos-space-sm);
  color: rgba(245, 240, 232, 0.3);
}


/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.cos-page .cos-newsletter {
  padding: var(--cos-section-py-lg) 0;
  background-color: var(--cos-bg);
}

.cos-page .cos-newsletter__inner {
  text-align: center;
  padding: var(--cos-space-3xl) var(--cos-space-xl);
  border: 1px solid var(--cos-border);
  background: var(--cos-white);
  position: relative;
}

.cos-page .cos-newsletter__inner::before,
.cos-page .cos-newsletter__inner::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-color: var(--cos-gold-light);
  opacity: 0.4;
}

.cos-page .cos-newsletter__inner::before { top: 12px; left: 12px; border-top: 1px solid; border-left: 1px solid; }
.cos-page .cos-newsletter__inner::after { bottom: 12px; right: 12px; border-bottom: 1px solid; border-right: 1px solid; }
.cos-page .cos-newsletter__inner .cos-overline { text-align: center; }

.cos-page .cos-newsletter__title {
  font-family: var(--cos-font-display);
  font-size: var(--cos-text-2xl);
  font-weight: 400;
  color: var(--cos-navy);
  margin-bottom: var(--cos-space-sm);
  letter-spacing: -0.01em;
}

.cos-page .cos-newsletter__text {
  font-size: var(--cos-text-base);
  font-weight: 300;
  color: var(--cos-text-secondary);
  max-width: 48ch;
  margin-inline: auto;
  margin-bottom: var(--cos-space-xl);
}

.cos-page .cos-newsletter__form { max-width: 480px; margin-inline: auto; }
.cos-page .cos-newsletter__field-group { display: flex; gap: var(--cos-space-xs); }

.cos-page .cos-newsletter__input {
  flex: 1;
  font-family: var(--cos-font-body);
  font-size: var(--cos-text-sm);
  font-weight: 300;
  padding: 0.95em 1.2em;
  background: var(--cos-bg);
  border: 1px solid var(--cos-border-strong);
  color: var(--cos-navy);
  transition: border-color var(--cos-duration-sm) var(--cos-ease-out);
}

.cos-page .cos-newsletter__input::placeholder { color: var(--cos-text-muted); }
.cos-page .cos-newsletter__input:focus { outline: none; border-color: var(--cos-gold); background: var(--cos-white); }
.cos-page .cos-newsletter__input:focus-visible { outline: 2px solid var(--cos-gold); outline-offset: 2px; }
.cos-page .cos-newsletter__note { font-size: var(--cos-text-xs); font-weight: 300; color: var(--cos-text-muted); margin-top: var(--cos-space-sm); }


/* ==========================================================================
   CONTACT BAND
   ========================================================================== */
.cos-page .cos-contact-band {
  padding: var(--cos-space-xl) 0;
  border-top: 1px solid var(--cos-border);
  background-color: var(--cos-bg);
}

.cos-page .cos-contact-band__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--cos-space-xl);
  flex-wrap: wrap;
}

.cos-page .cos-contact-band__item { text-align: center; }

.cos-page .cos-contact-band__label {
  display: block;
  font-size: var(--cos-text-xs);
  font-weight: 500;
  letter-spacing: var(--cos-tracking-widest);
  text-transform: uppercase;
  color: var(--cos-text-muted);
  margin-bottom: 0.4em;
}

.cos-page .cos-contact-band__value {
  font-family: var(--cos-font-display);
  font-size: var(--cos-text-lg);
  color: var(--cos-navy);
  transition: color var(--cos-duration-sm) var(--cos-ease-out);
}

.cos-page .cos-contact-band__value:hover { color: var(--cos-gold); }

.cos-page .cos-contact-band__divider {
  width: 1px;
  height: 32px;
  background: var(--cos-border);
}


/* ==========================================================================
   RESPONSIVE — TABLET
   ========================================================================== */
@media (max-width: 1024px) {
  .cos-page .cos-provenance__grid { grid-template-columns: 1fr 1fr; gap: var(--cos-space-xl); }
  .cos-page .cos-collection__grid { grid-template-columns: repeat(2, 1fr); }
  .cos-page .cos-philosophy__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   RESPONSIVE — MOBILE
   ========================================================================== */
@media (max-width: 640px) {
  .cos-page .cos-hero {
    min-height: 90vh; min-height: 90svh;
    padding: var(--cos-space-3xl) 0 var(--cos-space-2xl);
    text-align: center;
  }
  .cos-page .cos-hero__inner { align-items: center; }
  .cos-page .cos-hero__content { max-width: 100%; }
  .cos-page .cos-hero__subtitle { max-width: 100%; margin-inline: auto; }
  .cos-page .cos-hero__actions { justify-content: center; flex-direction: column; align-items: center; }
  .cos-page .cos-hero__actions .cos-btn { width: 100%; max-width: 300px; }
  .cos-page .cos-hero .cos-separator { margin-inline: auto; }
  .cos-page .cos-hero .cos-overline { text-align: center; }
  .cos-page .cos-hero__scroll-hint { display: none; }
  .cos-page .cos-provenance__grid { grid-template-columns: 1fr; gap: var(--cos-space-xl); }
  .cos-page .cos-provenance__image-frame { aspect-ratio: 16 / 10; }
  .cos-page .cos-provenance__content { padding-block: 0; }
  .cos-page .cos-collection__grid { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .cos-page .cos-philosophy__grid { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .cos-page .cos-newsletter__field-group { flex-direction: column; }
  .cos-page .cos-newsletter__submit { width: 100%; }
  .cos-page .cos-newsletter__inner { padding: var(--cos-space-2xl) var(--cos-space-md); }
  .cos-page .cos-contact-band__inner { flex-direction: column; gap: var(--cos-space-lg); }
  .cos-page .cos-contact-band__divider { width: 48px; height: 1px; }
}/* End custom CSS */