/* CSS ROLE: page-specific legacy CSS for beauty-special-offers-nyc.html.
   Generated during CSS architecture split from darlings-pages.css.
   Keep only selectors scoped to body.page-beauty-special-offers-nyc. */

body.page-beauty-special-offers-nyc .divider {
    width: 48px;
    height: 1px;
    background: #9b7e58;
    margin: clamp(28px,5vw,40px) auto;
    opacity: 1;
}

body.page-beauty-special-offers-nyc .offers-section {
    padding: 0 clamp(20px,5vw,40px) clamp(64px,10vw,96px);
    max-width: 760px;
    margin: 0 auto;
}

body.page-beauty-special-offers-nyc .offer-card {
    position: relative;
    border: 1px solid var(--rule);
    padding: clamp(28px,5vw,44px) clamp(28px,5vw,48px);
    margin-bottom: clamp(24px,4vw,34px);
    transition: border-color .3s ease;
    overflow: hidden;
}

body.page-beauty-special-offers-nyc .offer-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--gold);
    opacity: 0;
    transition: opacity .3s ease;
}

body.page-beauty-special-offers-nyc .offer-card:hover {
    border-color: rgba(155,126,88,0.4);
}

body.page-beauty-special-offers-nyc .offer-card:hover::before {
    opacity: 1;
}

body.page-beauty-special-offers-nyc .offer-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

body.page-beauty-special-offers-nyc .offer-label {
    font-size: 9px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

body.page-beauty-special-offers-nyc .offer-title {
    font-family: "EB Garamond",serif;
    font-size: clamp(22px,5vw,32px);
    font-weight: 400;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: 0.3px;
}

body.page-beauty-special-offers-nyc .offer-discount {
    font-family: "EB Garamond",serif;
    font-size: clamp(44px,9vw,72px);
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    letter-spacing: -1px;
    flex-shrink: 0;
    opacity: 0.55;
}

body.page-beauty-special-offers-nyc .offer-rule {
    width: 32px;
    height: 1px;
    background: var(--rule);
    margin: 16px 0;
}

body.page-beauty-special-offers-nyc .offer-desc {
    font-size: 12px;
    line-height: 1.9;
    color: #4a4440;
    font-weight: 300;
    max-width: 480px;
}

body.page-beauty-special-offers-nyc .offer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(18px,3vw,24px);
    padding-top: clamp(16px,3vw,20px);
    border-top: 1px solid var(--rule-lt);
    gap: 12px;
    flex-wrap: wrap;
}

body.page-beauty-special-offers-nyc .offer-expiry {
    font-size: 9px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #6e6660;
    font-weight: 300;
}

body.page-beauty-special-offers-nyc .offer-expiry strong {
    color: #1c1813;
    font-weight: 500;
}

body.page-beauty-special-offers-nyc .offer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    color: var(--ink);
    border: 1px solid var(--rule);
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 12px 28px;
    text-decoration: none;
    transition: background .25s,border-color .25s,color .25s;
    font-family: "DM Sans",sans-serif;
    white-space: nowrap;
    touch-action: manipulation;
}

body.page-beauty-special-offers-nyc .offer-cta:hover,
body.page-beauty-special-offers-nyc .offer-cta:active {
    background: var(--bg-alt);
    border-color: var(--dust);
    color: var(--ink);
}

body.page-beauty-special-offers-nyc .offer-card--dark {
    background: #e8e5df;
    border-color: #d9d3c8;
}

body.page-beauty-special-offers-nyc .offer-card--dark::before {
    background: var(--gold);
}

body.page-beauty-special-offers-nyc .offer-card--dark:hover {
    border-color: rgba(155,126,88,0.4);
}

body.page-beauty-special-offers-nyc .offer-card--dark .offer-cta {
    background: #f0eeea;
    color: var(--ink);
    border: 1px solid #d9d3c8;
}

body.page-beauty-special-offers-nyc .offer-card--dark .offer-cta:hover,
body.page-beauty-special-offers-nyc .offer-card--dark .offer-cta:active {
    background: #e9e7e3;
    border-color: var(--dust);
}

body.page-beauty-special-offers-nyc .offers-note {
    text-align: center;
    margin-top: clamp(8px,2vw,16px);
}

body.page-beauty-special-offers-nyc .offers-note p {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: var(--gold);
    font-weight: 300;
    line-height: 1.8;
}
