/*
Theme Name: North & Pine Demo
Theme URI: https://www.site2side.com
Author: Site2Side
Description: A private, catalog-only WooCommerce demonstration theme for Site2Side sales walkthroughs.
Version: 1.0.0
Text Domain: north-pine
*/

:root {
  --ink: #113f35;
  --ink-deep: #0b3029;
  --paper: #f7f2e8;
  --paper-soft: #fcfaf5;
  --mint: #dceee5;
  --peach: #edc4b5;
  --line: rgba(17, 63, 53, 0.15);
  --muted: #60736c;
  --shadow: 0 24px 70px rgba(27, 47, 41, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Avenir Next", Avenir, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.site-shell { min-height: 100vh; overflow: hidden; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.demo-ribbon {
  padding: 9px 20px;
  color: #fff9f2;
  background: var(--ink-deep);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 242, 232, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.site-header__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.04em; }
.wordmark__mark {
  width: 37px; height: 37px; border-radius: 13px; display: grid; place-items: center;
  color: white; background: var(--ink); box-shadow: 0 8px 26px rgba(17, 63, 53, 0.2);
}
.wordmark__mark::before { content: "N"; font-family: Georgia, serif; font-size: 17px; }
.wordmark__copy { display: grid; line-height: 1.05; }
.wordmark__copy small { margin-top: 5px; color: #b57662; font-size: 8px; letter-spacing: 0.24em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 650; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.nav-demo {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; color: var(--ink) !important;
  background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 8px 24px rgba(35, 53, 47, 0.07);
}
.nav-demo::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #62c49b; box-shadow: 0 0 0 5px rgba(98,196,155,.14); }

.hero { padding: 74px 0 66px; position: relative; }
.hero::after {
  content: ""; position: absolute; z-index: -1; width: 460px; height: 460px; border-radius: 50%;
  right: -150px; top: -150px; background: var(--peach); opacity: .62;
}
.hero__grid { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #a3604c; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .section-title, .product_title {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.055em; line-height: .96;
}
.hero h1 { max-width: 650px; font-size: clamp(54px, 7vw, 96px); }
.hero__copy { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button-primary, .button-secondary, .woocommerce a.button, .woocommerce button.button {
  display: inline-flex !important; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px !important;
  border-radius: 999px !important; font-weight: 750 !important; transition: transform 160ms cubic-bezier(.23,1,.32,1), box-shadow 160ms cubic-bezier(.23,1,.32,1);
}
.button-primary, .woocommerce a.button, .woocommerce button.button { color: #fff !important; background: var(--ink) !important; }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.button-primary:hover, .button-secondary:hover, .woocommerce a.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(17,63,53,.14); }
.hero__visual { position: relative; }
.hero__frame {
  position: relative; overflow: hidden; min-height: 570px; border-radius: 42px 42px 130px 42px; background: var(--mint); box-shadow: var(--shadow);
}
.hero__frame img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.hero__note {
  position: absolute; left: -40px; bottom: 32px; width: 250px; padding: 20px 22px; border-radius: 22px;
  color: #fff; background: rgba(11,48,41,.94); box-shadow: var(--shadow); backdrop-filter: blur(12px);
}
.hero__note strong { display: block; font-size: 16px; }
.hero__note span { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-size: 12px; }
.hero__note-line { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-size: 12px; }
.hero__note-line i { width: 8px; height: 8px; border-radius: 50%; background: #7de1b6; box-shadow: 0 0 0 5px rgba(125,225,182,.12); }

.trust-strip { padding: 22px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.32); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 13px; }
.trust-item strong { color: var(--ink); }
.trust-icon { width: 28px; height: 28px; border-radius: 10px; display: grid; place-items: center; background: var(--mint); }

.collection { padding: 100px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-title { max-width: 680px; font-size: clamp(44px, 5vw, 70px); }
.section-intro { max-width: 420px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.product-card { overflow: hidden; border-radius: 30px; background: var(--paper-soft); box-shadow: 0 12px 45px rgba(32,48,42,.08); }
.product-card__image { position: relative; overflow: hidden; aspect-ratio: 1.3 / 1; background: #e7e3d8; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.23,1,.32,1); }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-card__tag { position: absolute; left: 18px; top: 18px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.87); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-card__body { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 24px; }
.product-card h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; letter-spacing: -.035em; }
.product-card p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.product-card__price { white-space: nowrap; font-size: 14px; font-weight: 800; }

.walkthrough { padding: 28px 0 100px; }
.walkthrough__panel { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border-radius: 42px; background: var(--ink); box-shadow: var(--shadow); }
.walkthrough__copy { padding: 64px; color: #fff; }
.walkthrough__copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px,4.5vw,68px); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.walkthrough__copy p { color: rgba(255,255,255,.68); }
.walkthrough__steps { display: grid; gap: 13px; margin-top: 30px; }
.walkthrough__step { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; }
.walkthrough__step span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--mint); font-weight: 800; font-size: 12px; }
.walkthrough__step strong { display: block; }
.walkthrough__step small { color: rgba(255,255,255,.6); }
.walkthrough__visual { position: relative; min-height: 560px; background: var(--mint); }
.walkthrough__visual img { width: 100%; height: 100%; object-fit: cover; }
.privacy-card { position: absolute; right: 26px; bottom: 26px; width: min(330px, calc(100% - 52px)); padding: 23px; border-radius: 24px; background: rgba(252,250,245,.94); box-shadow: var(--shadow); }
.privacy-card strong { display: block; }
.privacy-card p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.site-footer { padding: 54px 0 38px; border-top: 1px solid var(--line); }
.site-footer__top { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.site-footer__note { max-width: 430px; color: var(--muted); font-size: 13px; }
.site-footer__bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

.content-area { padding: 70px 0 100px; }
.page-header { margin-bottom: 38px; }
.page-header h1, .woocommerce-products-header__title { font-family: Georgia, serif; font-size: clamp(48px,6vw,78px); font-weight: 500; letter-spacing: -.05em; }
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: 12px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; overflow: hidden; border-radius: 26px; background: var(--paper-soft); box-shadow: 0 12px 40px rgba(32,48,42,.07); }
.woocommerce ul.products li.product a img { margin: 0 !important; aspect-ratio: 1.15/1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 20px 20px 4px !important; font-family: Georgia,serif; font-size: 25px !important; }
.woocommerce ul.products li.product .price { padding: 0 20px 20px; color: var(--ink) !important; font-size: 14px !important; font-weight: 800; }
.woocommerce div.product { padding: 28px; border-radius: 32px; background: var(--paper-soft); box-shadow: var(--shadow); }
.woocommerce div.product div.images img { border-radius: 24px; }
.woocommerce div.product .product_title { font-size: clamp(42px,5vw,66px); }
.woocommerce div.product p.price { color: var(--ink); font-weight: 800; }
.demo-product-callout { margin: 26px 0 0; padding: 18px 20px; border-radius: 18px; background: var(--mint); }
.demo-product-callout strong { display: block; }
.demo-product-callout span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.woocommerce-tabs { margin-top: 54px; }
.woocommerce-tabs ul.tabs { display: none; }

@media (max-width: 900px) {
  .hero__grid, .walkthrough__panel { grid-template-columns: 1fr; }
  .hero__visual { max-width: 720px; }
  .hero__frame, .hero__frame img { min-height: 480px; }
  .hero__note { left: 18px; }
  .section-head { align-items: start; flex-direction: column; }
  .walkthrough__visual { min-height: 430px; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .demo-ribbon { font-size: 9px; }
  .site-header__inner { min-height: 66px; }
  .site-nav a:not(.nav-demo) { display: none; }
  .nav-demo { padding: 9px 12px; font-size: 11px; }
  .hero { padding-top: 48px; }
  .hero__grid { gap: 38px; }
  .hero h1 { font-size: 55px; }
  .hero__copy { font-size: 16px; }
  .hero__frame, .hero__frame img { min-height: 410px; }
  .hero__frame { border-radius: 28px 28px 80px 28px; }
  .hero__note { right: 14px; left: 14px; bottom: 14px; width: auto; }
  .trust-strip__inner { grid-template-columns: 1fr; gap: 12px; }
  .trust-item { justify-content: start; }
  .collection { padding: 74px 0; }
  .product-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .walkthrough__copy { padding: 38px 26px; }
  .walkthrough__panel { border-radius: 30px; }
  .walkthrough__visual { min-height: 390px; }
  .site-footer__top { flex-direction: column; }
  .woocommerce div.product { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
