/* =========================
   East Woods Gold (Static)
   style.css — Original look + better UX
   ========================= */

*{box-sizing:border-box}
html,body{margin:0;padding:0}
img{max-width:100%;height:auto}
ul{margin:0;padding:0}
a{text-decoration:none}

/* Motion */
:root{
  --t: 180ms ease;
  --shadow-hover: 0 6px 18px rgba(0,0,0,.12);
  --shadow-soft: 0 2px 10px rgba(0,0,0,.10);
}
@media (prefers-reduced-motion: reduce){
  *{transition:none !important; animation:none !important;}
}
html{scroll-behavior:smooth;}

/* Screen-reader */
.cb43638{
  border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important
}
.cb43638:focus{
  background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;
  padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000
}

/* Body */
body{
  font-family:"Open Sans", Helvetica, Arial, sans-serif;
  color:#444;
  line-height:1.75;
}

/* Background (local first, then remote fallback) */
body.cb43640{
  background-color:#f6f6f6;
  background-image:
    url("assets/background.jpg"),
    url("https://eastwoodsgold.com/wp-content/uploads/2026/01/abstract-bokeh-blurred-lights-background-2025-02-10-11-42-05-utc-scaled.jpg");
  background-position:left top;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
@media (max-width: 860px){
  body.cb43640{background-attachment:scroll;}
}

/* Wrapper */
#page.cb4362{min-height:100vh}

/* Center container */
#main.cb43647{
  max-width:1100px;
  margin:24px auto;
  background:#fff;
  border:1px solid #e9e9e9;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  border-radius:8px;
  overflow:hidden;
}

/* Header */
.cb43637{
  max-width:1100px;
  margin:0 auto;
  padding-top:10px;
}
.cb43627{padding:14px 0}
.cb43627 a{
  font-size:38px;
  font-weight:400;
  color:#444;
  padding-left:15px;
  text-shadow:0.1px 1px 2px #888;
  display:inline-block;
  transition:transform var(--t), opacity var(--t);
}
.cb43627 a:hover{opacity:.95;transform:translateY(-1px);}

/* Nav */
.cb43667, .cb43625{
  border-top:1px solid #ededed;
  border-bottom:1px solid #ededed;
  background:#f9f9f9;
  padding:0 10px;
}
.cb43634{
  display:flex;
  flex-wrap:wrap;
}
.cb43634 li{list-style:none}
.cb43634 a{
  display:block;
  padding:12px 16px;
  color:#333;
  border-right:1px solid #ededed;
  font-size:14px;
  transition:background var(--t), box-shadow var(--t), transform var(--t), color var(--t);
}
.cb43634 li:last-child a{border-right:none}
.cb43650 > a{background:#fff;font-weight:600}
.cb43634 a:hover{
  background:#fff;
  color:#111;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Burger */
.cb43674{position:absolute;left:-9999px}
.cb43619{
  display:none;
  cursor:pointer;
  user-select:none;
  padding:12px 16px;
  color:#333;
  font-size:14px;
  transition:background var(--t), box-shadow var(--t), transform var(--t);
}
.cb43619:hover{background:#fff;box-shadow:var(--shadow-soft);transform:translateY(-1px);}
.cb43618{display:inline-block;vertical-align:middle;margin-left:8px}
.cb43639{display:block;width:18px;height:2px;background:#333;margin:3px 0}

/* Columns */
#primary.cb43651{
  float:left;
  width:calc(100% - 320px);
  padding:22px 22px 0;
}
#secondary.cb43664{
  float:right;
  width:320px;
  padding:22px 22px 0 0;
}

/* Typography */
.cb43624{
  font-size:32px;
  font-weight:700;
  margin:0 0 14px;
  color:#222;
  line-height:1.2;
}
.cb43660 p{margin:0 0 16px;font-size:16px}
.cb43660 h2{
  margin:28px 0 10px;
  font-size:22px;
  font-weight:700;
  color:#222;
}
.cb43660 strong{font-weight:700}
.cb43615{display:block;margin-left:auto;margin-right:auto}

/* Images hover */
.cb43660 img{
  box-shadow:0 1px 4px rgba(0,0,0,.1);
  margin:10px 0 14px;
  border-radius:6px;
  transition:transform var(--t), box-shadow var(--t), filter var(--t);
}
.cb43660 img:hover{
  transform:scale(1.01);
  box-shadow:var(--shadow-hover);
  filter:saturate(1.02) contrast(1.01);
}

/* Widgets */
.cb43648{margin:0 0 22px}
.cb4364{font-weight:700;font-size:16px;margin:0 0 10px}
.cb43648 ul{padding-left:18px}
.cb43648 ul li{list-style:disc;margin:0 0 6px}

/* Search */
.cb43641{display:flex;gap:8px;max-width:100%}
.cb43612{
  appearance:none;border:1px solid #949494;flex-grow:1;
  font-family:inherit;font-size:inherit;line-height:inherit;
  min-width:3rem;padding:8px;
  transition:border-color var(--t), box-shadow var(--t);
}
.cb43612:focus{
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
  outline:none;
}
.cb4367{
  background:#32373c;
  color:#fff;
  border:1px solid #32373c;
  cursor:pointer;
  padding:8px 12px;
  transition:transform var(--t), box-shadow var(--t), opacity var(--t);
}
.cb4367:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* RIGHT SIDEBAR BUTTON LIST (replaces ugly meta links) */
.cb43665{
  list-style:none;
  padding:0 !important;
  margin:0;
}
.cb43665 li{margin:0 0 10px}
.cb43631{
  display:block;
  padding:10px 12px;
  border:1px solid #e5e5e5;
  background:#f8f8f8;
  color:#222;
  border-radius:6px;
  transition:background var(--t), box-shadow var(--t), transform var(--t), border-color var(--t);
}
.cb43631:hover{
  background:#fff;
  border-color:#dcdcdc;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Insights cards */
.cb43614{display:flex;flex-direction:column;gap:12px;margin-top:10px}
.cb43644{
  display:block;
  border:1px solid #ededed;
  background:#fafafa;
  padding:14px;
  border-radius:6px;
  color:#222;
  transition:background var(--t), box-shadow var(--t), transform var(--t);
}
.cb43644 h3{margin:0 0 6px;font-size:18px}
.cb43644 p{margin:0;color:#555}
.cb43644:hover{
  background:#fff;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Simple lists */
.cb4366{padding-left:18px}
.cb4366 li{margin:0 0 6px}

/* Callout */
.cb43633{
  padding:12px;
  background:#f9f9f9;
  border:1px solid #ededed;
  border-radius:6px;
}

/* Contact form */
.cb4361{
  max-width:520px;
  border:1px solid #ededed;
  background:#fafafa;
  padding:16px;
  border-radius:8px;
}
.cb43632{margin:0 0 12px}
.cb43632 label{display:block;font-weight:600;margin:0 0 6px}
.cb4361 input,
.cb4361 select,
.cb4361 textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #cfcfcf;
  border-radius:6px;
  font:inherit;
  background:#fff;
}
.cb4361 input:focus,
.cb4361 select:focus,
.cb4361 textarea:focus{
  outline:none;
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
}
.cb43657{
  display:inline-block;
  padding:10px 14px;
  border:1px solid #32373c;
  background:#32373c;
  color:#fff;
  border-radius:6px;
  cursor:pointer;
  transition:transform var(--t), box-shadow var(--t), opacity var(--t);
}
.cb43657:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}
.cb43626{font-size:13px;color:#666;margin-top:10px}

/* Video */
.cb43621 iframe{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  display:block;
  border:0;
  border-radius:6px;
}

/* Footer */
.cb43642{
  background-color:black;
  text-align:center;
  color:white;
  padding:14px;
  margin-top:22px;
  box-shadow:0 -6px 18px rgba(0,0,0,.12);
}

/* Clearfix */
.cb4365:after,
.cb43647:after{content:"";display:table;clear:both}

/* Responsive */
@media (max-width: 860px){
  #main.cb43647{
    margin:18px auto;
    width:calc(100% - 26px);
    border-radius:8px;
  }
  #primary.cb43651,
  #secondary.cb43664{
    float:none;
    width:100%;
    padding:18px 18px 0;
  }
  .cb43619{display:inline-block}
  .cb43634{display:none;width:100%}
  .cb43674:checked ~ .cb43634{display:block}
  .cb43634 a{border-right:none;border-top:1px solid #ededed}

  .cb43660 p{font-size:15px}
  .cb43624{font-size:28px}
}

/* Generated theme override */
:root{
  --wf-accent:#798947;
  --wf-light-box-1:#f8f9f6;
  --wf-light-box-2:#fdfdfb;
  --wf-light-box-3:#f2f4ed;
  --wf-light-box-4:#fefefd;
  --wf-panel-bg:linear-gradient(145deg,#f8f9f6,#fdfdfb);
  --wf-panel-border:#eef0e7;
  --wf-panel-shadow:0 20px 56px rgba(121,137,71,0.1);
  --wf-site-title-bg:#f2f4ed;
  --wf-site-title-border:#eef0e7;
  --wf-search-bg:#fefefd;
  --wf-scroll-start:rgba(121,137,71,0.96);
  --wf-scroll-end:rgba(121,137,71,0.24);
}
body{color:#3e4334;background-color:#f0f4e7 !important;}
body.cb43640{background-color:#f0f4e7 !important;}
#page.cb4362,.cb43637{background:transparent !important;}
#main.cb43647{background:#fff !important;border-color:#eef0e7 !important;box-shadow:0 18px 42px rgba(121,137,71,0.12);}
#primary.cb43651,#content,article.cb43646.cb43622{background:transparent !important;}
.cb43627 a,.cb43624,.cb4364,.cb43673,h1,h2,h3,h4{color:#292e1a;}
a{color:#798947;}
a:hover,.cb43634 li a:hover,.cb43634 li.cb43650 a{color:#6a793e;}
.cb43625,.cb4367,.cb43631{background:#616e39;color:#ffffff;}
.cb43631:hover,.cb4367:hover{background:#798947;}
.cb43648,.cb43630,.cb43628,main article{border-color:#eef0e7;background:var(--wf-light-box-1) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(121,137,71,0.1);}
.cb43666,.cb43620,.cb43661,.cb43610,.cb43653{border-color:#eef0e7;background:var(--wf-light-box-2) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(121,137,71,0.1);}
.cb43623,#top-bar,#main-nav{border-color:#eef0e7;background:var(--wf-light-box-3) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(121,137,71,0.1);}
article.cb43646,.cb43663,.cb43622{border-color:#eef0e7;background:var(--wf-light-box-4) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(121,137,71,0.1);}
#colophon,.cb43642{background:#47512a;color:#ffffff;}
.cb43660 h2{border-left:4px solid #798947;padding-left:12px;}
.cb43660 .cb43611{margin:24px 0 28px;}
.cb43660 .cb43611 figure{margin:0 auto;max-width:1024px;}
.cb43660 .cb43611 img{display:block;width:100%;max-width:1024px;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.cb43652{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.cb43675{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.cb43656 .cb43652{margin:0 auto;}
.cb43658{margin:12px 0 0;font-size:14px;}
.cb43658 a{font-weight:700;text-decoration:underline;}
/* WF final opaque text container override start */
:root{--wf-final-box-1:#fffbeb;--wf-final-box-2:#f7fee7;--wf-final-box-3:#f0fdfa;--wf-final-box-4:#fff1f2;--wf-final-text:#334155;--wf-final-title:#111827;--wf-final-muted:#475569;--wf-final-border:rgba(15,23,42,.14);--wf-final-shadow:rgba(15,23,42,.10);}\nhtml body article,html body main article,html body main > section,html body main > div,html body [role="main"] article,html body [role="main"] section,html body [role="main"] > div,html body :where(article,section,div,aside)[class*="article"],html body :where(article,section,div,aside)[class*="Article"],html body :where(article,section,div,aside)[class*="content"],html body :where(article,section,div,aside)[class*="Content"],html body :where(article,section,div,aside)[class*="entry"],html body :where(article,section,div,aside)[class*="Entry"],html body :where(article,section,div,aside)[class*="post"],html body :where(article,section,div,aside)[class*="Post"],html body :where(article,section,div,aside)[class*="card"],html body :where(article,section,div,aside)[class*="Card"],html body :where(article,section,div,aside)[class*="panel"],html body :where(article,section,div,aside)[class*="Panel"],html body :where(article,section,div,aside)[class*="box"],html body :where(article,section,div,aside)[class*="Box"],html body :where(article,section,div,aside)[class*="widget"],html body :where(article,section,div,aside)[class*="Widget"],html body .content-card,html body .article-card,html body .post-card,html body .page-card,html body .contact-card,html body .contact-panel,html body .widget,html body section.widget,html body aside.widget,html body .sidebar .widget{background:var(--wf-final-box-1) !important;background-color:var(--wf-final-box-1) !important;background-image:none !important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;color:var(--wf-final-text) !important;border:1px solid var(--wf-final-border) !important;box-shadow:0 18px 42px var(--wf-final-shadow) !important;}\nhtml body main > section:nth-of-type(2n),html body main > div:nth-of-type(2n),html body article:nth-of-type(2n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(2n),html body .widget:nth-of-type(2n){background:var(--wf-final-box-2) !important;background-color:var(--wf-final-box-2) !important;background-image:none !important;}\nhtml body main > section:nth-of-type(3n),html body main > div:nth-of-type(3n),html body article:nth-of-type(3n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(3n),html body .widget:nth-of-type(3n){background:var(--wf-final-box-3) !important;background-color:var(--wf-final-box-3) !important;background-image:none !important;}\nhtml body article.page,html body .post,html body .hentry{background:var(--wf-final-box-4) !important;background-color:var(--wf-final-box-4) !important;background-image:none !important;opacity:1 !important;color:var(--wf-final-text) !important;}\nhtml body article :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body main :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="card"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="panel"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text){background:transparent !important;background-image:none !important;opacity:1 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}\nhtml body article::before,html body article::after,html body main > section::before,html body main > section::after,html body main > div::before,html body main > div::after,html body :where(article,section,div,aside)[class*="card"]::before,html body :where(article,section,div,aside)[class*="card"]::after,html body :where(article,section,div,aside)[class*="panel"]::before,html body :where(article,section,div,aside)[class*="panel"]::after,html body :where(article,section,div,aside)[class*="content"]::before,html body :where(article,section,div,aside)[class*="content"]::after{background:transparent !important;background-image:none !important;opacity:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;pointer-events:none !important;}\nhtml body article :where(p,li,span,div,blockquote,small,strong,em),html body main > section :where(p,li,span,div,blockquote,small,strong,em),html body main > div :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="card"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="panel"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="content"] :where(p,li,span,div,blockquote,small,strong,em),html body .widget :where(p,li,span,div,blockquote,small,strong,em){color:var(--wf-final-text) !important;}\nhtml body article :where(h1,h2,h3,h4,h5,h6),html body main > section :where(h1,h2,h3,h4,h5,h6),html body main > div :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="card"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="panel"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="content"] :where(h1,h2,h3,h4,h5,h6),html body .widget :where(h1,h2,h3,h4,h5,h6){color:var(--wf-final-title) !important;}\nhtml body article a,html body main > section a,html body main > div a,html body :where(article,section,div,aside)[class*="card"] a,html body :where(article,section,div,aside)[class*="panel"] a,html body :where(article,section,div,aside)[class*="content"] a,html body .widget a{color:var(--wf-accent, var(--accent, #2563eb)) !important;}\nhtml body article small,html body article .muted,html body main > section small,html body main > section .muted,html body main > div small,html body main > div .muted,html body .widget small,html body .widget .muted{color:var(--wf-final-muted) !important;}\n/* WF final opaque text container override end */
