/* Scent Identity Builder */
.scent-builder-section{position:relative;padding:2.5rem 0 3.5rem;overflow:hidden}
@media (min-width:768px){.scent-builder-section{padding:3rem 0 4.5rem}}
.scent-builder-accent{position:absolute;pointer-events:none;z-index:0;top:8%;right:-10%;width:50%;height:70%;background:radial-gradient(ellipse at center,rgba(138,77,255,0.08) 0%,transparent 72%)}
.scent-builder-accent--teal{bottom:-5%;left:-8%;top:auto;right:auto;width:45%;height:55%;background:radial-gradient(ellipse at center,rgba(0,184,200,0.09) 0%,transparent 70%)}
.scent-builder-wrap{position:relative;z-index:2;max-width:52rem;margin:0 auto}
.scent-builder-intro{max-width:36rem;margin-bottom:2rem}
.scent-builder-wrap:has(.scent-results.is-visible) .scent-builder-intro{padding-top:2.5rem;margin-bottom:2.5rem}
@media (min-width:768px){.scent-builder-wrap:has(.scent-results.is-visible) .scent-builder-intro{padding-top:3rem;margin-bottom:3rem}}
.scent-builder-intro .section-label{margin-bottom:0.75rem;display:block}
.scent-builder-intro p{font-size:0.975rem;line-height:1.7;color:#4B5563;margin:0}
.scent-progress{display:flex;align-items:center;gap:0.5rem;margin-bottom:2rem}
.scent-progress-step{flex:1;height:4px;border-radius:9999px;background:rgba(0,47,54,0.1);transition:background 0.35s ease,transform 0.35s ease}
.scent-progress-step.is-active{background:linear-gradient(to right,#00B8C8,#8A4DFF)}
.scent-progress-step.is-done{background:#00B8C8}
.scent-progress-label{font-size:0.7rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#00B8C8;margin-bottom:0.65rem}
.scent-step-panel{display:none;animation:scentFadeIn 0.45s ease}
.scent-step-panel.is-active{display:block}
@keyframes scentFadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.scent-step-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.15;color:#002F36;font-weight:600;margin:0 0 0.5rem;letter-spacing:-0.02em}
.scent-step-sub{font-size:0.925rem;color:#6B7280;margin:0 0 1.5rem;line-height:1.55}
.scent-email-field{max-width:28rem}
.scent-email-label{display:block;font-size:0.875rem;font-weight:600;color:#002F36;margin-bottom:0.5rem}
.scent-email-input{display:block;width:100%;padding:0.9rem 1rem;border:2px solid rgba(0,184,200,0.18);border-radius:0.85rem;font-size:1rem;font-family:inherit;color:#002F36;background:#fff;transition:border-color 0.2s ease,box-shadow 0.2s ease}
.scent-email-input:focus{outline:none;border-color:#00B8C8;box-shadow:0 0 0 3px rgba(0,184,200,0.15)}
.scent-email-input.is-invalid{border-color:#dc2626}
.scent-email-error{font-size:0.8rem;color:#dc2626;margin:0.5rem 0 0}
.scent-email-error.is-hidden{display:none}
.scent-email-note{font-size:0.78rem;color:#6B7280;line-height:1.5;margin:0.85rem 0 0}
.scent-other-field{margin-top:0.75rem;max-width:28rem}
.scent-other-field.is-hidden{display:none}
.scent-other-label{display:block;font-size:0.875rem;font-weight:600;color:#002F36;margin-bottom:0.5rem}
.scent-other-input{margin-top:0}
.scent-other-error{font-size:0.8rem;color:#dc2626;margin:0.5rem 0 0}
.scent-other-error.is-hidden{display:none}
.scent-email-status{font-size:0.82rem;line-height:1.5;margin:0 0 1rem;padding:0.7rem 0.9rem;border-radius:0.75rem}
.scent-email-status.is-hidden{display:none}
.scent-email-status.is-pending{color:rgba(249,249,247,0.82);background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1)}
.scent-email-status.is-success{color:#C7F000;background:rgba(199,240,0,0.08);border:1px solid rgba(199,240,0,0.28)}
.scent-email-status.is-error{color:rgba(249,249,247,0.88);background:rgba(255,106,42,0.1);border:1px solid rgba(255,106,42,0.28)}
.scent-options{display:grid;grid-template-columns:1fr;gap:0.75rem}
@media (min-width:640px){.scent-options{grid-template-columns:repeat(2,1fr);gap:1rem}}
.scent-option{position:relative;text-align:left;padding:1.15rem 1.2rem;background:#fff;border:2px solid rgba(0,184,200,0.14);border-radius:1rem;cursor:pointer;transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;font-family:inherit;width:100%}
.scent-option:hover{border-color:rgba(0,184,200,0.35);box-shadow:0 8px 24px -12px rgba(0,184,200,0.25);transform:translateY(-2px)}
.scent-option.is-selected{border-color:#00B8C8;background:linear-gradient(135deg,rgba(255,255,255,1) 0%,rgba(0,184,200,0.05) 100%);box-shadow:0 10px 28px -14px rgba(0,184,200,0.35)}
.scent-option.is-selected::after{content:'';position:absolute;top:0.85rem;right:0.85rem;width:1.25rem;height:1.25rem;border-radius:9999px;background:linear-gradient(135deg,#00B8C8,#009aaa);box-shadow:0 0 0 3px #fff}
.scent-option-icon{font-size:1.5rem;line-height:1;margin-bottom:0.5rem;display:block}
.scent-option-label{font-weight:700;font-size:0.95rem;color:#002F36;display:block;margin-bottom:0.25rem}
.scent-option-desc{font-size:0.8rem;color:#6B7280;line-height:1.4;display:block}
.scent-nav{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:2rem;align-items:center}
.scent-btn-back{background:transparent;border:1px solid rgba(0,47,54,0.18);color:#002F36;padding:0.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:0.875rem;cursor:pointer;font-family:inherit;min-height:48px;transition:border-color 0.2s ease,background 0.2s ease}
.scent-btn-back:hover{border-color:#00B8C8;background:rgba(0,184,200,0.06)}
.scent-btn-back:disabled{opacity:0.35;cursor:not-allowed;pointer-events:none}
.scent-btn-next{margin-left:auto}
.scent-btn-next:disabled{opacity:0.45;cursor:not-allowed;pointer-events:none;filter:grayscale(0.3)}
.scent-results{display:none;animation:scentReveal 0.7s ease}
.scent-results.is-visible{display:block}
@keyframes scentReveal{from{opacity:0;transform:translateY(20px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.scent-results-card{position:relative;background:linear-gradient(145deg,#002F36 0%,#003d47 55%,#004550 100%);border-radius:1.35rem;padding:1.75rem 1.35rem;border:1px solid rgba(0,184,200,0.22);box-shadow:0 28px 56px -20px rgba(0,47,54,0.45);overflow:hidden}
@media (min-width:768px){.scent-results-card{padding:2.25rem 2rem}}
.scent-results-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#00B8C8,#8A4DFF,#C7F000,#FF6A2A);pointer-events:none}
.scent-results-glow{position:absolute;top:-30%;right:-20%;width:60%;height:80%;background:radial-gradient(ellipse at center,rgba(138,77,255,0.18) 0%,transparent 68%);pointer-events:none;animation:scentPulse 4s ease-in-out infinite}
@keyframes scentPulse{0%,100%{opacity:0.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}
.scent-results-inner{position:relative;z-index:1}
.scent-results-badge{display:inline-block;font-size:0.62rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:#C7F000;border:1px solid rgba(199,240,0,0.45);padding:0.35rem 0.7rem;border-radius:9999px;margin-bottom:1rem}
.scent-results-name{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.85rem,5vw,2.75rem);line-height:1.1;color:#F9F9F7;font-weight:600;margin:0 0 0.5rem;letter-spacing:-0.02em}
.scent-results-direction{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.25rem,3.5vw,1.65rem);line-height:1.2;color:#C7F000;font-weight:600;margin:0 0 0.65rem;letter-spacing:-0.01em}
.scent-results-tagline{font-size:0.9rem;color:rgba(249,249,247,0.78);line-height:1.55;margin:0 0 1.5rem;max-width:32rem}
.scent-mood-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.75rem}
.scent-mood-tag{font-size:0.72rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:0.4rem 0.75rem;border-radius:9999px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);color:#F9F9F7}
.scent-mood-tag--teal{border-color:rgba(0,184,200,0.45);color:#00B8C8;background:rgba(0,184,200,0.1)}
.scent-mood-tag--lime{border-color:rgba(199,240,0,0.4);color:#C7F000;background:rgba(199,240,0,0.08)}
.scent-pyramid{margin-bottom:1.75rem}
.scent-pyramid-title{font-size:0.7rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#00B8C8;margin-bottom:1rem}
.scent-pyramid-tier{margin-bottom:0.85rem}
.scent-pyramid-tier:last-child{margin-bottom:0}
.scent-pyramid-label{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:0.35rem;font-size:0.75rem;color:rgba(249,249,247,0.7)}
.scent-pyramid-label strong{color:#F9F9F7;font-weight:600;font-size:0.8rem}
.scent-pyramid-bar{height:8px;border-radius:9999px;background:rgba(255,255,255,0.08);overflow:hidden}
.scent-pyramid-fill{height:100%;border-radius:9999px;width:0;transition:width 1.1s cubic-bezier(0.22,1,0.36,1)}
.scent-pyramid-fill--top{background:linear-gradient(to right,#00B8C8,#5ee0ed)}
.scent-pyramid-fill--heart{background:linear-gradient(to right,#8A4DFF,#b794ff)}
.scent-pyramid-fill--base{background:linear-gradient(to right,#C7F000,#e8ff4d)}
.scent-pyramid-notes{font-size:0.78rem;color:rgba(249,249,247,0.65);margin-top:0.3rem;line-height:1.4}
.scent-service-rec{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:0.85rem;padding:1rem 1.1rem;margin-bottom:1.5rem}
.scent-service-rec-label{font-size:0.68rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#C7F000;margin-bottom:0.35rem}
.scent-service-rec-text{font-size:0.875rem;color:rgba(249,249,247,0.88);line-height:1.55;margin:0}
.scent-results-actions{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center}
.scent-btn-restart{background:transparent;border:1px solid rgba(255,255,255,0.25);color:#F9F9F7;padding:0.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:0.875rem;cursor:pointer;font-family:inherit;min-height:48px;transition:border-color 0.2s ease,background 0.2s ease}
.scent-btn-restart:hover{border-color:#00B8C8;background:rgba(0,184,200,0.1)}
.scent-identity-hero.subpage-hero.final-cta{background-image:url('/images/home/neon-wave-dark.webp')!important;background-size:100% 100%!important;background-position:center center!important}
@media (max-width:767px){.scent-identity-hero.subpage-hero.final-cta{background-size:auto 110%!important;background-position:right center!important}}
.scent-builder-shell{background:#F9F9F7;border:1px solid rgba(0,184,200,0.14);border-radius:1.35rem;padding:1.5rem 1.25rem;box-shadow:0 22px 44px -20px rgba(0,47,54,0.12)}
@media (min-width:768px){.scent-builder-shell{padding:2rem 2.25rem}}
.scent-builder-shell::before{content:'';display:block;height:4px;margin:-1.5rem -1.25rem 1.5rem;border-radius:1.35rem 1.35rem 0 0;background:linear-gradient(to right,#00B8C8,#8A4DFF,#C7F000)}
@media (min-width:768px){.scent-builder-shell::before{margin:-2rem -2.25rem 1.75rem}}
.scent-quiz-wrap.is-hidden{display:none}
.scent-identity-hero .subpage-hero-inner,.scent-identity-hero .subpage-hero-copy{max-width:100%;min-width:0;box-sizing:border-box;width:100%}
.scent-identity-hero .subpage-hero-copy{grid-column:1/-1;padding-left:0!important;padding-right:0!important}
@media (min-width:768px){.scent-identity-hero .subpage-hero-copy{grid-column:span 7/span 7}}
.scent-identity-hero .hero-heading-main .hero-heading-line-1,.scent-identity-hero .hero-heading-main .hero-heading-line-2,.scent-identity-hero .hero-heading-main span{display:block!important;white-space:normal!important;width:auto!important;max-width:100%!important}
.scent-identity-hero .section-label.hero-label,.scent-identity-hero .hero-heading-main,.scent-identity-hero .hero-desc{text-align:left;max-width:100%;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}
@media (min-width:768px){.scent-identity-hero .hero-heading-main .hero-heading-line-1,.scent-identity-hero .hero-heading-main .hero-heading-line-2{white-space:nowrap!important}}
.scent-identity-hero.subpage-hero.final-cta,.scent-identity-hero.subpage-hero{display:flex!important;align-items:center!important}