:root{--ink:#241d1b;--muted:#756965;--paper:#fffdf8;--cream:#f6eee2;--rose:#a84e62;--rose-dark:#7d3347;--rose-soft:#f6dfe3;--line:#e7d9ce;--shadow:0 24px 70px #5c39301f}*{box-sizing:border-box}html{background:var(--cream)}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 8% 10%, #ffffffe6, transparent 30%), radial-gradient(circle at 90% 15%, #ecbbc452, transparent 28%), var(--cream);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{cursor:pointer}main{width:min(1120px,100% - 32px);margin:0 auto;padding:56px 0 28px}.hero{text-align:center;max-width:760px;margin:0 auto 36px}.brand-mark{color:#fff;background:linear-gradient(145deg, var(--rose), var(--rose-dark));border-radius:50% 50% 44% 56%;place-items:center;width:52px;height:52px;margin:0 auto 18px;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;display:grid;box-shadow:0 12px 30px #7d334747}.eyebrow{color:var(--rose-dark);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.74rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,Times New Roman,serif}h1{letter-spacing:-.055em;margin-bottom:14px;font-size:clamp(2.75rem,7vw,5.25rem);font-weight:500}.hero-copy{max-width:660px;color:var(--muted);margin:0 auto;font-size:clamp(1rem,2vw,1.15rem);line-height:1.75}.workspace{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdf8eb;border:1px solid #e7d9cee6;border-radius:28px;overflow:hidden}.tool-selector{border-bottom:1px solid var(--line);background:#ffffff8f;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;display:grid}.tool-option{min-height:76px;color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;padding:13px;transition:all .16s}.tool-option:hover{background:var(--paper)}.tool-option[aria-pressed=true]{color:var(--rose-dark);background:var(--rose-soft);border-color:#a84e6233}.tool-option span,.tool-option small{display:block}.tool-option span{margin-bottom:5px;font-weight:800}.tool-option small{color:inherit;opacity:.8;font-size:.72rem;line-height:1.35}.tool-panel{padding:clamp(24px,5vw,52px)}.tool-heading{max-width:650px;margin-bottom:28px}.tool-heading h2{letter-spacing:-.025em;margin-bottom:10px;font-size:clamp(1.75rem,4vw,2.65rem);font-weight:500}.tool-heading>p:last-child{color:var(--muted);line-height:1.65}.tool-form{gap:18px;max-width:720px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-form label{color:#534845;gap:8px;font-size:.82rem;font-weight:800;display:grid}.tool-form input,.tool-form select{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);background:#fff;border-radius:12px;outline:none;padding:11px 13px}.tool-form input:focus,.tool-form select:focus{border-color:var(--rose);box-shadow:0 0 0 3px #a84e621f}.field-wide,.form-submit{grid-column:1/-1}.primary-button{color:#fff;background:linear-gradient(135deg, var(--rose), var(--rose-dark));border:0;border-radius:12px;justify-self:start;min-height:48px;padding:12px 20px;font-weight:800;box-shadow:0 10px 22px #7d334733}.primary-button:hover{filter:brightness(1.04);transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.65;transform:none}.form-message,.result-summary{border-radius:12px;margin:22px 0 0;padding:12px 14px;line-height:1.55}.form-message.error{color:#7d263b;background:#fbe3e7}.results{border-top:1px solid var(--line);margin-top:34px;padding-top:28px}.result-summary{color:#625652;background:#f8f1e8;margin-top:0;margin-bottom:18px}.result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.result-card{border:1px solid var(--line);background:#fff;border-radius:18px;min-width:0;padding:20px}.result-card h3{margin-bottom:5px;font-size:1.4rem;font-weight:500}.result-brand,.result-meta{color:var(--muted);line-height:1.45}.result-brand{margin-bottom:16px}.result-meta{margin:14px 0 0;font-size:.78rem}.tag-list{flex-wrap:wrap;gap:6px;display:flex}.tag{color:var(--rose-dark);background:var(--rose-soft);border-radius:999px;padding:5px 8px;font-size:.72rem;font-weight:700}footer{color:var(--muted);text-align:center;padding:24px 0 0;font-size:.78rem}@media (max-width:800px){main{width:min(100% - 20px,680px);padding-top:32px}.tool-selector,.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.hero{margin-bottom:24px}.workspace{border-radius:20px}.tool-selector,.form-grid,.result-grid{grid-template-columns:1fr}.tool-option{min-height:auto}.tool-panel{padding:24px 18px 30px}}
.brand-logo{object-fit:contain;border-radius:24%;width:clamp(88px,12vw,112px);height:auto;margin:0 auto 18px;display:block;box-shadow:0 14px 32px #7d334733}
.tool-form select{appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%237d3347' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:18px;padding-right:44px}.tool-form select::-ms-expand{display:none}.tool-form input::placeholder,.tool-form textarea::placeholder{color:#a59691;opacity:1;font-weight:400}
.story-form{max-width:720px}.story-textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:156px;color:var(--ink);font:inherit;background:#fff;border-radius:12px;outline:none;padding:14px 15px;line-height:1.55}.story-textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px #a84e621f}
.form-message.guidance{white-space:pre-line;color:#625652;background:#f8f1e8}.story-follow-up{border:1px solid var(--line);background:#ffffffb8;border-radius:16px;gap:18px;max-width:720px;margin-top:28px;padding:20px;display:grid}.story-follow-up-message{white-space:pre-line;color:#534845;font-weight:700;line-height:1.6}.story-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.story-choice-button{min-height:46px;color:var(--rose-dark);background:var(--rose-soft);border:1px solid #a84e6238;border-radius:12px;padding:10px 12px;font-weight:800}.story-choice-button[aria-pressed=true]{border-color:var(--rose);color:#fff;background:var(--rose)}.story-primary-action{margin-top:20px}.story-additional-information{gap:12px;max-width:720px;margin-top:20px;display:grid}.story-information-field{border:1px solid var(--line);background:#f8f3ef;border-radius:12px;gap:6px;padding:14px 16px;display:grid}.story-information-label{color:#756864;letter-spacing:.02em;font-size:.78rem;font-weight:800}.story-information-value{overflow-wrap:anywhere;color:var(--ink);font-weight:750;line-height:1.45}.story-choice-button:hover{border-color:var(--rose);filter:brightness(1.02)}.story-choice-button:disabled{cursor:wait;opacity:.65}.story-field-heading{justify-content:space-between;align-items:baseline;gap:12px;width:100%;display:flex}.story-follow-up-input{min-height:48px}.story-aroma-form{gap:8px}.story-follow-up-heading{align-items:flex-end}.story-follow-up-heading .story-follow-up-message{flex:1}.story-character-count{color:#80736f;text-align:right;white-space:nowrap;margin:0;font-size:.7rem;font-weight:650;display:block}.story-textarea[readonly]{cursor:not-allowed;color:#6f625e;background:#f7f3ef}@media (max-width:540px){.story-additional-information{gap:10px}.story-information-field{padding:12px 14px}.story-follow-up{padding:16px}.story-choice-grid{grid-template-columns:1fr}}
.tool-selector-shell{display:contents}@media (max-width:540px){.tool-selector-shell{border-bottom:1px solid var(--line);background:#ffffff8f;padding-inline:10px;display:block}.tool-selector{overscroll-behavior-inline:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;background:0 0;border-bottom:0;gap:4px;padding:8px 0;display:flex;overflow-x:auto}.tool-option{text-align:center;white-space:nowrap;border:1px solid #0000;border-radius:12px;flex:none;min-height:48px;padding:11px 12px;position:relative}.tool-option span{margin-bottom:0}.tool-option small{display:none}.tool-option[aria-pressed=true]{color:var(--rose-dark);background:var(--rose-soft);box-shadow:none;border-color:#a84e6233}}
.recommendation-output,.result-empty-message{overflow-wrap:anywhere;border:1px solid var(--line);background:#fff;border-radius:18px}.recommendation-output{padding:0 22px}.recommendation-result-item{padding:24px 0}.recommendation-result-item+.recommendation-result-item{border-top:1px dashed #a84e6247}.recommendation-result-item h3{color:var(--rose-dark);margin-bottom:18px;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600;line-height:1.35}.result-reason{color:#534845;line-height:1.65}.result-reason-label{color:var(--ink);margin-bottom:5px;font-weight:800}.result-reason>p:last-child{white-space:pre-line;margin-bottom:0}.dupe-no-alternative-copy,.dupe-alternative-intro>p{color:var(--muted);line-height:1.65}.dupe-no-alternative-copy{padding:0 0 24px}.dupe-no-alternative-copy p+p{margin-top:8px}.dupe-alternative-intro{padding:8px 0 18px}.dupe-reference-intro{padding:0}.dupe-reference-intro+.recommendation-result-item{padding-top:16px}.dupe-alternative-intro h4{color:var(--rose-dark);align-items:center;gap:14px;margin:0;font-size:.92rem;font-weight:800;display:flex}.dupe-alternative-intro h4:after{content:"";background:#a84e623d;flex:1;height:1px}.dupe-alternative-intro>p{margin-top:8px;font-size:.92rem}.result-affiliate-links{gap:9px;margin-top:20px;display:grid}.result-affiliate-links a{width:fit-content;max-width:100%;color:var(--rose-dark);text-underline-offset:3px;align-items:center;gap:8px;line-height:1.45;text-decoration-thickness:1px;display:flex}.result-affiliate-links a:hover{color:var(--rose)}.result-empty-message{color:#625652;white-space:pre-line;background:#f8f1e8;padding:20px 22px;line-height:1.65}@media (max-width:540px){.recommendation-output{padding:0 17px}.recommendation-result-item{padding:20px 0}.dupe-alternative-intro h4{gap:10px;font-size:.86rem}.result-affiliate-links a{background:var(--rose-soft);border-radius:10px;width:100%;min-height:44px;padding:9px 11px;text-decoration:none}}
.perfume-detail-output{overflow-wrap:anywhere;border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px}.perfume-detail-intro{color:#625652;margin-bottom:16px;font-weight:800}.perfume-detail-output h3{color:var(--rose-dark);margin-bottom:20px;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:600;line-height:1.35}.perfume-detail-description{color:#534845;line-height:1.65}.perfume-detail-description-label,.perfume-detail-purchase-label{color:var(--ink);margin-bottom:6px;font-weight:800}.perfume-detail-description>p:last-child{white-space:pre-line;margin-bottom:0}.perfume-detail-purchase{border-top:1px dashed #a84e6247;margin-top:22px;padding-top:20px}@media (max-width:540px){.perfume-detail-output{padding:18px 17px}}
