@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Italiana&family=Oswald:wght@500;600&display=swap');

:root {
    --fb-black: #070707;
    --fb-coal: #0d0c0b;
    --fb-cream: #f0e8da;
    --fb-paper: #eee9df;
    --fb-ink: #281d19;
    --fb-plume: #d96b9a;
    --fb-plume-soft: #ee9fbd;
    --fb-talon: #d87b14;
    --fb-gold: #dda936;
}

.fbnew, .fbnew * { box-sizing: border-box; }
.fbnew { margin: 0; color: var(--fb-cream); background: var(--fb-black); font-family: Georgia, 'Times New Roman', serif; }
.fbnew a { color: inherit; }
.fbnew svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.fbnew-header {
    height: 72px; padding: 0 clamp(22px, 4.25vw, 70px); display: grid;
    grid-template-columns: minmax(210px, 1fr) auto minmax(54px, 1fr); align-items: center;
    gap: 28px; position: relative; z-index: 20; background: rgba(5,5,5,.98);
    border-bottom: 1px solid rgba(224,166,53,.17);
}
.fbnew-brand { display: inline-flex; width: fit-content; align-items: center; gap: 9px; text-decoration: none; }
.fbnew-flame { width: 34px; height: 45px; fill: var(--fb-talon); filter: drop-shadow(0 0 9px rgba(216,123,20,.3)); }
.fbnew-brand span { display: grid; text-align: center; line-height: 1; }
.fbnew-brand strong { font-family: 'Italiana', 'Cormorant Garamond', Georgia, serif; text-transform: uppercase; letter-spacing: .16em; font-size: 1.25rem; font-weight: 400; }
.fbnew-brand small { margin-top: 6px; color: var(--fb-gold); text-transform: uppercase; letter-spacing: .45em; font-size: .58rem; }
.fbnew-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3.2vw, 52px); }
.fbnew-nav a { position: relative; padding: 27px 0 24px; text-decoration: none; white-space: nowrap; font-size: .94rem; transition: color .2s ease; }
.fbnew-nav a::after { content: ''; position: absolute; left: 50%; right: 50%; bottom: 17px; height: 1px; background: currentColor; transition: left .2s, right .2s; }
.fbnew-nav a:hover::after, .fbnew-nav a:focus-visible::after { left: 0; right: 0; }
.fbnew-nav a.is-active::after { left: 0; right: 0; height: 2px; }
.fbnew-nav .nav-plume { color: var(--fb-plume); }
.fbnew-nav .nav-talon { color: var(--fb-talon); }
.fbnew-bag { justify-self: end; width: 27px; text-decoration: none; }
.fbnew-bag svg { fill: none; stroke: var(--fb-cream); stroke-width: 1.5; }
.fbnew-menu { display: none; }

.fbnew-hero {
    min-height: 420px; display: grid; grid-template-columns: 1fr 1.08fr 1fr;
    background: #080706 url('../images/hero-workshops.png') center / cover no-repeat;
    isolation: isolate; position: relative; overflow: hidden;
}
.fbnew-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,2,3,.06), rgba(2,2,2,.35) 31%, rgba(2,2,2,.08) 68%, rgba(2,2,2,.02)), linear-gradient(0deg, rgba(0,0,0,.28), transparent 35%); }
.hero-panel { min-width: 0; padding: 38px 24px 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-shadow: 0 2px 14px #000; }
.hero-plume { padding-left: clamp(100px, 12vw, 210px); }
.hero-talon { padding-right: clamp(90px, 11vw, 190px); }
.hero-script { margin: 0 0 11px; color: var(--fb-plume-soft); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3.2rem, 4.3vw, 5.3rem); font-style: italic; font-weight: 500; line-height: .75; }
.hero-rustic { margin: 0 0 11px; color: var(--fb-talon); font-family: 'Oswald', Impact, sans-serif; font-size: clamp(2.6rem, 3.7vw, 4.65rem); font-weight: 600; line-height: .92; text-transform: uppercase; letter-spacing: .025em; }
.hero-maker { margin: 10px 0 18px; display: flex; align-items: center; gap: 11px; color: var(--fb-plume-soft); font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; }
.hero-maker span { width: 36px; height: 1px; background: currentColor; }
.hero-talon .hero-maker { color: var(--fb-talon); }
.hero-copy { margin: 0 0 20px; font-size: clamp(.94rem, 1.15vw, 1.15rem); line-height: 1.42; }
.fbnew-button { min-width: 186px; padding: 13px 22px 12px; display: inline-flex; justify-content: center; border: 1px solid; text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; transition: background .2s, color .2s, transform .2s; }
.fbnew-button:hover, .fbnew-button:focus-visible { transform: translateY(-2px); }
.button-plume { color: var(--fb-plume-soft); border-color: var(--fb-plume); background: rgba(30,4,17,.5); }
.button-plume:hover { background: var(--fb-plume); color: #10050a; }
.button-talon { color: #f5a734; border-color: #bd6908; background: rgba(34,18,2,.52); }
.button-talon:hover { background: var(--fb-talon); color: #120b03; }
.hero-center { padding-inline: 8px; }
.hero-flame { width: 65px; height: 82px; margin-bottom: 1px; fill: url('#gold'); fill: var(--fb-gold); filter: drop-shadow(0 0 15px rgba(221,169,54,.25)); }
.hero-center h1 { margin: 0; font-family: 'Oswald', Impact, sans-serif; font-size: clamp(3.5rem, 5.1vw, 6.2rem); line-height: .78; text-transform: uppercase; letter-spacing: .03em; }
.hero-center h1 span { margin: 17px auto 0; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--fb-gold); font-family: 'Italiana', Georgia, serif; font-size: .37em; font-weight: 400; letter-spacing: .35em; }
.hero-center h1 span::before, .hero-center h1 span::after { content: ''; width: 52px; height: 1px; background: var(--fb-gold); }
.hero-signature { margin: 17px 0 13px; color: var(--fb-gold); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.28rem, 1.75vw, 1.7rem); font-style: italic; }
.hero-story { margin: 0; font-size: clamp(.94rem, 1.2vw, 1.12rem); line-height: 1.4; }

.fbnew-values { color: var(--fb-ink); background: var(--fb-paper); box-shadow: inset 0 9px 24px rgba(78,50,28,.1); }
.values-inner { width: min(1080px, calc(100% - 40px)); min-height: 120px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.value-item { padding: 25px 24px; display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: center; border-right: 1px solid rgba(79,47,40,.14); }
.value-item:last-child { border: 0; }
.value-icon svg { width: 39px; height: 39px; fill: none; stroke: #773442; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.value-item h2 { margin: 0 0 6px; color: #65303b; font-size: .77rem; text-transform: uppercase; }
.value-item p { margin: 0; font-size: .74rem; line-height: 1.45; }

.fbnew-creations { padding: 25px clamp(25px, 7vw, 130px) 19px; text-align: center; background: radial-gradient(circle at 50% 30%, #181613 0, #080808 48%, #030303 100%); }
.section-heading { margin: 0 auto 17px; display: grid; grid-template-columns: minmax(45px, 175px) auto minmax(45px, 175px); justify-content: center; align-items: center; gap: 20px; }
.section-heading span { height: 1px; background: linear-gradient(90deg, transparent, #ad935f); }
.section-heading span:last-child { transform: scaleX(-1); }
.section-heading h2 { margin: 0; font-family: 'Italiana', Georgia, serif; font-size: 1.35rem; font-weight: 400; text-transform: uppercase; letter-spacing: .18em; }
.creation-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; }
.creation-card { min-width: 0; }
.creation-image { aspect-ratio: 1 / 1; border: 1px solid rgba(225,194,136,.35); background-image: url('../images/featured-creations.png'); background-size: 300% 200%; background-repeat: no-repeat; box-shadow: 0 9px 24px rgba(0,0,0,.35); }
.product-1, .product-2, .product-3 { background-size: contain; background-position: center; background-color: #080706; }
.product-1 { background-image: url('../images/shirt2.png'); }
.product-2 { background-image: url('../images/dreamcatcher2.png'); }
.product-3 { background-image: url('../images/makeupbag2.png'); }
.product-4 { background-position: 0 100%; }.product-5 { background-position: 50% 100%; }.product-6 { background-position: 100% 100%; }
.creation-card h3 { margin: 9px 0 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .9rem; font-weight: 400; }
.creation-card p { margin: 0; font-size: .84rem; }
.creation-card.plume p { color: var(--fb-plume); }
.creation-card.talon p { color: #ee8d21; }
.creations-link { margin: 17px auto 0; display: inline-block; color: var(--fb-talon); text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
.creations-link:hover { color: #ffad42; }

.fbnew-reviews { min-height: 158px; padding: 18px clamp(24px, 7vw, 120px) 14px; color: var(--fb-cream); text-align: center; background: radial-gradient(circle at 18% 50%, rgba(138,42,82,.13), transparent 27%), radial-gradient(circle at 84% 55%, rgba(189,92,10,.11), transparent 25%), #090807; border-top: 1px solid rgba(221,169,54,.2); }
.review-heading { margin-bottom: 5px; }
.review-heading h2 { font-size: 1rem; letter-spacing: .16em; }
.review-strip { width: min(960px, 100%); margin: auto; display: grid; grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 14px; align-items: center; }
.review-slides { min-width: 0; min-height: 78px; display: grid; align-items: center; }
.review-slide { grid-area: 1 / 1; margin: 0; padding: 0 12px; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.review-slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.review-stars { color: var(--fb-gold); font-size: .86rem; letter-spacing: .14em; }
.review-slide blockquote { max-width: 820px; margin: 4px auto 5px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: rgba(240,232,218,.94); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.08rem, 1.6vw, 1.35rem); font-style: italic; line-height: 1.25; }
.review-slide figcaption { color: rgba(240,232,218,.68); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.review-slide figcaption span { margin: 0 5px; color: var(--fb-gold); }
.review-arrow { width: 34px; height: 34px; display: grid; place-items: center; color: rgba(221,169,54,.8); background: transparent; border: 1px solid rgba(221,169,54,.35); border-radius: 50%; cursor: pointer; font: 1rem Georgia, serif; transition: color .2s, border-color .2s, background .2s; }
.review-arrow:hover, .review-arrow:focus-visible { color: #f2c86d; background: rgba(221,169,54,.08); border-color: rgba(221,169,54,.7); }
.review-dots { min-height: 10px; margin-top: 2px; display: flex; justify-content: center; gap: 7px; }
.review-dot { width: 6px; height: 6px; padding: 0; background: rgba(240,232,218,.25); border: 0; border-radius: 50%; cursor: pointer; }
.review-dot.is-active { background: var(--fb-gold); box-shadow: 0 0 0 2px rgba(221,169,54,.16); }

.fbnew-custom { min-height: 150px; padding: 26px max(30px, calc((100% - 1080px) / 2)); display: grid; grid-template-columns: 80px 1.35fr 1.1fr auto; gap: 28px; align-items: center; background: radial-gradient(circle at 92% 100%, rgba(176,52,3,.25), transparent 27%), radial-gradient(circle at 2% 100%, rgba(172,51,4,.15), transparent 22%), linear-gradient(90deg, #130d09, #1b1009 50%, #110b07); border-top: 1px solid rgba(217,118,20,.25); }
.custom-flame { width: 62px; height: 80px; fill: var(--fb-gold); filter: drop-shadow(0 0 13px rgba(215,103,10,.3)); }
.custom-title h2 { margin: 0; font-family: 'Italiana', Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 400; text-transform: uppercase; letter-spacing: .14em; }
.custom-title p { margin: 4px 0 0; color: var(--fb-cream); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-style: italic; }
.custom-copy { margin: 0; font-size: .86rem; line-height: 1.48; }
.fbnew-custom .fbnew-button { min-width: 210px; }

@media (max-width: 1180px) {
    .fbnew-header { grid-template-columns: auto 1fr auto; gap: 18px; }
    .fbnew-nav { gap: 20px; }
    .fbnew-nav a { font-size: .84rem; }
    .hero-plume { padding-left: 70px; }
    .hero-talon { padding-right: 70px; }
    .fbnew-creations { padding-inline: 30px; }
    .fbnew-custom { padding-inline: 30px; grid-template-columns: 64px 1.2fr 1fr auto; }
}

@media (max-width: 900px) {
    .fbnew-header { height: 66px; padding-inline: 22px; grid-template-columns: 1fr auto auto; }
    .fbnew-menu { width: 35px; height: 35px; padding: 7px; display: grid; align-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
    .fbnew-menu span { display: block; height: 1px; background: var(--fb-cream); transition: transform .2s, opacity .2s; }
    .fbnew-menu[aria-expanded='true'] span:first-child { transform: translateY(6px) rotate(45deg); }
    .fbnew-menu[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
    .fbnew-menu[aria-expanded='true'] span:last-of-type { transform: translateY(-6px) rotate(-45deg); }
    .fbnew-nav { position: absolute; top: 66px; left: 0; right: 0; padding: 10px 22px 20px; display: none; align-items: stretch; gap: 0; background: rgba(5,5,5,.98); border-bottom: 1px solid rgba(224,166,53,.25); }
    .fbnew-nav.is-open { display: grid; }
    .fbnew-nav a { padding: 12px 5px; }
    .fbnew-nav a::after { display: none; }
    .fbnew-hero { min-height: auto; grid-template-columns: 1fr; background-image: none; }
    .hero-panel { min-height: 390px; padding: 48px 22px; position: relative; isolation: isolate; background-image: url('../images/hero-workshops.png'); background-repeat: no-repeat; background-size: auto 100%; }
    .hero-panel::before { content: ''; position: absolute; inset: 0; z-index: -1; background: rgba(0,0,0,.34); }
    .hero-plume { background-position: left center; }
    .hero-plume::before { background: linear-gradient(90deg, rgba(0,0,0,.05), rgba(0,0,0,.68)); }
    .hero-center { min-height: 410px; order: -1; background: radial-gradient(circle at 50% 35%, #211811, #090806 62%); }
    .hero-center::before { display: none; }
    .hero-talon { background-position: right center; }
    .hero-talon::before { background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.04)); }
    .values-inner { width: min(720px, calc(100% - 32px)); grid-template-columns: repeat(2, 1fr); }
    .value-item:nth-child(2) { border-right: 0; }
    .value-item:nth-child(-n+2) { border-bottom: 1px solid rgba(79,47,40,.14); }
    .creation-grid { grid-template-columns: repeat(3, 1fr); gap: 20px 13px; }
    .fbnew-custom { padding-block: 35px; grid-template-columns: 65px 1fr auto; }
    .custom-copy { grid-column: 2 / 3; }
    .fbnew-custom .fbnew-button { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 600px) {
    .fbnew-header { padding-inline: 16px; }
    .fbnew-brand strong { font-size: 1.02rem; }
    .fbnew-brand small { font-size: .5rem; }
    .fbnew-flame { width: 28px; height: 37px; }
    .fbnew-bag { width: 23px; }
    .hero-panel { min-height: 350px; }
    .hero-center { min-height: 385px; }
    .hero-center h1 { font-size: clamp(3.25rem, 16vw, 4.5rem); }
    .hero-story { font-size: .98rem; }
    .hero-script { font-size: 3.8rem; }
    .hero-rustic { font-size: 3.2rem; }
    .values-inner { width: 100%; grid-template-columns: 1fr; }
    .value-item { padding: 19px 25px; border-right: 0; border-bottom: 1px solid rgba(79,47,40,.14); }
    .value-item:nth-child(2) { border-bottom: 1px solid rgba(79,47,40,.14); }
    .fbnew-creations { padding: 27px 16px 24px; }
    .section-heading { grid-template-columns: 1fr auto 1fr; gap: 10px; }
    .section-heading h2 { font-size: 1.05rem; letter-spacing: .11em; }
    .creation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 10px; }
    .creation-card h3 { font-size: .82rem; }
    .creation-card p { font-size: .76rem; }
    .fbnew-reviews { min-height: 190px; padding: 19px 14px 16px; }
    .review-heading { grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr); }
    .review-heading h2 { max-width: 230px; font-size: .82rem; letter-spacing: .11em; }
    .review-strip { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 4px; }
    .review-slide { padding-inline: 4px; }
    .review-slide blockquote { -webkit-line-clamp: 4; font-size: 1.08rem; line-height: 1.28; }
    .review-slide figcaption { font-size: .64rem; line-height: 1.5; }
    .fbnew-custom { padding: 40px 24px; grid-template-columns: 55px 1fr; gap: 12px 18px; text-align: left; }
    .custom-flame { width: 50px; height: 65px; }
    .custom-title h2 { font-size: 1.25rem; line-height: 1.35; }
    .custom-title p { font-size: 1.7rem; }
    .custom-copy { grid-column: 1 / -1; }
    .fbnew-custom .fbnew-button { grid-column: 1 / -1; grid-row: auto; width: 100%; margin-top: 9px; }
}

@media (prefers-reduced-motion: reduce) {
    .fbnew *, .fbnew *::before, .fbnew *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
