/* =========================
   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 */
.cf76627{
  border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important
}
.cf76627: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.cf76611{
  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.cf76611{background-attachment:scroll;}
}

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

/* Center container */
#main.cf76638{
  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 */
.cf76654{
  max-width:1100px;
  margin:0 auto;
  padding-top:10px;
}
.cf76641{padding:14px 0}
.cf76641 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);
}
.cf76641 a:hover{opacity:.95;transform:translateY(-1px);}

/* Nav */
.cf76664, .cf76673{
  border-top:1px solid #ededed;
  border-bottom:1px solid #ededed;
  background:#f9f9f9;
  padding:0 10px;
}
.cf76651{
  display:flex;
  flex-wrap:wrap;
}
.cf76651 li{list-style:none}
.cf76651 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);
}
.cf76651 li:last-child a{border-right:none}
.cf76660 > a{background:#fff;font-weight:600}
.cf76651 a:hover{
  background:#fff;
  color:#111;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Burger */
.cf76626{position:absolute;left:-9999px}
.cf76659{
  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);
}
.cf76659:hover{background:#fff;box-shadow:var(--shadow-soft);transform:translateY(-1px);}
.cf76646{display:inline-block;vertical-align:middle;margin-left:8px}
.cf76618{display:block;width:18px;height:2px;background:#333;margin:3px 0}

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

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

/* Images hover */
.cf76658 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);
}
.cf76658 img:hover{
  transform:scale(1.01);
  box-shadow:var(--shadow-hover);
  filter:saturate(1.02) contrast(1.01);
}

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

/* Search */
.cf76653{display:flex;gap:8px;max-width:100%}
.cf76625{
  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);
}
.cf76625:focus{
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
  outline:none;
}
.cf76635{
  background:#32373c;
  color:#fff;
  border:1px solid #32373c;
  cursor:pointer;
  padding:8px 12px;
  transition:transform var(--t), box-shadow var(--t), opacity var(--t);
}
.cf76635:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* RIGHT SIDEBAR BUTTON LIST (replaces ugly meta links) */
.cf76620{
  list-style:none;
  padding:0 !important;
  margin:0;
}
.cf76620 li{margin:0 0 10px}
.cf76674{
  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);
}
.cf76674:hover{
  background:#fff;
  border-color:#dcdcdc;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Insights cards */
.cf76623{display:flex;flex-direction:column;gap:12px;margin-top:10px}
.cf76661{
  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);
}
.cf76661 h3{margin:0 0 6px;font-size:18px}
.cf76661 p{margin:0;color:#555}
.cf76661:hover{
  background:#fff;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

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

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

/* Contact form */
.cf76657{
  max-width:520px;
  border:1px solid #ededed;
  background:#fafafa;
  padding:16px;
  border-radius:8px;
}
.cf76648{margin:0 0 12px}
.cf76648 label{display:block;font-weight:600;margin:0 0 6px}
.cf76657 input,
.cf76657 select,
.cf76657 textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #cfcfcf;
  border-radius:6px;
  font:inherit;
  background:#fff;
}
.cf76657 input:focus,
.cf76657 select:focus,
.cf76657 textarea:focus{
  outline:none;
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
}
.cf76666{
  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);
}
.cf76666:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}
.cf76632{font-size:13px;color:#666;margin-top:10px}

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

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

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

/* Responsive */
@media (max-width: 860px){
  #main.cf76638{
    margin:18px auto;
    width:calc(100% - 26px);
    border-radius:8px;
  }
  #primary.cf76639,
  #secondary.cf76647{
    float:none;
    width:100%;
    padding:18px 18px 0;
  }
  .cf76659{display:inline-block}
  .cf76651{display:none;width:100%}
  .cf76626:checked ~ .cf76651{display:block}
  .cf76651 a{border-right:none;border-top:1px solid #ededed}

  .cf76658 p{font-size:15px}
  .cf76652{font-size:28px}
}

/* Generated theme override */
:root{
  --wf-accent:#8d5c79;
  --wf-light-box-1:#f4eff2;
  --wf-light-box-2:#fdfbfc;
  --wf-light-box-3:#f8f5f7;
  --wf-light-box-4:#fefcfd;
  --wf-panel-bg:linear-gradient(145deg,#f4eff2,#fdfbfc);
  --wf-panel-border:#f1ebef;
  --wf-panel-shadow:0 20px 56px rgba(141,92,121,0.1);
  --wf-site-title-bg:#f8f5f7;
  --wf-site-title-border:#f1ebef;
  --wf-search-bg:#fefcfd;
  --wf-scroll-start:rgba(141,92,121,0.96);
  --wf-scroll-end:rgba(141,92,121,0.24);
}
body{color:#473b43;background-color:#f4eaef !important;}
body.cf76611{background-color:#f4eaef !important;}
#page.cf76645,.cf76654{background:transparent !important;}
#main.cf76638{background:#fff !important;border-color:#f1ebef !important;box-shadow:0 18px 42px rgba(141,92,121,0.12);}
#primary.cf76639,#content,article.cf7663.cf76617{background:transparent !important;}
.cf76641 a,.cf76652,.cf76668,.cf76656,h1,h2,h3,h4{color:#2f222a;}
a{color:#8d5c79;}
a:hover,.cf76651 li a:hover,.cf76651 li.cf76660 a{color:#764d66;}
.cf76673,.cf76635,.cf76674{background:#6e485e;color:#ffffff;}
.cf76674:hover,.cf76635:hover{background:#8d5c79;}
.cf7662,.cf7669,.cf76610,main article{border-color:#f1ebef;background:var(--wf-light-box-1) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(141,92,121,0.1);}
.cf76643,.cf76612,.cf76669,.cf76640,.cf76615{border-color:#f1ebef;background:var(--wf-light-box-2) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(141,92,121,0.1);}
.cf76629,#top-bar,#main-nav{border-color:#f1ebef;background:var(--wf-light-box-3) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(141,92,121,0.1);}
article.cf7663,.cf76633,.cf76617{border-color:#f1ebef;background:var(--wf-light-box-4) !important;background-image:none !important;opacity:1 !important;box-shadow:0 12px 28px rgba(141,92,121,0.1);}
#colophon,.cf76650{background:#593a4c;color:#ffffff;}
.cf76658 h2{border-left:4px solid #8d5c79;padding-left:12px;}
.cf76658 .cf7661{margin:24px 0 28px;}
.cf76658 .cf7661 figure{margin:0 auto;max-width:1024px;}
.cf76658 .cf7661 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);}
.cf76670{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.cf76644{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.cf76667 .cf76670{margin:0 auto;}
.cf7666{margin:12px 0 0;font-size:14px;}
.cf7666 a{font-weight:700;text-decoration:underline;}
/* WF final opaque text container override start */
:root{--wf-final-box-1:#fffbeb;--wf-final-box-2:#eef2ff;--wf-final-box-3:#fff1f2;--wf-final-box-4:#f7fee7;--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 */
