/*
Theme Name: Northstar Graphic
Theme URI: https://wp.34.185.205.86.nip.io/
Author: EmDash PoC
Description: A graphic editorial and commerce theme for the WordPress migration proof of concept.
Version: 1.0.0
Text Domain: northstar
*/

:root { --ink:#17221e; --forest:#113d30; --cream:#f4f0e5; --paper:#fffdf6; --orange:#ed6439; --lime:#dff469; --line:#d6dbd2; --muted:#66756e; --shadow:0 24px 70px rgba(17,61,48,.14); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.65; }
a { color:inherit; text-decoration-thickness:1px; text-underline-offset:.2em; }
img { max-width:100%; height:auto; }
.shell { width:min(1160px,calc(100% - 48px)); margin-inline:auto; }
.site-header { position:sticky; top:0; z-index:50; border-bottom:1px solid rgba(23,34,30,.1); background:rgba(244,240,229,.9); backdrop-filter:blur(18px); }
.site-nav { min-height:76px; display:flex; align-items:center; gap:28px; }
.brand { margin-right:auto; display:flex; align-items:center; gap:11px; font-weight:900; letter-spacing:-.03em; text-decoration:none; }
.brand-star { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; color:var(--lime); background:var(--forest); font-size:1.25rem; }
.menu { display:flex; align-items:center; gap:22px; margin:0; padding:0; list-style:none; }
.menu a { color:#34463e; font-size:.86rem; font-weight:800; text-decoration:none; }
.menu a:hover { color:var(--orange); }
.nav-cta,.button { display:inline-flex; min-height:46px; padding:0 21px; align-items:center; justify-content:center; border-radius:999px; color:#fff; background:var(--forest); font-size:.86rem; font-weight:900; text-decoration:none; }
.nav-cta:hover,.button:hover { background:var(--orange); }
.hero { position:relative; overflow:hidden; min-height:720px; display:flex; align-items:center; border-bottom:1px solid var(--line); }
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr); align-items:center; gap:75px; padding:90px 0; }
.eyebrow { margin:0 0 16px; color:var(--orange); font-size:.73rem; font-weight:900; letter-spacing:.17em; text-transform:uppercase; }
.hero h1 { max-width:800px; margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(4rem,8.5vw,8rem); font-weight:400; letter-spacing:-.075em; line-height:.84; }
.hero-copy { max-width:620px; margin:30px 0; color:var(--muted); font-size:1.16rem; }
.graphic { position:relative; aspect-ratio:1; }
.graphic-orbit { position:absolute; inset:4%; border:2px solid var(--forest); border-radius:50%; }
.graphic-orbit:before,.graphic-orbit:after { content:""; position:absolute; border-radius:50%; }
.graphic-orbit:before { width:58%; height:58%; left:21%; top:21%; background:var(--orange); box-shadow:0 0 0 24px var(--cream),0 0 0 26px var(--forest); }
.graphic-orbit:after { width:22%; height:22%; right:-3%; top:10%; background:var(--lime); border:2px solid var(--forest); }
.graphic-card { position:absolute; left:-3%; bottom:5%; width:62%; padding:25px; border:2px solid var(--forest); border-radius:20px; background:var(--paper); box-shadow:var(--shadow); transform:rotate(-5deg); }
.graphic-card strong { display:block; font-family:Georgia,serif; font-size:2.8rem; line-height:1; }
.hero-grid:before { content:""; position:absolute; width:28px; height:28px; top:4%; left:48%; background:var(--lime); transform:rotate(45deg); }
.section { padding:95px 0; }
.section-dark { color:#fff; background:var(--forest); }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:38px; }
.section-head h2,.page-title { margin:0; font-family:Georgia,serif; font-size:clamp(2.8rem,6vw,5.4rem); font-weight:400; letter-spacing:-.055em; line-height:.95; }
.section-head a { font-weight:900; }
.cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.card { overflow:hidden; border:1px solid var(--line); border-radius:22px; color:var(--ink); background:var(--paper); transition:transform .2s ease,box-shadow .2s ease; }
.card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.card a { text-decoration:none; }
.card img { width:100%; aspect-ratio:3/2; display:block; object-fit:cover; background:#e6e4dc; }
.card-body { padding:24px; }
.card h3,.card h2 { margin:0 0 10px; font-family:Georgia,serif; font-size:1.55rem; font-weight:400; letter-spacing:-.03em; line-height:1.1; }
.card p { margin:0; color:var(--muted); font-size:.9rem; }
.meta { margin-top:20px; display:flex; justify-content:space-between; gap:10px; color:var(--orange); font-size:.73rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.proof { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; border:1px solid var(--line); background:var(--line); }
.proof-item { padding:32px; background:var(--paper); }
.proof-item strong { display:block; font-family:Georgia,serif; font-size:3rem; font-weight:400; line-height:1; }
.proof-item span { color:var(--muted); font-size:.82rem; }
.page-hero { padding:95px 0 48px; border-bottom:1px solid var(--line); }
.content-grid { display:grid; grid-template-columns:minmax(0,780px) 280px; gap:70px; padding:70px 0 110px; }
.prose { min-width:0; font-size:1.05rem; }
.prose h1,.prose h2 { font-family:Georgia,serif; font-weight:400; letter-spacing:-.04em; line-height:1; }
.prose h1 { font-size:clamp(2.8rem,6vw,5.5rem); }
.prose h2 { margin-top:2em; font-size:2.2rem; }
.prose blockquote { margin:2em 0; padding:20px 30px; border-left:4px solid var(--orange); background:var(--paper); font-family:Georgia,serif; font-size:1.4rem; }
.sidebar { position:sticky; top:110px; padding:25px; border:1px solid var(--line); border-radius:20px; background:var(--paper); }
.site-footer { padding:65px 0; color:#dce6e1; background:#09291f; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr; gap:50px; align-items:end; }
.site-footer h2 { margin:0; font-family:Georgia,serif; font-size:clamp(2.5rem,5vw,5rem); font-weight:400; letter-spacing:-.05em; line-height:.9; }
.site-footer p { color:#94ada3; }
.footer-meta { text-align:right; font-size:.78rem; }
.woocommerce .products { display:grid!important; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin:0!important; padding:0!important; }
.woocommerce ul.products li.product { float:none!important; width:auto!important; margin:0!important; padding:0 0 24px!important; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:var(--paper); }
.woocommerce ul.products li.product a img { margin:0 0 20px!important; aspect-ratio:3/2; object-fit:cover; }
.woocommerce ul.products li.product h2,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button { margin-left:22px!important; margin-right:22px!important; }
.woocommerce ul.products li.product .price { color:var(--orange)!important; font-weight:900!important; }
.woocommerce ul.products li.product .button { color:#fff!important; background:var(--forest)!important; }
@media(max-width:900px){.menu{display:none}.hero-grid,.content-grid{grid-template-columns:1fr}.graphic{max-width:480px}.cards,.woocommerce .products{grid-template-columns:repeat(2,minmax(0,1fr))}.proof{grid-template-columns:repeat(2,1fr)}.sidebar{position:static}}
@media(max-width:620px){.shell{width:min(100% - 32px,1160px)}.site-nav{min-height:66px}.nav-cta{display:none}.hero{min-height:auto}.hero-grid{padding:65px 0}.cards,.woocommerce .products,.footer-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.footer-meta{text-align:left}.proof{grid-template-columns:1fr}}
