.home-hero { position: relative; min-height: calc(100svh - 5.5rem); display: grid; align-items: center; overflow: hidden; padding: clamp(3.5rem, 7vw, 7rem) 0; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 50%, rgb(239 60 47 / 0.12), transparent 28rem), linear-gradient(90deg, transparent, rgb(242 140 27 / 0.025)); }
.home-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(330px, 0.85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.home-hero__logo { position: relative; display: grid; place-items: center; width: 100%; min-width: 0; }
.home-hero__logo::before, .home-hero__logo::after { content: ""; position: absolute; inset: 12%; border-radius: 50%; border: 1px solid rgb(223 178 70 / 0.22); z-index: -1; }
.home-hero__logo::after { inset: 4%; border-color: rgb(239 60 47 / 0.12); }
.home-hero__logo img { width: min(100%, 600px); height: auto; aspect-ratio: 1 / 1; object-fit: contain; margin-inline: auto; filter: drop-shadow(0 28px 60px rgb(0 0 0 / 0.42)); }
.home-hero__copy { min-width: 0; }
.home-hero__copy h1 { margin-bottom: 1rem; color: var(--color-cream); font-size: clamp(3rem, 7vw, 7rem); }
.home-hero__copy h1 span { display: block; color: var(--color-red); }
.home-hero__copy .lede { margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hero-social-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 0.75rem 1.2rem; margin-top: 1.8rem; color: var(--color-muted); font-size: 0.88rem; }
.hero-social-proof strong { color: var(--color-gold); }
.hero-social-proof span { display: inline-flex; align-items: center; gap: 0.4rem; }
.hero-social-proof img { width: 1rem; filter: brightness(0) saturate(100%) invert(64%) sepia(81%) saturate(541%) hue-rotate(347deg) brightness(100%); }

.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pillar { position: relative; padding: 2rem; border: 1px solid rgb(107 77 47 / 0.22); border-radius: var(--radius-md); background: rgb(255 255 255 / 0.45); }
.pillar__number { display: block; margin-bottom: 1rem; color: var(--color-red-dark); font-family: var(--font-display); font-size: 2.8rem; line-height: 1; opacity: 0.35; }
.pillar h3 { color: var(--color-ink); font-family: var(--font-display); text-transform: uppercase; }
.pillar p { margin-bottom: 0; }

.story-preview { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,0.75fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.story-preview__visual { position: relative; min-height: 480px; border: 1px solid rgb(223 178 70 / 0.25); border-radius: var(--radius-lg); background: radial-gradient(circle at 35% 25%, rgb(239 60 47 / 0.2), transparent 35%), linear-gradient(145deg, #21150d, #0b0705); overflow: hidden; box-shadow: var(--shadow-soft); }
.story-preview__visual img { position: absolute; width: 78%; max-width: 440px; height: auto; aspect-ratio: 1 / 1; object-fit: contain; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.story-preview__visual::after { content: "EST. 2025"; position: absolute; right: 1.25rem; bottom: 1.25rem; color: rgb(243 231 207 / 0.28); font-family: var(--font-display); font-size: 2rem; letter-spacing: 0.08em; }
.story-preview__content h2 { margin-bottom: 1.2rem; }

.maker-callout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgb(223 178 70 / 0.32); border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(120deg, rgb(239 60 47 / 0.18), rgb(242 140 27 / 0.06) 45%, rgb(255 255 255 / 0.02)); }
.maker-callout::after { content: ""; position: absolute; width: 18rem; height: 18rem; right: -7rem; top: -8rem; border: 2px solid rgb(223 178 70 / 0.14); border-radius: 50%; }
.maker-callout h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 0.7rem; }
.maker-callout p { margin-bottom: 0; max-width: 65ch; }
.maker-callout .button { position: relative; z-index: 1; }

.about-story { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.about-story__copy p { font-size: 1.03rem; }
.about-card { position: sticky; top: 7rem; padding: 1rem 1rem 2rem; border: 1px solid rgb(223 178 70 / 0.25); border-radius: var(--radius-lg); background: linear-gradient(145deg, #21150d, #0c0805); box-shadow: var(--shadow-soft); overflow: hidden; }
.about-card__photo { position: relative; aspect-ratio: 1 / 1; margin: 0 0 1.5rem; overflow: hidden; border: 1px solid rgb(223 178 70 / 0.28); border-radius: calc(var(--radius-lg) - 0.45rem); background: #0b0705; }
.about-card__photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgb(8 6 4 / 0.2), transparent 45%); }
.about-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-card > .eyebrow,
.about-card > h2,
.about-card > p { margin-inline: 1rem; }
.about-card h2 { font-size: 1.8rem; margin-bottom: 0.8rem; }
.about-card p:last-child { margin-bottom: 0; }
.philosophy-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.philosophy-card { padding: 2rem; border: 1px solid rgb(107 77 47 / 0.22); border-radius: var(--radius-md); background: rgb(255 255 255 / 0.42); }
.philosophy-card h3 { color: var(--color-ink); font-family: var(--font-display); text-transform: uppercase; }
.timeline { display: grid; gap: 0; margin-top: 2rem; }
.timeline__item { display: grid; grid-template-columns: 7rem 1fr; gap: 1.5rem; padding: 1.3rem 0; border-top: 1px solid rgb(223 178 70 / 0.18); }
.timeline__item strong { color: var(--color-orange); font-family: var(--font-display); }
.timeline__item p { margin: 0; }
.disclosure-box { padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid rgb(223 178 70 / 0.3); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgb(223 178 70 / 0.07), rgb(255 255 255 / 0.02)); }

.contact-layout { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact-panel { padding: 2rem; border: 1px solid rgb(223 178 70 / 0.22); border-radius: var(--radius-lg); background: linear-gradient(145deg, #21150d, #0b0705); }
.contact-panel h2 { font-size: 1.8rem; }
.contact-options { display: grid; gap: 0.9rem; margin: 1.4rem 0 2rem; }
.contact-option { display: grid; grid-template-columns: 2.4rem 1fr; gap: 0.8rem; align-items: start; }
.contact-option__icon { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; color: var(--color-orange); background: rgb(242 140 27 / 0.1); font-weight: 900; }
.contact-option strong { display: block; color: var(--color-cream); }
.contact-option p { margin: 0; font-size: 0.85rem; }
.contact-form-shell { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid rgb(223 178 70 / 0.22); border-radius: var(--radius-lg); background: rgb(255 255 255 / 0.025); }

.error-page { min-height: calc(100svh - 5.5rem); display: grid; place-items: center; text-align: center; padding: 4rem 1rem; }
.error-page img { width: min(320px, 60vw); margin: 0 auto 1rem; }
.error-page h1 { font-size: clamp(3rem, 9vw, 7rem); margin-bottom: 0.5rem; }
.error-page p { max-width: 55ch; margin-inline: auto; }
