/* Brand Colors */
:root {
    --black: #000000;
    --white: #ffffff;
    --gold: #C9A84C;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--black);
    color: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Typography */
h1, h2, p.label, p.fh-hero-subtitle, .cta-button, .design-title, .products-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.label {
    font-size: 0.9rem;
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.belfast-logo {
    width: 100px;
    height: auto;
    margin: 8px auto;
}

/* Hero Title */
.fh-hero-title {
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-top: 8px;
}

.fh-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 16px;
}

@media (min-width: 640px) {
    .fh-hero-title {
        font-size: 5rem;
    }
    .fh-hero-subtitle {
        font-size: 1.875rem;
    }
}

@media (min-width: 768px) {
    .fh-hero-title {
        font-size: 5.625rem;
    }
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background-color: var(--gold);
    color: var(--black);
    padding: 1.25rem 2.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cta-button:hover {
    opacity: 0.9;
}

.cta-button-large {
    padding: 1.5rem 5rem;
    font-size: 1.375rem;
}

@media (min-width: 640px) {
    .cta-button-large {
        padding: 1.5rem 5rem;
        font-size: 1.375rem;
    }
}

/* Story Section */
.story-section {
    max-width: 42rem;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.story-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.8;
}

.gold-link {
    color: var(--gold);
}

@media (min-width: 640px) {
    .story-content {
        font-size: 1.25rem;
    }
}

/* Scripture Section */
.scripture-section {
    background-color: var(--black);
    text-align: center;
    padding: 3.75rem 1.5rem;
}

.scripture-text {
    color: var(--gold);
    font-size: 3.125rem;
    font-style: italic;
    opacity: 0;
    transition: opacity 1.5s ease;
}

.scripture-citation {
    color: var(--gold);
    font-size: 1rem;
    font-style: normal;
    margin-top: 0.75rem;
    opacity: 0;
    transition: opacity 1.5s ease 0.5s;
}

.scripture-section.visible .scripture-text,
.scripture-section.visible .scripture-citation {
    opacity: 1;
}

/* Design Section */
.design-section {
    padding: 2.5rem 1.5rem;
}

.design-intro {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 2.5rem;
}

.design-title {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

@media (min-width: 640px) {
    .design-title {
        font-size: 2.25rem;
    }
}

.gold-divider {
    max-width: 80rem;
    height: 1px;
    background-color: var(--gold);
    margin: 3rem auto;
}

.design-content {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.8;
}

@media (min-width: 640px) {
    .design-content {
        font-size: 1.25rem;
    }
}

.death-hacked-title {
    max-width: 80rem;
    margin: 2.5rem auto 0;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--gold);
}

@media (min-width: 640px) {
    .death-hacked-title {
        font-size: 4.375rem;
    }
}

@media (min-width: 768px) {
    .death-hacked-title {
        font-size: 5rem;
    }
}

.design-story {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.8;
    padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .design-story {
        font-size: 1.25rem;
    }
}

/* Collection Intro */
.collection-intro {
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.collection-title {
    max-width: 80rem;
    margin: 0 auto;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--gold);
}

@media (min-width: 640px) {
    .collection-title {
        font-size: 4.375rem;
    }
}

@media (min-width: 768px) {
    .collection-title {
        font-size: 5rem;
    }
}

.collection-subtitle {
    max-width: 42rem;
    margin: 2rem auto 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .collection-subtitle {
        font-size: 1.875rem;
    }
}

/* Collection Section */
.collection-section {
    padding: 2.5rem 1.5rem;
}

.products-title {
    text-align: center;
    font-size: 3.125rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .products-title {
        font-size: 4.375rem;
    }
}

/* Products Grid */
.products-grid {
    max-width: 80rem;
    margin: 4rem auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-card {
    display: flex;
    flex-direction: column;
}

.product-image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--black);
}

.product-info {
    margin-top: 1.5rem;
    text-align: center;
}

.product-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.product-price {
    margin-top: 0.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    color: var(--gold);
}

.product-info .cta-button {
    margin-top: 1.5rem;
}

/* Product Info Text */
.product-info-text {
    max-width: 42rem;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    font-size: 1.125rem;
}

@media (min-width: 640px) {
    .product-info-text {
        font-size: 1.25rem;
    }
}

/* CTA Center */
.cta-center {
    max-width: 28rem;
    margin: 2rem auto;
    text-align: center;
}

/* Belfast Link */
.belfast-link {
    max-width: 42rem;
    margin: 1.5rem auto;
    padding: 1.5rem 1.5rem;
    text-align: center;
    font-size: 1.125rem;
}

@media (min-width: 640px) {
    .belfast-link {
        font-size: 1.25rem;
    }
}

/* Missionary Section */
.missionary-section {
    padding: 2.5rem 1.5rem;
}

.missionary-content {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

@media (min-width: 640px) {
    .missionary-content {
        font-size: 1.25rem;
    }
}

.missionary-highlight {
    max-width: 80rem;
    margin: 2.5rem auto;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--gold);
}

@media (min-width: 640px) {
    .missionary-highlight {
        font-size: 3.125rem;
    }
}

.missionary-closing {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.8;
    padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .missionary-closing {
        font-size: 1.25rem;
    }
}

/* Final CTA Section */
.final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.final-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.75rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 3rem;
}

@media (min-width: 640px) {
    .final-title {
        font-size: 5rem;
    }
}

.final-subtitle {
    margin-top: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .final-subtitle {
        font-size: 1.875rem;
    }
}

.final-tagline {
    margin-top: 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gold);
}

@media (min-width: 640px) {
    .final-tagline {
        font-size: 1.25rem;
    }
}

.final-button {
    margin-top: 3rem;
}

/* Logo Styles */
.fh-logo {
    width: 280px;
    height: 180px;
    background-image: url(https://cdn.shopify.com/s/files/1/0373/4125/files/fhwebsite.jpg?v=1778278067);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

.fh-logo-large {
    width: 200px;
    height: 128px;
    background-image: url(https://cdn.shopify.com/s/files/1/0373/4125/files/fhwebsite.jpg?v=1778278067);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

.fh-logo-footer {
    width: 200px;
    height: 128px;
    background-image: url(https://cdn.shopify.com/s/files/1/0373/4125/files/fhwebsite.jpg?v=1778278067);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

/* Utility Classes */
.w-full {
    width: 100%;
}

.block {
    display: block;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.min-h-screen {
    min-height: 100vh;
}

.bg-black {
    background-color: var(--black);
}

.text-center {
    text-align: center;
}

.font-sans {
    font-family: 'Inter', sans-serif;
}

.text-white {
    color: var(--white);
}

/* Footer */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
}

.footer-domain {
    margin-top: 1rem;
    font-size: 0.875rem;
}

.footer-belfast {
    font-size: 0.875rem;
}

/* Responsive Video */
video {
    width: 100%;
    height: auto;
}

/* Antialiasing */
main {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
