
:root {
  --twc-black: #080707;
  --twc-charcoal: #1a1714;
  --twc-soft-black: #292424;
  --twc-cream: #faf8f5;
  --twc-gold: #c9a96e;
  --twc-muted: #686562;
  --twc-max: 1200px;
}
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--twc-black); color: var(--twc-cream); }
img { max-width: 100%; height: auto; }
a { color: inherit; }
body.admin-bar .block-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .block-header { top: 46px; } }
.wp-site-blocks, .twc-theme-shell { min-height: 100vh; }
.block-header { position: relative; z-index: 50; }
.block-header__hamburger-menu { cursor: pointer; }
@media (max-width: 920px) {
  .block-header-layout-mobile__dropdown { display: none !important; }
  body.twc-menu-open .block-header-layout-mobile__dropdown { display: flex !important; position: fixed; inset: 0; z-index: 999; background: var(--twc-black); align-items: center; justify-content: center; opacity: 1; visibility: visible; }
  body.twc-menu-open .block-header-layout-mobile__dropdown .block-header__nav-links { display: flex; flex-direction: column; gap: 22px; text-align: center; padding: 0; margin: 0; list-style: none; }
  body.twc-menu-open { overflow: hidden; }
  .block-header__hamburger-menu { z-index: 1000; position: relative; }
}
.twc-page { background: var(--twc-black); color: var(--twc-cream); font-family: Lora, Georgia, serif; }
.twc-header { background: var(--twc-black); position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(250,248,245,.08); }
.admin-bar .twc-header { top: 32px; }
.twc-header__inner { max-width: 1240px; margin: 0 auto; padding: 24px 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.twc-logo img { width: 220px; display: block; }
.twc-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; }
.twc-nav a { text-decoration: none; color: #fff; transition: color .2s ease, opacity .2s ease; }
.twc-nav a:hover, .twc-nav a[aria-current="page"] { color: var(--twc-gold); }
.twc-menu-button { display: none; border: 0; background: transparent; color: #fff; font: inherit; letter-spacing: .16em; text-transform: uppercase; }
.twc-hero { position: relative; min-height: 620px; display: grid; align-items: end; overflow: hidden; }
.twc-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,7,.88), rgba(8,7,7,.42), rgba(8,7,7,.82)); z-index: 1; }
.twc-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.twc-hero__content { position: relative; z-index: 2; max-width: var(--twc-max); margin: 0 auto; width: calc(100% - 48px); padding: 120px 0 90px; }
.twc-eyebrow, .twc-section__eyebrow { color: var(--twc-gold); letter-spacing: .18em; text-transform: uppercase; font-size: 13px; margin: 0 0 22px; }
.twc-hero h1, .twc-section h1, .twc-section h2 { margin: 0; line-height: 1.08; font-weight: 500; }
.twc-hero h1 { font-size: clamp(44px, 7vw, 92px); max-width: 900px; }
.twc-hero p { max-width: 640px; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; margin: 24px 0 0; }
.twc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 28px; background: var(--twc-charcoal); color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.1); margin-top: 34px; transition: background .2s ease, color .2s ease; }
.twc-button:hover { background: #56524d; color: #fff; }
.twc-section { max-width: var(--twc-max); margin: 0 auto; padding: 88px 24px; }
.twc-section--cream { max-width: none; background: var(--twc-cream); color: var(--twc-charcoal); }
.twc-section--cream > .twc-section__inner { max-width: var(--twc-max); margin: 0 auto; }
.twc-section h1 { font-size: clamp(42px, 6vw, 76px); max-width: 920px; }
.twc-section h2 { font-size: clamp(34px, 4.5vw, 60px); }
.twc-section p { font-size: 17px; line-height: 1.75; color: currentColor; }
.twc-lead { max-width: 780px; font-size: 20px !important; }
.twc-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; margin-top: 42px; }
.twc-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.twc-card { background: rgba(250,248,245,.06); border: 1px solid rgba(250,248,245,.12); padding: 32px; min-height: 220px; }
.twc-section--cream .twc-card { background: #fff; border-color: rgba(26,23,20,.12); box-shadow: 0 18px 48px rgba(26,23,20,.08); }
.twc-card h3 { margin: 0 0 16px; font-weight: 400; font-size: 28px; line-height: 1.2; }
.twc-card h4 { margin: 0 0 12px; font-size: 20px; color: var(--twc-gold); font-weight: 500; }
.twc-card ul { padding-left: 20px; line-height: 1.75; }
.twc-price { color: var(--twc-gold); font-size: 22px; margin: 16px 0; }
.twc-footer { background: #080707; color: var(--twc-cream); border-top: 1px solid rgba(250,248,245,.08); }
.twc-footer__inner { max-width: var(--twc-max); margin: 0 auto; padding: 70px 24px 34px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 42px; }
.twc-footer h3 { margin: 0 0 12px; font-weight: 500; }
.twc-footer a { color: var(--twc-cream); text-decoration: none; }
.twc-footer__bottom { max-width: var(--twc-max); margin: 0 auto; padding: 0 24px 34px; color: rgba(250,248,245,.72); font-size: 13px; }
.twc-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 36px; max-width: 880px; }
.twc-contact-form label { display: grid; gap: 8px; color: var(--twc-charcoal); font-size: 14px; }
.twc-contact-form input, .twc-contact-form select, .twc-contact-form textarea { width: 100%; box-sizing: border-box; border: 1px solid rgba(26,23,20,.18); background: #fff; color: var(--twc-charcoal); padding: 15px 14px; font: inherit; }
.twc-contact-form textarea, .twc-contact-form .twc-full { grid-column: 1 / -1; }
.twc-contact-form button { grid-column: 1 / -1; justify-self: start; border: 0; cursor: pointer; }
.twc-alert { padding: 14px 18px; margin: 24px 0; background: rgba(201,169,110,.15); border: 1px solid rgba(201,169,110,.5); color: inherit; }
.entry-content, .wp-block-post-content { max-width: 920px; margin: 70px auto; padding: 0 24px; color: #1a1714; background: #faf8f5; }
.twc-wp-content { background: #faf8f5; color: #1a1714; min-height: 70vh; padding: 70px 24px; }
.twc-wp-content__inner { max-width: 920px; margin: 0 auto; }
@media (max-width: 920px) {
  .twc-header__inner { padding: 18px 16px; }
  .twc-logo img { width: 120px; }
  .twc-menu-button { display: block; }
  .twc-nav { display: none; position: fixed; inset: 0; background: var(--twc-black); z-index: 79; flex-direction: column; align-items: center; justify-content: center; font-size: 22px; }
  body.twc-simple-menu-open .twc-nav { display: flex; }
  .twc-hero { min-height: 560px; }
  .twc-hero__content { width: calc(100% - 32px); padding: 92px 0 70px; }
  .twc-section { padding: 64px 16px; }
  .twc-grid, .twc-grid--2 { grid-template-columns: 1fr; }
  .twc-footer__inner { grid-template-columns: 1fr; padding-top: 54px; }
  .twc-contact-form { grid-template-columns: 1fr; }
}
