@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #10100e;
  --panel: #191916;
  --gold: #e7bf64;
  --text: #f6f5f0;
  --muted: #b9b7ae;
  --line: #39382f;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  background: var(--bg);
  color: var(--text);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { color: var(--gold); }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
p, h1, h2, h3, blockquote { margin: 0; }
img { max-width: 100%; height: auto; }
blockquote, a, h1, h2 { overflow-wrap: anywhere; }
.wrap { max-width: 1280px; margin-inline: auto; padding-inline: 48px; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-size: 1.12rem; font-weight: 700; letter-spacing: .13em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-sub { display: block; color: var(--muted); font-size: .69rem; font-weight: 400; letter-spacing: .22em; margin-top: 6px; }
.website-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 44px; font-size: .875rem; text-decoration: none; }
.website-link span { color: var(--gold); }
.hero { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 64px; align-items: center; padding-block: 44px 48px; }
.location { color: var(--gold); font-size: .68rem; line-height: 1.6; letter-spacing: .13em; }
h1 { margin-top: 22px; font-size: clamp(2.6rem, 4.6vw, 3.75rem); line-height: 1.05; font-weight: 500; letter-spacing: -.055em; }
h1 em { display: inline-block; margin-top: 3px; font-size: 1.58em; line-height: 1.04; font-weight: 400; font-family: Georgia, 'Times New Roman', serif; color: var(--gold); letter-spacing: -.06em; }
.hero-intro { max-width: 350px; justify-self: end; }
.hero-intro > p { color: #d2d0c6; font-size: 1.0625rem; line-height: 1.75; margin-bottom: 26px; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 16px 23px; border: 1px solid transparent; border-radius: 5px; font-size: .9375rem; font-weight: 700; text-decoration: none; transition: background .15s, border-color .15s; }
.primary-button { color: #18170f; background: var(--gold); }
.primary-button:hover { color: #18170f; background: #f5d994; }
.secondary-button { color: var(--text); background: transparent; border-color: #77715c; }
.secondary-button:hover { color: var(--gold); border-color: var(--gold); background: #26251d; }
.hero-phone { display: block; width: fit-content; padding-block: 16px 8px; font-size: .9375rem; text-decoration: none; }
.platform-strip { background: #1b1b16; border-block: 1px solid var(--line); }
.platform-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding-block: 25px; }
.platform-links a { display: flex; flex-direction: column; gap: 9px; padding-inline: 24px; border-left: 1px solid #474438; text-decoration: none; }
.platform-links a:first-child { padding-left: 0; border-left: 0; }
.platform-links a:last-child { padding-right: 0; }
.platform-links strong { font-size: .9375rem; font-weight: 500; }
.platform-links strong span { color: var(--gold); margin-left: 7px; font-size: .875rem; }
.platform-links a > span { color: var(--muted); font-size: .75rem; line-height: 1.5; }
.service-nav { padding-top: 44px; }
.service-nav > p { color: var(--muted); font-size: .8125rem; margin-bottom: 15px; }
.service-nav > div { display: flex; flex-wrap: wrap; gap: 9px; }
.service-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 19px; border: 1px solid #595440; border-radius: 999px; font-size: .875rem; text-decoration: none; transition: background .15s; }
.service-nav a:hover { background: #2b281d; border-color: var(--gold); }
.review-section { padding-top: 56px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.review-section:last-of-type { padding-bottom: 32px; border-bottom: 0; }
.section-heading { margin-bottom: 24px; }
h2 { max-width: 30ch; font-size: clamp(1.65rem, 2.65vw, 2.15rem); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.service-links { display: flex; flex-wrap: wrap; gap: 0 22px; margin-top: 7px; }
.service-links a { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; color: var(--muted); font-size: .8125rem; text-decoration-color: #615c48; }
.service-links a:hover { color: var(--gold); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.review-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.review { display: flex; flex-direction: column; gap: 23px; height: 100%; min-width: 0; padding: 26px 24px 23px; background: var(--panel); border: 1px solid var(--line); border-radius: 6px; }
.review-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 5px 10px; }
.stars { display: inline-block; white-space: nowrap; color: var(--gold); font-size: .95rem; letter-spacing: .12em; line-height: 1.5; }
.source { display: inline-flex; align-items: center; gap: 5px; min-height: 32px; color: var(--muted); font-size: .75rem; text-decoration: none; }
.recommendation-label, .excerpt-label { font-size: .75rem; line-height: 1.5; color: var(--gold); }
.review-context { color: var(--gold); font-size: .75rem; line-height: 1.5; margin-bottom: 10px; }
.review blockquote { color: #e6e4dc; font-size: .975rem; line-height: 1.75; white-space: pre-wrap; }
.rating-only { color: var(--muted); font-size: .9375rem; line-height: 1.7; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 11px; margin-top: auto; padding-top: 17px; border-top: 1px solid #34332b; }
.initial { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; color: #e4ca91; background: #353126; font-family: Georgia, serif; }
.review-author h3 { font-size: .8125rem; line-height: 1.5; font-weight: 500; }
.review-author p { display: flex; flex-wrap: wrap; gap: 1px 9px; color: var(--muted); font-size: .6875rem; line-height: 1.5; margin-top: 3px; }
.more-reviews { margin-top: 16px; }
.more-reviews summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; min-height: 56px; padding: 16px 21px; border: 1px solid #595440; border-radius: 5px; cursor: pointer; font-size: .875rem; line-height: 1.5; transition: background .15s; }
.more-reviews summary:hover { background: #24231b; }
.more-reviews summary::-webkit-details-marker { display: none; }
.expand-icon { color: var(--gold); font-size: 1.35rem; line-height: 1; flex-shrink: 0; }
.more-reviews[open] summary { margin-bottom: 16px; }
.more-reviews[open] .expand-icon { transform: rotate(45deg); }
.source-note { max-width: 790px; color: var(--muted); font-size: .75rem; line-height: 1.8; padding-bottom: 48px; }
.contact-section { padding-bottom: 60px; }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; padding: 42px 44px; border: 1px solid #655333; border-radius: 8px; background: linear-gradient(115deg, #2b271b, #1c1c16); }
.contact-panel h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.contact-panel p { color: #d0cbbd; font-size: 1rem; line-height: 1.6; margin-top: 13px; }
.hours { display: block; color: var(--muted); font-size: .8125rem; margin-top: 13px; }
.contact-actions { display: flex; flex-direction: column; gap: 11px; min-width: 250px; }
.site-footer { padding-block: 32px 24px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 50px; align-items: center; }
.footer-top .brand { font-size: 1rem; }
.footer-top .brand img { width: 40px; height: 40px; }
.footer-top p { color: var(--muted); font-size: .8125rem; line-height: 1.75; }
.footer-top nav { display: flex; flex-direction: column; gap: 4px; }
.footer-top nav a { display: inline-flex; align-items: center; min-height: 36px; font-size: .8125rem; text-decoration: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #2c2c25; color: var(--muted); font-size: .6875rem; line-height: 1.6; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 13px; min-height: 40px; text-decoration: none; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 14px 20px; z-index: 5; color: #18170f; background: var(--gold); }
.skip-link:focus { top: 16px; color: #18170f; }
@media (min-width: 1600px) { .hero { padding-block: 56px; } }
@media (max-width: 1000px) {
  .wrap { padding-inline: 32px; }
  .hero { gap: 35px; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
  .location { font-size: .61rem; }
  .platform-links a { padding-inline: 15px; }
  .platform-links strong { font-size: .875rem; }
  .platform-links a > span { font-size: .6875rem; }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid > .review:last-child:nth-child(3) { grid-column: 1 / -1; }
  .contact-panel { padding: 32px; gap: 28px; }
  .footer-top { gap: 28px; grid-template-columns: 1fr 2fr; }
  .footer-top nav { grid-column: 2; flex-direction: row; gap: 25px; }
}
@media (max-width: 660px) {
  .wrap { padding-inline: 22px; }
  .site-header { min-height: 87px; gap: 15px; }
  .brand { font-size: .98rem; gap: 10px; }
  .brand img { width: 41px; height: 41px; }
  .brand-sub { font-size: .59rem; }
  .website-link { gap: 10px; font-size: .75rem; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 22px; padding-block: 30px; }
  .location { font-size: .58rem; letter-spacing: .1em; }
  h1 { font-size: clamp(2rem, 7.9vw, 3.3rem); margin-top: 19px; }
  h1 em { font-size: 1.7em; }
  .hero-intro { max-width: 460px; justify-self: start; }
  .hero-intro > p { font-size: .9375rem; line-height: 1.75; margin-bottom: 21px; }
  .hero-phone { display: inline-flex; align-items: center; min-height: 46px; padding: 13px 0; margin-left: 16px; font-size: .8125rem; }
  .primary-button, .secondary-button { padding: 15px 18px; font-size: .875rem; gap: 20px; }
  .platform-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 0; padding-block: 25px; }
  .platform-links a { padding-inline: 18px; }
  .platform-links a:nth-child(odd) { padding-left: 0; border-left: 0; }
  .platform-links a:last-child { grid-column: 1 / -1; flex-direction: row; align-items: baseline; gap: 18px; }
  .platform-links strong { font-size: .875rem; }
  .platform-links a > span { font-size: .75rem; }
  .service-nav { padding-top: 32px; }
  .service-nav > div { gap: 8px; }
  .service-nav a { font-size: .8125rem; padding: 10px 15px; }
  .review-section { padding-block: 38px 30px; }
  .section-heading { margin-bottom: 19px; }
  h2 { font-size: 1.7rem; max-width: 23ch; }
  .service-links { gap: 0 17px; margin-top: 6px; }
  .service-links a { font-size: .75rem; }
  .review-grid, .review-grid.two-columns { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .review-grid > .review:last-child:nth-child(3) { grid-column: auto; }
  .review { padding: 21px; gap: 19px; }
  .review blockquote { font-size: .9375rem; }
  .review-author { padding-top: 15px; }
  .source { min-height: 40px; }
  .more-reviews summary { padding: 15px 17px; font-size: .8125rem; }
  .source-note { padding-bottom: 32px; font-size: .6875rem; }
  .contact-section { padding-bottom: 36px; }
  .contact-panel { grid-template-columns: minmax(0, 1fr); padding: 27px 23px; gap: 24px; }
  .contact-panel h2 { font-size: 2rem; }
  .contact-panel p { font-size: .9375rem; }
  .contact-actions { min-width: 0; }
  .contact-actions a { width: 100%; }
  .footer-top { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .footer-top nav { grid-column: auto; gap: 24px; }
  .footer-top nav a { min-height: 44px; }
  .footer-top p { max-width: 360px; }
  .footer-bottom { align-items: start; margin-top: 22px; gap: 20px; }
  .footer-bottom span { max-width: 185px; }
  .footer-bottom a { flex-shrink: 0; }
  .desktop-break { display: none; }
}
@media (max-width: 360px) {
  .wrap { padding-inline: 18px; }
  .hero-phone { display: block; margin-left: 0; }
  .website-link { font-size: .6875rem; }
  .brand { font-size: .875rem; }
  .contact-panel { padding: 24px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
/* Platform reviews and short service guides. */
button { font: inherit; cursor: pointer; }
button:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
[hidden] { display: none !important; }
.section-intro { max-width: 760px; margin-top: 14px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.source-card h3, .guide-card h3, .widget-card h3 { font-size: 1.25rem; font-weight: 500; line-height: 1.35; }
.source-card p, .guide-card p, .widget-card > p { font-size: 1rem; line-height: 1.75; color: #d2d0c6; }
.source-link { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; margin-top: auto; font-size: .875rem; color: var(--gold); }
.guide-grid { margin-top: 24px; }
.guide-card .service-links { margin-top: auto; }
.guide-card .service-links a { font-size: .875rem; }
.service-nav { padding-top: 0; }
.widget-card { height: auto; }
.widget-card .embed-notice { font-size: .875rem; color: var(--muted); }
.widget-card iframe { display: block; width: 100%; height: 440px; border: 0; background: #fff; border-radius: 4px; }
.source-note { font-size: .875rem; padding-top: 16px; }
@media (max-width: 660px) { .widget-card iframe { height: 570px; } .hero-intro > p { font-size: 1rem; } }
