/*
Theme Name: Newport 25s Child
Template: storefront
Text Domain: newport25s-child
Version: 1.0.1
*/

:root {
    --newport-ink: #171b1f;
    --newport-ink-soft: #252b30;
    --newport-ivory: #f7f1e6;
    --newport-paper: #fffdf8;
    --newport-muted: #6f7376;
    --newport-line: #ddd5c8;
    --newport-gold: #d5b574;
    --newport-gold-dark: #a7864a;
    --store-content: min(1160px, calc(100% - 40px));
}

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body.store-newport {
    background: var(--newport-paper);
    color: var(--newport-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}
body.store-newport a { color: var(--newport-gold-dark); }
body.store-newport a:hover { color: var(--newport-ink); }
body.store-newport .site-header {
    background: var(--newport-ink);
    color: var(--newport-ivory);
    border-bottom: 1px solid #353c42;
}
body.store-newport .site-header a,
body.store-newport .main-navigation ul.menu > li > a { color: var(--newport-ivory); }
body.store-newport .site-branding { margin-bottom: 0; }
body.store-newport .site-title,
body.store-newport .site-description { color: var(--newport-ivory); }
body.store-newport .site-title { font-family: Georgia, serif; font-weight: 500; }
body.store-newport .main-navigation ul.menu > li > a { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
body.store-newport .main-navigation ul.menu > li > a:hover { color: var(--newport-gold); }
body.store-newport .storefront-breadcrumb { background: transparent; margin: 0 auto; max-width: 1160px; padding: 18px 0; }
body.store-newport .site-main { margin-bottom: 0; }
body.store-newport .storefront-page { overflow: hidden; }
.newport-wrap { margin: 0 auto; max-width: 1160px; width: var(--store-content); }
.newport-hero {
    background: var(--newport-ink);
    color: var(--newport-ivory);
    padding: clamp(42px, 5vw, 58px) 0;
}
.newport-hero-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); }
.newport-eyebrow { color: var(--newport-gold); font-size: .72rem; font-weight: 700; letter-spacing: .18em; margin: 0 0 14px; text-transform: uppercase; }
.newport-hero h1 { color: var(--newport-ivory); font-family: Georgia, serif; font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 400; letter-spacing: 0; line-height: .98; margin: 0 0 20px; }
.newport-hero p { color: #d0d2d3; font-size: 1.05rem; margin: 0 0 28px; max-width: 560px; }
.newport-button, body.store-newport .button, body.store-newport button, body.store-newport input[type="submit"] { background: var(--newport-gold); border: 0; border-radius: 2px; color: var(--newport-ink); display: inline-block; font-size: .86rem; font-weight: 800; letter-spacing: .02em; padding: 13px 20px; text-decoration: none; }
.newport-button, body.store-newport a.newport-button { color: var(--newport-ink) !important; }
.newport-button:hover, body.store-newport .button:hover, body.store-newport button:hover, body.store-newport input[type="submit"]:hover { background: var(--newport-ivory); color: var(--newport-ink); }
.newport-button:focus-visible, body.store-newport a:focus-visible, body.store-newport button:focus-visible { outline: 3px solid var(--newport-gold); outline-offset: 3px; }
.newport-hero-media { align-items: center; background: var(--newport-ink-soft); border: 1px solid #4b5156; display: flex; min-height: 260px; justify-content: center; padding: 24px; text-align: center; }
.newport-hero-media-inner { border: 1px solid #6d6557; color: var(--newport-gold); font-family: Georgia, serif; font-size: 1.55rem; max-width: 320px; padding: 78px 34px; width: 100%; }
.newport-trust { background: #22282d; color: #d0d2d3; }
.newport-trust-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.newport-trust-item { border-left: 1px solid #3b4247; padding: 22px 24px; }
.newport-trust-item:first-child { border-left: 0; }
.newport-trust-item strong { color: var(--newport-ivory); display: block; font-size: .85rem; margin-bottom: 2px; }
.newport-trust-item span { color: #aeb3b6; font-size: .78rem; }
.newport-section { padding: clamp(48px, 7vw, 86px) 0; }
.newport-section-heading { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 28px; }
.newport-section h2 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; line-height: 1.05; margin: 0; }
.newport-guide-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.newport-guide-card { border: 1px solid var(--newport-line); padding: 24px; }
.newport-guide-card h3 { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; margin: 0 0 10px; }
.newport-guide-card p { color: var(--newport-muted); font-size: .92rem; margin: 0 0 18px; }
.newport-empty { background: #f2ece2; border: 1px dashed #bcae99; padding: 32px; }
.newport-empty h2 { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; margin: 0 0 10px; }
.newport-empty p { color: var(--newport-muted); margin: 0; }
.newport-page { margin: 0 auto; max-width: 820px; padding: 54px 0 86px; width: var(--store-content); }
.newport-page h1, .newport-page h2, .newport-page h3 { font-family: Georgia, serif; font-weight: 400; }
.newport-page h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; margin: 0 0 28px; }
.newport-page h2 { font-size: 2rem; margin-top: 42px; }
.newport-page p, .newport-page li { color: #4f5559; }
body.store-newport .site-footer { background: var(--newport-ink); color: #c5c8ca; }
body.store-newport .site-footer a { color: var(--newport-ivory); }
.store-adult-notice { background: #101417; border-top: 1px solid #353c42; color: #aeb3b6; font-size: .78rem; padding: 14px 20px; text-align: center; }
.store-adult-notice a { color: var(--newport-gold) !important; }
body.store-newport .woocommerce-breadcrumb { max-width: 1160px; width: var(--store-content); }
body.store-newport .products { gap: 20px; }
body.store-newport .products::before, body.store-newport .products::after { display: none; }
body.store-newport ul.products li.product { border: 1px solid var(--newport-line); padding: 18px; width: calc(33.333% - 14px); }
body.store-newport ul.products li.product .price { color: var(--newport-gold-dark); font-weight: 700; }
body.store-newport .site-main .woocommerce-info { background: #f2ece2; border-left-color: var(--newport-gold-dark); }
@media (max-width: 782px) {
    :root { --store-content: min(100% - 28px, 620px); }
    .newport-hero-grid { gap: 30px; grid-template-columns: 1fr; }
    .newport-hero-media { min-height: 210px; }
    .newport-hero-media-inner { padding: 42px 24px; }
    .newport-trust-grid { grid-template-columns: 1fr; }
    .newport-trust-item, .newport-trust-item:first-child { border-left: 0; border-top: 1px solid #3b4247; }
    .newport-trust-item:first-child { border-top: 0; }
    .newport-guide-grid { grid-template-columns: 1fr; }
    .newport-section-heading { align-items: start; flex-direction: column; }
    body.store-newport ul.products li.product { width: 100%; }
}
@media (max-width: 480px) {
    .newport-hero { padding: 48px 0 56px; }
    .newport-hero h1 { font-size: 2.9rem; }
    .newport-section { padding: 48px 0; }
}
