 {} *{} /*endBaseStyles*/ #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --cream: #f5f0e8; --cream-dark: #ede6d6; --parchment: #e8dfc8; --ink: #1a1410; --ink-soft: #2e2820; --ink-mid: #5a5040; --ink-light: #8a7e6e; --green: #017754; --green-dark: #015a3e; --green-light: #02a872; --green-mist: #e8f5f0; --maroon: #770124; --maroon-dark: #580118; --maroon-bright: #e05070; --gold: #c9a84c; --gold-light: #e8c97a; --gold-pale: #f5e9c8; --white: #ffffff; --font-display: 'Cormorant Garamond', Georgia, serif; --font-nav: 'Cinzel', serif; --font-body: 'DM Sans', system-ui, sans-serif; --max-w: 1120px; --max-prose: 680px; } html { scroll-behavior: smooth; } body { background: var(--cream); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; overflow-x: hidden; } body::before { content: ""; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9999; opacity: 0.4; } /* CONTAINER */ .wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; } .wrap-narrow { max-width: var(--max-prose); margin: 0 auto; padding: 0 32px; } /* NAV */ nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; transition: all 0.4s ease; } nav.scrolled { background: rgba(245,240,232,0.97); backdrop-filter: blur(12px); padding: 12px 32px; border-bottom: 1px solid rgba(201,168,76,0.2); box-shadow: 0 2px 24px rgba(26,20,16,0.06); } .nav-logo-wrap { display: flex; align-items: center; gap: 10px; text-decoration: none; } .nav-logo-img-dark { height: 36px; display: block; } .nav-logo-img-light { height: 32px; display: none; } nav.scrolled .nav-logo-img-dark { display: none; } nav.scrolled .nav-logo-img-light { display: block; } .nav-links { display: flex; gap: 36px; list-style: none; } .nav-links a { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; } nav.scrolled .nav-links a { color: var(--ink-mid); } .nav-links a:hover { color: var(--gold-light) !important; } nav.scrolled .nav-links a:hover { color: var(--green) !important; } .nav-cta { font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); background: var(--green); padding: 10px 22px; border-radius: 2px; text-decoration: none; transition: background 0.2s, transform 0.2s; } .nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); } /* HERO */ .hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--ink); } .hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(1,119,84,0.18) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 20% 80%, rgba(119,1,36,0.12) 0%, transparent 50%), radial-gradient(ellipse 40% 40% at 85% 15%, rgba(201,168,76,0.08) 0%, transparent 50%), linear-gradient(160deg, #0f0c08 0%, #1a1410 40%, #0d1a14 100%); } .hero-lines { position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(201,168,76,0.03) 0px, rgba(201,168,76,0.03) 1px, transparent 1px, transparent 80px); } .hero-inner { position: relative; z-index: 2; padding: 140px 32px 100px; max-width: var(--max-w); margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; } .hero-eyebrow { font-family: var(--font-nav); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; } .hero-eyebrow::before { content: ""; width: 32px; height: 1px; background: var(--gold); flex-shrink: 0; } .hero h1 { font-family: var(--font-display); font-size: clamp(42px, 5.2vw, 70px); font-weight: 300; line-height: 1.12; color: var(--white); margin-bottom: 28px; } .hero h1 em { font-style: italic; color: var(--gold-light); } .hero h1 strong { font-weight: 600; color: var(--white); } .hero-sub { font-size: 17px; color: rgba(255,255,255,0.62); line-height: 1.8; max-width: 520px; margin-bottom: 48px; } .hero-sub em { color: rgba(255,255,255,0.9); font-style: normal; } .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; } .btn-primary { display: inline-block; background: var(--green); color: var(--white); font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 16px 36px; border-radius: 2px; text-decoration: none; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(1,119,84,0.3); } .btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(1,119,84,0.4); } .btn-ghost { display: inline-block; background: transparent; color: rgba(255,255,255,0.7); font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 15px 28px; border-radius: 2px; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); transition: all 0.2s; } .btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: var(--white); } /* Hero card */ .hero-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.2); border-radius: 4px; padding: 40px 36px; position: relative; } .hero-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--green), var(--gold)); } .hero-card-label { font-family: var(--font-nav); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; } .framework-steps { display: flex; flex-direction: column; gap: 0; } .fw-step { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: all 0.2s; } .fw-step:last-child { border-bottom: none; } .fw-step:hover .fw-num { background: var(--green); } .fw-num { width: 32px; height: 32px; border-radius: 50%; background: rgba(1,119,84,0.2); border: 1px solid rgba(1,119,84,0.4); display: flex; align-items: center; justify-content: center; font-family: var(--font-nav); font-size: 11px; color: var(--green-light); flex-shrink: 0; transition: background 0.2s; } .fw-text { flex: 1; } .fw-title { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 2px; } .fw-desc { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; } .hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.3); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-family: var(--font-nav); text-decoration: none; animation: float 2.5s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } } .hero-scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(201,168,76,0.4), transparent); } /* SECTION SHARED */ .section-label { font-family: var(--font-nav); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; } .section-label.gold { color: var(--gold); } .section-label.maroon { color: var(--maroon-bright); } .section-label::before { content: ""; width: 24px; height: 1px; background: currentColor; flex-shrink: 0; } .section-title { font-family: var(--font-display); font-size: clamp(30px, 3.8vw, 52px); font-weight: 300; line-height: 1.18; color: var(--ink); margin-bottom: 20px; } .section-title em { font-style: italic; color: var(--green); } .section-title.on-dark { color: var(--white); } .section-title.on-dark em { color: var(--gold-light); } .section-body { font-size: 17px; color: var(--ink-mid); line-height: 1.8; max-width: var(--max-prose); } .section-body.on-dark { color: rgba(255,255,255,0.65); } .gold-rule { width: 48px; height: 1px; background: var(--gold); margin: 28px 0; } .gold-rule.center { margin: 28px auto; } /* FOR WHOM */ .for-whom { padding: 120px 0; background: var(--cream); } .for-whom-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; } .for-whom-sticky { position: sticky; top: 100px; } .seeker-grid { display: flex; flex-direction: column; gap: 4px; } .seeker-card { background: var(--white); border: 1px solid transparent; border-left: 3px solid var(--cream-dark); overflow: hidden; transition: all 0.3s ease; cursor: default; } .seeker-card:hover { border-left-color: var(--green); transform: translateX(4px); } .seeker-card:hover .seeker-title { color: var(--green-dark); } .seeker-img-wrap { width: 100%; aspect-ratio: 16/8; overflow: hidden; background: var(--ink); } .seeker-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; transition: transform 0.5s ease; } .seeker-card:hover .seeker-img-wrap img { transform: scale(1.04); } .seeker-text { padding: 22px 26px 24px; } .seeker-title { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--ink); margin-bottom: 8px; transition: color 0.3s; } .seeker-desc { font-size: 14px; color: var(--ink-light); line-height: 1.7; } /* NOT SECTION */ .not-section { padding: 100px 0; background: var(--ink); position: relative; overflow: hidden; } .not-section::before { content: ""; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(1,119,84,0.1) 0%, transparent 70%); pointer-events: none; } .not-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; } .not-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 64px; } .not-card { padding: 40px 32px; background: rgba(255,255,255,0.03); position: relative; } .not-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #a0012f, transparent); } .not-x { font-family: var(--font-display); font-size: 32px; color: rgba(180,60,80,0.5); margin-bottom: 16px; font-weight: 300; } .not-title { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 10px; } .not-desc { font-size: 14px; color: rgba(255,255,255,0.48); line-height: 1.7; } .not-instead { margin-top: 64px; padding: 48px 52px; background: rgba(1,119,84,0.08); border: 1px solid rgba(1,119,84,0.2); border-radius: 2px; } .not-instead-title { font-family: var(--font-display); font-size: 28px; font-weight: 400; color: var(--white); margin-bottom: 16px; } .not-instead-title em { font-style: italic; color: var(--gold-light); } .not-instead p { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.8; max-width: 680px; } /* FRAMEWORK */ .framework-section { padding: 120px 0; background: var(--cream-dark); position: relative; } .framework-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; } .framework-header { text-align: center; max-width: 640px; margin: 0 auto 80px; } .pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; } .pillar { background: var(--white); padding: 40px 24px; text-align: center; position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: default; } .pillar:hover { transform: translateY(-8px); z-index: 2; box-shadow: 0 20px 48px rgba(26,20,16,0.12); } .pillar::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--green); transform: scaleX(0); transition: transform 0.3s ease; transform-origin: left; } .pillar:hover::before { transform: scaleX(1); } .pillar-num { font-family: var(--font-nav); font-size: 10px; letter-spacing: 0.2em; color: var(--ink-light); margin-bottom: 16px; } .pillar-icon { font-size: 28px; margin-bottom: 16px; display: block; } .pillar-name { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--ink); margin-bottom: 10px; } .pillar-name em { font-style: normal; color: var(--green); } .pillar-desc { font-size: 13px; color: var(--ink-light); line-height: 1.65; } .framework-note { margin-top: 48px; text-align: center; font-family: var(--font-display); font-size: 19px; font-style: italic; color: var(--ink-mid); max-width: 600px; margin-left: auto; margin-right: auto; } /* BOOK SECTION */ .book-section { padding: 120px 0; background: var(--maroon-dark); position: relative; overflow: hidden; } .book-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(201,168,76,0.08) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 10% 20%, rgba(255,255,255,0.03) 0%, transparent 50%); } .book-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 300px 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; } .book-cover { aspect-ratio: 2/3; background: linear-gradient(135deg, #1a0a0a 0%, #3d0118 40%, #1a0a0a 100%); border-radius: 4px 8px 8px 4px; box-shadow: 8px 8px 40px rgba(0,0,0,0.5), inset -4px 0 12px rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; } .book-cover::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 24px; background: linear-gradient(90deg, rgba(0,0,0,0.4), rgba(0,0,0,0.1), transparent); } .book-cover::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(201,168,76,0.2); border-radius: 2px; } .book-cover-text { text-align: center; padding: 24px; z-index: 1; position: relative; } .book-cover-title { font-family: var(--font-nav); font-size: 16px; letter-spacing: 0.12em; color: var(--gold-light); line-height: 1.4; margin-bottom: 16px; } .book-cover-sub { font-family: var(--font-display); font-size: 12px; color: rgba(201,168,76,0.5); letter-spacing: 0.08em; } .book-cover-rule { width: 40px; height: 1px; background: rgba(201,168,76,0.4); margin: 12px auto; } .book-cover-author { font-family: var(--font-display); font-size: 14px; font-style: italic; color: rgba(255,255,255,0.5); margin-top: 20px; } .book-copy .section-body { color: rgba(255,255,255,0.65); } .book-pillars { display: flex; flex-direction: column; gap: 12px; margin: 32px 0 40px; } .book-pill { display: flex; align-items: center; gap: 14px; font-size: 15px; color: rgba(255,255,255,0.78); } .book-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; } /* KILEHA SECTION */ .kileha-section { padding: 120px 0; background: var(--cream); } .kileha-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 460px; gap: 80px; align-items: center; } .kileha-portrait { aspect-ratio: 3/4; border-radius: 2px; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ink) 0%, #2d3a32 100%); } .kileha-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; } .kileha-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 55%, rgba(26,20,16,0.55)); pointer-events: none; } .kileha-portrait-label { position: absolute; bottom: 24px; left: 24px; right: 24px; z-index: 2; } .kileha-portrait-name { font-family: var(--font-display); font-size: 22px; font-weight: 400; font-style: italic; color: var(--white); margin-bottom: 4px; } .kileha-portrait-title { font-family: var(--font-nav); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); } .kileha-copy .section-body { margin-bottom: 24px; } .kileha-pull { padding: 28px 32px; background: var(--green-mist); border-left: 3px solid var(--green); font-family: var(--font-display); font-size: 20px; font-style: italic; color: var(--green-dark); line-height: 1.6; margin: 32px 0; } .kileha-since { font-family: var(--font-nav); font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-light); margin-top: 32px; display: flex; align-items: center; gap: 10px; } .kileha-since::before { content: ""; width: 20px; height: 1px; background: var(--gold); } /* SERVICES */ .services-section { padding: 120px 0; background: var(--ink-soft); } .services-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; } .services-header { margin-bottom: 72px; max-width: 560px; } .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; } .service-card { background: rgba(255,255,255,0.03); padding: 44px 36px; position: relative; overflow: hidden; transition: all 0.3s ease; } .service-card:hover { background: rgba(255,255,255,0.06); } .service-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; } .service-card.hear::before { background: linear-gradient(90deg, var(--green), transparent); } .service-card.heal::before { background: linear-gradient(90deg, #c86478, transparent); } .service-card.consult::before { background: linear-gradient(90deg, var(--gold), transparent); } .service-num { font-family: var(--font-nav); font-size: 9px; letter-spacing: 0.25em; color: rgba(255,255,255,0.22); margin-bottom: 24px; } .service-name { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--white); margin-bottom: 14px; line-height: 1.2; } .service-name em { font-style: italic; } .service-name.g em { color: var(--green-light); } .service-name.r em { color: #d48090; } .service-name.o em { color: var(--gold-light); } .service-desc { font-size: 14px; color: rgba(255,255,255,0.52); line-height: 1.75; margin-bottom: 28px; } .service-includes { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; } .service-include { font-size: 13px; color: rgba(255,255,255,0.68); display: flex; align-items: flex-start; gap: 10px; } .service-include::before { content: "&#8594;"; color: var(--gold); flex-shrink: 0; font-size: 12px; margin-top: 2px; } .service-cta { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-light); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: gap 0.2s; } .service-cta:hover { gap: 14px; } .service-cta.r { color: #d48090; } .service-cta.o { color: var(--gold-light); } .service-cta::after { content: "\2192"; } /* TESTIMONIALS */ .testimonials-section { padding: 120px 0; background: var(--cream-dark); } .testimonials-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; } .testimonials-header { text-align: center; max-width: 560px; margin: 0 auto 72px; } .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; } .testimonial { background: var(--white); padding: 40px 36px; position: relative; } .t-quote { font-family: var(--font-display); font-size: 48px; color: var(--green); line-height: 1; margin-bottom: 16px; opacity: 0.3; } .t-text { font-family: var(--font-display); font-size: 17px; font-style: italic; color: var(--ink); line-height: 1.7; margin-bottom: 24px; } .t-rule { width: 32px; height: 1px; background: var(--gold); margin-bottom: 16px; } .t-name { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 3px; } .t-title { font-size: 12px; color: var(--ink-light); } /* CTA SECTION */ .cta-section { padding: 120px 0; background: var(--green-dark); position: relative; overflow: hidden; text-align: center; } .cta-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201,168,76,0.1) 0%, transparent 60%), repeating-linear-gradient(45deg, rgba(255,255,255,0.01) 0px, rgba(255,255,255,0.01) 1px, transparent 1px, transparent 40px); } .cta-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; padding: 0 32px; } .cta-verse { font-family: var(--font-display); font-size: clamp(20px, 2.8vw, 34px); font-style: italic; font-weight: 300; color: rgba(255,255,255,0.88); line-height: 1.45; margin-bottom: 16px; } .cta-verse-ref { font-family: var(--font-nav); font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 52px; } .cta-title { font-family: var(--font-display); font-size: clamp(30px, 3.8vw, 50px); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 20px; } .cta-title em { font-style: italic; color: var(--gold-light); } .cta-body { font-size: 17px; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: 44px; } .btn-cta-gold { display: inline-block; background: var(--gold); color: var(--ink); font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 18px 44px; border-radius: 2px; text-decoration: none; transition: all 0.2s; box-shadow: 0 4px 24px rgba(201,168,76,0.3); } .btn-cta-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 36px rgba(201,168,76,0.4); } /* FOOTER */ footer { background: var(--ink); padding: 72px 32px 40px; } .footer-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 280px 1fr 1fr; gap: 60px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 32px; } .footer-logo { height: 40px; margin-bottom: 20px; display: block; } .footer-tagline { font-family: var(--font-display); font-size: 16px; font-style: italic; color: rgba(255,255,255,0.4); line-height: 1.6; margin-bottom: 24px; } .footer-sub { font-size: 11px; color: rgba(255,255,255,0.25); line-height: 1.6; } .footer-col-label { font-family: var(--font-nav); font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; } .footer-links-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .footer-links-list a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; } .footer-links-list a:hover { color: var(--white); } .footer-bottom { max-width: var(--max-w); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; } .footer-copy { font-size: 11px; color: rgba(255,255,255,0.2); } .footer-legal { display: flex; gap: 20px; } .footer-legal a { font-size: 11px; color: rgba(255,255,255,0.2); text-decoration: none; letter-spacing: 0.08em; transition: color 0.2s; } .footer-legal a:hover { color: rgba(255,255,255,0.5); } /* REVEAL */ .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; } .reveal.visible { opacity: 1; transform: translateY(0); } .reveal-delay-1 { transition-delay: 0.1s; } .reveal-delay-2 { transition-delay: 0.2s; } .reveal-delay-3 { transition-delay: 0.3s; } .reveal-delay-4 { transition-delay: 0.4s; } /* RESPONSIVE */ @media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; gap: 52px; padding-top: 120px; } .hero-card { display: none; } .for-whom-inner { grid-template-columns: 1fr; gap: 52px; } .for-whom-sticky { position: static; } .not-grid { grid-template-columns: 1fr; } .pillars { grid-template-columns: 1fr 1fr; gap: 2px; } .book-inner { grid-template-columns: 1fr; gap: 52px; } .book-cover { max-width: 240px; margin: 0 auto; } .kileha-inner { grid-template-columns: 1fr; gap: 52px; } .kileha-portrait { max-width: 400px; aspect-ratio: 3/4; } .services-grid { grid-template-columns: 1fr; } .testimonials-grid { grid-template-columns: 1fr; } .footer-inner { grid-template-columns: 1fr; gap: 44px; } } @media (max-width: 560px) { .wrap, .wrap-narrow { padding: 0 20px; } nav { padding: 14px 20px; } .nav-links { display: none; } .hero-inner { padding: 100px 20px 80px; } .not-instead { padding: 32px 24px; } .pillars { grid-template-columns: 1fr; } }
