/* =============================================
   SITE 9: Westcoast Pristine Services — Victoria
   CONCEPT: PNW Zen Luxury
   VIBE: Deep forest green, cedar wood tones, 
   ocean mist, elegant serif, smooth transitions,
   focus on silent, invisible overnight service.
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

:root {
  --wp-forest: #1A362C;
  --wp-pine: #284D40;
  --wp-cedar: #8B5A2B;
  --wp-sand: #D9D2C5;
  --wp-mist: #F4F6F5;
  --wp-white: #FFFFFF;
  --wp-text: #333333;
  --wp-light-text: #E0E5E2;

  --font-heading: 'Playfair Display', serif;
  --font-body: 'Lato', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--wp-mist);
  color: var(--wp-text);
  line-height: 1.6;
}

::selection { background: var(--wp-cedar); color: var(--wp-white); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Filter to give images a moody, dark Pacific Northwest vibe */
img.pnw-filter {
  filter: sepia(0.1) hue-rotate(160deg) brightness(0.8) contrast(1.1);
}

.wp-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* Buttons */
.btn-zen {
  display: inline-block;
  background: var(--wp-cedar);
  color: var(--wp-white) !important;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 36px;
  font-size: 0.9rem;
  transition: background 0.4s ease;
  border: none;
  cursor: pointer;
}
.btn-zen:hover { background: var(--wp-forest); }

.btn-zen-outline {
  display: inline-block;
  background: transparent;
  color: var(--wp-forest) !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 35px;
  font-size: 0.9rem;
  border: 1px solid var(--wp-forest);
  transition: all 0.4s ease;
}
.btn-zen-outline:hover { background: var(--wp-forest); color: var(--wp-white) !important; }

/* ============ HEADER ============ */
.wp-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 30px 0;
  transition: all 0.4s ease;
}
.wp-header.scrolled {
  position: fixed;
  background: var(--wp-forest);
  padding: 15px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.wp-head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-logo {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--wp-white);
  letter-spacing: 0.05em;
}

.wp-nav { display: flex; gap: 40px; align-items: center; }
.wp-nav a { 
  font-family: var(--font-body);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wp-white);
  position: relative;
}
.wp-nav a::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 0;
  width: 0%; height: 1px;
  background: var(--wp-cedar);
  transition: width 0.3s ease;
}
.wp-nav a:hover::after { width: 100%; }

.wp-mob-btn { display: none; background: none; border: none; color: var(--wp-white); font-size: 1.5rem; cursor: pointer; }

/* ============ HERO ============ */
.wp-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  background: var(--wp-forest);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wp-hero-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: 1;
}

.wp-hero-content {
  position: relative;
  z-index: 2;
  color: var(--wp-white);
  max-width: 800px;
}

.wp-hero-content h1 {
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.wp-hero-content h1 i { color: var(--wp-sand); }
.wp-hero-content p {
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--wp-light-text);
  margin-bottom: 50px;
  max-width: 500px;
  line-height: 1.8;
}

/* ============ PHILOSOPHY SECTION ============ */
.wp-phil { padding: 120px 0; background: var(--wp-mist); }
.wp-phil-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.wp-phil-text h2 {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--wp-forest);
  margin-bottom: 30px;
  font-weight: 400;
}
.wp-phil-text p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--wp-text);
}
.wp-phil-img { position: relative; }
.wp-phil-img img { box-shadow: 20px 20px 0 var(--wp-sand); }

/* ============ SERVICES LIST ============ */
.wp-serv { padding: 100px 0; background: var(--wp-forest); color: var(--wp-white); }
.wp-serv-head { text-align: center; margin-bottom: 80px; }
.wp-serv-head h2 { font-family: var(--font-heading); font-size: 3rem; font-weight: 400; }
.wp-serv-head span { display: block; font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--wp-cedar); margin-bottom: 20px; }

.wp-s-list { display: flex; flex-direction: column; gap: 40px; }
.wp-s-row {
  display: grid;
  grid-template-columns: 1fr 2fr 150px;
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.wp-s-row:last-child { border-bottom: none; padding-bottom: 0; }
.wp-s-row h3 { font-family: var(--font-heading); font-size: 2rem; font-weight: 400; color: var(--wp-sand); }
.wp-s-row p { font-size: 1.05rem; color: var(--wp-light-text); }
.wp-s-row a { 
  justify-self: end;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wp-cedar);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.wp-s-row a:hover { border-color: var(--wp-cedar); }

/* ============ ELEGANT INFO BOX ============ */
.wp-info { padding: 120px 0; background: var(--wp-mist); }
.wp-info-box {
  background: var(--wp-white);
  padding: 80px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0,0,0,0.03);
}
.wp-info-box h3 { font-family: var(--font-heading); font-size: 2.5rem; color: var(--wp-forest); margin-bottom: 24px; font-weight: 400; }
.wp-info-box p { font-size: 1.15rem; color: var(--wp-text); margin-bottom: 40px; }

/* ============ JOURNAL ============ */
.wp-journal { padding: 100px 0; background: var(--wp-sand); }
.wp-j-head { margin-bottom: 60px; display: flex; justify-content: space-between; align-items: flex-end; }
.wp-j-head h2 { font-family: var(--font-heading); font-size: 3rem; font-weight: 400; color: var(--wp-forest); }
.wp-j-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

.wp-j-card { background: var(--wp-white); display: flex; flex-direction: column; transition: transform 0.4s; }
.wp-j-card:hover { transform: translateY(-10px); }
.wp-j-img { height: 300px; overflow: hidden; }
.wp-j-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.wp-j-card:hover .wp-j-img img { transform: scale(1.05); }
.wp-j-txt { padding: 40px; flex-grow: 1; }
.wp-j-meta { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--wp-cedar); margin-bottom: 16px; }
.wp-j-txt h3 { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 400; color: var(--wp-forest); margin-bottom: 20px; line-height: 1.2; }

/* ============ CONTACT ============ */
.wp-contact { padding: 120px 0; background: var(--wp-forest); color: var(--wp-white); }
.wp-c-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.wp-c-text h2 { font-family: var(--font-heading); font-size: 3.5rem; font-weight: 400; margin-bottom: 30px; }
.wp-c-text p { font-size: 1.1rem; color: var(--wp-light-text); margin-bottom: 40px; }

.wp-c-detail { margin-bottom: 30px; }
.wp-c-detail span { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--wp-cedar); margin-bottom: 8px; }
.wp-c-detail div, .wp-c-detail a { font-family: var(--font-heading); font-size: 1.5rem; color: var(--wp-sand); }

.wp-form { background: var(--wp-pine); padding: 50px; }
.wp-form input, .wp-form textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 15px 0; color: var(--wp-white); font-family: var(--font-body); font-size: 1rem; margin-bottom: 30px; transition: border-color 0.3s; }
.wp-form input:focus, .wp-form textarea:focus { outline: none; border-color: var(--wp-cedar); }
.wp-form input::placeholder, .wp-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.wp-form textarea { height: 100px; resize: none; }

/* ============ FOOTER ============ */
.wp-footer { background: var(--wp-forest); color: var(--wp-light-text); padding: 60px 0 30px; border-top: 1px solid rgba(255,255,255,0.05); }
.wp-f-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 60px; }
.wp-f-brand { font-family: var(--font-heading); font-size: 1.8rem; color: var(--wp-sand); margin-bottom: 20px; }
.wp-footer h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--wp-cedar); margin-bottom: 24px; }
.wp-footer ul { list-style: none; }
.wp-footer li { margin-bottom: 12px; }
.wp-footer a { transition: color 0.3s; }
.wp-footer a:hover { color: var(--wp-white); }
.wp-f-bot { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px; font-size: 0.85rem; }
.wp-f-links a { margin-left: 20px; }

/* ============ INNER PAGES ============ */
.wp-inner-hero { background: var(--wp-forest); color: var(--wp-white); padding: 180px 0 100px; text-align: center; }
.wp-inner-hero h1 { font-family: var(--font-heading); font-size: 4rem; font-weight: 400; margin-bottom: 20px; }
.wp-inner-hero p { font-size: 1.2rem; color: var(--wp-sand); letter-spacing: 0.05em; }

.wp-page-wrap { padding: 100px 0; background: var(--wp-mist); }

.wp-article { max-width: 800px; margin: 0 auto; background: var(--wp-white); padding: 80px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.wp-article h2 { font-family: var(--font-heading); font-size: 2.5rem; color: var(--wp-forest); margin: 50px 0 25px; font-weight: 400; }
.wp-article h3 { font-family: var(--font-heading); font-size: 1.8rem; color: var(--wp-forest); margin: 40px 0 20px; font-weight: 400; }
.wp-article p { font-size: 1.15rem; margin-bottom: 24px; color: var(--wp-text); }
.wp-article ul { margin: 24px 0 30px 40px; }
.wp-article li { font-size: 1.15rem; margin-bottom: 12px; }

/* Split layout for services */
.wp-split { display: grid; grid-template-columns: 250px 1fr; gap: 80px; }
.wp-sidebar { position: sticky; top: 100px; }
.wp-sb-nav a { display: block; padding: 15px 0; border-bottom: 1px solid #E0E0E0; font-family: var(--font-heading); font-size: 1.2rem; color: var(--wp-text); transition: color 0.3s; }
.wp-sb-nav a:hover, .wp-sb-nav a.active { color: var(--wp-cedar); border-bottom-color: var(--wp-cedar); }

/* Cookie Banner */
.wp-cookie { position: fixed; bottom: 30px; right: 30px; background: var(--wp-forest); color: var(--wp-white); padding: 30px; max-width: 400px; z-index: 9999; box-shadow: 0 10px 30px rgba(0,0,0,0.2); opacity: 0; pointer-events: none; transition: opacity 0.5s ease; border-top: 3px solid var(--wp-cedar); }
.wp-cookie.show { opacity: 1; pointer-events: auto; }
.wp-cookie p { font-size: 0.95rem; margin-bottom: 20px; color: var(--wp-light-text); }
.wp-cookie a { color: var(--wp-sand); text-decoration: underline; }
.wp-c-btns { display: flex; gap: 15px; }
.wp-c-btns button { padding: 10px 20px; font-family: var(--font-body); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; border: none; }
.btn-acc { background: var(--wp-cedar); color: var(--wp-white); }
.btn-dec { background: transparent; color: var(--wp-white); border: 1px solid var(--wp-light-text); }

/* Responsive */
@media (max-width: 1024px) {
  .wp-phil-grid, .wp-c-grid, .wp-split { grid-template-columns: 1fr; gap: 60px; }
  .wp-s-row { grid-template-columns: 1fr; gap: 20px; }
  .wp-s-row a { justify-self: start; }
  .wp-j-grid { grid-template-columns: 1fr; }
  .wp-f-grid { grid-template-columns: 1fr 1fr; }
  .wp-info-box { padding: 40px; }
  .wp-article { padding: 40px; }
}
@media (max-width: 768px) {
  .wp-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--wp-forest); flex-direction: column; padding: 40px; border-top: 1px solid rgba(255,255,255,0.1); }
  .wp-nav.active { display: flex; }
  .wp-mob-btn { display: block; }
  .wp-header { padding: 15px 0; background: var(--wp-forest); }
  .wp-hero-content h1 { font-size: 2.5rem; }
  .wp-f-grid { grid-template-columns: 1fr; }
  .wp-f-bot { flex-direction: column; gap: 20px; text-align: center; }
  .wp-f-links a { margin: 0 10px; }
}
