:root { --bg-body: #f6e6da; --bg-shell: #fffaf6; --bg-shell-soft: #f8ece2; --text-main: #2f231e; --text-muted: #6f5b53; --accent: #b48562; --accent-soft: rgba(180, 133, 98, 0.10); --border-subtle: rgba(112, 78, 63, 0.20); --shadow-soft: 0 18px 45px rgba(60, 40, 30, 0.10); --radius-lg: 22px; --radius-pill: 999px; --max-width: 1120px; --transition-fast: 180ms ease-out; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text-main); background: radial-gradient(circle at top left, #fffdfb 0, #f6e6da 48%, #e5cec0 100%); scroll-behavior: smooth; } body { min-height: 100vh; display: flex; flex-direction: column; overflow-x: hidden; } a { color: inherit; text-decoration: none; } img { max-width: 100%; height: auto; display: block; } .page-shell { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem 2rem; } @media (min-width: 900px) { .page-shell { padding: 0 2rem 4rem; } } header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); background: linear-gradient( to bottom, rgba(246, 230, 218, 0.96), rgba(246, 230, 218, 0.85), rgba(246, 230, 218, 0.0) ); } .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; padding: 1.1rem 1.5rem 0.75rem; max-width: var(--max-width); margin: 0 auto; gap: 0.75rem; } @media (min-width: 900px) { .header-inner { padding: 1.3rem 2rem 0.9rem; } } .brand-area { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; } .brand-logo-img { height: 40px; width: auto; display: block; } @media (min-width: 900px) { .brand-logo-img { height: 120px; } } .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 999px; border: 1px solid rgba(60, 40, 30, 0.16); background: rgba(255, 250, 246, 0.9); cursor: pointer; padding: 0; flex-shrink: 0; } .nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 16px; height: 1.7px; border-radius: 999px; background: #3b2620; transition: transform var(--transition-fast), opacity var(--transition-fast); } .nav-toggle span { margin: 3px 0; } .nav-toggle::before { transform: translateY(-4px); } .nav-toggle::after { transform: translateY(4px); } .nav-toggle.is-open span { opacity: 0; } .nav-toggle.is-open::before { transform: translateY(0) rotate(42deg); } .nav-toggle.is-open::after { transform: translateY(0) rotate(-42deg); } nav { position: absolute; inset-inline: 0; top: 100%; padding: 0 1.5rem 1rem; max-width: var(--max-width); margin: 0 auto; display: none; } nav.is-open { display: block; } .nav-shell { background: rgba(255, 250, 246, 0.98); border-radius: calc(var(--radius-lg) * 0.8); border: 1px solid rgba(255, 255, 255, 0.9); box-shadow: 0 18px 40px rgba(60, 40, 30, 0.14); padding: 0.6rem 0.9rem; } .nav-list { list-style: none; display: flex; flex-direction: column; padding: 0; margin: 0; gap: 0.25rem; } .nav-link { display: inline-flex; align-items: center; justify-content: space-between; padding: 0.45rem 0.7rem; border-radius: 999px; font-size: 0.9rem; color: var(--text-muted); border: none; background: transparent; cursor: pointer; width: 100%; transition: background-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast); } .nav-link span { font-weight: 500; } .nav-link:hover { background-color: rgba(179, 133, 98, 0.06); color: var(--text-main); } .nav-link.is-active { background-color: rgba(179, 133, 98, 0.16); color: var(--text-main); box-shadow: 0 0 0 1px rgba(179, 133, 98, 0.35); } .nav-link.nav-cta { background: #3b2620; color: #fff7f1; box-shadow: 0 10px 24px rgba(59, 38, 32, 0.26); } .nav-link.nav-cta:hover { background: #4a3027; } .nav-link.nav-cta.is-active { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 10px 26px rgba(59, 38, 32, 0.35); } .nav-link-dot { width: 6px; height: 6px; border-radius: 999px; background: rgba(180, 133, 98, 0.7); } @media (min-width: 900px) { nav { position: static; padding: 0; display: block !important; max-width: none; margin: 0; } .nav-shell { box-shadow: none; background: transparent; border-radius: 999px; padding: 0; border: none; } .nav-list { flex-direction: row; align-items: center; gap: 0.2rem; } .nav-link { width: auto; font-size: 0.9rem; padding: 0.4rem 0.9rem; } .nav-toggle { display: none; } } main { flex: 1 0 auto; margin-top: -25px; } .hero-shell { margin-top: 1.8rem; padding: 1.5rem; border-radius: calc(var(--radius-lg) * 1.15); background: radial-gradient(circle at 10% 0, #ffffff 0, #f6e6da 40%, #e5cec0 100%); box-shadow: var(--shadow-soft); border: 1px solid rgba(255, 255, 255, 0.9); display: grid; grid-template-columns: minmax(0, 1.4fr); gap: 1.5rem; } @media (min-width: 900px) { .hero-shell { margin-top: 2.2rem; padding: 2.2rem 2.4rem; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr); align-items: center; } } .hero-tagline-chip { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.25rem 0.75rem; border-radius: var(--radius-pill); font-size: 0.76rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; background: rgba(255, 255, 255, 0.86); border: 1px solid rgba(180, 133, 98, 0.45); color: #6f4b3a; margin-bottom: 0.7rem; } .hero-tagline-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--accent); } .hero-title { font-family: "Playfair Display", serif; font-weight: 600; font-size: 1.7rem; letter-spacing: 0.03em; text-transform: uppercase; margin: 0.3rem 0 0.9rem; } @media (min-width: 900px) { .hero-title { font-size: 1.7rem; } } .hero-sub { font-size: 1.02rem; color: var(--text-muted); max-width: 30rem; line-height: 1.6; margin-bottom: 1.4rem; } .hero-sub strong { color: var(--text-main); } .hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.3rem; } @media (min-width: 600px) { .hero-actions { flex-wrap: nowrap; } } .btn-primary, .btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem; padding: 0.6rem 1.3rem; border-radius: var(--radius-pill); border: 1px solid transparent; font-size: 0.92rem; font-weight: 600; cursor: pointer; background: none; white-space: nowrap; transition: background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); } .btn-primary { background: linear-gradient(135deg, #3b2620, #5b392d); color: #fff7f1; box-shadow: 0 12px 28px rgba(59, 38, 32, 0.28); } .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(59, 38, 32, 0.34); } .btn-ghost { background: rgba(255, 255, 255, 0.9); border-color: rgba(59, 38, 32, 0.18); color: var(--text-main); } .btn-ghost:hover { background: #ffffff; border-color: rgba(59, 38, 32, 0.26); } #contactStatus { display: none; border-radius: 12px; border: 1px solid rgba(60, 40, 30, 0.18); background: rgba(255, 255, 255, 0.75); padding: 0.65rem 0.75rem; font-size: 0.86rem; line-height: 1.55; } #contactStatus strong { font-weight: 800; } #contactStatus.is-error { background-color: #facfcf; border-color: #dc1c1c; color: #820101; } #contactStatus.is-success { background-color: #d1e8d2; border-color: #339933; color: #00632E; } .contact-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: left; margin: auto; } .contact-action-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem; padding: 0.5rem 1rem; border-radius: 999px; border: 1px solid rgba(60, 40, 30, 0.18); background: rgba(255, 255, 255, 0.85); color: var(--text-main); font-size: 0.86rem; font-weight: 700; cursor: pointer; transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast); box-shadow: 0 8px 18px rgba(60, 40, 30, 0.08); } .contact-action-btn:hover { transform: translateY(-1px); background: #ffffff; border-color: rgba(60, 40, 30, 0.26); box-shadow: 0 12px 26px rgba(60, 40, 30, 0.12); } .contact-action-btn:active { transform: translateY(0); } .contact-action-btn.primary { background: linear-gradient(135deg, #3b2620, #5b392d); color: #fff7f1; border-color: transparent; box-shadow: 0 12px 26px rgba(59, 38, 32, 0.22); } .contact-action-btn.primary:hover { box-shadow: 0 16px 32px rgba(59, 38, 32, 0.30); } .contact-action-btn .ico { width: 18px; height: 18px; display: inline-block; } .live-pill { display: none; align-items: center; gap: 0.55rem; padding: 0.55rem 0.8rem; border-radius: 999px; border: 1px solid rgba(60, 40, 30, 0.18); background: rgba(255, 255, 255, 0.85); color: var(--text-main); font-size: 0.86rem; font-weight: 800; text-decoration: none; box-shadow: 0 10px 22px rgba(60, 40, 30, 0.10); transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast); margin: 0.6rem 0 0.8rem; } .live-pill:hover { transform: translateY(-1px); background: #ffffff; border-color: rgba(60, 40, 30, 0.26); box-shadow: 0 14px 28px rgba(60, 40, 30, 0.14); } .live-pill.is-on { display: inline-flex; } .live-dot { width: 10px; height: 10px; border-radius: 999px; background: #339933; box-shadow: 0 0 0 0 rgba(51, 153, 51, 0.55); animation: livePulse 1.4s ease-out infinite; } @keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(51, 153, 51, 0.55); } 70% { box-shadow: 0 0 0 10px rgba(51, 153, 51, 0); } 100% { box-shadow: 0 0 0 0 rgba(51, 153, 51, 0); } } @media (prefers-reduced-motion: reduce) { .live-dot { animation: none !important; } } .fab-top { position: fixed; right: 18px; bottom: 18px; z-index: 950; display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem; padding: 0.55rem 0.9rem; border-radius: 999px; border: 1px solid rgba(60, 40, 30, 0.18); background: rgba(255, 255, 255, 0.90); color: var(--text-main); font-size: 0.86rem; font-weight: 800; cursor: pointer; box-shadow: 0 12px 28px rgba(60, 40, 30, 0.16); opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast); } .fab-top:hover { background: #ffffff; border-color: rgba(60, 40, 30, 0.26); box-shadow: 0 16px 34px rgba(60, 40, 30, 0.22); } .fab-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; } .fab-top .fab-ico { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; } .hero-visual-shell { position: relative; display: none; } @media (min-width: 900px) { .hero-visual-shell { display: block; } } .hero-visual-card { position: relative; border-radius: 28px; padding: 1.3rem 1.4rem; background: radial-gradient(circle at 0 0, #ffffff 0, #f6e6da 32%, #e5cec0 100%); box-shadow: 0 22px 48px rgba(59, 38, 32, 0.25); border: 1px solid rgba(255, 255, 255, 0.95); overflow: hidden; } .hero-visual-title { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; color: #6a4d3c; margin-bottom: 0.4rem; } .hero-visual-heading { font-family: "Playfair Display", serif; font-size: 1.26rem; margin: 0 0 0.6rem; } .hero-visual-body { font-size: 0.86rem; color: #4b3328; line-height: 1.6; max-width: 21rem; } .hero-visual-taglist { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 0.9rem; } .hero-visual-tag { font-size: 0.72rem; padding: 0.25rem 0.55rem; border-radius: 999px; background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(110, 80, 60, 0.10); } .hero-visual-orbit { position: absolute; inset: auto -30px -30px auto; width: 150px; height: 150px; border-radius: 999px; border: 1px dashed rgba(255, 255, 255, 0.7); background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9) 0, rgba(247, 223, 204, 0.3) 40%, rgba(180, 133, 98, 0.7) 100%); opacity: 0.9; filter: blur(0.3px); animation: orbit-drift 26s ease-in-out infinite alternate; } .hero-visual-orbit::after { content: ""; position: absolute; inset: 18% 18%; border-radius: 999px; border: 1px dashed rgba(255, 255, 255, 0.7); } @keyframes orbit-drift { 0% { transform: translate(0, 0) scale(1); } 20% { transform: translate(-18px, -10px) scale(1.03); } 40% { transform: translate(-28px, 8px) scale(1.05); } 60% { transform: translate(-12px, 22px) scale(1.02); } 80% { transform: translate(10px, 14px) scale(1.04); } 100% { transform: translate(4px, -6px) scale(1); } } .hero-visual-shell { perspective: 1200px; transform-style: preserve-3d; } .hero-visual-card { transform-style: preserve-3d; backface-visibility: hidden; will-change: transform; } .hero-visual-card.spin-onload { animation: heroSpinY 1200ms cubic-bezier(0.25, 0.8, 0.25, 1) 1; } @keyframes heroSpinY { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(360deg); } } @media (prefers-reduced-motion: reduce) { .hero-visual-card.spin-onload { animation: none !important; } } section.section { margin-top: 2.4rem; } @media (min-width: 900px) { section.section { margin-top: 3rem; } } .section-header { display: block; margin-bottom: 1.1rem; } .section-title { font-family: "Playfair Display", serif; font-size: 1.4rem; margin: 0; } .section-subtitle { font-size: 0.9rem; color: var(--text-muted); margin-top: 0.5rem; max-width: 100%; line-height: 1.6; } .about-shell { display: grid; gap: 1.5rem; } .about-main { background: var(--bg-shell); border-radius: var(--radius-lg); padding: 1.4rem 1.3rem; border: 1px solid rgba(255, 255, 255, 0.85); box-shadow: 0 10px 28px rgba(60, 40, 30, 0.08); } .about-main p { margin: 0 0 0.9rem; font-size: 0.96rem; line-height: 1.8; color: var(--text-muted); } .about-main p:last-child { margin-bottom: 0; } .about-side { display: grid; gap: 0.8rem; font-size: 0.85rem; } .about-pill { padding: 0.7rem 0.9rem; border-radius: var(--radius-lg); background: var(--bg-shell-soft); border: 1px dashed rgba(110, 80, 63, 0.20); } .about-pill strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 0.2rem; color: #6a4d3c; } @media (min-width: 900px) { .about-shell { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr); } } #about, #contact { position: relative; z-index: 1; } #about::before, #contact::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: -1.5rem; bottom: -1.5rem; width: 100vw; background: rgba(255, 255, 255, 0.2); z-index: -1; } .grid-3 { display: grid; gap: 1rem; } @media (min-width: 750px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } } .services-band { background: radial-gradient(circle at top, #fffaf6 0, #f6e6da 55%, #e5cec0 100%); border-radius: calc(var(--radius-lg) * 1.1); padding: 1.3rem 1.1rem 1.5rem; border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 18px 42px rgba(60, 40, 30, 0.16); } @media (min-width: 900px) { .services-band { padding: 1.8rem 1.7rem 2rem; } } .services-header-row { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.1rem; } @media (min-width: 900px) { .services-header-row { flex-direction: row; align-items: baseline; justify-content: space-between; } } .services-eyebrow { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.18em; color: #7a5c48; } .services-subcopy { font-size: 0.9rem; color: var(--text-muted); max-width: 100%; line-height: 1.6; } .services-grid { margin-top: 0.5rem; perspective: 1200px; } .service-card { position: relative; padding: 1.1rem 1.1rem 1.2rem; border-radius: calc(var(--radius-lg) * 0.9); background: rgba(255, 250, 246, 0.98); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 12px 30px rgba(60, 40, 30, 0.10); } .service-card--highlight { border: 1px solid rgba(180, 133, 98, 0.7); box-shadow: 0 16px 36px rgba(180, 133, 98, 0.25); } .service-pill { display: inline-flex; align-items: center; gap: 0.25rem; padding: 0.22rem 0.6rem; border-radius: 999px; background: rgba(180, 133, 98, 0.10); font-size: 0.76rem; color: #6b463c; margin-bottom: 0.45rem; } .service-pill-dot { width: 6px; height: 6px; border-radius: 999px; background: rgba(180, 133, 98, 0.95); } .service-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.2rem; } .service-tagline { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.6rem; } .service-tagline-note { font-size: 10px; } .service-meta { font-size: 0.8rem; color: #7a5c48; margin-bottom: 0.5rem; } .service-meta span { font-weight: 600; } .service-features { list-style: none; padding: 0; margin: 0 0 0.7rem; font-size: 0.85rem; color: var(--text-muted); } .service-features li { display: flex; align-items: flex-start; gap: 0.35rem; margin-bottom: 0.3rem; } .service-check { width: 14px; height: 14px; border-radius: 5px; border: 1px solid rgba(180, 133, 98, 0.85); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; line-height: 1; flex-shrink: 0; background: rgba(255, 255, 255, 0.9); margin-top: 2px; } .service-check span { transform: translateY(-0.5px); } .service-cta-row { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; margin-top: 0.9rem; width: 100%; } .service-cta { display: inline-flex; align-items: center; justify-content: center; gap: 0.3rem; padding: 0.45rem 1rem; border-radius: 999px; border: 1px solid rgba(59, 38, 32, 0.9); background: #3b2620; color: #fff7f1; font-size: 0.85rem; font-weight: 600; cursor: pointer; text-decoration: none; box-shadow: 0 10px 24px rgba(59, 38, 32, 0.26); transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast); } .service-cta:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(59, 38, 32, 0.32); background: #4a3027; } .service-note { max-width: 100%; width: 100%; text-align: left; opacity: 0.85; line-height: 1.5; font-size: 0.8rem; } .projects-grid { display: grid; gap: 1rem; } @media (min-width: 850px) { .projects-grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.3fr); } } .project-card { background: var(--bg-shell); border-radius: var(--radius-lg); padding: 1.1rem 1.2rem; border: 1px solid rgba(255, 255, 255, 0.9); box-shadow: 0 10px 24px rgba(60, 40, 30, 0.07); } .project-tag { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--text-muted); margin-bottom: 0.4rem; } .project-tag-dot { width: 8px; height: 8px; border-radius: 999px; background: rgba(180, 133, 98, 0.8); } .project-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.35rem; } .project-body { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 0.5rem; } .project-meta-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.5rem; } .project-pill { font-size: 0.78rem; padding: 0.25rem 0.55rem; border-radius: 999px; border: 1px solid rgba(110, 80, 63, 0.18); background: rgba(250, 241, 233, 0.9); color: #5f463b; transition: background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast); } .project-pill:hover { background: rgba(250, 241, 233, 1); border-color: rgba(110, 80, 63, 0.35); box-shadow: 0 6px 14px rgba(60, 40, 30, 0.16); transform: translateY(-1px); } .speaking-shell { background: #4b3026; border-radius: 24px; padding: 1.8rem 1.6rem; color: #fdf5ee; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35); border: 1px solid rgba(255, 255, 255, 0.08); display: grid; gap: 1.5rem; } @media (min-width: 900px) { .speaking-shell { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); padding: 2rem 2rem 2.2rem; align-items: stretch; } } .speaking-eyebrow { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; opacity: 0.75; margin-bottom: 0.4rem; } .speaking-title { font-family: "Playfair Display", serif; font-size: 1.45rem; margin: 0 0 0.8rem; } .speaking-body { font-size: 0.94rem; line-height: 1.75; margin-bottom: 1rem; } .speaking-list { margin: 0 0 1.2rem; padding-left: 1.2rem; font-size: 0.9rem; } .speaking-list li { margin-bottom: 0.35rem; } .btn-outline-light { display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem; padding: 0.6rem 1.4rem; border-radius: 999px; border: 1px solid rgba(253, 245, 238, 0.85); background: transparent; color: #fdf5ee; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background-color 0.16s ease-out, color 0.16s ease-out, box-shadow 0.16s ease-out, transform 0.16s ease-out; } .btn-outline-light:hover { background: rgba(253, 245, 238, 0.12); transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35); } .speaking-note { font-size: 0.8rem; opacity: 0.85; } .speaking-icons-panel { background: #fdf5ee; border-radius: 16px; padding: 1.2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); gap: 1.2rem; align-items: center; justify-items: center; } .speaking-icon { width: 58px; height: 58px; object-fit: contain; filter: grayscale(100%); opacity: 0.85; transition: opacity 0.25s ease, filter 0.25s ease; } .speaking-icon:hover { opacity: 1; filter: grayscale(0%); } .preview-book-btn { float: right; display: inline-flex; align-items: center; justify-content: center; padding: 0.5rem 1.1rem; font-size: 0.85rem; font-weight: 600; background: #ead6c8; color: #3b2620; border: 1px solid rgba(59, 38, 32, 0.35); border-radius: 9px; cursor: pointer; text-decoration: none; box-shadow: 0 6px 16px rgba(59, 38, 32, 0.12); transition: background-color 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out; } .preview-book-btn:hover { background: #f4e3d9; border-color: rgba(59, 38, 32, 0.55); box-shadow: 0 10px 24px rgba(59, 38, 32, 0.20); transform: translateY(-1px); } .pill-cta { display: inline-flex; align-items: center; justify-content: center; padding: 0.32rem 0.9rem; font-size: 0.78rem; font-weight: 600; border-radius: 9px; border: 1px solid rgba(107, 70, 60, 0.45); background: rgba(255, 250, 246, 0.98); color: #6b463c; text-decoration: none; box-shadow: 0 4px 10px rgba(60, 40, 30, 0.10); transition: background-color 160ms ease-out, border-color 160ms ease-out, box-shadow 160ms ease-out, transform 160ms ease-out; } .pill-cta span { font-size: 0.9em; } .pill-cta:hover { background: #ffffff; border-color: rgba(107, 70, 60, 0.75); box-shadow: 0 8px 18px rgba(60, 40, 30, 0.18); transform: translateY(-1px); } .pill-cta-wrap { display: flex; justify-content: center; margin-top: 0.55rem; } .contact-shell { background: rgba(255, 250, 246, 0.98); border-radius: var(--radius-lg); padding: 1.4rem 1.3rem 1.5rem; border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: 0 12px 28px rgba(60, 40, 30, 0.10); display: grid; gap: 1.3rem; } @media (min-width: 850px) { .contact-shell { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr); } } .contact-copy { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; } .contact-note-pill { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.25rem 0.7rem; margin-bottom: 0.6rem; border-radius: 999px; background: var(--accent-soft); font-size: 0.78rem; color: #6b463c; } .contact-note-pill span { font-size: 1rem; } .contact-form { display: grid; gap: 0.75rem; } .field-group { display: grid; gap: 0.2rem; font-size: 0.86rem; } .field-label { font-weight: 600; color: #4b3328; } .field-hint { font-size: 0.78rem; color: var(--text-muted); } input[type="text"], input[type="email"], select, textarea { border-radius: 12px; border: 1px solid rgba(60, 40, 30, 0.18); padding: 0.5rem 0.65rem; font-size: 0.88rem; font-family: inherit; background: rgba(252, 245, 238, 0.9); transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast); } textarea { min-height: 120px; resize: vertical; } input:focus, select:focus, textarea:focus { outline: none; background-color: #ffffff; border-color: rgba(180, 133, 98, 0.88); box-shadow: 0 0 0 1px rgba(180, 133, 98, 0.35); } .contact-submit-row { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.55rem; margin-top: 0.3rem; width: 100%; } .contact-submit-row .btn-primary { margin: 0 auto; } .contact-disclaimer { width: 100%; max-width: 100%; text-align: left; font-size: 0.75rem; color: var(--text-muted); line-height: 1.5; } footer { font-size: 0.8rem; color: var(--text-muted); } @media (min-width: 900px) { footer { padding-inline: 2rem; } } .footer-inner { max-width: var(--max-width); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; justify-content: space-between; border-top: 1px solid rgba(110, 80, 63, 0.18); } .footer-links { display: flex; flex-wrap: wrap; gap: 0.7rem; padding: 5px 0 5px 0; } .footer-link { font-size: 0.78rem; } .footer-link strong { font-weight: 600; } .sustainable-band { margin-top: 1.4rem; padding: 1rem 1rem 1.1rem; border-radius: calc(var(--radius-lg) * 0.9); background: rgba(255, 250, 246, 0.98); border: 1px dashed rgba(110, 80, 63, 0.30); box-shadow: 0 10px 24px rgba(60, 40, 30, 0.06); font-size: 0.9rem; line-height: 1.7; color: var(--text-muted); } .sustainable-title { font-family: "Playfair Display", serif; font-size: 1.05rem; margin: 0 0 0.4rem; color: #4b3328; } .sustainable-band p { margin: 0 0 0.55rem; } .sustainable-band p:last-child { margin-bottom: 0; } .reveal { opacity: 0; transform: translateY(18px); transition: opacity 900ms cubic-bezier(0.25, 0.8, 0.25, 1), transform 900ms cubic-bezier(0.25, 0.8, 0.25, 1); } .reveal.is-visible { opacity: 1; transform: translateY(0); } .reveal--flip { transform-origin: center top; transform: rotateX(18deg) translateY(24px); transition: opacity 1100ms cubic-bezier(0.25, 0.8, 0.25, 1), transform 1100ms cubic-bezier(0.25, 0.8, 0.25, 1); } .reveal--flip.is-visible { transform: rotateX(0deg) translateY(0); } .reveal-delay-1 { transition-delay: 150ms; } .reveal-delay-2 { transition-delay: 350ms; } .reveal-delay-3 { transition-delay: 550ms; } @media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none !important; } } .footer-box-link-wrapper { display: flex; justify-content: center; margin-top: -35px; padding: 15px; } .footer-row { display: flex; gap: 16px; width: 81%; max-width: 1200px; } .footer-box-link { flex: 1; text-decoration: none; color: #4C3128; background-color: rgba(255, 255, 255, 0.2); border: 1px solid rgba(60, 40, 30, 0.16); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 20px 10px; footer-sizing: border-footer; text-align: center; transition: transform 0.15s ease, footer-shadow 0.15s ease, border-color 0.15s ease; } .footer-box-link:hover { transform: translateY(-3px); footer-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); border-color: #ddd; color: #000000; } .footer-box-link span { font-size: 1.05rem; font-weight: 600; } @media (max-width: 768px) { .footer-row { flex-direction: column; } } .modal-backdrop { position: fixed; inset: 0; background: rgba(47, 35, 30, 0.55); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; z-index: 999; padding: 1rem; } .modal-backdrop.is-open { display: flex; } .modal-card { width: min(980px, 96vw); height: min(78vh, 720px); background: rgba(255, 250, 246, 0.98); border: 1px solid rgba(255, 255, 255, 0.85); border-radius: 18px; box-shadow: 0 22px 60px rgba(60, 40, 30, 0.35); overflow: hidden; display: flex; flex-direction: column; } .modal-topbar { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 0.85rem 0.9rem; border-bottom: 1px solid rgba(60, 40, 30, 0.14); background: linear-gradient(to bottom, rgba(255, 250, 246, 0.98), rgba(255, 250, 246, 0.92)); } .modal-title { font-family: "Playfair Display", serif; font-size: 1rem; margin: 0; color: #3b2620; } .modal-close { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 999px; border: 1px solid rgba(60, 40, 30, 0.18); background: rgba(255, 255, 255, 0.9); cursor: pointer; transition: transform var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast); } .modal-close:hover { transform: translateY(-1px); background: #fff; box-shadow: 0 10px 20px rgba(60, 40, 30, 0.12); } .modal-frame { border: none; width: 100%; height: 100%; background: #fffaf6; } #wordCounter { font-size: 0.75rem; color: var(--text-muted); text-align: right; margin-top: 0.25rem; } #wordCounter.is-limit { color: #9b3a2f; font-weight: 600; }