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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive */
@media (max-width: 860px){
  #main.cb73b18{
    margin:18px auto;
    width:calc(100% - 26px);
    border-radius:8px;
  }
  #primary.cb73b46,
  #secondary.cb73b36{
    float:none;
    width:100%;
    padding:18px 18px 0;
  }
  .cb73b61{display:inline-block}
  .cb73b51{display:none;width:100%}
  .cb73b30:checked ~ .cb73b51{display:block}
  .cb73b51 a{border-right:none;border-top:1px solid #ededed}

  .cb73b20 p{font-size:15px}
  .cb73b48{font-size:28px}
}

/* Generated theme override */
body{color:#364153;background-color:#ecf1f8 !important;}
body.cb73b34{background-color:#ecf1f8 !important;}
#page.cb73b39,.cb73b15{background:transparent !important;}
#main.cb73b18{background:#fff !important;border-color:#e3e8f0 !important;box-shadow:0 18px 42px rgba(56,89,151,0.12);}
#primary.cb73b46,#content,article.cb73b44.cb73b40{background:transparent !important;}
.cb73b11 a,.cb73b48,.cb73b2,.cb73b43,h1,h2,h3,h4{color:#192438;}
a{color:#385997;}
a:hover,.cb73b51 li a:hover,.cb73b51 li.cb73b54 a{color:#304d82;}
.cb73b12,.cb73b60,.cb73b49{background:#2d487a;color:#ffffff;}
.cb73b49:hover,.cb73b60:hover{background:#385997;}
.cb73b31{border-color:#e3e8f0;background:#fafbfd !important;box-shadow:0 12px 28px rgba(56,89,151,0.1);}
#colophon,.cb73b17{background:#213559;color:#ffffff;}
.cb73b20 h2{border-left:4px solid #385997;padding-left:12px;}
.cb73b20 .cb73b57{margin:24px 0 28px;}
.cb73b20 .cb73b57 figure{margin:0 auto;max-width:1024px;}
.cb73b20 .cb73b57 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);}
.cb73b35{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.cb73b26 .cb73b35{margin:0 auto;}
.cb73b13{margin:12px 0 0;font-size:14px;}
.cb73b13 a{font-weight:700;text-decoration:underline;}
