* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #faf6f0; }
body { color: #2b2b2b; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.happyplace-page { min-height: 100vh; background: #faf6f0; color: #2b2b2b; }
.happyplace-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1360px; margin: 0 auto; padding: 18px 32px; }
.happyplace-brand { display: flex; align-items: center; gap: 14px; }
.happyplace-logo { display: block; width: 58px; height: 58px; }
.happyplace-wordmark { color: #b55f1f; font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.happyplace-nav > span { color: #6d6258; font-size: 0.94rem; font-weight: 650; white-space: nowrap; }
.happyplace-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr); min-height: calc(100vh - 94px); max-width: 1360px; margin: 0 auto; padding: 0 32px 30px; }
.happyplace-visual { position: relative; min-height: 580px; overflow: hidden; border: 1px solid #e6ddd2; border-radius: 22px 0 0 22px; background: #fffdfc; box-shadow: 0 28px 80px rgba(43,43,43,.12); }
.happyplace-visual__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease; }
.happyplace-visual__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(43,43,43,0) 52%, rgba(43,43,43,.18)), linear-gradient(90deg, rgba(43,43,43,.18), rgba(43,43,43,0) 42%); }
.happyplace-material-panel { position: absolute; left: 24px; right: 24px; bottom: 72px; z-index: 2; display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 6px; max-width: calc(100% - 48px); overflow: hidden; padding: 9px; border: 1px solid rgba(230,221,210,.88); border-radius: 16px; background: rgba(255,253,252,.9); box-shadow: 0 18px 50px rgba(43,43,43,.14); backdrop-filter: blur(14px); scrollbar-width: none; }
.happyplace-material-panel::-webkit-scrollbar { display: none; }
.happyplace-chip { display: inline-flex; align-items: center; justify-content: center; gap: 6px; flex: 1 1 0; min-width: 0; min-height: 40px; padding: 7px 8px; border: 1px solid #e6ddd2; border-radius: 999px; background: #fffdfc; color: #4f453e; font: inherit; font-size: .8rem; font-weight: 800; white-space: nowrap; cursor: pointer; }
.happyplace-chip:hover, .happyplace-chip[aria-pressed="true"] { border-color: #b55f1f; color: #2b2b2b; box-shadow: 0 0 0 3px rgba(181,95,31,.14); }
.happyplace-chip__swatch { flex: 0 0 auto; width: 20px; height: 20px; border: 1px solid rgba(43,43,43,.18); border-radius: 999px; }
.happyplace-chip__label--full, .happyplace-chip__label--short { display: none; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.happyplace-material-panel[data-label-mode="full"] .happyplace-chip__label--full, .happyplace-material-panel[data-label-mode="short"] .happyplace-chip__label--short { display: inline; }
.happyplace-material-panel[data-label-mode="icon"] { justify-content: center; }
.happyplace-material-panel[data-label-mode="icon"] .happyplace-chip { flex: 0 0 auto; width: 42px; padding-inline: 9px; }
.happyplace-preview-note { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; margin: 0; color: #fffdfc; font-size: .95rem; font-weight: 750; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.happyplace-copy { display: flex; flex-direction: column; justify-content: center; min-height: 580px; padding: 34px 42px; border: 1px solid #e6ddd2; border-left: 0; border-radius: 0 22px 22px 0; background: #fffdfc; box-shadow: 0 28px 80px rgba(43,43,43,.09); }
.happyplace-eyebrow { margin: 0 0 16px; color: #b55f1f; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.happyplace-copy h1 { margin: 0 0 18px; color: #2b2b2b; font-size: clamp(2.35rem, 4vw, 3.75rem); font-weight: 760; letter-spacing: 0; line-height: 1.03; }
.happyplace-subtitle { margin: 0 0 22px; color: #5f554d; font-size: 1.16rem; line-height: 1.55; }
.happyplace-form { display: grid; gap: 14px; padding: 24px; border: 1px solid rgba(181,95,31,.16); border-radius: 16px; background: linear-gradient(180deg, rgba(255,253,252,.9), rgba(250,246,240,.92)), #fffdfc; box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 16px 42px rgba(43,43,43,.07); }
.happyplace-form__header h2 { margin: 0 0 6px; color: #2b2b2b; font-size: 1.42rem; line-height: 1.15; }
.happyplace-form__header p { margin: 0; color: #6d6258; font-size: .94rem; }
.happyplace-form label { display: grid; gap: 8px; color: #4f453e; font-size: .82rem; font-weight: 800; }
.happyplace-form input[type="text"], .happyplace-form input[type="email"], .happyplace-form input[type="tel"], .happyplace-form label > input { width: 100%; height: 48px; padding: 0 15px; border: 1px solid #d9cabd; border-radius: 11px; background: #fffdfc; color: #2b2b2b; font: inherit; box-shadow: inset 0 1px 2px rgba(43,43,43,.04); transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease; }
.happyplace-form input[type="text"]:hover, .happyplace-form input[type="email"]:hover, .happyplace-form input[type="tel"]:hover, .happyplace-form label > input:hover { border-color: #cbb7a6; background: #fff; }
.happyplace-form input:focus { border-color: #b55f1f; background: #fff; box-shadow: inset 0 1px 2px rgba(43,43,43,.03), 0 0 0 4px rgba(181,95,31,.14); outline: none; }
.happyplace-form fieldset { display: grid; grid-template-columns: minmax(0, 1fr) minmax(116px, 1.25fr) minmax(0, 1fr); gap: 6px; margin: 0; padding: 6px; border: 1px solid #e0d3c8; border-radius: 13px; background: rgba(255,253,252,.72); }
.happyplace-form legend { grid-column: 1 / -1; padding: 0 4px; margin-bottom: 5px; color: #4f453e; font-size: .82rem; font-weight: 800; }
.happyplace-radio { position: relative; display: flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: #6d6258; font-size: .78rem; line-height: 1.2; text-align: center; cursor: pointer; transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease, color 140ms ease; }
.happyplace-radio input { position: absolute; opacity: 0; }
.happyplace-radio:hover { color: #2b2b2b; background: rgba(255,255,255,.72); }
.happyplace-radio:focus-within { box-shadow: 0 0 0 3px rgba(181,95,31,.13); }
.happyplace-radio:has(input:checked) { border-color: #b55f1f; background: #fffdfc; color: #2b2b2b; box-shadow: 0 8px 18px rgba(181,95,31,.13); }
.happyplace-form button[type="submit"] { height: 52px; border: 0; border-radius: 12px; background: linear-gradient(180deg, #c26924, #a34f17); color: #fffdfc; font: inherit; font-weight: 850; cursor: pointer; box-shadow: 0 12px 26px rgba(181,95,31,.24); transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease, opacity 140ms ease; }
.happyplace-form button[type="submit"]:hover { background: linear-gradient(180deg, #b85f1f, #914512); box-shadow: 0 14px 30px rgba(181,95,31,.3); transform: translateY(-1px); }
.happyplace-form button[type="submit"]:active { transform: translateY(0); }
.happyplace-form button[type="submit"]:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.happyplace-form__success { margin: 0; padding: 11px 12px; border: 1px solid rgba(87,99,71,.18); border-radius: 10px; background: rgba(87,99,71,.08); color: #576347; font-size: .94rem; font-weight: 750; }
.happyplace-form__error { margin: 0; padding: 11px 12px; border: 1px solid rgba(159,45,32,.18); border-radius: 10px; background: rgba(159,45,32,.07); color: #9f2d20; font-size: .94rem; font-weight: 750; }
.happyplace-audience { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; max-width: 1360px; margin: 0 auto; padding: 0 32px 48px; }
.happyplace-audience article { padding-top: 20px; border-top: 1px solid #e6ddd2; }
.happyplace-audience h2 { margin: 0 0 7px; color: #2b2b2b; font-size: 1.15rem; }
.happyplace-audience p { margin: 0; color: #6d6258; line-height: 1.45; }
@media (max-width: 980px) { .happyplace-nav { align-items: flex-start; flex-direction: column; gap: 10px; padding: 14px 18px; } .happyplace-nav span { white-space: normal; } .happyplace-hero { grid-template-columns: 1fr; min-height: auto; padding: 0 18px 32px; } .happyplace-visual { min-height: 420px; border-radius: 18px 18px 0 0; } .happyplace-copy { min-height: auto; padding: 26px 20px 24px; border-top: 0; border-left: 1px solid #e6ddd2; border-radius: 0 0 18px 18px; } .happyplace-copy h1 { font-size: 2.35rem; } .happyplace-form fieldset { grid-template-columns: 1fr; } .happyplace-audience { grid-template-columns: 1fr; padding: 0 18px 36px; } }
@media (max-width: 620px) { .happyplace-logo { width: 48px; height: 48px; } .happyplace-wordmark { font-size: 2rem; } .happyplace-visual { min-height: 360px; } .happyplace-material-panel { left: 14px; right: 14px; bottom: 76px; max-width: calc(100% - 28px); justify-content: flex-start; gap: 7px; overflow-x: auto; padding: 9px; } .happyplace-chip { flex: 0 0 auto; min-height: 38px; font-size: .78rem; padding-inline: 10px; } .happyplace-preview-note { left: 14px; right: 14px; bottom: 18px; font-size: .84rem; } }
