:root { --color-terracotta: #E07A5F; --color-sand: #F4F1DE; --color-deep-earth: #3D405B; --color-sage: #81B29A; --color-warm-white: #FDFBF7; --font-main: 'Nunito', sans-serif; --spacing-sm: 1rem; --spacing-md: 2.5rem; --spacing-lg: 5rem; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font-main); background-color: var(--color-warm-white); color: var(--color-deep-earth); line-height: 1.6; -webkit-font-smoothing: antialiased; } img { width: 100%; height: auto; object-fit: cover; display: block; } a { color: var(--color-terracotta); text-decoration: none; transition: color 0.2s ease; } a:hover { color: var(--color-sage); } .hh-nav-region { background-color: var(--color-sand); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(61, 64, 91, 0.1); } .hh-nav-inner { max-width: 1200px; margin: 0 auto; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; } .hh-brand-mark { font-weight: 800; font-size: 1.5rem; color: var(--color-deep-earth); } .hh-primary-nav { display: flex; gap: 1.5rem; align-items: center; } .hh-primary-nav a { color: var(--color-deep-earth); font-weight: 600; font-size: 0.95rem; } .hh-primary-nav a:hover { color: var(--color-terracotta); } .hh-sub-link { font-size: 0.8rem !important; opacity: 0.7; } .hh-hero-centered { max-width: 900px; margin: var(--spacing-lg) auto; padding: 0 2rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 2rem; } .hh-hero-badge { background-color: var(--color-sage); color: white; padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; } .hh-hero-title { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; line-height: 1.1; color: var(--color-deep-earth); } .hh-hero-subtitle { font-size: 1.1rem; max-width: 600px; opacity: 0.85; } .hh-action-trigger, .hh-submit-trigger { display: inline-block; background-color: var(--color-terracotta); color: white; padding: 1rem 2.5rem; border-radius: 8px; font-weight: 800; font-size: 1.1rem; border: none; cursor: pointer; transition: transform 0.2s ease, background-color 0.2s ease; } .hh-action-trigger:hover, .hh-submit-trigger:hover { background-color: var(--color-deep-earth); color: white; transform: translateY(-2px); } .hh-hero-visual { width: 100%; border-radius: 12px; overflow: hidden; margin-top: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,0.08); } .hh-hero-visual img { max-height: 500px; } .hh-story-block { background-color: var(--color-sand); padding: var(--spacing-lg) 2rem; } .hh-story-inner { max-width: 1100px; margin: 0 auto; display: flex; gap: 4rem; align-items: center; } .hh-story-text { flex: 1; } .hh-story-text h2 { font-size: 2.2rem; margin-bottom: 1.5rem; } .hh-story-text p { margin-bottom: 1.2rem; font-size: 1.05rem; } .hh-story-image-wrap { flex: 1; border-radius: 200px 200px 12px 12px; overflow: hidden; box-shadow: 0 15px 40px rgba(61, 64, 91, 0.15); } .hh-faq-module { margin-top: 2.5rem; border-top: 1px solid rgba(61, 64, 91, 0.2); padding-top: 1.5rem; } .hh-faq-heading { font-size: 1.3rem; margin-bottom: 1rem; } .hh-faq-item { margin-bottom: 0.5rem; border-bottom: 1px solid rgba(61, 64, 91, 0.1); } .hh-faq-question { width: 100%; text-align: left; background: none; border: none; padding: 1rem 0; font-family: var(--font-main); font-weight: 600; font-size: 1rem; color: var(--color-deep-earth); cursor: pointer; display: flex; justify-content: space-between; } .hh-faq-question::after { content: '+'; font-size: 1.2rem; transition: transform 0.3s; } .hh-faq-question.active::after { transform: rotate(45deg); } .hh-faq-answer { display: none; padding-bottom: 1rem; font-size: 0.95rem; opacity: 0.9; } .hh-client-voices { padding: var(--spacing-lg) 2rem; max-width: 1200px; margin: 0 auto; } .hh-voices-header { text-align: center; margin-bottom: 3rem; } .hh-voices-header h2 { font-size: 2.2rem; margin-bottom: 0.5rem; } .hh-voices-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; } .hh-voice-card { background: white; padding: 2rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); display: flex; flex-direction: column; justify-content: space-between; } .hh-quote { font-style: italic; margin-bottom: 1.5rem; font-size: 1.05rem; } .hh-client-meta { display: flex; align-items: center; gap: 1rem; } .hh-client-meta img { width: 50px; height: 50px; border-radius: 50%; } .hh-client-name { font-weight: 800; font-size: 0.9rem; } .hh-offerings-zone { background-color: var(--color-deep-earth); color: var(--color-warm-white); padding: var(--spacing-lg) 2rem; } .hh-offerings-header { text-align: center; margin-bottom: 3rem; max-width: 600px; margin-inline: auto; } .hh-offerings-header h2 { font-size: 2.2rem; margin-bottom: 0.5rem; } .hh-offerings-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; } .hh-curation-card { background-color: var(--color-warm-white); color: var(--color-deep-earth); border-radius: 12px; overflow: hidden; transition: transform 0.3s ease; } .hh-curation-card:hover { transform: translateY(-5px); } .hh-curation-card img { height: 220px; } .hh-card-content { padding: 1.5rem; } .hh-card-content h3 { font-size: 1.4rem; margin-bottom: 0.5rem; color: var(--color-terracotta); } .hh-inquiry-zone { padding: var(--spacing-lg) 2rem; max-width: 700px; margin: 0 auto; } .hh-inquiry-inner h2 { font-size: 2.2rem; margin-bottom: 0.5rem; text-align: center; } .hh-inquiry-inner p { text-align: center; margin-bottom: 2rem; opacity: 0.8; } .hh-inquiry-form { display: flex; flex-direction: column; gap: 1.5rem; } .hh-input-group { display: flex; flex-direction: column; gap: 0.4rem; } .hh-input-group label { font-size: 0.9rem; font-weight: 600; } .hh-input-group input, .hh-input-group textarea { font-family: var(--font-main); padding: 0.8rem; border: 1px solid rgba(61, 64, 91, 0.2); border-radius: 6px; font-size: 1rem; background-color: #fff; } .hh-input-group input:focus, .hh-input-group textarea:focus { outline: none; border-color: var(--color-terracotta); } .hh-site-footer { background-color: var(--color-sand); padding: 4rem 2rem 2rem; border-top: 1px solid rgba(61, 64, 91, 0.1); } .hh-footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; margin-bottom: 3rem; } .hh-footer-col h4 { margin-bottom: 1.2rem; font-size: 1.1rem; } .hh-footer-col p, .hh-footer-col a { font-size: 0.9rem; color: var(--color-deep-earth); margin-bottom: 0.5rem; display: block; } .hh-tiny-noise { font-size: 0.75rem !important; opacity: 0.6; margin-top: 1rem; } .hh-footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(61, 64, 91, 0.1); font-size: 0.85rem; opacity: 0.7; } @media (max-width: 768px) { .hh-primary-nav { display: none; } .hh-story-inner { flex-direction: column; } .hh-story-image-wrap { border-radius: 12px; } .hh-hero-title { font-size: 2.2rem; } }