
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; }
body.gw {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #eeeef1;
  background: #13131b;
  line-height: 1.65;
}
a { color: inherit; }
.gw-icon { display: inline-block; flex: 0 0 auto; width: 1.15em; height: 1.15em; vertical-align: -0.16em; }
.gw-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.gw-narrow { max-width: 760px; }
.gw-main { min-height: 55vh; }

/* header ------------------------------------------------------------ */
.gw-header { position: sticky; top: 0; z-index: 60; background: #1c1c26; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.gw-header-inner { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.gw-brand { display: inline-flex; flex: 0 1 auto; min-width: 0; max-width: min(42vw, 460px); align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.gw-brand span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gw-brand img { max-height: 40px; width: auto; }
.gw-nav { min-width: 0; margin-left: auto; display: flex; flex: 1 1 auto; flex-wrap: nowrap; gap: 4px 18px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.gw-nav::-webkit-scrollbar { display: none; }
.gw-nav a { display: inline-flex; flex: 0 0 auto; min-height: 44px; align-items: center; text-decoration: none; font-weight: 600; font-size: .92rem; color: #b2b2bd; padding: 6px 2px; border-bottom: 2px solid transparent; }
.gw-nav a:hover { color: #eeeef1; border-bottom-color: #73c5f2; }
.gw-header-cta { flex: 0 0 auto; white-space: nowrap; }

/* buttons ------------------------------------------------------------ */
.gw-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: .95rem; text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.24); background: #1c1c26; color: #eeeef1; transition: transform .15s ease, box-shadow .15s ease; }
.gw-btn:hover { transform: translateY(-1px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }
.gw-btn--primary { background: #3a3eed; color: #ffffff; border-color: #3a3eed; }
.gw-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* hero ---------------------------------------------------------------- */
.gw-hero { position: relative; }
.gw-kicker { text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; color: #73c5f2; margin-bottom: 14px; }
.gw-hero h1 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.06; letter-spacing: -0.02em; }
.gw-lead { margin-top: 16px; font-size: clamp(1.02rem, 2.2vw, 1.25rem); color: #b2b2bd; max-width: 44ch; }
.gw-rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 8px 16px; border-radius: 999px; background: rgba(99, 102, 241, 0.22); font-weight: 600; font-size: .9rem; }
.gw-stars { color: #73c5f2; letter-spacing: 2px; }

.gw-hero--immersive { min-height: min(88vh, 760px); display: flex; align-items: flex-end; overflow: hidden; }
.gw-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gw-hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 8, 12, 0.55) 20%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.35)); }
.gw-hero--immersive .gw-hero-inner { position: relative; padding: 96px 0 72px; color: #fff; }
.gw-hero--immersive h1 { color: #fff; }
.gw-hero--immersive .gw-lead { color: rgba(255,255,255,.88); }
.gw-hero--immersive .gw-rating { background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(6px); }

.gw-hero--split .gw-hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 84px 0; }
.gw-hero-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }
.gw-hero--centered .gw-hero-inner { padding: 96px 0 72px; text-align: center; }
.gw-hero--centered .gw-lead, .gw-hero--centered .gw-cta-row { margin-left: auto; margin-right: auto; justify-content: center; }

/* sections + grids ----------------------------------------------------- */
.gw-section { padding: 72px 0; }
.gw-section h2 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(1.5rem, 3.4vw, 2.2rem); letter-spacing: -0.015em; margin-bottom: 28px; }
.gw-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.gw-more { font-weight: 700; font-size: .92rem; color: #8588f4; text-decoration: none; }
.gw-more:hover { text-decoration: underline; }
.gw-grid { display: grid; gap: 22px; }
.gw-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* editorial home sections --------------------------------------------- */
.gw-feature-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.65fr); gap: 40px; align-items: end; margin-bottom: 34px; }
.gw-feature-heading h2 { margin-bottom: 0; }
.gw-feature-heading > p { color: #b2b2bd; }
.gw-feature-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 28px; }
.gw-feature-lead { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; background: #0c0c12; }
.gw-feature-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gw-feature-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,7,.88), transparent 68%); }
.gw-feature-copy { position: absolute; z-index: 1; inset: auto 30px 28px; color: #fff; }
.gw-feature-copy h3 { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.55rem,3vw,2.35rem); line-height: 1.1; }
.gw-feature-copy p { margin-top: 8px; color: rgba(255,255,255,.82); }
.gw-feature-list { border-top: 1px solid rgba(255, 255, 255, 0.14); }
.gw-feature-list article { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); align-items: start; }
.gw-feature-list article > span { color: #73c5f2; font-weight: 800; font-size: .8rem; }
.gw-feature-list article p { margin-top: 5px; color: #b2b2bd; font-size: .9rem; }
.gw-feature-more { margin-top: 24px; }
.gw-story-split-inner { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); gap: clamp(38px,7vw,90px); align-items: center; }
.gw-story-img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 28px; }
.gw-story-copy > p { color: #b2b2bd; margin-top: 14px; font-size: 1.04rem; }
.gw-story-copy .gw-kicker { color: #73c5f2; font-size: .78rem; }
.gw-proof-band { padding: 34px 0; background: #0c0c12; border-block: 1px solid rgba(255, 255, 255, 0.14); }
.gw-proof-band .gw-kicker { margin-bottom: 20px; }
.gw-proof-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); }
.gw-proof-item { display: grid; gap: 4px; padding: 5px 24px; border-left: 1px solid rgba(255, 255, 255, 0.24); }
.gw-proof-item:first-child { border-left: 0; padding-left: 0; }
.gw-proof-item strong { font-family: "Fraunces", Georgia, serif; font-size: 1.7rem; }
.gw-proof-item span { font-size: .86rem; font-weight: 700; }
.gw-locality-list { display: flex; flex-wrap: wrap; gap: 10px; }
.gw-locality-chip { display: inline-flex; padding: 10px 16px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .9rem; background: #1c1c26; }
a.gw-locality-chip:hover { border-color: #73c5f2; transform: translateY(-1px); }
.gw-media-strip { overflow: hidden; }
.gw-media-strip-track { display: grid; grid-template-columns: repeat(5,minmax(220px,1fr)); gap: 12px; width: min(1500px,calc(100% - 24px)); margin: 0 auto; }
.gw-media-strip-item { height: 320px; overflow: hidden; border-radius: 12px; }
.gw-media-strip-item:nth-child(even) { transform: translateY(28px); }
.gw-media-strip-img { width: 100%; height: 100%; object-fit: cover; }
.gw-review-feature { background: #0c0c12; }
.gw-review-feature-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr); gap: 48px; }
.gw-review-lead blockquote { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.45rem,3.2vw,2.35rem); line-height: 1.3; margin: 14px 0 20px; }
.gw-review-lead figcaption, .gw-review-compact figcaption { color: #b2b2bd; font-weight: 700; }
.gw-review-compact { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.gw-review-compact blockquote { margin-bottom: 10px; }

/* cards ----------------------------------------------------------------- */
.gw-card { background: #1c1c26; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.gw-card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45); }
.gw-card-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gw-card-body, .gw-card > h3, .gw-service { padding: 0; }
.gw-card-body { padding: 18px 20px 20px; }
.gw-service, .gw-review, .gw-location { padding: 22px; }
.gw-card h3 { font-size: 1.06rem; font-weight: 700; letter-spacing: -0.01em; }
.gw-card p { margin-top: 8px; font-size: .93rem; color: #b2b2bd; }
.gw-badge { display: inline-block; margin-left: 6px; padding: 2px 10px; border-radius: 999px; background: rgba(21, 150, 220, 0.24); color: #73c5f2; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }
.gw-price { margin-top: 10px; font-weight: 800; color: #8588f4; }

/* reviews ---------------------------------------------------------------- */
.gw-review blockquote { margin-top: 10px; font-size: .95rem; line-height: 1.6; }
.gw-review figcaption { margin-top: 12px; font-size: .85rem; color: #b2b2bd; }

/* gallery ---------------------------------------------------------------- */
.gw-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gw-gallery-grid figure:first-child { grid-row: span 2; }
.gw-gallery-img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; aspect-ratio: 4 / 3; }
.gw-gallery-grid figure:first-child .gw-gallery-img { aspect-ratio: auto; min-height: 100%; }
.gw-social-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gw-social-card { overflow: hidden; }
.gw-social-card .gw-gallery-img { border-radius: 0; }
.gw-social-card figcaption { display: grid; gap: 7px; padding: 14px 16px; color: #b2b2bd; font-size: .9rem; line-height: 1.5; }
.gw-social-card figcaption small { font-weight: 700; color: #eeeef1; }

/* menu book ---------------------------------------------------------------- */
.gw-menu-book { columns: 2; column-gap: 64px; padding: 72px 0; }
.gw-menu-book-section { break-inside: avoid; margin-bottom: 44px; }
.gw-menu-book-list { list-style: none; }
.gw-menu-book-list li { margin-top: 18px; }
.gw-menu-line { display: flex; align-items: baseline; gap: 8px; }
.gw-menu-name { font-weight: 700; }
.gw-menu-dots { flex: 1; border-bottom: 2px dotted rgba(255, 255, 255, 0.24); transform: translateY(-4px); }
.gw-menu-desc { font-size: .88rem; color: #b2b2bd; margin-top: 4px; max-width: 52ch; }

/* facts / hours -------------------------------------------------------------- */
.gw-facts-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.gw-fact { display: grid; gap: 2px; margin-bottom: 16px; }
.gw-fact strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: #b2b2bd; }
.gw-fact a { color: #8588f4; font-weight: 600; text-decoration: none; }
.gw-hours { width: 100%; border-collapse: collapse; background: #1c1c26; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; overflow: hidden; }
.gw-hours caption { text-align: left; font-weight: 800; padding: 14px 18px 6px; }
.gw-hours th, .gw-hours td { text-align: left; padding: 10px 18px; font-size: .92rem; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.gw-hours th { font-weight: 600; color: #b2b2bd; }

/* banner ----------------------------------------------------------------------- */
.gw-banner-inner { background: linear-gradient(120deg, #4d51ef, #6366f1); color: #ffffff; border-radius: 28px; padding: 52px; text-align: center; }
.gw-banner-inner h2 { color: inherit; }
.gw-banner-inner .gw-cta-row { justify-content: center; }

/* crosslinks + footer ------------------------------------------------------------ */
.gw-crosslinks { padding: 0 0 56px; font-weight: 600; }
.gw-crosslinks a { color: #8588f4; text-decoration: none; }
.gw-footer { border-top: 1px solid rgba(255, 255, 255, 0.14); background: #0c0c12; padding: 44px 0 18px; }
.gw-footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; }
.gw-footer-brand { font-family: "Fraunces", Georgia, serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 8px; }
.gw-footer p { font-size: .9rem; color: #b2b2bd; }
.gw-footer-nav { display: flex; flex-direction: column; gap: 8px; }
.gw-footer-nav a { text-decoration: none; font-size: .92rem; color: #b2b2bd; }
.gw-footer-nav a:hover { color: #eeeef1; }
.gw-powered { text-align: center; margin-top: 34px; font-size: .78rem; color: #b2b2bd; opacity: .7; }

/* faq (shared component rendered by the generator) --------------------------------- */
.gloo-faq { padding: 0 0 72px; }
.gloo-faq h2 { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; margin-bottom: 16px; }
.gloo-faq details { border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; background: #1c1c26; }
.gloo-faq summary { cursor: pointer; font-weight: 700; }
.gloo-faq .gloo-faq-a { margin-top: 8px; color: #b2b2bd; line-height: 1.6; }
.gloo-faq-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

/* legacy content compatibility (assistant embeds + custom HTML pages) --------------- */
.content-section { padding: 56px 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.seo-card { background: #1c1c26; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; padding: 22px; }
.seo-card p { margin-top: 8px; font-size: .93rem; }
.gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.links-row { display: flex; flex-wrap: wrap; gap: 12px; padding: 0 0 56px; }
.btn { display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.24); background: #1c1c26; color: #eeeef1; font-size: .95rem; }
.btn-primary { background: #3a3eed; color: #ffffff; border-color: #3a3eed; }
.hero { padding: 72px 0 0; }
.hero h1 { font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.08; letter-spacing: -0.02em; }
.hero .lead { margin-top: 14px; color: #b2b2bd; font-size: 1.1rem; }

/* whatsapp fab ----------------------------------------------------------------------- */
.wa-fab { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 999px; background: #25D366; color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28); z-index: 50; text-decoration: none; }
.wa-fab svg { width: 30px; height: 30px; }
.gw-mobile-actions { display: none; }

/* reveal animation hooks (site.js) ---------------------------------------------------- */
.reveal-on-scroll { transition: opacity .3s ease, transform .3s ease; }
.reveal-on-scroll.is-visible { animation: gw-reveal .35s ease both; }
@keyframes gw-reveal { from { opacity:.82; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }

/* responsive --------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .gw-header-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 0 16px; min-height: 0; padding: 6px 0 0; }
  .gw-brand { grid-column: 1; grid-row: 1; max-width: 100%; min-height: 44px; }
  .gw-header-cta { grid-column: 2; grid-row: 1; padding: 10px 18px; }
  .gw-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; margin-left: 0; padding: 0 0 5px; }
  .gw-grid--3, .gw-gallery-grid, .gw-social-gallery-grid, .signature-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-hero--split .gw-hero-split { grid-template-columns: 1fr; gap: 28px; padding: 56px 0; }
  .gw-facts-grid { grid-template-columns: 1fr; }
  .gw-menu-book { columns: 1; }
  .gw-feature-grid, .gw-story-split-inner, .gw-review-feature-grid { grid-template-columns: 1fr; }
  .gw-feature-lead { min-height: 480px; }
  .gw-media-strip-track { overflow-x: auto; grid-template-columns: repeat(5, minmax(240px, 70vw)); padding-bottom: 26px; }
}
@media (max-width: 640px) {
  .gw-grid--3, .gw-gallery-grid, .gw-social-gallery-grid, .signature-grid { grid-template-columns: 1fr; }
  .gw-header-inner { grid-template-columns: minmax(0,1fr); gap: 0; padding-top: 4px; }
  .gw-brand { min-height: 40px; }
  .gw-header-cta { display: none; }
  .gw-nav { grid-column: 1; padding-bottom: 4px; gap: 16px; }
  .gw-nav a { min-height: 40px; font-size: .88rem; }
  .gw-section { padding: 52px 0; }
  .gw-hero--immersive { min-height: 72vh; }
  .gw-banner-inner { padding: 34px 22px; }
  .gw-feature-heading { grid-template-columns: 1fr; gap: 12px; }
  .gw-feature-lead { min-height: 430px; }
  .gw-feature-list article { grid-template-columns: 28px minmax(0,1fr); }
  .gw-feature-list article > .gw-price { grid-column: 2; }
  .gw-proof-grid { grid-template-columns: repeat(2,1fr); gap: 20px 0; }
  .gw-proof-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .gw-story-img { aspect-ratio: 16 / 10; }
  body.gw { padding-bottom: 72px; }
  .gw-mobile-actions { position: fixed; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; inset: auto 0 0; z-index: 70; min-height: 64px; padding: 8px max(12px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)); background: #1c1c26; border-top: 1px solid rgba(255, 255, 255, 0.14); box-shadow: 0 -10px 30px rgba(15,23,42,.12); }
  .gw-mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 48px; padding: 0 12px; text-decoration: none; font-size: .76rem; line-height: 1.1; font-weight: 800; border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .gw-mobile-actions .gw-icon { width: 19px; height: 19px; }
  .gw-mobile-actions a:first-child { border-left: 0; color: #8588f4; }
  .wa-fab { bottom: 82px; }
}

/* ember personality ------------------------------------------------- */
body.gw--ember { background: radial-gradient(1200px 500px at 85% -10%, rgba(99, 102, 241, 0.22), transparent 60%), #13131b; }
.gw--ember .gw-header { background: rgba(19, 19, 27, 0.82); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.gw--ember .gw-header::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, #6366f1, #73c5f2); }
.gw--ember .gw-header { position: sticky; }
.gw--ember h1, .gw--ember h2 { font-weight: 600; }
.gw--ember .gw-hero--immersive .gw-hero-inner { padding-bottom: 88px; }
.gw--ember .gw-kicker::before { content: "— "; color: #73c5f2; }
.gw--ember .gw-card { border-color: rgba(255, 255, 255, 0.14); background: #1c1c26; }
.gw--ember .gw-card:hover { border-color: rgba(115, 197, 242, 0.5); }
.gw--ember .gw-price { color: #73c5f2; }
.gw--ember .gw-review blockquote { font-family: "Fraunces", Georgia, serif; font-style: italic; font-size: 1.02rem; }
.gw--ember .gw-review { position: relative; }
.gw--ember .gw-review::before { content: "“"; position: absolute; top: 4px; right: 18px; font-family: "Fraunces", Georgia, serif; font-size: 4rem; line-height: 1; color: rgba(115, 197, 242, 0.25); }
.gw--ember .gw-menu-dots { border-bottom-color: rgba(115, 197, 242, 0.4); }
.gw--ember .gw-section h2 { position: relative; padding-bottom: 14px; }
.gw--ember .gw-section h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, #6366f1, #73c5f2); }
.gw--ember .gw-footer { background: #0c0c12; }


/* --- universal contact experience --- */
.gw-contact-layout { display:grid; grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr); gap:clamp(2rem,6vw,5rem); align-items:start; }
.gw-contact-intro { position:sticky; top:110px; }
.gw-contact-intro h2 { margin:.35rem 0 1rem; }
.gw-contact-response { margin-top:1.4rem; }
.gw-contact-safety { margin-top:1rem; padding:.9rem 1rem; border-radius:12px; background:#fff7ed; color:#7c2d12; border:1px solid #fed7aa; }
.gw-contact-fallback { margin-top:1.25rem; }
.gw-contact-form { padding:clamp(1.25rem,4vw,2rem); border:1px solid var(--gw-line,#d6d3d1); border-radius:18px; background:var(--gw-surface-raised,#fff); box-shadow:0 20px 50px rgba(28,25,23,.08); }
.gw-form-field { display:grid; gap:.45rem; margin-bottom:1rem; }
.gw-form-pair { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.gw-form-field label { font-weight:700; font-size:.92rem; }
.gw-form-field input,.gw-form-field select,.gw-form-field textarea { width:100%; min-height:46px; border:1px solid var(--gw-line,#d6d3d1); border-radius:10px; padding:.72rem .82rem; background:var(--gw-surface,#fff); color:var(--gw-ink,#1c1917); font:inherit; }
.gw-form-field textarea { min-height:130px; resize:vertical; }
.gw-form-field input:focus,.gw-form-field select:focus,.gw-form-field textarea:focus { outline:3px solid color-mix(in srgb,var(--gw-brand,#2563eb) 22%,transparent); border-color:var(--gw-brand,#2563eb); }
.gw-form-help,.gw-form-privacy { margin:-.45rem 0 1rem; color:var(--gw-muted,#57534e); font-size:.82rem; line-height:1.55; }
.gw-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0 0 0 0)!important; white-space:nowrap!important; }
.gw-contact-form .cf-turnstile { margin:1rem 0; min-height:65px; }
.gw-form-status { min-height:1.5rem; margin-top:.8rem; font-size:.9rem; font-weight:600; }
.gw-form-status[data-state="success"] { color:#166534; }
.gw-form-status[data-state="error"] { color:#b91c1c; }
.gw-contact-form[aria-busy="true"] button[type="submit"] { opacity:.65; cursor:wait; }
.gw-privacy p { max-width:70ch; }
@media (max-width:760px) { .gw-contact-layout { grid-template-columns:1fr; } .gw-contact-intro { position:static; } .gw-form-pair { grid-template-columns:1fr; gap:0; } .gw-contact-form { border-radius:14px; } }
@media (prefers-reduced-motion:reduce) { .gw-contact-form * { scroll-behavior:auto!important; } }
