:root { color-scheme:light; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--sample-ink); background:var(--sample-bg); font-family:var(--sample-body); line-height:1.6; }
a { color:inherit; }
img { max-width:100%; display:block; }
.sample-notice { min-height:46px; display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:4px 18px; padding:12px 20px; color:#fff; background:#0d1d35; font:750 .84rem/1.45 Arial,sans-serif; letter-spacing:.025em; text-align:center; }
.sample-notice a { color:#9ceafa; font-weight:850; text-underline-offset:4px; }
.sample-shell { width:min(1120px,calc(100% - 36px)); margin-inline:auto; }
.sample-nav { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.sample-logo { font-family:var(--sample-display); font-size:1.25rem; font-weight:850; text-decoration:none; letter-spacing:var(--sample-tracking); }
.sample-nav nav { display:flex; align-items:center; gap:26px; font-size:.78rem; font-weight:800; }
.sample-nav nav a { text-decoration:none; }
.sample-button { min-height:46px; display:inline-flex; align-items:center; justify-content:center; padding:11px 18px; border:2px solid var(--sample-accent); border-radius:var(--sample-radius); color:var(--sample-button-text); background:var(--sample-accent); font-weight:850; text-decoration:none; }
.sample-button.alt { color:var(--sample-ink); background:transparent; }
.sample-hero { padding:clamp(54px,8vw,110px) 0; }
.sample-hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(38px,7vw,90px); align-items:center; }
.sample-kicker { margin:0 0 16px; color:var(--sample-accent); font-size:.72rem; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.sample-hero h1 { max-width:720px; margin:0; font-family:var(--sample-display); font-size:clamp(3rem,7vw,6.8rem); line-height:.96; letter-spacing:var(--sample-tracking); }
.sample-lead { max-width:620px; margin:24px 0; color:var(--sample-muted); font-size:clamp(1.05rem,2vw,1.3rem); }
.sample-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.sample-hero-media { overflow:hidden; border-radius:var(--sample-image-radius); position:relative; box-shadow:var(--sample-shadow); }
.sample-hero-media img { width:100%; aspect-ratio:4/5; object-fit:cover; }
.sample-section { padding:clamp(68px,9vw,112px) 0; }
.sample-section-alt { background:var(--sample-panel); }
.sample-heading { max-width:720px; margin-bottom:38px; }
.sample-heading h2 { margin:0; font-family:var(--sample-display); font-size:clamp(2rem,4.8vw,4.3rem); line-height:1.04; letter-spacing:var(--sample-tracking); }
.sample-heading p { color:var(--sample-muted); }
.sample-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.sample-card { padding:28px; border:1px solid var(--sample-line); border-radius:var(--sample-radius); background:var(--sample-card); }
.sample-card span { color:var(--sample-accent); font-size:.72rem; font-weight:900; }
.sample-card h3 { margin:28px 0 10px; font-family:var(--sample-display); font-size:1.35rem; }
.sample-card p { margin:0; color:var(--sample-muted); font-size:.9rem; }
.sample-band { padding:clamp(52px,7vw,84px) 0; color:var(--sample-band-text); background:var(--sample-accent); }
.sample-band-grid { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; }
.sample-band h2 { max-width:760px; margin:0; font-family:var(--sample-display); font-size:clamp(2rem,4.8vw,4rem); line-height:1.02; letter-spacing:var(--sample-tracking); }
.sample-band .sample-button { border-color:var(--sample-band-text); color:var(--sample-accent); background:var(--sample-band-text); }
.sample-footer { padding:34px 0; color:var(--sample-muted); font-size:.78rem; }
.sample-footer .sample-shell { display:flex; justify-content:space-between; gap:24px; }
.northline { --sample-bg:#f3efe6; --sample-panel:#e7e0d3; --sample-card:#faf8f3; --sample-ink:#17344a; --sample-muted:#536574; --sample-accent:#2f6177; --sample-button-text:#fff; --sample-band-text:#fff; --sample-line:#c9c1b4; --sample-radius:2px; --sample-image-radius:2px; --sample-shadow:18px 18px 0 #c7b99f; --sample-display:Georgia,serif; --sample-body:Arial,sans-serif; --sample-tracking:-.035em; }
.barber { --sample-bg:#181817; --sample-panel:#23211f; --sample-card:#2b2926; --sample-ink:#f2eadc; --sample-muted:#c5b8a5; --sample-accent:#d45139; --sample-button-text:#fff; --sample-band-text:#fff4e4; --sample-line:#49433b; --sample-radius:0; --sample-image-radius:0; --sample-shadow:14px 14px 0 #d45139; --sample-display:Impact,'Arial Black',sans-serif; --sample-body:Arial,sans-serif; --sample-tracking:.01em; }
.maker { --sample-bg:#fff7ef; --sample-panel:#f3e6e1; --sample-card:#fffdf9; --sample-ink:#462f3d; --sample-muted:#765f6a; --sample-accent:#9d5977; --sample-button-text:#fff; --sample-band-text:#fff8f1; --sample-line:#dfcacd; --sample-radius:22px; --sample-image-radius:48% 48% 18px 18px; --sample-shadow:0 24px 70px rgba(101,56,77,.17); --sample-display:Georgia,serif; --sample-body:'Trebuchet MS',Arial,sans-serif; --sample-tracking:-.04em; }
.sunny { --sample-bg:#fff9dc; --sample-panel:#eaf5d1; --sample-card:#fffdf1; --sample-ink:#234c3a; --sample-muted:#56705f; --sample-accent:#e69b12; --sample-button-text:#243e32; --sample-band-text:#243e32; --sample-line:#c9d89f; --sample-radius:18px; --sample-image-radius:18px; --sample-shadow:12px 12px 0 #78a85a; --sample-display:'Trebuchet MS',Arial,sans-serif; --sample-body:Arial,sans-serif; --sample-tracking:-.04em; }
.barber .sample-hero-grid { grid-template-columns:1.08fr .92fr; }
.barber .sample-hero h1 { text-transform:uppercase; }
.maker .sample-hero-media img { aspect-ratio:1/1.15; }
.sunny .sample-card { transform:rotate(-1deg); }
.sunny .sample-card:nth-child(2) { transform:rotate(1deg); }
@media (max-width:800px) { .sample-nav nav a:not(.sample-button) { display:none; } .sample-hero-grid,.sample-band-grid { grid-template-columns:1fr; } .sample-hero-media { max-width:620px; } .sample-hero-media img { aspect-ratio:16/10; } .sample-cards { grid-template-columns:1fr; } .sample-band-grid { align-items:start; } }
@media (max-width:560px) { .sample-notice { min-height:0; display:block; padding:13px 16px; text-align:left; } .sample-notice a { display:block; margin-top:5px; } .sample-shell { width:min(100% - 28px,1120px); } .sample-nav { min-height:70px; } .sample-hero { padding-top:44px; } .sample-actions { align-items:stretch; flex-direction:column; } .sample-button { width:100%; } .sample-footer .sample-shell { flex-direction:column; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
