* {
    box-sizing: border-box;
}

.content-page { 
    min-height: 100vh; 
    color: var(--brand-text); 
    background: var(--brand-surface); 
    font-family: "Roboto", sans-serif; 
}
.page-header, .page-hero, .page-section, .page-callout { 
    width: min(1120px, calc(100% - 40px)); 
    margin-inline: auto; 
}
.page-header { 
    min-height: 92px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; gap: 24px; 
}
.page-brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.page-brand img { width: 56px; height: 56px; padding: 5px; object-fit: contain; background: #fff; border-radius: 50%; box-shadow: 0 5px 14px rgba(88,64,3,.13); }
.page-brand span { display: grid; gap: 2px; }.page-brand strong { color: #8a6500; font-family: "Noto Serif Oriya", serif; font-size: 1.08rem; }.page-brand small { font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.page-header nav { display: flex; flex-wrap: wrap; gap: 18px; }.page-header nav a { color: #74570b; font-weight: 700; text-decoration: none; }.page-header nav a:hover { color: #3f3428; }
.page-header nav .branch-link { padding: 7px 12px; border-radius: 999px; background: #f4d261; color: #3e3002; }.page-header nav .branch-link:hover { background: #fff0b6; color: #3e3002; }
.page-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 440px; overflow: hidden; border-radius: 28px; color: #fff; background: #72570b; }.page-hero > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 82px); }.page-hero img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; opacity: .86; mix-blend-mode: luminosity; }.page-hero--blog img { mix-blend-mode: normal; }
.page-eyebrow { display: inline-block; color: #b58710; font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }.page-hero .page-eyebrow { color: #f7d56b; }.page-hero h1, .page-heading h2, .page-callout h2 { margin: 13px 0 18px; font-family: "Noto Serif Oriya", serif; font-weight: 700; line-height: 1.15; }.page-hero h1 { font-size: clamp(2.25rem, 4.7vw, 4rem); }.page-hero p { margin: 0; color: #fbf4dc; font-size: 1.06rem; line-height: 1.7; }
.page-section { padding: 92px 0; }.page-heading { max-width: 650px; }.page-heading h2, .page-callout h2 { font-size: clamp(1.9rem, 3.2vw, 2.8rem); }.page-heading p { color: #6b5b4a; line-height: 1.65; }
.shop-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }.shop-card, .blog-card { overflow: hidden; border: 1px solid #eadfca; border-radius: 18px; background: #fff; box-shadow: 0 10px 25px rgba(83,62,15,.05); }.shop-card > img, .blog-card > img { display: block; width: 100%; height: 190px; object-fit: cover; }.shop-card > div, .blog-card > div { padding: 25px; }.shop-card span, .blog-card span { color: #a6770c; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.shop-card h3, .blog-card h3 { margin: 14px 0 10px; font-family: "Noto Serif Oriya", serif; font-size: 1.35rem; }.shop-card p, .blog-card p { min-height: 76px; margin: 0 0 20px; color: #6b5b4a; line-height: 1.6; }.shop-card a, .blog-card a, .page-callout a { color: #74570b; font-weight: 700; text-decoration: none; }.shop-card a:hover, .blog-card a:hover, .page-callout a:hover { color: #3f3428; }
.page-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 80px; padding: clamp(32px, 6vw, 66px); border-radius: 25px; background: #f3ead9; }.page-callout h2 { margin-bottom: 0; }.page-callout > a { padding: 13px 21px; border-radius: 999px; background: #f4d261; color: #3e3002; white-space: nowrap; }.page-callout > a:hover { background: #fff0b6; color: #3e3002; }
.product-highlight { display: inline-block; margin: 0 0 18px; padding: 8px 12px; border-radius: 999px; background: #fff7d8; color: #8a6500; font-weight: 700; font-size: .92rem; }
.product-highlight--gift { background: #eef8e6; color: #2f6a2f; }
.page-footer { padding: 25px 20px; color: #f9f2df; background: var(--brand-primary-dark); text-align: center; font-size: .9rem; }
html[data-theme="dark"] .content-page { color: #eee4d1; background: #211c16; } html[data-theme="dark"] .page-header nav a { color: #f4d261; } html[data-theme="dark"] .page-heading h2, html[data-theme="dark"] .page-callout h2 { color: #f8ecd3; } html[data-theme="dark"] .page-heading p, html[data-theme="dark"] .shop-card p, html[data-theme="dark"] .blog-card p { color: #cfc1aa; } html[data-theme="dark"] .shop-card, html[data-theme="dark"] .blog-card { border-color: #514536; background: #30281e; box-shadow: none; } html[data-theme="dark"] .page-callout { background: #2a231a; } html[data-theme="dark"] .product-highlight { background: rgba(244, 210, 97, .16); color: #ffe9a6; } html[data-theme="dark"] .product-highlight--gift { background: rgba(101, 172, 86, .18); color: #d2ffbf; }
@media (max-width: 760px) { .page-header { min-height: auto; flex-wrap: wrap; padding: 16px 0; gap: 12px; }.page-brand { flex: 1 1 100%; }.page-brand small { display: none; }.page-header nav { width: 100%; gap: 10px; }.page-hero { grid-template-columns: 1fr; }.page-hero img { min-height: 255px; grid-row: 1; }.page-section { padding: 65px 0; }.shop-grid, .blog-grid { grid-template-columns: 1fr; }.shop-card p, .blog-card p { min-height: auto; }.page-callout { align-items: flex-start; flex-direction: column; margin-bottom: 55px; } }
@media (max-width: 430px) { .page-header, .page-hero, .page-section, .page-callout { width: min(100% - 28px, 1120px); }.page-brand strong { font-size: .93rem; }.page-header nav { gap: 8px; font-size: .9rem; flex-wrap: wrap; } .page-header nav a { display: inline-block; } }
