:root {
  --celerity-ink: #171914;
  --celerity-ink-soft: #2b2f25;
  --celerity-primary: #596044;
  --celerity-primary-dark: #353a2b;
  --celerity-sage: #aeb59a;
  --celerity-cream: #f4efe5;
  --celerity-paper: #f9f7f1;
  --celerity-gold: #c59a52;
  --celerity-gold-light: #e2bc7b;
  --celerity-muted: #6c7065;
  --celerity-border: rgba(38, 42, 33, .14);
  --celerity-container: 1380px;
  --celerity-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --celerity-sans: "Manrope", Arial, Helvetica, sans-serif;
  --celerity-shadow: 0 24px 70px rgba(21, 24, 17, .12);
  --celerity-radius: 2px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--celerity-ink); background: var(--celerity-paper); font-family: var(--celerity-sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
body.celerity-menu-open, body.celerity-search-open { overflow: hidden; }
a { color: var(--celerity-primary); text-decoration: none; transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, transform .25s ease; }
a:hover { color: var(--celerity-primary-dark); }
img { max-width: 100%; height: auto; vertical-align: middle; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: #fff; background: var(--celerity-primary); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.celerity-container { width: min(calc(100% - 64px), var(--celerity-container)); margin-inline: auto; }
.celerity-content-area { padding-block: clamp(64px, 8vw, 120px); }
.celerity-narrow { max-width: 920px; }
.site-main { min-height: 50vh; }
.entry-title, .archive-header h1 { margin: 0 0 34px; font-family: var(--celerity-serif); font-size: clamp(3.2rem, 7vw, 7.5rem); line-height: .88; font-weight: 500; letter-spacing: -.045em; }
.entry-content > * { max-width: 100%; }
.entry-content p { margin: 0 0 1.35em; }
.entry-content h2, .entry-content h3 { font-family: var(--celerity-serif); line-height: 1; font-weight: 500; }
.celerity-button, .wp-element-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 26px; border: 1px solid var(--celerity-primary); border-radius: var(--celerity-radius); background: var(--celerity-primary); color: #fff; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.celerity-button:hover, .wp-element-button:hover { color: #fff; border-color: var(--celerity-primary-dark); background: var(--celerity-primary-dark); transform: translateY(-2px); }
.celerity-button-light { color: var(--celerity-ink); border-color: var(--celerity-cream); background: var(--celerity-cream); }
.celerity-button-light:hover { color: #fff; border-color: var(--celerity-gold); background: var(--celerity-gold); }
.celerity-button-gold { color: var(--celerity-ink); border-color: var(--celerity-gold); background: var(--celerity-gold); }
.celerity-button-gold:hover { color: var(--celerity-ink); border-color: var(--celerity-gold-light); background: var(--celerity-gold-light); }
.celerity-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--celerity-ink); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.celerity-text-link span { transition: transform .25s ease; }
.celerity-text-link:hover span { transform: translateX(5px); }
.celerity-text-link-light { color: #fff; }

/* Announcement and gallery-like header */
.site-header { position: sticky; z-index: 1000; top: 0; color: var(--celerity-ink); background: rgba(249, 247, 241, .94); border-bottom: 1px solid var(--celerity-border); transition: box-shadow .3s ease, background .3s ease; backdrop-filter: blur(18px); }
.site-header.is-scrolled { background: rgba(249, 247, 241, .985); box-shadow: 0 12px 40px rgba(20, 22, 17, .08); }
.celerity-announcement { color: #f3ede1; background: var(--celerity-ink); font-size: .66rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.celerity-announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.celerity-announcement a { color: var(--celerity-gold-light); }
.celerity-header-inner { min-height: 92px; display: grid; grid-template-columns: 260px 1fr 180px; align-items: center; gap: 36px; }
.site-branding { min-width: 0; }
.custom-logo-link, .celerity-default-logo { display: inline-block; }
.custom-logo, .celerity-default-logo img { display: block; width: auto; max-width: 228px; max-height: 66px; }
.main-navigation { justify-self: center; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2vw, 38px); }
.main-navigation li { position: relative; }
.main-navigation a { position: relative; display: block; color: var(--celerity-ink); font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; padding-block: 34px; }
.main-navigation > div > ul > li > a::after, .main-navigation > ul > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 1px; background: var(--celerity-gold); transition: right .25s ease; }
.main-navigation > div > ul > li > a:hover::after, .main-navigation > ul > li > a:hover::after, .main-navigation .current-menu-item > a::after { right: 0; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--celerity-primary); }
.main-navigation .sub-menu { position: absolute; left: -24px; top: calc(100% - 1px); min-width: 260px; display: block; opacity: 0; visibility: hidden; transform: translateY(10px); padding: 15px 0; background: var(--celerity-paper); border: 1px solid var(--celerity-border); box-shadow: var(--celerity-shadow); transition: .25s ease; }
.main-navigation li:hover > .sub-menu, .main-navigation li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.main-navigation .sub-menu a { padding: 10px 24px; color: var(--celerity-ink); text-transform: none; letter-spacing: .02em; font-size: .82rem; font-weight: 500; }
.main-navigation .sub-menu a:hover { color: var(--celerity-gold); padding-left: 30px; }
.celerity-header-actions { justify-self: end; display: flex; gap: 4px; align-items: center; }
.celerity-header-actions a, .celerity-search-toggle { position: relative; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; color: var(--celerity-ink); background: transparent; }
.celerity-header-actions a:hover, .celerity-search-toggle:hover { color: var(--celerity-gold); }
.celerity-header-actions svg, .celerity-search-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.celerity-cart-count { position: absolute; top: 2px; right: 0; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: var(--celerity-gold); color: var(--celerity-ink); font-size: 9px; font-weight: 700; line-height: 1; }
.celerity-menu-toggle { display: none; width: 44px; height: 44px; border: 0; color: var(--celerity-ink); background: transparent; padding: 10px; }
.celerity-menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.celerity-menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.celerity-menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.celerity-menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
.celerity-search-panel { position: absolute; z-index: 15; left: 0; right: 0; top: 100%; max-height: 0; overflow: hidden; color: #fff; background: var(--celerity-ink); opacity: 0; visibility: hidden; transition: max-height .38s ease, opacity .25s ease, visibility .25s ease; }
.celerity-search-panel.is-open { max-height: 320px; opacity: 1; visibility: visible; }
.celerity-search-panel-inner { position: relative; min-height: 250px; display: flex; align-items: center; }
.celerity-product-search { width: min(920px, 100%); margin-inline: auto; }
.celerity-product-search label { display: block; margin-bottom: 16px; color: var(--celerity-gold-light); font-family: var(--celerity-serif); font-size: 1.5rem; }
.celerity-product-search > div { display: flex; align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.4); }
.celerity-product-search input { flex: 1; min-width: 0; padding: 10px 0 18px; border: 0; outline: 0; color: #fff; background: transparent; font-family: var(--celerity-serif); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; }
.celerity-product-search input::placeholder { color: rgba(255,255,255,.35); }
.celerity-product-search button { padding: 0 4px; border: 0; color: #fff; background: transparent; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.celerity-search-close { position: absolute; top: 22px; right: 0; width: 44px; height: 44px; border: 0; color: #fff; background: transparent; font-family: var(--celerity-serif); font-size: 2.2rem; line-height: 1; }

/* Immersive hero */
.celerity-hero-slider { position: relative; height: min(82vh, 880px); min-height: 560px; overflow: hidden; background: var(--celerity-ink); isolation: isolate; }
.celerity-hero-track { position: absolute; inset: 0; }
.celerity-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; background-size: cover; background-position: center; transform: scale(1.02); transition: opacity var(--celerity-slider-speed, 900ms) ease, visibility var(--celerity-slider-speed, 900ms) ease, transform 6s ease; }
.celerity-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; transform: scale(1); }
.celerity-hero-slide::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(10,12,8,.65) 0%, rgba(10,12,8,.14) 53%, rgba(10,12,8,.04) 100%); }
.celerity-content-right::after { background: linear-gradient(270deg, rgba(35,23,15,.52) 0%, rgba(35,23,15,.08) 56%, rgba(35,23,15,0) 100%); }
.celerity-hero-overlay { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.celerity-hero-content { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; }
.celerity-hero-content-inner { max-width: 680px; padding-block: 80px; }
.celerity-content-center .celerity-hero-content { justify-content: center; text-align: center; }
.celerity-content-right .celerity-hero-content { justify-content: flex-end; text-align: right; }
.celerity-hero-eyebrow, .celerity-kicker { margin: 0 0 18px; color: var(--celerity-gold-light); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
.celerity-hero-title { max-width: 720px; margin: 0; color: #fff; font-family: var(--celerity-serif); font-size: clamp(4.2rem, 7.5vw, 8.2rem); font-weight: 500; line-height: .82; letter-spacing: -.05em; text-wrap: balance; }
.celerity-hero-description { max-width: 560px; margin-top: 28px; color: rgba(255,255,255,.83); font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.75; }
.celerity-content-center .celerity-hero-description { margin-inline: auto; }
.celerity-content-right .celerity-hero-description { margin-left: auto; }
.celerity-hero-description p { margin: 0; }
.celerity-hero-button { display: inline-flex; align-items: center; justify-content: center; min-height: 55px; margin-top: 34px; padding: 14px 28px; border: 1px solid var(--celerity-gold); border-radius: var(--celerity-radius); background: var(--celerity-gold); color: var(--celerity-ink); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.celerity-hero-button::after { content: "→"; margin-left: 14px; transition: transform .25s ease; }
.celerity-hero-button:hover { color: var(--celerity-ink); border-color: var(--celerity-gold-light); background: var(--celerity-gold-light); transform: translateY(-2px); }
.celerity-hero-button:hover::after { transform: translateX(5px); }
.celerity-hero-arrow { position: absolute; z-index: 5; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(17,19,14,.16); color: #fff; backdrop-filter: blur(8px); }
.celerity-hero-arrow:hover { color: var(--celerity-ink); border-color: var(--celerity-gold); background: var(--celerity-gold); }
.celerity-hero-arrow svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.celerity-hero-prev { left: 25px; }
.celerity-hero-next { right: 25px; }
.celerity-hero-dots { position: absolute; z-index: 5; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 9px; transform: translateX(-50%); }
.celerity-hero-dot { width: 28px; height: 2px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.4); }
.celerity-hero-dot.is-active, .celerity-hero-dot:hover { background: var(--celerity-gold); }

/* Homepage editorial system */
.celerity-front-page { overflow: hidden; }
.celerity-home-experience { background: var(--celerity-paper); }
.celerity-section { position: relative; padding-block: clamp(76px, 9vw, 150px); }
.celerity-home-intro { padding-bottom: clamp(52px, 6vw, 90px); }
.celerity-home-intro-grid { display: grid; grid-template-columns: .25fr 1fr .9fr; gap: clamp(28px, 5vw, 90px); align-items: end; }
.celerity-section-index { align-self: start; padding-top: 13px; color: var(--celerity-gold); font-size: .7rem; letter-spacing: .18em; }
.celerity-kicker { color: var(--celerity-primary); }
.celerity-display-title, .celerity-section-heading h2, .celerity-editorial-copy h2, .celerity-final-cta h2 { margin: 0; font-family: var(--celerity-serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 500; line-height: .86; letter-spacing: -.045em; text-wrap: balance; }
.celerity-lead { max-width: 560px; margin: 0; color: var(--celerity-muted); font-family: var(--celerity-serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.35; }
.celerity-collection-gallery { padding-top: 0; }
.celerity-collection-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 112px; gap: 16px; }
.celerity-collection-card { position: relative; grid-column: span 4; grid-row: span 4; min-height: 448px; overflow: hidden; color: #fff; background: var(--celerity-ink-soft); }
.celerity-collection-card-1, .celerity-collection-card-6 { grid-column: span 8; }
.celerity-collection-card-2, .celerity-collection-card-5 { grid-row: span 3; min-height: 336px; }
.celerity-collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.celerity-collection-card:hover img { transform: scale(1.045); }
.celerity-collection-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,14,10,.03) 30%, rgba(12,14,10,.82) 100%); }
.celerity-collection-copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 20px; }
.celerity-collection-count { grid-column: 1/-1; color: rgba(255,255,255,.68); font-size: .63rem; text-transform: uppercase; letter-spacing: .16em; }
.celerity-collection-copy strong { font-family: var(--celerity-serif); font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 500; line-height: .95; }
.celerity-round-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.05rem; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.celerity-collection-card:hover .celerity-round-arrow { color: var(--celerity-ink); border-color: var(--celerity-gold); background: var(--celerity-gold); transform: rotate(45deg); }
.celerity-editorial-split { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; padding: 0; background: var(--celerity-cream); }
.celerity-editorial-media { min-height: 680px; overflow: hidden; }
.celerity-editorial-media img { width: 100%; height: 100%; object-fit: cover; }
.celerity-editorial-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.celerity-editorial-copy h2 { max-width: 680px; font-size: clamp(3.5rem, 6vw, 6.6rem); }
.celerity-editorial-copy > p:not(.celerity-kicker) { max-width: 570px; margin: 30px 0 0; color: var(--celerity-muted); font-size: 1.04rem; }
.celerity-editorial-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.celerity-editorial-scent { grid-template-columns: .88fr 1.12fr; color: #fff; background: var(--celerity-primary-dark); }
.celerity-editorial-scent .celerity-editorial-media { order: 2; }
.celerity-editorial-scent .celerity-editorial-copy { order: 1; }
.celerity-editorial-scent .celerity-kicker { color: var(--celerity-gold-light); }
.celerity-editorial-scent .celerity-editorial-copy > p:not(.celerity-kicker) { color: rgba(255,255,255,.72); }
.celerity-occasions { color: #fff; background: var(--celerity-ink); }
.celerity-occasions .celerity-kicker { color: var(--celerity-gold-light); }
.celerity-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: clamp(38px, 5vw, 70px); }
.celerity-section-heading h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.celerity-section-heading > p { max-width: 420px; margin: 0 0 10px; color: var(--celerity-muted); }
.celerity-occasions .celerity-section-heading > p { color: rgba(255,255,255,.64); }
.celerity-occasion-row { border-top: 1px solid rgba(255,255,255,.2); }
.celerity-occasion-row a { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 22px 4px; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; font-family: var(--celerity-serif); font-size: clamp(1.65rem, 3vw, 3rem); line-height: 1; }
.celerity-occasion-row a span:last-child { color: var(--celerity-gold); font-family: var(--celerity-sans); font-size: 1rem; transition: transform .25s ease; }
.celerity-occasion-row a:hover { color: var(--celerity-gold-light); padding-left: 12px; }
.celerity-occasion-row a:hover span:last-child { transform: rotate(45deg); }
.celerity-home-products { background: var(--celerity-paper); }
.celerity-products-grid { --celerity-columns: 4; display: grid; grid-template-columns: repeat(var(--celerity-columns), minmax(0,1fr)); gap: clamp(18px, 2.2vw, 34px) 18px; }
.celerity-products-grid-home { grid-template-columns: repeat(4, minmax(0,1fr)); }
.celerity-home-sale { background: #eae2d3; }
.celerity-product-card { min-width: 0; background: transparent; }
.celerity-product-image { position: relative; display: block; aspect-ratio: .82; overflow: hidden; background: #ede9df; }
.celerity-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.celerity-product-card:hover .celerity-product-image img { transform: scale(1.045); }
.celerity-sale-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 11px; background: var(--celerity-ink); color: #fff; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.celerity-product-view { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; align-items: center; justify-content: center; min-height: 46px; color: var(--celerity-ink); background: rgba(249,247,241,.94); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease; backdrop-filter: blur(10px); }
.celerity-product-card:hover .celerity-product-view { opacity: 1; transform: none; }
.celerity-product-card-content { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 7px 14px; padding: 18px 2px 0; }
.celerity-product-category { grid-column: 1/-1; overflow: hidden; color: var(--celerity-muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; text-overflow: ellipsis; }
.celerity-product-category a { color: inherit; }
.celerity-product-title { margin: 0; color: var(--celerity-ink); font-family: var(--celerity-serif); font-size: 1.45rem; font-weight: 500; line-height: 1.05; }
.celerity-product-title a { color: inherit; }
.celerity-product-price { color: var(--celerity-primary); font-size: .83rem; font-weight: 700; line-height: 1.35; }
.celerity-product-price del { color: #929489; font-size: .85em; font-weight: 400; }
.celerity-product-price ins { text-decoration: none; }
.celerity-product-button { grid-column: 1/-1; min-height: 42px; display: inline-flex; align-items: center; justify-content: space-between; margin-top: 8px; padding: 9px 14px; border: 1px solid var(--celerity-border); background: transparent; color: var(--celerity-ink); font-size: .64rem; font-weight: 700; text-align: left; text-transform: uppercase; letter-spacing: .12em; }
.celerity-product-button::after { content: "+"; font-size: 1.1rem; font-weight: 400; }
.celerity-product-button:hover { color: #fff; border-color: var(--celerity-primary-dark); background: var(--celerity-primary-dark); }
.celerity-promises { padding-block: clamp(65px, 8vw, 110px); color: #fff; background: var(--celerity-primary); }
.celerity-promises .celerity-kicker { color: var(--celerity-gold-light); }
.celerity-promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.celerity-promise-grid > div { padding: 32px 30px 4px 0; border-right: 1px solid rgba(255,255,255,.2); }
.celerity-promise-grid > div:not(:first-child) { padding-left: 30px; }
.celerity-promise-grid > div:last-child { border-right: 0; }
.celerity-promise-grid span { color: var(--celerity-gold-light); font-size: .65rem; letter-spacing: .15em; }
.celerity-promise-grid h3 { margin: 34px 0 10px; font-family: var(--celerity-serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.celerity-promise-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.celerity-final-cta { padding-block: clamp(90px, 12vw, 180px); color: #fff; text-align: center; background: var(--celerity-ink); }
.celerity-final-cta p { margin: 0 0 22px; color: var(--celerity-gold-light); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.celerity-final-cta h2 { max-width: 980px; margin-inline: auto; font-size: clamp(4rem, 8vw, 8.5rem); }
.celerity-final-cta > .celerity-container > div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 46px; }
.celerity-editor-notice, .celerity-empty-category { padding: 24px; border: 1px dashed var(--celerity-border); background: var(--celerity-cream); color: var(--celerity-muted); }

/* Category products Elementor widget */
.celerity-category-products { width: 100%; }
.celerity-category-section + .celerity-category-section { margin-top: 110px; }
.celerity-category-header { display: flex; align-items: flex-end; gap: 28px; margin-bottom: 34px; padding-bottom: 20px; border-bottom: 1px solid var(--celerity-border); }
.celerity-category-header.has-image { align-items: center; }
.celerity-category-thumb { flex: 0 0 112px; width: 112px; height: 112px; overflow: hidden; border-radius: 50%; background: var(--celerity-cream); }
.celerity-category-thumb img { width: 100%; height: 100%; object-fit: cover; }
.celerity-category-heading-copy { flex: 1 1 auto; }
.celerity-category-title { display: flex; align-items: center; gap: 14px; margin: 0; color: var(--celerity-ink); font-family: var(--celerity-serif); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; line-height: .9; letter-spacing: -.04em; }
.celerity-category-count { display: inline-grid; place-items: center; min-width: 30px; height: 30px; padding: 0 8px; border: 1px solid var(--celerity-border); border-radius: 50%; color: var(--celerity-primary); font-family: var(--celerity-sans); font-size: .62rem; font-weight: 700; }
.celerity-category-description { max-width: 760px; margin-top: 14px; color: var(--celerity-muted); }
.celerity-category-description p { margin: 0; }
.celerity-category-link { flex: 0 0 auto; color: var(--celerity-ink); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }

/* Content and footer */
.celerity-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; }
.celerity-post-card { overflow: hidden; border: 1px solid var(--celerity-border); background: #fff; }
.celerity-post-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.celerity-post-card-content { padding: 28px; }
.celerity-post-card h2 { margin: 0 0 12px; font-family: var(--celerity-serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.entry-thumbnail { margin-bottom: 44px; }
.entry-meta { color: var(--celerity-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border: 1px solid var(--celerity-border); }
.page-numbers.current { color: #fff; background: var(--celerity-primary); }
.comments-area { margin-top: 64px; padding-top: 42px; border-top: 1px solid var(--celerity-border); }
.celerity-empty-state { text-align: center; }
.celerity-error-code { margin: 0; color: var(--celerity-sage); font-family: var(--celerity-serif); font-size: clamp(8rem, 22vw, 18rem); line-height: .72; }
.site-footer { overflow: hidden; color: rgba(255,255,255,.75); background: #11130f; }
.celerity-footer-marquee { width: max-content; padding: 18px 0 26px; color: rgba(255,255,255,.08); font-family: var(--celerity-serif); font-size: clamp(4rem, 11vw, 11rem); line-height: .8; white-space: nowrap; letter-spacing: -.04em; }
.celerity-footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr .8fr; gap: clamp(30px, 5vw, 80px); padding-block: 85px 78px; }
.celerity-footer-brand img, .site-footer .custom-logo { max-width: 245px; filter: brightness(0) invert(1); opacity: .9; }
.celerity-footer-brand p { max-width: 470px; margin: 28px 0 24px; color: rgba(255,255,255,.57); }
.celerity-footer-whatsapp { color: var(--celerity-gold-light); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.site-footer h2 { margin: 0 0 22px; color: var(--celerity-gold-light); font-size: .66rem; text-transform: uppercase; letter-spacing: .18em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li + li { margin-top: 10px; }
.site-footer a { color: rgba(255,255,255,.86); }
.site-footer a:hover { color: var(--celerity-gold-light); }
.site-footer p { margin-top: 0; }
.celerity-footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.celerity-footer-bottom .celerity-container { display: flex; justify-content: space-between; gap: 20px; }

/* WooCommerce: editorial catalog, product, cart and checkout */
.celerity-shop-main { padding-block: clamp(58px, 8vw, 110px); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 34px; color: var(--celerity-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.woocommerce .woocommerce-breadcrumb a { color: var(--celerity-primary); }
.woocommerce-products-header { max-width: 970px; margin-bottom: 48px; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-family: var(--celerity-serif); font-size: clamp(3.8rem, 7vw, 7.4rem); font-weight: 500; line-height: .82; letter-spacing: -.045em; }
.term-description { max-width: 760px; color: var(--celerity-muted); font-family: var(--celerity-serif); font-size: 1.4rem; line-height: 1.35; }
.celerity-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; padding: 16px 0; border-block: 1px solid var(--celerity-border); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { float: none; margin: 0; }
.woocommerce .woocommerce-result-count { color: var(--celerity-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 8px 35px 8px 12px; border: 0; color: var(--celerity-ink); background: transparent; font-size: .74rem; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 42px 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0; overflow: visible; background: transparent; }
.woocommerce ul.products li.product a img { margin: 0 0 18px; aspect-ratio: .82; object-fit: cover; background: #ece8de; transition: transform .5s ease; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-5px); box-shadow: var(--celerity-shadow); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--celerity-ink); font-family: var(--celerity-serif); font-size: 1.45rem; font-weight: 500; line-height: 1.05; }
.woocommerce ul.products li.product .price { color: var(--celerity-primary); font-size: .82rem; font-weight: 700; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 10px 14px; border: 1px solid var(--celerity-border); border-radius: 0; color: var(--celerity-ink); background: transparent; font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; }
.woocommerce ul.products li.product .button::after { content: "+"; font-size: 1rem; }
.woocommerce ul.products li.product .button:hover, .woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { color: #fff; border-color: var(--celerity-primary-dark); background: var(--celerity-primary-dark); }
.woocommerce span.onsale { top: 14px; left: 14px; min-width: auto; min-height: auto; line-height: 1; padding: 8px 11px; border-radius: 0; color: #fff; background: var(--celerity-ink); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images img { background: #ece8de; }
.woocommerce div.product div.summary { padding: clamp(10px, 4vw, 56px); background: var(--celerity-cream); }
.woocommerce div.product .product_title { margin-bottom: 24px; font-size: clamp(3.2rem, 5.5vw, 6rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--celerity-primary); font-size: 1.2rem; font-weight: 700; }
.woocommerce-product-details__short-description { color: var(--celerity-muted); font-family: var(--celerity-serif); font-size: 1.3rem; line-height: 1.45; }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin-top: 32px; }
.woocommerce div.product form.cart .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 50px; padding: 12px 20px; border-radius: 0; color: #fff; background: var(--celerity-primary); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.celerity-product-assurance { clear: both; margin-top: 28px; border-top: 1px solid var(--celerity-border); }
.celerity-product-assurance > div { display: grid; grid-template-columns: 26px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--celerity-border); }
.celerity-product-assurance span { color: var(--celerity-gold); }
.celerity-product-assurance p { margin: 0; color: var(--celerity-muted); font-size: .74rem; line-height: 1.5; }
.celerity-product-assurance strong { color: var(--celerity-ink); text-transform: uppercase; letter-spacing: .08em; }
.woocommerce div.product .woocommerce-tabs { padding-top: 60px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--celerity-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 30px 0 0; padding: 0; border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 14px 0; color: var(--celerity-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--celerity-ink); border-bottom: 1px solid var(--celerity-gold); }
.woocommerce .related.products > h2, .woocommerce .upsells.products > h2 { margin: 85px 0 35px; font-family: var(--celerity-serif); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; line-height: .9; }
.woocommerce table.shop_table { border-color: var(--celerity-border); border-radius: 0; background: rgba(255,255,255,.35); }
.woocommerce table.shop_table th { color: var(--celerity-muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.woocommerce .quantity .qty, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; border: 1px solid var(--celerity-border); border-radius: 0; padding: 10px 12px; background: #fff; }
.woocommerce form .form-row label { color: var(--celerity-muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--celerity-gold); background: var(--celerity-cream); }
.woocommerce-info::before, .woocommerce-message::before { color: var(--celerity-gold); }
.woocommerce-checkout h3, .woocommerce-cart h2, .woocommerce-account h2 { font-family: var(--celerity-serif); font-size: 2.4rem; font-weight: 500; }

@media (max-width: 1120px) {
  .celerity-header-inner { grid-template-columns: 220px 1fr 150px; gap: 20px; }
  .main-navigation ul { gap: 18px; }
  .main-navigation a { font-size: .65rem; }
  .celerity-editorial-copy { padding: 64px; }
  .celerity-footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
  .celerity-footer-grid > div:last-child { grid-column: 2/-1; }
}

@media (max-width: 1024px) {
  .celerity-header-inner { position: relative; min-height: 76px; display: flex; }
  .celerity-menu-toggle { display: block; order: 3; }
  .site-branding { margin-right: auto; }
  .celerity-header-actions { order: 2; }
  .main-navigation { position: fixed; z-index: 20; left: 0; right: 0; top: 110px; bottom: 0; display: block; overflow-y: auto; margin: 0; padding: 38px 32px; color: #fff; background: var(--celerity-ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .admin-bar .main-navigation { top: 142px; }
  .main-navigation.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-navigation ul { display: block; }
  .main-navigation a { padding: 12px 0; color: #fff; font-family: var(--celerity-serif); font-size: clamp(1.7rem, 5vw, 2.5rem); font-weight: 500; text-transform: none; letter-spacing: 0; }
  .main-navigation .sub-menu { position: static; min-width: 0; opacity: 1; visibility: visible; transform: none; display: block; padding: 0 0 10px 20px; border: 0; background: transparent; box-shadow: none; }
  .main-navigation .sub-menu a { padding: 6px 0; color: rgba(255,255,255,.65); font-family: var(--celerity-sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
  .main-navigation a::after { display: none; }
  .celerity-search-panel-inner { min-height: 220px; }
  .celerity-home-intro-grid { grid-template-columns: 45px 1fr; }
  .celerity-home-intro-grid .celerity-lead { grid-column: 2; }
  .celerity-collection-card { grid-column: span 6; }
  .celerity-collection-card-1, .celerity-collection-card-6 { grid-column: span 6; }
  .celerity-editorial-split, .celerity-editorial-scent { min-height: 0; grid-template-columns: 1fr; }
  .celerity-editorial-media, .celerity-editorial-scent .celerity-editorial-media { order: 1; min-height: 560px; }
  .celerity-editorial-copy, .celerity-editorial-scent .celerity-editorial-copy { order: 2; }
  .celerity-products-grid-home, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .celerity-promise-grid { grid-template-columns: repeat(2,1fr); }
  .celerity-promise-grid > div:nth-child(2) { border-right: 0; }
  .celerity-promise-grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .celerity-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  body.admin-bar .site-header { top: 46px; }
  .celerity-container { width: min(calc(100% - 30px), var(--celerity-container)); }
  .celerity-announcement-inner { justify-content: center; min-height: 32px; text-align: center; }
  .celerity-announcement a { display: none; }
  .custom-logo, .celerity-default-logo img { max-width: 160px; max-height: 50px; }
  .celerity-account-link { display: none !important; }
  .main-navigation { top: 108px; padding: 28px 20px; }
  .admin-bar .main-navigation { top: 154px; }
  .celerity-search-panel-inner { min-height: 190px; }
  .celerity-product-search label { font-size: 1.2rem; }
  .celerity-product-search input { font-size: 2rem; }
  .celerity-product-search button { font-size: 0; }
  .celerity-product-search button span { font-size: 1.2rem; }
  .celerity-search-close { right: 0; top: 8px; }
  .celerity-hero-slider { min-height: 620px; }
  .celerity-hero-slide, .celerity-content-right { background-position: 68% center; }
  .celerity-hero-slide::after, .celerity-content-right::after { background: linear-gradient(0deg, rgba(10,12,8,.82) 0%, rgba(10,12,8,.3) 56%, rgba(10,12,8,.04) 100%); }
  .celerity-hero-content, .celerity-content-right .celerity-hero-content, .celerity-content-center .celerity-hero-content { align-items: flex-end; justify-content: flex-start; text-align: left; }
  .celerity-hero-content-inner { max-width: 100%; padding: 48px 0 86px !important; }
  .celerity-hero-title { font-size: clamp(3.5rem, 16vw, 5.1rem); line-height: .84; }
  .celerity-hero-description { margin-top: 20px; font-size: .93rem; }
  .celerity-hero-button { min-height: 50px; margin-top: 25px; padding: 12px 19px; }
  .celerity-hero-arrow { display: none; }
  .celerity-hero-dots { left: 15px; bottom: 26px; transform: none; }
  .celerity-section { padding-block: 76px; }
  .celerity-home-intro { padding-bottom: 48px; }
  .celerity-home-intro-grid { grid-template-columns: 1fr; gap: 18px; }
  .celerity-section-index { display: none; }
  .celerity-home-intro-grid .celerity-lead { grid-column: auto; }
  .celerity-display-title, .celerity-section-heading h2, .celerity-editorial-copy h2, .celerity-final-cta h2 { font-size: clamp(3.25rem, 15vw, 5rem); line-height: .87; }
  .celerity-lead { font-size: 1.28rem; }
  .celerity-collection-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: auto; gap: 10px; }
  .celerity-collection-card, .celerity-collection-card-1, .celerity-collection-card-6 { grid-column: span 1; grid-row: auto; min-height: 300px; aspect-ratio: .78; }
  .celerity-collection-card:first-child { grid-column: 1/-1; min-height: 400px; aspect-ratio: 1.05; }
  .celerity-collection-copy { left: 16px; right: 16px; bottom: 16px; gap: 4px 8px; }
  .celerity-collection-copy strong { font-size: 1.8rem; }
  .celerity-round-arrow { width: 34px; height: 34px; }
  .celerity-editorial-media, .celerity-editorial-scent .celerity-editorial-media { min-height: 430px; }
  .celerity-editorial-copy { padding: 64px 20px; }
  .celerity-editorial-copy h2 { font-size: clamp(3.2rem, 14vw, 4.5rem); }
  .celerity-editorial-copy > p:not(.celerity-kicker) { margin-top: 22px; }
  .celerity-editorial-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
  .celerity-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 38px; }
  .celerity-section-heading h2 { font-size: clamp(3.1rem, 14vw, 4.5rem); }
  .celerity-occasion-row a { padding: 17px 0; font-size: 1.65rem; }
  .celerity-products-grid, .celerity-products-grid-home, .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 10px; }
  .celerity-product-view { display: none; }
  .celerity-product-card-content { grid-template-columns: 1fr; gap: 6px; padding-top: 13px; }
  .celerity-product-title, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.17rem; }
  .celerity-product-price, .celerity-product-button { grid-column: 1; }
  .celerity-product-button { padding-inline: 10px; font-size: .58rem; }
  .celerity-promise-grid { grid-template-columns: 1fr; }
  .celerity-promise-grid > div, .celerity-promise-grid > div:not(:first-child) { padding: 27px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .celerity-promise-grid > div:first-child { border-top: 0; }
  .celerity-promise-grid h3 { margin-top: 18px; }
  .celerity-final-cta > .celerity-container > div { align-items: center; flex-direction: column; gap: 24px; margin-top: 34px; }
  .celerity-category-header { align-items: flex-start; flex-wrap: wrap; gap: 16px; }
  .celerity-category-link { width: 100%; }
  .celerity-category-thumb { flex-basis: 84px; width: 84px; height: 84px; }
  .celerity-footer-grid { grid-template-columns: 1fr; gap: 38px; padding-block: 58px; }
  .celerity-footer-grid > div:last-child { grid-column: auto; }
  .celerity-footer-bottom .celerity-container { flex-direction: column; gap: 6px; }
  .woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-size: clamp(3.4rem, 15vw, 5rem); }
  .celerity-shop-toolbar { align-items: flex-start; flex-direction: column; }
  .woocommerce .woocommerce-ordering { width: 100%; }
  .woocommerce .woocommerce-ordering select { width: 100%; border: 1px solid var(--celerity-border); }
  .woocommerce div.product div.summary { padding: 32px 20px; }
  .woocommerce div.product form.cart { align-items: stretch; flex-wrap: wrap; }
  .woocommerce div.product form.cart .button { flex: 1; }
  .celerity-post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .celerity-header-actions a, .celerity-search-toggle, .celerity-menu-toggle { width: 38px; }
  .custom-logo, .celerity-default-logo img { max-width: 138px; }
  .celerity-collection-grid { grid-template-columns: 1fr; }
  .celerity-collection-card, .celerity-collection-card:first-child { grid-column: 1; min-height: 380px; aspect-ratio: .84; }
}

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