Embolden
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400;1,500&family=Jost:wght@300;400;500&family=Pinyon+Script&display=swap'); . em3 * { box-sizing: border-box; margin: 0; padding: 0; } .em3 { --gold: #7A5E1E; --ink: #111009; --body: #222018; --muted: #4A4640; --rule: #C8B888; --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'Jost', sans-serif; --script: 'Pinyon Script', cursive; font-family: var(--serif); color: var(--ink); width: 100%; max-width: 580px; } /* ── NAME + CREATOR ─────────────────────────────── */ .em3-masthead { text-align: center; padding: 40px 0 36px; border-bottom: 1px solid var(--rule); margin-bottom: 36px; } .em3-masthead__eyebrow { font-family: var(--sans); font-size: 9px; font-weight: 300; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; display: block; } .em3-masthead__name { font-family: var(--serif); font-size: clamp(52px, 14vw, 88px); font-weight: 300; font-style: italic; line-height: 0.92; color: var(--ink); letter-spacing: -0.02em; display: block; margin-bottom: 18px; } .em3-masthead__creator-row { display: flex; align-items: center; justify-content: center; gap: 12px; } .em3-masthead__dash { width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; } .em3-masthead__sig { font-family: var(--script); font-size: 30px; color: var(--gold); line-height: 1; } /* ── OPENING LINE ───────────────────────────────── */ .em3-opening { font-size: clamp(18px, 4vw, 23px); font-weight: 400; font-style: italic; line-height: 1.7; color: var(--body); text-align: center; padding: 0 8px 36px; border-bottom: 1px solid var(--rule); margin-bottom: 36px; } .em3-opening em { color: var(--gold); font-style: italic; } /* ── DESCRIPTION BODY ───────────────────────────── */ .em3-body { padding-bottom: 36px; border-bottom: 1px solid var(--rule); margin-bottom: 36px; } .em3-body__label { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .em3-body__label::after { content: ''; flex: 1; height: 1px; background: var(--rule); } .em3-body p { font-size: clamp(16px, 3.5vw, 19px); font-weight: 400; line-height: 1.95; color: var(--body); margin-bottom: 20px; } .em3-body p:last-child { margin-bottom: 0; } .em3-body em { color: var(--ink); font-style: italic; } .em3-body strong { color: var(--ink); font-weight: 400; } /* ── NOTES ──────────────────────────────────────── */ .em3-notes { padding-bottom: 36px; border-bottom: 1px solid var(--rule); margin-bottom: 36px; } .em3-notes__label { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; } .em3-notes__label::after { content: ''; flex: 1; height: 1px; background: var(--rule); } .em3-note-tier { margin-bottom: 24px; } .em3-note-tier:last-child { margin-bottom: 0; } .em3-note-tier__name { font-family: var(--sans); font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--body); margin-bottom: 10px; display: block; } .em3-note-tier__heading { font-size: 22px; font-weight: 300; font-style: italic; color: var(--ink); margin-bottom: 10px; } .em3-note-tier__pills { display: flex; flex-wrap: wrap; gap: 7px; } .em3-note-tier__pill { font-family: var(--sans); font-size: 12px; font-weight: 400; letter-spacing: 0.06em; color: var(--body); border: 1px solid var(--rule); padding: 6px 14px; white-space: nowrap; } /* ── DETAILS ────────────────────────────────────── */ .em3-details { padding-bottom: 36px; border-bottom: 1px solid var(--rule); margin-bottom: 36px; } .em3-details__label { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .em3-details__label::after { content: ''; flex: 1; height: 1px; background: var(--rule); } .em3-details__row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(216,204,170,0.4); } .em3-details__row:last-child { border-bottom: none; } .em3-details__key { font-family: var(--sans); font-size: 12px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); } .em3-details__val { font-size: 18px; font-weight: 400; font-style: italic; color: var(--ink); } /* ── JOURNEY ────────────────────────────────────── */ .em3-journey { padding-bottom: 36px; border-bottom: 1px solid var(--rule); margin-bottom: 36px; } .em3-journey__label { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; } .em3-journey__label::after { content: ''; flex: 1; height: 1px; background: var(--rule); } .em3-phase { padding: 18px 0; border-bottom: 1px solid rgba(216,204,170,0.4); } .em3-phase:last-child { border-bottom: none; padding-bottom: 0; } .em3-phase__time { font-family: var(--sans); font-size: 8px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; display: block; } .em3-phase__name { font-size: 22px; font-weight: 300; font-style: italic; color: var(--ink); margin-bottom: 6px; } .em3-phase__desc { font-family: var(--sans); font-size: 14px; font-weight: 400; line-height: 1.8; color: var(--body); } /* ── CREATOR NOTE ───────────────────────────────── */ .em3-creator { padding-bottom: 40px; } .em3-creator__label { font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .em3-creator__label::after { content: ''; flex: 1; height: 1px; background: var(--rule); } .em3-creator__note { font-size: clamp(16px, 3.5vw, 19px); font-weight: 400; font-style: italic; line-height: 2; color: var(--body); margin-bottom: 24px; } .em3-creator__note em { color: var(--ink); } .em3-creator__note strong { color: var(--ink); font-weight: 300; } .em3-creator__note .hi { color: var(--gold); } .em3-creator__sig-row { display: flex; align-items: center; gap: 12px; } .em3-creator__sig-dash { width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; } .em3-creator__sig { font-family: var(--script); font-size: 32px; color: var(--gold); line-height: 1; } Extrait de Parfum · Amir Scent Bar Embolden LoBoEmprs Some fragrances are noticed. Embolden stops people mid-step — and gives the wearer the freedom to be exactly who they are. The Fragrance Embolden was built to draw people in and hold them there — an alluring, magnetic opening that catches a stranger mid-stride before they even realize they've stopped. Cotton flower, apple, and Turkish rose lead with irresistible brightness, sharpened by cypress and pink pepper, softened by jasmine, rum, and a whisper of coconut. This is the opening that makes someone slow down, turn their head, and wonder what just pulled them in. The heart is where Embolden tightens its hold. Saffron, orris root, and raspberry deepen into Madagascar vanilla and crème brûlée — rich and warm without ever being obvious. Tonka bean and spice keep it grounded. This is the note that makes a passerby stop completely and ask the question they can't hold back: what was that? The dry-down settles like a quiet decision. Oud, leather, palo santo, and amber root the fragrance in something deep and unhurried — a feeling of knowing yourself, fully occupying who you are. Brown sugar and coconut soften the edges. Musk and papyrus carry it long after you've left the room. This is the fragrance for the person ready to stop shrinking. Splendiferous by nature. Emboldened by design. The Composition Top Notes · The Arrival Cotton Flower Apple Cypress Pink Pepper Turkish Rose Rum Jasmine Coconut Powder Heart Notes · The Draw Orris Root Saffron Raspberry Madagascar Vanilla Crème Brûlée Spices Tonka Bean Base Notes · The Mark Vanilla Coconut Musk Amber Patchouli Brown Sugar Oud Leather Palo Santo Papyrus Details Concentration Extrait de Parfum Longevity 12 – 24 Hours Projection Strong – Intense Season All Year On Your Skin 0 – 30 minutes The Captivation Bright and luminous — cotton flower, apple, and cypress open with a snap of freshness. Pink pepper sharpens it. Heads turn before you've settled in. 30 minutes – 4 hours The Hold Saffron, vanilla, and crème brûlée rise warm and unhurried. People lean in. This is the note that makes strangers ask. 4 hours onward The Identity Oud, leather, palo santo, and amber settle into your skin like a second self. Sacred, deep, entirely yours. This is what they remember. From the Creator She wanted a fragrance with allure — one that would draw a stranger in and stop them in their tracks, holding them captive in that space, until the only thing left to ask was what was that? And in that moment of being drawn in — something shifts. A becoming. An inner emboldenment to know who you are, and the freedom to be fully, unapologetically that person. Splendiferous. Liberating. Be that. LoBoEmprs
More you might like
Related
Emboldened
Related