/* --------------------------------
   TYPOGRAPHY & BASE
--------------------------------- */
body{
  margin:0;
  font-family:'Inter',sans-serif;
  background:#fefaf6;
  color:#2b1d1a;
  line-height:1.7;
  font-size:1rem;
}
h1,h2,h3,h4{
  font-family:'Playfair Display',serif;
  color:#2b1d1a;
}
p{ font-size:1.05rem; opacity:.95; }

/* --------------------------------
   NAV
--------------------------------- */
nav{ background:#f3ece4; padding:1.5rem; text-align:center; }
nav a{
  margin:0 1rem; text-decoration:none; color:#2b1d1a; font-weight:600;
  transition:color .2s ease;
}
nav a:hover{ color:#7d5c4b; }

.logo-mark {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  text-decoration: none;
  color: #2A1F1C;
  letter-spacing: 0.3px;
  display: block;
  text-align: center;
  padding: 40px 0 10px;
}


/* --------------------------------
   HEADER
--------------------------------- */
header{
  background:#eadfd3; padding:4rem 1.5rem 2rem; text-align:center;
}
header h1{ font-size:2.5rem; margin-bottom:.5rem; }
header p{ font-style:italic; font-size:1.1rem; opacity:.85; }

/* --------------------------------
   LAYOUT / UTILS
--------------------------------- */
.section{ padding:3rem 2rem; max-width:1000px; margin:0 auto; }
.credit{ text-align:center; margin-top:3rem; font-style:italic; font-size:.95rem; }

/* --------------------------------
   FORMS & BUTTON
--------------------------------- */
form{ display:flex; flex-direction:column; gap:1.2rem; }
input,textarea{
  padding:.8rem; border:1px solid #ccc; border-radius:6px; font-family:'Inter',sans-serif;
}
button{
  background:#2b1d1a; color:#fff; padding:.9rem 2rem; border:none; border-radius:40px;
  font-size:1rem; cursor:pointer; transition:background .3s ease;
}
button:hover{ background:#3a2824; }

/* toggle sound */
#toggle-sound{
  background:#2b1d1a; color:#fff; border:none; border-radius:40px;
  padding:.75rem 1.8rem; font-size:1rem; display:flex; align-items:center; gap:.5rem;
  margin:3rem auto; cursor:pointer; transition:background .3s ease;
}
#toggle-sound:hover{ background:#3a2824; }

/* --------------------------------
   FOOTER
--------------------------------- */
footer{
  background:#2b1d1a; color:#fff; text-align:center; padding:2rem 1rem;
  font-size:.9rem; margin-top:4rem;
}

/* --------------------------------
   LOCKUP
--------------------------------- */
.lockup-classic{ display:inline-block; text-align:center; margin:0 auto 1.5rem; }
.lockup-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.6rem,5vw,3.6rem);
  line-height:1.05; margin:0; letter-spacing:.01em; color:#2b1d1a;
}
.lockup-title span{ font-size:.55em; vertical-align:super; margin-left:.02em; }
.lockup-rule{ display:block; width:72px; height:1px; background:#cfc6be; margin:12px auto 14px; opacity:.9; }
.lockup-tagline{
  font-family:'Inter',sans-serif; font-size:clamp(1rem,1.6vw,1.125rem); letter-spacing:.04em;
  color:#4b433c; margin:0; font-style:italic;
}
.lockup-stamp{
  text-align:center; font-family:'Playfair Display',serif;
  font-size:clamp(.98rem,1.6vw,1.05rem); letter-spacing:.03em; color:#f3ece4; margin:10px auto 0; white-space:nowrap;
}
.lockup-stamp span{ font-size:.7em; vertical-align:super; }

/* --------------------------------
   COLLECTION BACKDROP
--------------------------------- */
.collection-hero{
  background:
    url('../assets/assets/images/wax-seal-e.svg') no-repeat right 6% top 120px,
    url('../assets/assets/images/blueprint-pattern.svg') repeat,
    radial-gradient(1200px 800px at 75% 10%, rgba(179,139,89,.10), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.015), rgba(0,0,0,0)),
    #fdf8f3;
  background-size: 360px auto, 520px auto, 100% 100%, 100% 100%, auto;
}
@media (max-width:1024px){
  .collection-hero{
    background-position: right 3% bottom -100px, center, center, center, center;
    background-size: 340px auto, 420px auto, 100% 100%, 100% 100%, auto;
  }
} /* <<< closed media query */

/* --------------------------------
   SIGNATURE COLLECTION
--------------------------------- */
.collection-intro h2{
  font-family:'Playfair Display',serif; font-weight:500;
  font-size:clamp(2rem,3.6vw,2.8rem); letter-spacing:.005em; line-height:1.15;
  margin:0 0 1rem; color:#2b1d1a;
}
.collection-intro p.lead{
  max-width:56ch; margin:.5rem auto 2.2rem; color:#4b433c;
  font-size:clamp(1.02rem,1.2vw,1.08rem); line-height:1.85; opacity:.95;
}

/* grid (use this wrapper around product cards) */
.collection-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap:22px;
}
.collection-grid .product-card{ display:flex; flex-direction:column; }

/* --------------------------------
   PRODUCT CARDS
--------------------------------- */
.product-card{
  background:#fffdfb; border-radius:18px; padding:2.2rem 2rem;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.product-card h3{
  font-family:'Playfair Display',serif; font-weight:600;
  font-size:clamp(1.35rem,1.8vw,1.55rem);
  letter-spacing:.005em; margin:0 0 .5rem; color:#2b1d1a;
}

/* unified eyebrow (single source of truth) */
.product-card .eyebrow{
  font-family:'Inter',sans-serif;
  font-weight:400;
  font-style:italic;
  color:#6b625c;
  font-size:clamp(.95rem,1.05vw,1.05rem);
  letter-spacing:.01em;
  margin:.5rem 0 1rem;
  opacity:.95;
}

/* hairline — champagne shimmer */
.product-card .hairline{
  height:1px; width:64px; border-radius:999px; margin:.6rem 0 1rem; opacity:.9;
  background: linear-gradient(90deg, transparent, rgba(196,164,99,.65), transparent);
  background-size:200% 100%; animation:epo-shimmer 6s linear infinite;
}
@keyframes epo-shimmer{
  0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%}
}
@media (prefers-reduced-motion:reduce){ .product-card .hairline{ animation:none; } }

.product-card p{
  max-width:54ch; margin:.75rem 0 0; color:#524740; font-size:1rem; line-height:1.85;
}

/* badges */
.badges{ display:flex; gap:.5rem; margin:.4rem 0 1rem; }
.badge{
  font:500 .78rem/1 'Inter',sans-serif; letter-spacing:.04em; text-transform:uppercase;
  padding:.35rem .6rem; border-radius:999px; background:#f5eee7; color:#6f5a47; border:1px solid #eadfce;
}

/* dates */
.product-card .date{ margin-top:1.2rem; font-weight:600; color:#b38b59; }

/* mobile trims */
@media (max-width:720px){
  .product-card{ padding:1.6rem 1.35rem; }
  .product-card p{ max-width:100%; }
}

/* --------------------------------
   BUTTONS
--------------------------------- */
a.btn{
  display:inline-block; text-decoration:none; cursor:pointer;
  padding:12px 20px; border-radius:999px; font-weight:600; letter-spacing:.02em;
  transition: transform .08s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
a.btn:active{ transform:translateY(1px); }
.btn.primary{ background:#1a1a1a; color:#fff; border:1px solid #1a1a1a; }
.btn.primary:hover{ background:#c4a463; border-color:#c4a463; color:#fff; filter:none; }
.btn.outline{ background:transparent; border:1px solid #1a1a1a; color:#1a1a1a; }
.btn.outline:hover{ background:#c4a463; border-color:#c4a463; color:#fff; }

/* keep CTAs centered inside cards */
.collection-grid .product-card .btn{ align-self:center; margin-top:.6rem; }

/* --------------------------------
   TERMS (accordion)
--------------------------------- */
.product-card .reservation-policy{
  margin-top:1.1rem; color:#4a4a4a; font-size:.95rem;
}

/* accordion container */
details.reservation-terms{ margin-top:12px; border:1px solid #eee; border-radius:12px; padding:.6rem; background:#fff; }
/* summary line */
details.reservation-terms summary{
  cursor:pointer; color:#2b1d1a; font-weight:600; list-style:none; position:relative; padding-left:1rem;
}
details.reservation-terms summary::-webkit-details-marker{ display:none; }
details.reservation-terms summary::before{
  content:"▸"; position:absolute; left:0; top:.05rem; line-height:1; transition:transform .2s ease;
}
details.reservation-terms[open] summary::before{ transform:rotate(90deg); }

/* body */
details.reservation-terms .rt-body{
  /* prevent double-rule with hairline */
  border-top:0 !important;
  padding-top:.75rem; margin-top:.6rem; color:#4a4a4a; line-height:1.6; font-size:.96rem;
}
.rt-list{ margin:0; padding-left:1.1rem; display:grid; gap:.45rem; }
.rt-list li{ margin:0; break-inside:avoid; }
@media (min-width:980px){ .rt-list{ column-count:2; column-gap:2rem; } }

/* eliminate stacked lines when hairline is followed by terms */
.product-card .hairline + details.reservation-terms summary{
  border-top:0 !important; padding-top:0 !important;
}
/* === FIX 1: Make the card wrapper a grid (works for either class) === */
.products-grid,
.collection-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 22px !important;
  align-items: start;
}

/* === FIX 2: Remove extra line around the Terms accordion === */
details.reservation-terms {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-top: 12px;
}
details.reservation-terms summary {
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
details.reservation-terms .rt-body {
  border-top: 0 !important;
  padding-top: .6rem;
  margin-top: .4rem;
  color: #4a4a4a;
  line-height: 1.6;
  font-size: .96rem;
}

/* When a hairline is just above the Terms, keep spacing tidy */
.product-card .hairline + details.reservation-terms {
  margin-top: .6rem !important;
}

<style>
  /* ==============
     ÉPOQUE · LIPS
     ============== */

  .el-lips-page {
    padding: 4.5rem 0 6rem;
    background: #fefaf6;
  }

  .el-lips-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.75rem 0;
  }

  .el-lips-kicker {
    font-size: .8rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #b28a5c;
    margin-bottom: 1.25rem;
  }

  .el-lips-hero-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.6rem, 4vw, 3.1rem);
    line-height: 1.14;
    color: #2b1d1a;
    margin-bottom: 1.25rem;
  }

  .el-lips-hero-lede {
    max-width: 46rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a332e;
    margin-bottom: 1.25rem;
  }

  .el-lips-hero-subtle {
    max-width: 46rem;
    font-size: .98rem;
    line-height: 1.7;
    color: #7b5a4d;
    margin-bottom: 2.5rem;
  }

  .el-lips-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.75rem;
  }

  .el-btn-pill {
    border-radius: 999px;
    padding: .9rem 1.9rem;
    font-size: .9rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  }

  .el-btn-gold {
    background: #d3a763;
    color: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.08);
  }

  .el-btn-gold:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(0,0,0,.12);
  }

  .el-btn-outline {
    background: transparent;
    border: 1px solid rgba(178,138,92,.45);
    color: #7b5a4d;
  }

  .el-btn-outline:hover {
    background: rgba(255,255,255,.7);
  }

  .el-lips-tagline {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: #b28a5c;
    margin-bottom: .85rem;
  }

  .el-lips-house-line {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    color: #2b1d1a;
    margin-bottom: 2.25rem;
  }

  /* Pillar wrapper */

  .el-lips-pillars {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.15fr);
    gap: 2.5rem;
    margin-bottom: 3.5rem;
  }

  @media (max-width: 960px) {
    .el-lips-pillars {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  .el-card-soft {
    background: #f7ebdf;
    border-radius: 28px;
    padding: 2.1rem 2.3rem 2.2rem;
    box-shadow: 0 22px 60px rgba(0,0,0,.06);
  }

  .el-card-title-kicker {
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #b28a5c;
    margin-bottom: .65rem;
  }

  .el-card-title {
    font-family: "Playfair Display", serif;
    font-size: 1.45rem;
    color: #2b1d1a;
    margin-bottom: 1.2rem;
  }

  .el-card-body {
    font-size: .98rem;
    color: #4a332e;
    line-height: 1.75;
    margin-bottom: 1.45rem;
  }

  .el-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: .85rem;
  }

  .el-pill {
    border-radius: 999px;
    padding: .45rem .9rem;
    font-size: .8rem;
    background: rgba(255,255,255,.85);
    color: #7b5a4d;
    border: 1px solid rgba(209,177,132,.55);
    white-space: nowrap;
  }

  .el-pill strong {
    font-weight: 600;
  }

  .el-lips-note {
    font-size: .85rem;
    color: #8d6d5a;
    margin-top: .4rem;
  }

  /* Treatment grid */

  .el-lips-section-title {
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    margin-bottom: .4rem;
    color: #2b1d1a;
  }

  .el-lips-section-sub {
    font-size: .98rem;
    color: #6a4a3e;
    margin-bottom: 1.8rem;
    max-width: 40rem;
  }

  .el-treatment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
    margin-bottom: 2.6rem;
  }

  @media (max-width: 1120px) {
    .el-treatment-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 720px) {
    .el-treatment-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  .el-treat-card {
    background: #fcf3ea;
    border-radius: 22px;
    padding: 1.4rem 1.5rem 1.5rem;
  }

  .el-treat-kicker {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #b28a5c;
    margin-bottom: .45rem;
  }

  .el-treat-name {
    font-family: "Playfair Display", serif;
    font-size: 1.05rem;
    margin-bottom: .5rem;
    color: #2b1d1a;
  }

  .el-treat-copy {
    font-size: .9rem;
    color: #624237;
    line-height: 1.6;
    margin-bottom: .7rem;
  }

  .el-treat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
  }

  .el-tag {
    border-radius: 999px;
    padding: .28rem .7rem;
    font-size: .78rem;
    background: #f0dfcf;
    color: #7b5a4d;
  }

  /* Shade rails */

  .el-shade-rail {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.4fr);
    gap: 2.25rem;
    margin-bottom: 3rem;
  }

  @media (max-width: 900px) {
    .el-shade-rail {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  .el-rail-copy {
    font-size: .95rem;
    color: #624237;
    line-height: 1.75;
  }

  .el-shade-group-title {
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    margin-bottom: .5rem;
    color: #2b1d1a;
  }

  .el-chip-list {
    display: flex;
    flex-direction: column;
    gap: .55rem;
  }

  .el-chip {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .5rem .85rem .5rem .55rem;
    border-radius: 999px;
    background: #fcf3ea;
    border: 1px solid rgba(209,177,132,.6);
    font-size: .86rem;
    color: #6a4a3e;
  }

  .el-chip-swatch {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    box-shadow: 0 0 0 2px rgba(255,255,255,.8), 0 0 0 4px rgba(0,0,0,.06);
  }

  .el-chip-name {
    font-weight: 600;
  }

  /* imagined tones – adjust if needed */
  .swatch-rose   { background: #b86a6d; }
  .swatch-clear  { background: linear-gradient(135deg,#fefefe,#f6ece1); }
  .swatch-nude   { background: #d59d7b; }
  .swatch-wine   { background: #4d121c; }

  .el-lips-footer-note {
    font-size: .88rem;
    color: #876653;
    max-width: 46rem;
    border-top: 1px solid rgba(194,158,114,.35);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
</style>

/* -------------------------------------------
   ÉPOQUE LUXE REFINEMENTS — DO NOT MODIFY
--------------------------------------------*/

/* Softer luxury gradient background */
body{
  background:
    radial-gradient(circle at top left, #fffdf9 0%, #f6e9db 48%, #f2ded0 100%);
}

/* Hero title refinement — more elegant spacing */
.hero h1{
  letter-spacing:-0.5px;
  font-weight:600;
  font-size:2.65rem;
}

/* Paragraph refinement — smoother reading texture */
.hero p,
.pillar-card p{
  font-size:1.03rem;
  line-height:1.75;
  color:var(--ink-soft);
}

/* Card refinement — more sculptural edges, lifted shadow */
.pillar-card,
.shade-panel,
.shade-grid{
  border-radius:32px;
  box-shadow:0 32px 80px rgba(0,0,0,.07);
}

/* Shade pills — more couture, less rounded-bubble */
.shade-pill{
  border-radius:22px;
  padding:6px 14px 6px 8px;
  border:1px solid rgba(199,156,84,.28);
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(8px);
}

/* Item pills — slimmer, more elegant */
.item-pill{
  border-radius:18px;
  padding:9px 16px;
  border:1px solid rgba(220,190,160,.45);
  background:rgba(255,255,255,.8);
}

/* Buttons — stronger luxury finish */
.btn-main{
  background:linear-gradient(130deg,#d7b278 0%, #c89c5c 100%);
  box-shadow:0 14px 40px rgba(180,135,70,.35);
}

.btn-main:hover{
  box-shadow:0 20px 54px rgba(180,135,70,.42);
}

.btn-ghost{
  background:rgba(255,255,255,.7);
  border:1px solid rgba(0,0,0,.05);
}

/* House statement — softer translucency, more couture spacing */
.house-statement{
  background:rgba(255,255,255,.75);
  border:1px solid rgba(220,190,160,.35);
  padding:22px 30px;
  font-size:.9rem;
  letter-spacing:.01em;
}

/* Footer note — cinematically soft and centered */
.footer-note{
  opacity:.92;
  line-height:1.6;
  margin-top:56px;
  font-size:.9rem;
  text-align:center;
}
.footer-note a{
  color:#c79c54;
  font-weight:500;
}
.footer-note a:hover{
  opacity:.8;
}

/* Header eyebrow text — finer grain */
.eyebrow{
  font-size:.75rem;
  letter-spacing:.2em;
  color:rgba(110,82,69,.75);
}

/* Improve spacing in pillars */
.pillars{
  gap:36px;
  margin-top:72px;
}

/* Responsive refinement */
@media(max-width:600px){
  .hero h1{ font-size:2.2rem; }
  .pillar-card,
  .shade-panel,
  .shade-grid{
    border-radius:28px;
  }
}

/* GLOBAL FOOTER STRIP – match other Époque pages */
.site-footer{
  margin-top:80px;
  background:#201413;           /* rich espresso */
  color:#fdf7f0;
  padding:36px 5vw 28px;
}

.footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  font-size:.9rem;
}

.footer-nav a{
  color:#fdf7f0;
  text-decoration:none;
  opacity:.85;
}

.footer-nav a:hover{
  opacity:1;
}

.footer-copy{
  font-size:.85rem;
  opacity:.8;
  text-align:right;
}

/* mobile */
@media (max-width:700px){
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-copy{
    text-align:left;
  }
}

/* GLOBAL FOOTER STRIP – match other Époque pages */
.site-footer{
  margin-top:80px;
  background:#201413;           /* rich espresso */
  color:#fdf7f0;
  padding:36px 5vw 28px;
}

.footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  font-size:.9rem;
}

.footer-nav a{
  color:#fdf7f0;
  text-decoration:none;
  opacity:.85;
}

.footer-nav a:hover{
  opacity:1;
}

.footer-copy{
  font-size:.85rem;
  opacity:.8;
  text-align:right;
}

/* mobile */
@media (max-width:700px){
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-copy{
    text-align:left;
  }
}

footer.site-footer{
  background:#241613;
  color:#f9f3ec;
  padding:24px 1.5rem 26px;
  margin-top:52px;
}

.footer-inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.footer-nav{
  margin-bottom:1.2rem;
}

.footer-nav a{
  margin:0 .75rem;
  font-size:.86rem;
  text-decoration:none;
  color:#f3e4d6;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.footer-nav a:hover{
  color:#f7cf8a;
}

.footer-copy{
  font-size:.82rem;
  line-height:1.6;
  opacity:.9;
}
footer.site-footer {
  background:#241613;
  color:#f9f3ec;
  padding:24px 1.5rem 26px;
  margin-top:52px;
}

/* SITE FOOTER (GLOBAL STRIP) -------------------------- */

body footer.site-footer{
  background:#241613;
  color:#f9f3ec;
  padding:24px 1.5rem 26px;
  margin-top:52px;
}

body footer.site-footer .footer-inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

body footer.site-footer .footer-nav{
  margin-bottom:1.2rem;
}

body footer.site-footer .footer-nav a{
  margin:0 .75rem;
  font-size:.86rem;
  text-decoration:none;
  color:#f3e4d6;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body footer.site-footer .footer-nav a:hover{
  color:#f7cf8a;
}

body footer.site-footer .footer-copy{
  font-size:.82rem;
  line-height:1.6;
  opacity:.9;
}












