/*
 * Oceaneros Design System - Base Token File
 * Version: 6.0.0 - Oceaneros 1.0 foundation
 * Restored: 2026-08-04
 * Direction: Premium coastal magazine translated into an easy-to-shop store.
 * Source: Oceaneros Original ChatGPT Design Restore package and reference image.
 * Do not use raw hex in component files. All values flow through tokens.
 */

/* Cormorant Garamond and Inter are enqueued once in functions.php. Keeping font
   loading out of this file avoids a duplicate, render-blocking request. */


/* ============================================================
   DESIGN TOKENS - COASTAL EDITORIAL
   ============================================================ */
:root {

  /* --- Mandatory source-of-truth tokens --- */
  --oe-navy:       #102a43;
  --oe-navy-deep:  #0b2238;
  --oe-cream:      #f7f4ec;
  --oe-sand:       #e9e2d3;
  --oe-brand-blue: #0526e8;
  --oe-brand-coral:#f27777;
  --oe-blue:       var(--oe-brand-blue);
  --oe-sea-glass:  #bfd9d2;
  --oe-coral:      var(--oe-brand-coral);
  --oe-ink:        #314455;
  --oe-white:      #ffffff;
  --oe-content:    1200px;
  --oe-gutter:     clamp(20px, 4vw, 64px);
  --oe-section:    clamp(64px, 9vw, 120px);
  --oe-radius:     2px;

  /* --- Oceaneros 1.0 semantic surfaces --- */
  --oe-surface-paper:   #f7f4ec;
  --oe-surface-foam:    #fbfaf6;
  --oe-surface-glass:   #dcebe6;
  --oe-surface-abyss:   #071d31;
  --oe-border-soft:     rgba(16, 42, 67, 0.15);
  --oe-focus:           var(--oe-brand-blue);
  --oe-error:           #8a2430;

  /* Compatibility aliases for valid pre-restoration components. */
  --ce-navy:         var(--oe-navy);
  --ce-navy-lt:      var(--oe-navy-deep);
  --ce-navy-dk:      var(--oe-navy-deep);

  /* --- Warm Surfaces (majority of visual weight - never stark white) --- */
  --ce-cream:         var(--oe-cream);
  --ce-cream-dk:      var(--oe-sand);
  --ce-white:         var(--oe-white);

  /* --- Actions --- */
  --ce-blue:          var(--oe-blue);
  --ce-blue-hover:    var(--oe-navy-deep);
  --ce-btn-text:      var(--oe-white);

  /* --- Restrained Accents (use sparingly - never as a base color) --- */
  --ce-coral:         var(--oe-coral);
  --ce-seaglass:      var(--oe-sea-glass);

  /* --- Text --- */
  --ce-ink:           var(--oe-ink);
  --ce-muted:         #526473;
  --ce-muted-lt:      #8792a3;

  /* --- Borders / Dividers --- */
  --ce-line:          var(--oe-sand);
  --ce-line-navy:     rgba(16, 42, 67, 0.34);

  /* --- Font Families --- */
  --ce-font-display:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --ce-font-ui:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* --- Type Scale (fluid clamp) --- */
  --ce-text-xs:     clamp(0.75rem,   1.4vw,  0.8125rem);
  --ce-text-sm:     clamp(0.8125rem, 1.6vw,  0.9375rem);
  --ce-text-base:    clamp(1rem,     1.8vw,  1.0625rem);
  --ce-text-lg:     clamp(1.125rem,  2vw,    1.25rem);
  --ce-text-xl:     clamp(1.375rem,  2.4vw,  1.625rem);
  --ce-text-2xl:     clamp(1.75rem,  3vw,    2.25rem);
  --ce-text-3xl:     clamp(2.25rem,  4vw,    3rem);
  --ce-text-4xl:     clamp(2.75rem,  5vw,    3.75rem);
  --ce-text-hero:    clamp(3.5rem, 5.2vw, 5rem);

  /* --- Line Heights --- */
  --ce-leading-tight:  1.1;
  --ce-leading-snug:  1.25;
  --ce-leading-normal: 1.6;
  --ce-leading-loose:  1.75;

  /* --- Letter Spacing --- */
  --ce-tracking-eyebrow: 0.14em;
  --ce-tracking-wordmark: 0.02em;

  /* --- Spacing Scale --- */
  --ce-space-1:   0.25rem;
  --ce-space-2:   0.5rem;
  --ce-space-3:   0.75rem;
  --ce-space-4:   1rem;
  --ce-space-5:   1.25rem;
  --ce-space-6:   1.5rem;
  --ce-space-8:   2rem;
  --ce-space-10:  2.5rem;
  --ce-space-12:  3rem;
  --ce-space-16:  4rem;
  --ce-space-20:  5rem;
  --ce-space-24:  6rem;
  --ce-space-32:  8rem;

  /* --- Layout --- */
  --ce-max-width:     var(--oe-content);
  --ce-text-max:      62ch;
  --ce-section-pad-y:  var(--ce-space-16);
  --ce-page-pad-x:    var(--ce-space-5);

  /* --- Corners: mostly square, subtly softened. No pill buttons. --- */
  --ce-radius:        var(--oe-radius);
  --ce-radius-sm:     var(--oe-radius);
  --ce-radius-md:     4px;

  /* --- Shadows: minimal and soft --- */
  --ce-shadow-card:    0 1px 2px rgba(18, 35, 63, 0.06);
  --ce-shadow-card-hover: 0 8px 24px rgba(18, 35, 63, 0.10);
  --ce-shadow-nav:    0 1px 0 rgba(18, 35, 63, 0.08);

  /* --- Motion --- */
  --ce-ease-out:      cubic-bezier(0.16, 1, 0.3, 1);
  --ce-ease-standard:   cubic-bezier(0.4, 0, 0.2, 1);
  --ce-duration-fast:   0.2s;
  --ce-duration-mid:   0.35s;
  --ce-duration-slow:   0.6s;

  /* --- Reusable component geometry --- */
  --oe-radius-card: 1.25rem;
  --oe-radius-feature: clamp(2rem, 5vw, 5rem);
  --oe-shadow-float: 0 24px 70px rgba(7, 29, 49, 0.12);
  --oe-grid-gap: clamp(1rem, 2.4vw, 2rem);

  /* Shared page-control stack: purchase < header < search < modal navigation. */
  --oe-layer-purchase: 30;
  --oe-layer-header: 40;
  --oe-layer-search: 50;
  --oe-layer-modal: 100;
}

@media (min-width: 768px) {
  :root {
    --ce-page-pad-x:    var(--ce-space-8);
    --ce-section-pad-y:  var(--ce-space-20);
  }
}

@media (min-width: 1280px) {
  :root {
    --ce-page-pad-x:    var(--ce-space-12);
    --ce-section-pad-y:  var(--ce-space-24);
  }
}


/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-base);
  font-weight: 400;
  line-height: var(--ce-leading-normal);
  color: var(--ce-ink);
  background-color: var(--ce-cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ce-font-display);
  font-weight: 500;
  line-height: var(--ce-leading-tight);
  color: var(--ce-navy);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.ce-container {
  max-width: var(--ce-max-width);
  margin-inline: auto;
  padding-inline: var(--ce-page-pad-x);
}

.ce-eyebrow {
  display: inline-block;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: var(--ce-tracking-eyebrow);
  text-transform: uppercase;
  color: var(--ce-navy);
  opacity: 0.7;
}

/* Eyebrow on dark/photo backgrounds needs a lighter tone */
.ce-eyebrow--on-photo {
  color: var(--ce-cream);
  opacity: 0.9;
}


/* ============================================================
   BUTTONS
   ============================================================ */
.ce-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--ce-space-2);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: var(--ce-space-4) var(--ce-space-6);
  border-radius: var(--ce-radius);
  transition: background-color var(--ce-duration-fast) var(--ce-ease-standard),
              color var(--ce-duration-fast) var(--ce-ease-standard),
              border-color var(--ce-duration-fast) var(--ce-ease-standard);
}

.ce-btn--primary {
  background: var(--ce-blue);
  color: var(--ce-btn-text);
  border: 1px solid var(--ce-blue);
}
.ce-btn--primary:hover {
  background: var(--ce-blue-hover);
  border-color: var(--ce-blue-hover);
}

.ce-btn--secondary {
  background: transparent;
  color: var(--ce-navy);
  border: 1px solid var(--ce-line-navy);
}
.ce-btn--secondary:hover {
  border-color: var(--ce-navy);
}

/* Oceaneros 1.0 component primitives */
.oe-section {
  position: relative;
  padding-block: var(--oe-section);
}

.oe-section--paper { background: var(--oe-surface-paper); }
.oe-section--foam { background: var(--oe-surface-foam); }
.oe-section--glass { background: var(--oe-surface-glass); }
.oe-section--abyss { background: var(--oe-surface-abyss); color: var(--oe-cream); }

.oe-grid {
  display: grid;
  gap: var(--oe-grid-gap);
}

.oe-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.oe-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.oe-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.oe-card {
  overflow: hidden;
  background: var(--oe-surface-foam);
  border: 1px solid var(--oe-border-soft);
  border-radius: var(--oe-radius-card);
}

.oe-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid currentColor;
  color: var(--oe-navy);
  font-size: var(--ce-text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.oe-editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  padding-bottom: 0.28rem;
  border-bottom: 2px solid var(--oe-brand-coral);
  color: var(--oe-navy);
  font-size: var(--ce-text-sm);
  font-weight: 700;
}

.oe-info-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--oe-border-soft);
  border-left: 4px solid var(--oe-brand-coral);
  background: var(--oe-surface-foam);
  color: var(--oe-ink);
}

.oe-info-panel__eyebrow {
  margin: 0 0 0.55rem;
  color: var(--oe-navy);
  font-size: var(--ce-text-xs);
  font-weight: 700;
  letter-spacing: var(--ce-tracking-eyebrow);
  text-transform: uppercase;
}

.oe-info-panel__title {
  margin: 0 0 0.65rem;
  font-size: var(--ce-text-xl);
}

.oe-info-panel > :last-child {
  margin-bottom: 0;
}

.oe-policy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0;
  padding: 0;
}

.oe-policy-list a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid var(--oe-brand-coral);
  color: var(--oe-navy);
  font-size: var(--ce-text-sm);
  font-weight: 650;
}

.oe-policy-list a:hover {
  border-bottom-color: var(--oe-brand-blue);
}

.oe-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--oe-border-soft);
  background: var(--oe-surface-foam);
  color: var(--oe-navy);
  font-size: var(--ce-text-xs);
  font-weight: 700;
}

.oe-filter-chip:hover {
  border-color: var(--oe-brand-coral);
}

.oe-state-message {
  width: 100%;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid var(--oe-border-soft);
  border-left: 4px solid var(--oe-brand-coral);
  background: var(--oe-surface-foam);
  color: var(--oe-ink);
}

.oe-state-message h2,
.oe-state-message h3 {
  margin-bottom: 0.65rem;
  font-size: var(--ce-text-2xl);
}

.oe-state-message > :last-child {
  margin-bottom: 0;
}

.oe-field,
.ce-newsletter input:not([type="submit"]),
.ce-newsletter select,
.ce-newsletter textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 0;
  border: 0;
  border-bottom: 1px solid var(--ce-line-navy);
  border-radius: 0;
  background: transparent;
  color: var(--oe-ink);
  font: inherit;
}

.oe-field:focus,
.ce-newsletter input:focus,
.ce-newsletter select:focus,
.ce-newsletter textarea:focus {
  outline: 3px solid var(--oe-focus);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .oe-grid--3,
  .oe-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .oe-grid--2,
  .oe-grid--3,
  .oe-grid--4 { grid-template-columns: 1fr; }
}

/* Secondary button variant for use on the cream header/footer where
   the default already reads correctly - no separate treatment needed
   today, kept as a hook for future contexts (e.g. on-photo). */
.ce-btn--on-photo.ce-btn--secondary {
  color: var(--ce-cream);
  border-color: rgba(250, 246, 238, 0.55);
}
.ce-btn--on-photo.ce-btn--secondary:hover {
  border-color: var(--ce-cream);
}


/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.ce-announce {
  background: var(--ce-navy);
  color: var(--ce-cream);
}

.ce-announce__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--ce-space-2) var(--ce-space-8);
  padding-block: var(--ce-space-2);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.ce-announce__item {
  opacity: 0.95;
}


/* ============================================================
   HEADER
   ============================================================ */
.ce-header {
  position: sticky;
  top: 0;
  z-index: var(--oe-layer-header, 40);
  background: var(--ce-cream);
  box-shadow: var(--ce-shadow-nav);
}

.ce-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ce-space-6);
  padding-block: var(--ce-space-5);
}

/* Wordmark */
.ce-header__logo {
  flex-shrink: 0;
  min-height: 2.75rem;
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-xl);
  font-weight: 600;
  letter-spacing: var(--ce-tracking-wordmark);
  text-transform: uppercase;
  white-space: nowrap;
}
.ce-header__logo-ocean { color: var(--ce-navy); }
.ce-header__logo-eros  { color: var(--ce-navy-lt); }

/* Centered desktop nav */
.ce-header__nav {
  display: none;
  align-items: center;
  gap: var(--ce-space-8);
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .ce-header__nav { display: flex; }
}

.ce-header__link {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  font-weight: 500;
  color: var(--ce-navy);
  padding-block: var(--ce-space-2);
  transition: opacity var(--ce-duration-fast) var(--ce-ease-standard);
}
.ce-header__link:hover { opacity: 0.65; }

/* Collections dropdown */
.ce-header__dropdown { position: relative; }

.ce-header__dropdown-menu {
  position: absolute;
  top: calc(100% + var(--ce-space-3));
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: var(--ce-space-1) var(--ce-space-6);
  background: var(--ce-white);
  border: 1px solid var(--ce-line);
  border-radius: var(--ce-radius);
  box-shadow: var(--ce-shadow-card-hover);
  padding: var(--ce-space-4) var(--ce-space-5);
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(4px);
  transition: opacity var(--ce-duration-fast) var(--ce-ease-standard),
              visibility var(--ce-duration-fast),
              transform var(--ce-duration-fast) var(--ce-ease-standard);
}

.ce-header__dropdown:hover .ce-header__dropdown-menu,
.ce-header__dropdown-toggle[aria-expanded="true"] + .ce-header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.ce-header__dropdown-item {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  color: var(--ce-navy);
  padding-block: var(--ce-space-2);
  white-space: nowrap;
}
.ce-header__dropdown-item:hover { opacity: 0.65; }

/* Utils */
.ce-header__utils {
  display: flex;
  align-items: center;
  gap: var(--ce-space-5);
  flex-shrink: 0;
}

.ce-header__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ce-space-2);
  min-width: 44px;
  min-height: 44px;
}

.ce-header__util-label {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ce-navy);
}

.ce-header__bag {
  position: relative;
}

.ce-header__bag-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1rem;
  height: 1.1rem;
  padding-inline: 0.25rem;
  border-radius: 999px; /* the one permitted pill: cart count badge */
  background: var(--ce-navy);
  color: var(--ce-cream);
  font-size: 0.6875rem;
  font-weight: 700;
}

/* Hamburger - mobile only */
.ce-header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 44px;
  min-height: 44px;
  padding: var(--ce-space-2);
}
@media (min-width: 1024px) {
  .ce-header__hamburger { display: none; }
}
.ce-header__hamburger-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ce-navy);
}

/* Search panel */
.ce-search-panel {
  position: relative;
  z-index: var(--oe-layer-search, 50);
  border-top: 1px solid var(--ce-line);
  background: var(--ce-white);
}
.ce-search-panel__form {
  display: flex;
  align-items: center;
  gap: var(--ce-space-3);
  padding: var(--ce-space-4) var(--ce-page-pad-x);
  max-width: var(--ce-max-width);
  margin-inline: auto;
}
.ce-search-panel__input {
  flex: 1;
  border: none;
  border-bottom: 1px solid var(--ce-line-navy);
  background: transparent;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-lg);
  color: var(--ce-navy);
  padding-block: var(--ce-space-2);
}
.ce-search-panel__input:focus {
  outline: 3px solid var(--oe-focus);
  outline-offset: 3px;
  border-bottom-color: var(--ce-navy);
}
.ce-search-panel__submit {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ce-navy);
}

/* Mobile menu panel */
.ce-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: var(--oe-layer-modal, 100);
  background: var(--ce-cream);
  overflow-y: auto;
  padding: var(--ce-space-20) var(--ce-page-pad-x) var(--ce-space-8);
}
.ce-mobile-menu__close {
  position: absolute;
  top: var(--ce-space-5);
  right: var(--ce-page-pad-x);
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--ce-navy);
  font-family: var(--ce-font-ui);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}
.ce-mobile-menu__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--ce-space-3);
  margin-bottom: var(--ce-space-5);
}
.ce-mobile-menu__search-input {
  min-width: 0;
  min-height: 44px;
  padding: var(--ce-space-2) 0;
  border: 0;
  border-bottom: 1px solid var(--ce-line-navy);
  background: transparent;
  color: var(--ce-navy);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-base);
}
.ce-mobile-menu__search-input:focus {
  outline: 3px solid var(--oe-focus);
  outline-offset: 3px;
}
.ce-mobile-menu__search-submit {
  min-height: 44px;
  padding-inline: var(--ce-space-3);
  color: var(--ce-navy);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .ce-mobile-menu { display: none; }
}
.ce-mobile-menu__link {
  display: block;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-lg);
  font-weight: 500;
  color: var(--ce-navy);
  padding-block: var(--ce-space-4);
  border-bottom: 1px solid var(--ce-line);
}
.ce-mobile-menu__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ce-mobile-menu__accordion-panel {
  padding-left: var(--ce-space-4);
}
.ce-mobile-menu__sub-link {
  display: block;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-base);
  color: var(--ce-muted);
  padding-block: var(--ce-space-3);
}

/* Keyboard focus visibility - required by AGENTS.md accessibility rules */
.ce-header a:focus-visible,
.ce-header button:focus-visible,
.ce-mobile-menu a:focus-visible,
.ce-mobile-menu button:focus-visible,
.ce-footer a:focus-visible {
  outline: 2px solid var(--ce-navy);
  outline-offset: 2px;
}

.ce-footer a:focus-visible {
  outline-color: var(--oe-logo-coral, #f27777);
}


/* ============================================================
   FOOTER
   ============================================================ */
.ce-footer {
  background: var(--ce-navy-dk);
  color: var(--ce-cream);
  margin-top: var(--ce-space-24);
}

.ce-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ce-space-10);
  padding-block: var(--ce-space-16);
}
@media (min-width: 768px) {
  .ce-footer__inner {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: var(--ce-space-8);
  }
}

.ce-footer__logo {
  display: block;
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-lg);
  font-weight: 600;
  letter-spacing: var(--ce-tracking-wordmark);
  text-transform: uppercase;
  margin-bottom: var(--ce-space-3);
}
.ce-footer__logo-ocean { color: var(--ce-cream); }
.ce-footer__logo-eros  { color: var(--ce-seaglass); }

.ce-footer__tagline {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  color: rgba(250, 246, 238, 0.7);
  max-width: 28ch;
  line-height: var(--ce-leading-normal);
}

.ce-footer__heading {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(250, 246, 238, 0.55);
  margin-bottom: var(--ce-space-4);
}

.ce-footer__link {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  color: var(--ce-cream);
  padding-block: var(--ce-space-2);
  opacity: 0.9;
}
.ce-footer__link:hover { opacity: 1; text-decoration: underline; }

.ce-footer__bottom {
  border-top: 1px solid rgba(250, 246, 238, 0.12);
  padding-block: var(--ce-space-5);
}

.ce-footer__copyright {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: rgba(250, 246, 238, 0.6);
}


/* ============================================================
   LEADERBOARD TIER COLORS
   Extension on top of the original Codex handoff - the base
   token file didn't ship rank colors for the Impact Wall.
   ============================================================ */
:root {
  --ce-gold:   #c9a84c;
  --ce-silver: #9ca3af;
  --ce-bronze: #b87c52;
}


/* ============================================================
   SHARED SECTION / GRID UTILITIES
   ============================================================ */
.ce-section {
  padding-block: var(--ce-section-pad-y);
}

.ce-section-eyebrow {
  margin-bottom: var(--ce-space-3);
}

.ce-h2 {
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-3xl);
  font-weight: 500;
  color: var(--ce-navy);
}

.ce-section-header {
  margin-bottom: var(--ce-space-10);
}

.ce-section-header--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--ce-space-6);
  flex-wrap: wrap;
}

.ce-link-arrow {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  font-weight: 600;
  color: var(--ce-navy);
  border-bottom: 1px solid var(--ce-line-navy);
  padding-bottom: 2px;
  white-space: nowrap;
  transition: border-color var(--ce-duration-fast) var(--ce-ease-standard);
}
.ce-link-arrow:hover { border-color: var(--ce-navy); }

.ce-grid {
  display: grid;
  gap: var(--ce-space-6);
}
.ce-grid > * { min-width: 0; }
.ce-grid-3 { grid-template-columns: 1fr; }
.ce-grid-4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) {
  .ce-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .ce-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .ce-grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Scroll-reveal, paired with the small IntersectionObserver script
   each page template includes inline. */
.ce-motion-ready .ce-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity var(--ce-duration-slow) var(--ce-ease-out),
              transform var(--ce-duration-slow) var(--ce-ease-out);
}
.ce-motion-ready .ce-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .ce-motion-ready .ce-reveal { opacity: 1; transform: none; }
}


/* ============================================================
   HOMEPAGE - TICKER
   ============================================================ */
.ce-ticker {
  overflow: hidden;
  background: var(--ce-cream-dk);
  border-bottom: 1px solid var(--ce-line);
}
.ce-ticker__track {
  display: flex;
  width: max-content;
  animation: ce-ticker-scroll 36s linear infinite;
}
.ce-ticker__item {
  flex-shrink: 0;
  padding-inline: var(--ce-space-8);
  padding-block: var(--ce-space-2);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ce-navy);
  opacity: 0.75;
  white-space: nowrap;
}
@keyframes ce-ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


/* ============================================================
   HOMEPAGE - HERO (split: copy left / photo mosaic right)
   ============================================================ */
.ce-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ce-space-10);
  max-width: var(--ce-max-width);
  margin-inline: auto;
  padding-inline: var(--ce-page-pad-x);
  padding-block: var(--ce-space-16) var(--ce-space-12);
  align-items: center;
}
@media (min-width: 1024px) {
  .ce-hero {
    grid-template-columns: 1fr 1fr;
    gap: var(--ce-space-16);
    padding-block: var(--ce-space-24) var(--ce-space-16);
  }
}

.ce-hero__eyebrow { margin-bottom: var(--ce-space-4); }

.ce-hero__h1 {
  font-size: var(--ce-text-hero);
  font-weight: 500;
  color: var(--ce-navy);
  margin-bottom: var(--ce-space-5);
}
.ce-hero__h1 em { font-style: italic; color: var(--ce-navy-lt); }

.ce-hero__sub {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-lg);
  color: var(--ce-muted);
  line-height: var(--ce-leading-normal);
  max-width: 46ch;
  margin-bottom: var(--ce-space-8);
}

.ce-hero__actions {
  display: flex;
  gap: var(--ce-space-4);
  flex-wrap: wrap;
  margin-bottom: var(--ce-space-10);
}

.ce-hero__stats {
  display: flex;
  gap: var(--ce-space-8);
  flex-wrap: wrap;
}
.ce-hero__stat-number {
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-2xl);
  font-weight: 500;
  color: var(--ce-navy);
  line-height: 1;
  margin-bottom: var(--ce-space-1);
}
.ce-hero__stat-label {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: var(--ce-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ce-hero__photo-main {
  position: relative;
  border-radius: var(--ce-radius-md);
  overflow: hidden;
  background: var(--ce-cream-dk);
  aspect-ratio: 4 / 3;
}
.ce-hero__photo-main img { width: 100%; height: 100%; object-fit: cover; }

.ce-hero__label-pill {
  position: absolute;
  bottom: var(--ce-space-4);
  left: var(--ce-space-4);
  background: var(--ce-white);
  color: var(--ce-navy);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: var(--ce-space-2) var(--ce-space-4);
  border-radius: 999px; /* second permitted pill use, alongside the cart-count badge */
  box-shadow: var(--ce-shadow-card);
}

.ce-hero__photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ce-space-4);
  margin-top: var(--ce-space-4);
}
.ce-hero__photo-sub {
  border-radius: var(--ce-radius-md);
  overflow: hidden;
  background: var(--ce-cream-dk);
  aspect-ratio: 4 / 3;
}
.ce-hero__photo-sub img { width: 100%; height: 100%; object-fit: cover; }


/* ============================================================
   HOMEPAGE - TRUST ROW
   ============================================================ */
.ce-trust-row {
  background: var(--ce-cream-dk);
  border-block: 1px solid var(--ce-line);
}
.ce-trust-row__inner {
  max-width: var(--ce-max-width);
  margin-inline: auto;
  padding-inline: var(--ce-page-pad-x);
  padding-block: var(--ce-space-6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ce-space-8);
}
.ce-trust-row__item {
  display: flex;
  align-items: center;
  gap: var(--ce-space-3);
}
.ce-trust-row__icon {
  width: 20px; height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: var(--ce-coral);
  stroke-width: 1.75;
}
.ce-trust-row__label {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: var(--ce-muted);
  line-height: 1.3;
}
.ce-trust-row__label strong {
  display: block;
  color: var(--ce-navy);
  font-weight: 600;
  font-size: var(--ce-text-sm);
}


/* ============================================================
   HOMEPAGE - COLLECTION CARDS
   ============================================================ */
.ce-collection-card {
  position: relative;
  display: block;
  border-radius: var(--ce-radius-md);
  overflow: hidden;
  background: var(--ce-cream-dk);
  transition: box-shadow var(--ce-duration-mid) var(--ce-ease-out);
}
.ce-collection-card:hover { box-shadow: var(--ce-shadow-card-hover); }

.ce-collection-card__image {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--ce-cream-dk);
  overflow: hidden;
}
.ce-collection-card__image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--ce-duration-slow) var(--ce-ease-out);
}
.ce-collection-card:hover .ce-collection-card__image img { transform: scale(1.04); }

.ce-collection-card__num {
  position: absolute;
  top: var(--ce-space-4); left: var(--ce-space-4);
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-sm);
  color: var(--ce-white);
  background: rgba(18, 35, 63, 0.55);
  padding: 2px 8px;
  border-radius: var(--ce-radius-sm);
}

.ce-collection-card__cta {
  position: absolute;
  bottom: var(--ce-space-4); left: var(--ce-space-4);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ce-white);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity var(--ce-duration-fast) var(--ce-ease-standard),
              transform var(--ce-duration-fast) var(--ce-ease-standard);
}
.ce-collection-card:hover .ce-collection-card__cta { opacity: 1; transform: translateY(0); }

.ce-collection-card__body {
  padding-top: var(--ce-space-4);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--ce-space-2);
}
.ce-collection-card__name {
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-lg);
  color: var(--ce-navy);
}
.ce-collection-card__count {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: var(--ce-muted);
}


/* ============================================================
   HOMEPAGE - PRODUCT CARDS
   ============================================================ */
.ce-product-card { display: flex; flex-direction: column; }

.ce-product-card__image {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--ce-radius-md);
  overflow: hidden;
  background: var(--ce-cream-dk);
}
.ce-product-card__image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--ce-duration-slow) var(--ce-ease-out);
}
.ce-product-card:hover .ce-product-card__image img { transform: scale(1.04); }

.ce-product-card__badge {
  position: absolute;
  top: var(--ce-space-3); left: var(--ce-space-3);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ce-coral);
  background: var(--ce-white);
  padding: 3px 10px;
  border-radius: var(--ce-radius-sm);
}

.ce-product-card__quick-add {
  position: absolute;
  inset-inline: var(--ce-space-3);
  bottom: var(--ce-space-3);
  text-align: center;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ce-navy);
  background: var(--ce-white);
  padding: var(--ce-space-3);
  border-radius: var(--ce-radius-sm);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--ce-duration-fast) var(--ce-ease-standard),
              transform var(--ce-duration-fast) var(--ce-ease-standard);
}
.ce-product-card:hover .ce-product-card__quick-add { opacity: 1; transform: translateY(0); }

.ce-product-card__body { padding-top: var(--ce-space-3); }
.ce-product-card__name {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  color: var(--ce-navy);
  margin-bottom: var(--ce-space-1);
}
.ce-product-card__price {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  font-weight: 600;
  color: var(--ce-blue);
}


/* ============================================================
   HOMEPAGE - QUOTE STRIP
   ============================================================ */
.ce-quote-strip {
  background: var(--ce-cream-dk);
  padding-block: var(--ce-space-16);
  text-align: center;
}
.ce-quote-strip__quote {
  font-family: var(--ce-font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--ce-text-2xl);
  color: var(--ce-navy);
  max-width: 62ch;
  margin-inline: auto;
  line-height: var(--ce-leading-snug);
}
.ce-quote-strip__attribution {
  margin-top: var(--ce-space-4);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ce-muted);
}


/* ============================================================
   HOMEPAGE - MISSION (two-column)
   ============================================================ */
.ce-mission__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ce-space-10);
  max-width: var(--ce-max-width);
  margin-inline: auto;
  padding-inline: var(--ce-page-pad-x);
  align-items: center;
}
@media (min-width: 1024px) {
  .ce-mission__grid { grid-template-columns: 1fr 1fr; gap: var(--ce-space-16); }
}
.ce-mission__visual {
  position: relative;
  border-radius: var(--ce-radius-md);
  overflow: hidden;
  background: var(--ce-cream-dk);
  aspect-ratio: 4 / 3;
}
.ce-mission__visual img { width: 100%; height: 100%; object-fit: cover; }
.ce-mission__ghost-text {
  position: absolute;
  bottom: var(--ce-space-4); right: var(--ce-space-5);
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-4xl);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.ce-mission__mark {
  position: relative;
  padding-left: var(--ce-space-6);
  margin-bottom: var(--ce-space-3);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  color: var(--ce-ink);
  line-height: var(--ce-leading-normal);
}
.ce-mission__mark::before {
  content: "";
  position: absolute;
  left: 0; top: 0.65em;
  width: 14px; height: 2px;
  background: var(--ce-coral);
}


/* ============================================================
   HOMEPAGE - IMPACT WALL TEASER (one of the two permitted dark sections)
   ============================================================ */
.ce-impact-teaser {
  background: var(--ce-navy-dk);
  color: var(--ce-cream);
  padding-block: var(--ce-space-20);
}
.ce-impact-teaser .ce-h2 { color: var(--ce-cream); }
.ce-impact-teaser__intro {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: var(--ce-space-12);
}
.ce-impact-teaser__sub {
  margin-top: var(--ce-space-4);
  color: rgba(250, 246, 238, 0.65);
  font-size: var(--ce-text-base);
  line-height: var(--ce-leading-normal);
}
.ce-impact-teaser__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ce-space-6);
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: var(--ce-space-12);
  text-align: center;
}
.ce-impact-teaser__stat-num {
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-3xl);
  font-weight: 500;
  color: var(--ce-cream);
}
.ce-impact-teaser__stat-label {
  margin-top: var(--ce-space-1);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(250, 246, 238, 0.6);
}
.ce-impact-teaser__leaderboard {
  display: grid;
  gap: var(--ce-space-3);
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: var(--ce-space-8);
}
.ce-impact-teaser__card {
  display: flex;
  align-items: center;
  gap: var(--ce-space-4);
  background: rgba(250, 246, 238, 0.05);
  border: 1px solid rgba(250, 246, 238, 0.12);
  border-radius: var(--ce-radius-md);
  padding: var(--ce-space-4) var(--ce-space-5);
}
.ce-impact-teaser__rank {
  flex-shrink: 0;
  width: 2.25rem; height: 2.25rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  font-weight: 700;
  color: var(--ce-navy-dk);
}
.ce-impact-teaser__rank--gold   { background: var(--ce-gold); }
.ce-impact-teaser__rank--silver { background: var(--ce-silver); }
.ce-impact-teaser__rank--bronze { background: var(--ce-bronze); }
.ce-impact-teaser__donor {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  font-weight: 600;
  color: var(--ce-cream);
}
.ce-impact-teaser__impact {
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: rgba(250, 246, 238, 0.6);
  margin-left: auto;
  text-align: right;
}
.ce-impact-teaser__cta { text-align: center; margin-bottom: var(--ce-space-4); }
.ce-impact-teaser__note {
  text-align: center;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: rgba(250, 246, 238, 0.5);
}


/* ============================================================
   HOMEPAGE - REVIEWS
   ============================================================ */
.ce-review-card {
  background: var(--ce-white);
  border: 1px solid var(--ce-line);
  border-radius: var(--ce-radius-md);
  padding: var(--ce-space-6);
}
.ce-review-card__stars {
  color: var(--ce-coral);
  font-size: var(--ce-text-sm);
  letter-spacing: 2px;
  margin-bottom: var(--ce-space-3);
}
.ce-review-card__quote {
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-lg);
  color: var(--ce-navy);
  line-height: var(--ce-leading-snug);
  margin-bottom: var(--ce-space-4);
}
.ce-review-card__author {
  display: block;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  font-weight: 600;
  color: var(--ce-navy);
}
.ce-review-card__verified {
  display: block;
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: var(--ce-muted);
  margin-top: var(--ce-space-1);
}


/* ============================================================
   HOMEPAGE - NEWSLETTER
   ============================================================ */
.ce-newsletter { background: var(--ce-cream-dk); }
.ce-newsletter__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ce-space-8);
  max-width: var(--ce-max-width);
  margin-inline: auto;
  padding-inline: var(--ce-page-pad-x);
  align-items: center;
}
@media (min-width: 768px) {
  .ce-newsletter__inner { grid-template-columns: 1.2fr 1fr; }
}
.ce-newsletter__form {
  display: flex;
  gap: var(--ce-space-3);
  flex-wrap: wrap;
}
.ce-newsletter__input {
  flex: 1;
  min-width: 220px;
  border: 1px solid var(--ce-line-navy);
  background: var(--ce-white);
  border-radius: var(--ce-radius-sm);
  padding: var(--ce-space-3) var(--ce-space-4);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-sm);
  color: var(--ce-navy);
}
.ce-newsletter__input:focus { outline: none; border-color: var(--ce-navy); }
.ce-newsletter__note {
  margin-top: var(--ce-space-2);
  font-family: var(--ce-font-ui);
  font-size: var(--ce-text-xs);
  color: var(--ce-muted);
}


/* ============================================================
   PHASE 1 RESTORATION: APPROVED FIRST VIEWPORT
   Later homepage systems above remain inactive or unchanged until Phase 2.
   ============================================================ */
.ce-container {
  width: 100%;
  max-width: calc(var(--oe-content) + (2 * var(--oe-gutter)));
  padding-inline: var(--oe-gutter);
}

.ce-announce {
  min-height: 34px;
  background: var(--oe-navy);
  color: var(--oe-white);
}

.ce-announce__inner {
  min-height: 34px;
  justify-content: center;
  gap: clamp(28px, 4vw, 64px);
  padding-block: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.2;
}

.ce-header {
  position: relative;
  top: auto;
  min-height: 80px;
  background: var(--oe-cream);
  box-shadow: none;
  border-bottom: 1px solid rgba(16, 42, 67, 0.16);
}

.ce-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 80px;
  padding-block: 0;
}

.ce-header__logo {
  justify-self: start;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--oe-navy);
}

.ce-header__nav {
  justify-self: center;
  margin-inline: 0;
  gap: clamp(28px, 3vw, 44px);
}

.ce-header__link {
  font-size: 12px;
  font-weight: 600;
  color: var(--oe-navy-deep);
}

.ce-header__utils {
  justify-self: end;
  gap: 24px;
}

.ce-header__util-label {
  font-size: 11px;
  letter-spacing: 0.11em;
}

.ce-header__bag-count {
  min-width: 21px;
  height: 21px;
  background: var(--oe-navy);
  color: var(--oe-white);
}

.ce-header__dropdown-menu {
  top: calc(100% + 27px);
  border-radius: 0;
}

.ce-hero {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: clamp(600px, 53vw, 680px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--oe-cream);
}

.ce-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 60% center;
}

.ce-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 244, 236, 0.98) 0%,
    rgba(247, 244, 236, 0.94) 27%,
    rgba(247, 244, 236, 0.62) 47%,
    rgba(247, 244, 236, 0.08) 68%,
    rgba(247, 244, 236, 0) 78%
  );
}

.ce-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
}

.ce-hero__content {
  width: min(700px, 62vw);
  padding-top: 24px;
  transform: translateY(34px);
}

.ce-hero__eyebrow {
  margin-bottom: 25px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(16, 42, 67, 0.72);
}

.ce-hero__h1 {
  max-width: 700px;
  margin: 0 0 26px;
  font-family: var(--ce-font-display);
  font-size: var(--ce-text-hero);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--oe-navy);
}

.ce-hero__sub {
  max-width: 590px;
  margin: 0 0 32px;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.65;
  color: var(--oe-ink);
}

.ce-hero__actions {
  gap: 15px;
  margin: 0;
}

.ce-hero .ce-btn {
  min-height: 58px;
  justify-content: center;
  padding: 0 27px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.ce-hero .ce-btn--primary {
  min-width: 240px;
  background: var(--oe-blue);
  border-color: var(--oe-blue);
}

.ce-hero .ce-btn--primary:hover,
.ce-hero .ce-btn--primary:focus-visible {
  background: var(--oe-navy-deep);
  border-color: var(--oe-navy-deep);
}

.ce-hero .ce-btn--secondary {
  min-width: 164px;
  background: rgba(247, 244, 236, 0.6);
  border-color: rgba(16, 42, 67, 0.58);
}

.ce-hero a:focus-visible {
  outline: 2px solid var(--oe-blue);
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .ce-header__inner {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .ce-header {
    min-height: 72px;
  }

  .ce-header__utils {
    gap: 17px;
  }

  .ce-hero {
    min-height: 660px;
  }

  .ce-hero__background {
    object-position: 66% center;
  }

  .ce-hero__overlay {
    background: linear-gradient(90deg, rgba(247,244,236,0.98) 0%, rgba(247,244,236,0.9) 43%, rgba(247,244,236,0.18) 78%);
  }

  .ce-hero__content {
    width: min(590px, 70vw);
    transform: translateY(18px);
  }
}

@media (max-width: 600px) {
  .ce-announce__inner {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .ce-announce__item--secondary {
    display: none;
  }

  .ce-header__logo {
    font-size: 18px;
  }

  .ce-header__search-toggle {
    display: none;
  }

  .ce-header__util-label {
    font-size: 10px;
  }

  .ce-hero {
    min-height: 738px;
  }

  .ce-hero__background {
    object-position: 68% center;
  }

  .ce-hero__overlay {
    background: linear-gradient(90deg, rgba(247,244,236,0.98) 0%, rgba(247,244,236,0.89) 58%, rgba(247,244,236,0.2) 100%);
  }

  .ce-hero__inner {
    align-items: flex-end;
    padding-bottom: 58px;
  }

  .ce-hero__content {
    width: 100%;
    padding-top: 0;
    transform: none;
  }

  .ce-hero__eyebrow {
    margin-bottom: 15px;
    font-size: 9px;
  }

  .ce-hero__h1 {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: clamp(42px, 13vw, 54px);
    line-height: 0.98;
  }

  .ce-hero__sub {
    max-width: 340px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.55;
  }

  .ce-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 300px);
  }

  .ce-hero .ce-btn,
  .ce-hero .ce-btn--primary,
  .ce-hero .ce-btn--secondary {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
}
