
:root {
  --cream: #f8f3e9;
  --cream-2: #f2eadc;
  --paper: #fffdf8;
  --brown: #48372c;
  --muted: #786b60;
  --green: #759b75;
  --green-dark: #557b5b;
  --teal: #397b83;
  --rust: #c8784f;
  --orange: #f16b25;
  --red: #e73c25;
  --line: rgba(91, 67, 51, .12);
  --shadow: 0 14px 30px rgba(73, 54, 39, .11);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

html { box-sizing: border-box; scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; min-width: 320px; color: var(--brown); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
body, header, main, footer, section, nav, div, article, form, h1, h2, h3, p, a, span, small, button, input { box-sizing: border-box; }
a { color: inherit; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.12; }
h1 { margin-bottom: 22px; font-size: clamp(2.6rem, 6vw, 5.15rem); letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.7vw, 3.35rem); letter-spacing: -.03em; }
h3 { margin-bottom: 10px; font-size: 1.28rem; }
p { color: var(--muted); }
.container { width: min(1080px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.center, .section-heading { text-align: center; }
.section-heading { max-width: 760px; margin: 0 auto 50px; }
.eyebrow { margin-bottom: 13px; font-size: .72rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.green { color: var(--green-dark); }
.eyebrow.rust { color: var(--rust); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(248, 243, 233, .55); border-bottom: 1px solid rgba(255, 255, 255, .48); box-shadow: 0 4px 24px rgba(70, 52, 38, .045); backdrop-filter: blur(16px) saturate(135%); -webkit-backdrop-filter: blur(16px) saturate(135%); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 700; text-decoration: none; }
.logo-placeholder { width: 38px !important; height: 38px !important; font-size: .5rem !important; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: var(--brown); font-size: .82rem; font-weight: 600; text-decoration: none; }
.main-nav a:hover { color: var(--rust); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 8px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px auto; background: var(--brown); transition: .2s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.button { min-height: 44px; padding: 11px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #fff; font-family: var(--sans); font-size: .78rem; font-weight: 700; text-decoration: none; border: 0; border-radius: 999px; box-shadow: 0 8px 18px rgba(74, 50, 33, .13); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 13px 24px rgba(74, 50, 33, .19); filter: brightness(1.04); }
.button-small { min-height: 35px; padding: 8px 17px; font-size: .69rem; }
.button-rust { background: var(--rust); }
.button-green { background: var(--green); }
.button-teal { background: var(--teal); }
.button-orange { background: var(--orange); }
.button-red { background: var(--red); }

.hero { min-height: 820px; padding: 186px 0 100px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 8% 42%, rgba(137, 171, 134, .13), transparent 25%), radial-gradient(circle at 93% 30%, rgba(213, 131, 89, .13), transparent 24%), var(--cream); }
.hero-inner { max-width: 820px; }
.hero-logo-placeholder { width: 150px; height: 150px; margin: 0 auto 38px; border-radius: 28px !important; box-shadow: var(--shadow); }
.hero-copy { max-width: 620px; margin: 0 auto 28px; font-size: 1rem; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 18px; }
.hero-actions > span { color: #8b7d72; font-size: .7rem; }
.squiggle { margin-top: 50px; color: #9eb69a; font-family: var(--serif); font-size: 3rem; letter-spacing: -.28em; }

.two-column { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 86px; }
.copy-block p { font-size: .9rem; }
.image-placeholder, .icon-placeholder { display: flex; align-items: center; justify-content: center; color: #8e8175; text-align: center; background: repeating-linear-gradient(135deg, rgba(255,255,255,.55) 0 12px, rgba(231,221,204,.48) 12px 24px); border: 2px dashed rgba(93, 116, 84, .36); border-radius: 22px; }
.icon-placeholder { width: 38px; height: 38px; flex: 0 0 auto; color: var(--green-dark); font-size: .48rem; background: #e8efe2; border-width: 1px; border-radius: 50%; }
.about-image { min-height: 470px; }
.section-tan { background: var(--cream-2); }

.card-grid { display: grid; gap: 26px; }
.three-cards { grid-template-columns: repeat(3, 1fr); }
.product-card { overflow: hidden; background: var(--paper); border: 1px solid rgba(89, 66, 50, .1); border-radius: 18px; box-shadow: 0 7px 18px rgba(75, 56, 42, .07); transition: transform .28s ease, box-shadow .28s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.card-image { min-height: 270px; border: 0; border-radius: 0; }
.card-body { padding: 22px; text-align: left; }
.card-body p { min-height: 66px; margin-bottom: 16px; font-size: .78rem; }
.card-body a { color: var(--teal); font-size: .75rem; font-weight: 700; text-decoration: none; }
.card-body a span { transition: margin-left .2s; }
.card-body a:hover span { margin-left: 5px; }

.seasonal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.season-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.season-image { position: absolute; inset: 0; min-height: 100%; border: 0; border-radius: 0; transition: transform .5s ease; }
.season-card:hover .season-image { transform: scale(1.045); }
.season-card::after { position: absolute; inset: 28% 0 0; content: ""; background: linear-gradient(transparent, rgba(42, 31, 24, .90)); }
.season-overlay { position: absolute; inset: auto 28px 26px; z-index: 2; color: #fff; text-align: left; }
.season-overlay p, .season-overlay span { color: rgba(255,255,255,.82); }
.season-overlay p { margin: 0; font-size: .63rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.season-overlay h3 { margin: 2px 0 5px; font-size: 2rem; }
.season-overlay span { display: block; max-width: 430px; margin-bottom: 16px; font-size: .76rem; }
.season-overlay .button { min-height: 36px; padding: 8px 16px; font-size: .68rem; }

.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.detail-card { min-height: 235px; padding: 24px; background: var(--paper); border: 1px solid rgba(89,66,50,.1); border-radius: 14px; box-shadow: 0 5px 14px rgba(75,56,42,.055); transition: transform .25s ease; }
.detail-card:hover { transform: translateY(-6px); }
.detail-card .icon-placeholder { margin-bottom: 24px; }
.detail-card h3 { font-size: 1.08rem; }
.detail-card p { font-size: .76rem; }

.newsletter-section { padding: 110px 0; }
.newsletter-card { max-width: 720px; margin: auto; padding: 54px 60px; text-align: center; background: linear-gradient(120deg, #dfe9d9, #eee4d4); border: 3px solid rgba(255,255,255,.75); border-radius: 30px; box-shadow: var(--shadow); }
.newsletter-icon { margin: 0 auto 20px; }
.newsletter-card h2 { font-size: 2rem; }
.newsletter-card p { max-width: 540px; margin: 0 auto 25px; font-size: .82rem; }
.signup-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 520px; margin: auto; }
.signup-form input { width: 100%; min-height: 44px; padding: 0 20px; font: inherit; font-size: .76rem; background: rgba(255,255,255,.87); border: 1px solid rgba(99,75,57,.14); border-radius: 999px; outline: none; }
.signup-form input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(57,123,131,.12); }

.site-footer { padding: 66px 0 46px; text-align: center; background: var(--cream-2); }
.footer-inner { display: flex; flex-direction: column; align-items: center; }
.footer-brand { margin-bottom: 16px; }
.footer-inner p { max-width: 440px; margin-bottom: 12px; font-size: .78rem; }
.footer-link { margin-bottom: 24px; color: var(--teal); font-size: .75rem; font-weight: 700; text-decoration: none; }
.footer-inner small { color: #998b7e; font-size: .64rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  .main-nav { position: fixed; top: 74px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: rgba(248,243,233,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 6px; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .two-column { grid-template-columns: 1fr; gap: 45px; }
  .about-image { order: -1; min-height: 390px; }
  .three-cards { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .container { width: min(100% - 30px, 1080px); }
  .section { padding: 78px 0; }
  .hero { min-height: auto; padding: 145px 0 76px; }
  .hero-logo-placeholder { width: 118px; height: 118px; margin-bottom: 30px; }
  .hero-actions { flex-direction: column; }
  .three-cards, .seasonal-grid, .detail-grid { grid-template-columns: 1fr; }
  .season-card { min-height: 370px; }
  .newsletter-card { padding: 42px 22px; border-radius: 22px; }
  .signup-form { grid-template-columns: 1fr; }
  .signup-form .button { width: 100%; }
}

.logo-card-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-card {
    width: 200px;
    height: 200px;
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 64px;

    box-shadow:
        0 30px 45px rgba(45, 38, 30, 0.13),
        0 10px 18px rgba(45, 38, 30, 0.07);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.logo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 46px;
}

.logo-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 38px 55px rgba(45, 38, 30, 0.17),
        0 14px 24px rgba(45, 38, 30, 0.09);
}

@media (max-width: 600px) {
    .logo-card {
        width: 220px;
        height: 220px;
        padding: 18px;
        border-radius: 46px;
    }

    .logo-card img {
        border-radius: 32px;
    }
}


.white-shadow-box {
    box-sizing: border-box;

    /* Automatically adapts to its content and parent */
    width: fit-content;
    max-width: 100%;

    /* Responsive spacing */
    padding: clamp(14px, 3vw, 1px);

    background-color: #ffffff;
    border: 1px solid rgba(30, 40, 55, 0.05);
    border-radius: clamp(18px, 4vw, 48px);

    box-shadow:
        0 24px 45px rgba(30, 35, 45, 0.12),
        0 8px 18px rgba(30, 35, 45, 0.07);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.white-shadow-box:hover {
    transform: translateY(-6px);

    box-shadow:
        0 32px 55px rgba(30, 35, 45, 0.16),
        0 12px 24px rgba(30, 35, 45, 0.09);
}

/* Makes an image adapt correctly inside the container */
.white-shadow-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;

    object-fit: cover;
    border-radius: clamp(12px, 3vw, 32px);
}

/* Optional helper class for centering the container */
.white-shadow-box-center {
    margin-right: auto;
    margin-left: auto;
}

/* Removes movement for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .white-shadow-box {
        transition: none;
    }

    .white-shadow-box:hover {
        transform: none;
    }
}

.logo-image {
width: 40px;
height: 40px;
display: block;
object-fit: cover;
object-position: center;
border: 2px solid rgba(255, 255, 255, 0.75);
border-radius: 50%;
box-shadow: 0 4px 12px rgba(72, 55, 44, 0.15);
}