/* ═══════════════════════════════════════════════════════════
   CORRINE LEONE PRESS — Elementor Widgets CSS
   Brand: Emerald Green (#1E5B2A / #0F3318) | Gold (#B8942A) | Cream (#F9F4EC)
   Fonts: Cormorant Garamond (serif headings) | Inter (body)
═══════════════════════════════════════════════════════════ */

/* ── Global Reset for Widgets ── */
.clp-hero, .clp-featured, .clp-series, .clp-testimonials,
.clp-about, .clp-newsletter {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

/* ── Shared Helpers ── */
.clp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.clp-section-header {
    text-align: center;
    margin-bottom: 56px;
}

.clp-section-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #B8942A;
    margin-bottom: 12px;
}

.clp-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    color: #0F3318;
    margin: 0 0 16px;
    line-height: 1.1;
}

.clp-section-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: rgba(15, 51, 24, 0.65);
    margin: 16px auto 0;
    max-width: 600px;
}

.clp-divider {
    width: 64px;
    height: 2px;
    background-color: #B8942A;
    margin: 0 auto 24px;
}

.clp-divider--left {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 28px;
}

/* Buttons */
.clp-btn {
    display: inline-block;
    background-color: #B8942A;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 36px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background-color 0.25s, transform 0.2s;
}
.clp-btn:hover { background-color: #9a7a20; }

.clp-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #1E5B2A;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    border: 1.5px solid #1E5B2A;
    cursor: pointer;
    transition: background-color 0.25s;
}
.clp-btn-outline:hover { background-color: rgba(30, 91, 42, 0.06); }

/* ═══════════════════════════════════════════
   HERO WIDGET
═══════════════════════════════════════════ */
.clp-hero {
    display: flex;
    min-height: 90vh;
    overflow: hidden;
    position: relative;
}

.clp-hero__left {
    width: 50%;
    background-color: #0F3318;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    position: relative;
    z-index: 2;
}

.clp-hero__right {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    background-color: #0F3318;
}

/* Fill Panel (cover/crop) mode — image absolutely fills the panel */
.clp-hero__right--cover .clp-hero__cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 50%;
}

/* Fit Inside (contain) mode — whole image visible, no cropping */
.clp-hero__right--contain {
    align-items: center;
    justify-content: center;
}
.clp-hero__right--contain .clp-hero__cover {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Natural Size mode — exact width/height set via widget controls */
.clp-hero__right--natural {
    align-items: center;
    justify-content: center;
}
.clp-hero__right--natural .clp-hero__cover {
    position: relative;
    object-fit: cover;
    flex-shrink: 0;
}

/* Placeholder shown in the editor / when no image is selected */
.clp-hero__image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    min-height: 240px;
    padding: 24px;
    text-align: center;
    color: rgba(249, 244, 236, 0.45);
    border: 1px dashed rgba(249, 244, 236, 0.25);
}
.clp-hero__image-placeholder-icon { font-size: 2.5rem; line-height: 1; }
.clp-hero__image-placeholder-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    max-width: 220px;
}

.clp-hero__right-overlay {
    position: absolute;
    inset-block: 0;
    left: 0;
    width: 30%;
    background: linear-gradient(to right, #0F3318, transparent);
    pointer-events: none;
    z-index: 1;
}

.clp-hero__badge {
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 2;
    background-color: #B8942A;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 8px 20px;
}

.clp-hero__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B8942A;
    margin-bottom: 20px;
}

.clp-hero__headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 600;
    line-height: 1.05;
    margin: 0 0 24px;
}

.clp-hero__headline-1 {
    display: block;
    color: #F9F4EC;
}

.clp-hero__headline-2 {
    display: block;
    color: #B8942A;
    font-style: italic;
}

.clp-hero__tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: rgba(249, 244, 236, 0.7);
    border-left: 3px solid rgba(184, 148, 42, 0.5);
    padding-left: 16px;
    margin: 0 0 40px;
    line-height: 1.6;
}

.clp-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.clp-hero__btn-primary {
    background-color: #B8942A;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 36px;
    border: 2px solid transparent;
    transition: background-color 0.25s;
}
.clp-hero__btn-primary:hover { background-color: #9a7a20; }

.clp-hero__btn-secondary {
    background-color: transparent;
    color: #F9F4EC;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    border: 1.5px solid rgba(249, 244, 236, 0.4);
    transition: background-color 0.25s;
}
.clp-hero__btn-secondary:hover { background-color: rgba(249, 244, 236, 0.08); }

@media (max-width: 1024px) {
    .clp-hero { flex-direction: column; min-height: auto; }
    .clp-hero__left, .clp-hero__right { width: 100%; }
    .clp-hero__left { padding: 60px 32px; }
    .clp-hero__right { min-height: 50vw; }
}

/* ═══════════════════════════════════════════
   FEATURED RELEASE WIDGET
═══════════════════════════════════════════ */
.clp-featured {
    padding: 80px 0;
    background-color: #F9F4EC;
}

.clp-featured__card {
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.clp-featured__cover {
    flex: 0 0 33%;
    min-height: 480px;
    position: relative;
    overflow: hidden;
    background-color: #0F3318;
}

.clp-featured__cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% 50%;
}

.clp-featured__cover-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: rgba(249, 244, 236, 0.45);
    border: 1px dashed rgba(249, 244, 236, 0.25);
    font-size: 0.8rem;
    padding: 24px;
}
.clp-featured__cover-placeholder span:first-child { font-size: 2.5rem; }

.clp-featured__cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,51,24,0.4), transparent);
    pointer-events: none;
}

.clp-featured__details {
    flex: 1;
    background-color: #fff;
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clp-featured__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.clp-featured__badge {
    background-color: #B8942A;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 12px;
}

.clp-featured__series-label {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.9rem;
    color: #1E5B2A;
}

.clp-featured__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 600;
    color: #0F3318;
    margin: 0 0 6px;
}

.clp-featured__subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.3rem;
    color: #B8942A;
    margin: 0 0 24px;
}

.clp-featured__divider {
    width: 48px;
    height: 2px;
    background-color: #B8942A40;
    margin-bottom: 24px;
}

.clp-featured__quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: rgba(15, 51, 24, 0.8);
    border-left: 3px solid #B8942A;
    padding-left: 16px;
    margin: 0 0 20px;
    line-height: 1.7;
}

.clp-featured__description {
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(15, 51, 24, 0.65);
    margin-bottom: 28px;
}

.clp-featured__meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    border-top: 1px solid #B8942A20;
    border-bottom: 1px solid #B8942A20;
    padding: 20px 0;
    margin-bottom: 32px;
}

.clp-featured__meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.clp-featured__meta-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #B8942A;
}

.clp-featured__meta-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: #0F3318;
}

.clp-featured__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.clp-featured__btn-order {
    background-color: #B8942A;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    transition: background-color 0.25s;
}
.clp-featured__btn-order:hover { background-color: #9a7a20; }

.clp-featured__btn-details {
    background-color: transparent;
    color: #1E5B2A;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    border: 1.5px solid #1E5B2A;
    transition: background-color 0.25s;
}
.clp-featured__btn-details:hover { background-color: rgba(30, 91, 42, 0.06); }

@media (max-width: 900px) {
    .clp-featured__card { flex-direction: column; }
    .clp-featured__cover { flex: none; min-height: 300px; }
    .clp-featured__details { padding: 36px 24px; }
    .clp-featured__meta { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════
   SERIES GRID WIDGET
═══════════════════════════════════════════ */
.clp-series {
    padding: 80px 20px;
    background-color: #fff;
}

.clp-series__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    max-width: 800px;
    margin: 0 auto 48px;
}

.clp-series__book {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clp-series__book-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.clp-series__book-cover {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s, transform 0.3s;
}
.clp-series__book-link:hover .clp-series__book-cover {
    box-shadow: 0 16px 60px rgba(0,0,0,0.22);
    transform: translateY(-4px);
}

.clp-series__book-cover--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.clp-series__book-link:hover .clp-series__book-cover--image img {
    transform: scale(1.04);
}

.clp-series__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #B8942A;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
}

.clp-series__placeholder {
    background-color: #0F3318;
    border: 1px solid rgba(184, 148, 42, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px 20px;
    position: relative;
}

.clp-series__placeholder-corners { position: absolute; inset: 0; pointer-events: none; }

.clp-corner {
    position: absolute;
    width: 18px;
    height: 18px;
}
.clp-corner--tl { top: 8px;  left: 8px;  border-top: 1px solid rgba(184,148,42,0.5); border-left: 1px solid rgba(184,148,42,0.5); }
.clp-corner--tr { top: 8px;  right: 8px; border-top: 1px solid rgba(184,148,42,0.5); border-right: 1px solid rgba(184,148,42,0.5); }
.clp-corner--bl { bottom: 8px; left: 8px;  border-bottom: 1px solid rgba(184,148,42,0.5); border-left: 1px solid rgba(184,148,42,0.5); }
.clp-corner--br { bottom: 8px; right: 8px; border-bottom: 1px solid rgba(184,148,42,0.5); border-right: 1px solid rgba(184,148,42,0.5); }

.clp-series__numeral {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: #B8942A;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(184,148,42,0.5);
    margin: auto;
}

.clp-series__placeholder-label {
    text-align: center;
    width: 100%;
}

.clp-series__placeholder-divider {
    width: 32px;
    height: 1px;
    background-color: rgba(184,148,42,0.35);
    margin: 0 auto 8px;
}

.clp-series__placeholder-text1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(249,244,236,0.4);
    margin: 0;
}

.clp-series__placeholder-text2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(184,148,42,0.6);
    margin: 4px 0 0;
}

.clp-series__book-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1rem;
    color: #0F3318;
    text-align: center;
    margin: 16px 0 4px;
}

.clp-series__book-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.85rem;
    color: #B8942A;
    text-align: center;
    margin: 0;
}

.clp-series__cta-wrap {
    text-align: center;
    margin-top: 24px;
}

.clp-series__cta {
    border-color: #1E5B2A;
    color: #1E5B2A;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 40px;
    border: 1.5px solid #1E5B2A;
    transition: background-color 0.25s;
}
.clp-series__cta:hover { background-color: rgba(30, 91, 42, 0.06); }

@media (max-width: 640px) {
    .clp-series__grid { grid-template-columns: 1fr; max-width: 320px; }
}

/* ═══════════════════════════════════════════
   TESTIMONIALS WIDGET
═══════════════════════════════════════════ */
.clp-testimonials {
    padding: 80px 20px;
    background-color: #F9F4EC;
}

.clp-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.clp-testimonials__card {
    background-color: #fff;
    padding: 36px;
    border-top: 3px solid #B8942A;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}

.clp-testimonials__quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    line-height: 0.6;
    color: rgba(184, 148, 42, 0.2);
    margin-bottom: 16px;
    display: block;
    font-weight: 700;
}

.clp-testimonials__quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(15, 51, 24, 0.8);
    flex: 1;
    margin: 0 0 24px;
}

.clp-testimonials__divider {
    width: 40px;
    height: 1px;
    background-color: rgba(184, 148, 42, 0.3);
    margin-bottom: 20px;
}

.clp-testimonials__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.clp-testimonials__author-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(184,148,42,0.3);
}

.clp-testimonials__author-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #0F3318;
    margin: 0;
}

.clp-testimonials__author-role {
    font-size: 0.8rem;
    color: #B8942A;
    margin: 2px 0 0;
}

@media (max-width: 900px) {
    .clp-testimonials__grid { grid-template-columns: 1fr; }
}
@media (min-width: 640px) and (max-width: 900px) {
    .clp-testimonials__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════
   ABOUT PREVIEW WIDGET
═══════════════════════════════════════════ */
.clp-about {
    padding: 80px 20px;
    background-color: #F9F4EC;
}

.clp-about__inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.clp-about--img-left .clp-about__inner {
    flex-direction: row-reverse;
}

.clp-about__text {
    width: 55%;
    padding: 72px 64px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clp-about__image-panel {
    width: 45%;
    background-color: #0F3318;
    position: relative;
    overflow: hidden;
    min-height: 480px;
}

.clp-about__image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% var(--clp-about-obj-y, 0%);
}

.clp-about__frame {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    border-color: rgba(184,148,42,0.5);
}

.clp-about__frame--tl { top: 20px; left: 20px; border-top: 1px solid; border-left: 1px solid; }
.clp-about__frame--br { bottom: 20px; right: 20px; border-bottom: 1px solid; border-right: 1px solid; }

.clp-about__label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B8942A;
    margin-bottom: 16px;
}

.clp-about__name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: #0F3318;
    margin: 0 0 6px;
}

.clp-about__author-title {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #B8942A;
    margin: 0 0 24px;
}

.clp-about__bio {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(15, 51, 24, 0.65);
    margin-bottom: 28px;
}

.clp-about__mission {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1rem;
    color: #0F3318;
    border-left: 3px solid #B8942A;
    padding: 16px 20px;
    background-color: rgba(30, 91, 42, 0.05);
    margin: 0 0 32px;
    line-height: 1.7;
}

.clp-about__btn {
    align-self: flex-start;
    border-color: #1E5B2A;
    color: #1E5B2A;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    border: 1.5px solid #1E5B2A;
    transition: background-color 0.25s;
}
.clp-about__btn:hover { background-color: rgba(30, 91, 42, 0.05); }

@media (max-width: 900px) {
    .clp-about__inner { flex-direction: column !important; }
    .clp-about__text, .clp-about__image-panel { width: 100%; }
    .clp-about__text { padding: 40px 28px; }
    .clp-about__image-panel { min-height: 300px; }
}

/* ═══════════════════════════════════════════
   NEWSLETTER WIDGET
═══════════════════════════════════════════ */
.clp-newsletter {
    padding: 96px 20px;
    background: linear-gradient(135deg, #0F3318 0%, #1E5B2A 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.clp-newsletter__bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0.08;
    pointer-events: none;
}

.clp-newsletter__inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.clp-newsletter__badge {
    display: inline-block;
    background-color: #B8942A;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 6px 16px;
    margin-bottom: 28px;
}

.clp-newsletter__headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.1;
}

.clp-newsletter__headline-1 {
    display: block;
    color: #F9F4EC;
}

.clp-newsletter__headline-2 {
    display: block;
    color: #B8942A;
    font-style: italic;
}

.clp-newsletter__description {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(249, 244, 236, 0.7);
    margin: 0 0 40px;
}

.clp-newsletter__form {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.clp-newsletter__form--inline { flex-direction: row; align-items: stretch; }
.clp-newsletter__form--stacked { flex-direction: column; max-width: 480px; margin-left: auto; margin-right: auto; }

.clp-newsletter__input {
    flex: 1;
    background-color: rgba(255,255,255,0.08);
    border: 1px solid rgba(184, 148, 42, 0.35);
    color: #F9F4EC;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    padding: 14px 20px;
    outline: none;
    transition: border-color 0.25s;
    -webkit-appearance: none;
}
.clp-newsletter__input::placeholder { color: rgba(249, 244, 236, 0.45); }
.clp-newsletter__input:focus { border-color: #B8942A; }

.clp-newsletter__submit {
    flex-shrink: 0;
    background-color: #B8942A;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s;
}
.clp-newsletter__submit:hover { background-color: #9a7a20; }

.clp-newsletter__privacy {
    font-size: 0.78rem;
    color: rgba(249, 244, 236, 0.4);
    margin: 0;
    letter-spacing: 0.02em;
}

@media (max-width: 640px) {
    .clp-newsletter__form--inline { flex-direction: column; }
}
