:root {
  --gib-paper: #eef5f1;
  --gib-ink: #1b2533;
  --gib-accent: #0f8f7b;
  --gib-fresh: #f08d62;
  --gib-panel: #ffffff;
  --gib-line: color-mix(in srgb, #1b2533 18%, transparent);
  --gib-soft: color-mix(in srgb, #0f8f7b 12%, white);
  --gib-shadow: 0 22px 60px color-mix(in srgb, #1b2533 16%, transparent);
  --gib-radius: 11px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gib-page { margin: 0; background: var(--gib-paper); color: var(--gib-ink); font-family: "Inter", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; }
.gib-mast { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px clamp(18px, 5vw, 64px); background: color-mix(in srgb, var(--gib-paper) 88%, white); backdrop-filter: blur(16px); border-bottom: 1px solid var(--gib-line); }
.gib-mark { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 700; text-decoration: none; }
.gib-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 18px; font-size: .94rem; }
.gib-links a, .gib-foot a { text-decoration: none; opacity: .86; }
.gib-toggle { display: none; border: 1px solid var(--gib-line); background: var(--gib-panel); padding: 10px 14px; border-radius: var(--gib-radius); }
.gib-hero { min-height: 78vh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .85fr); gap: clamp(26px, 5vw, 70px); align-items: center; padding: clamp(34px, 7vw, 86px) clamp(18px, 6vw, 78px); }
.gib-intro h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.35rem, 6vw, 5.7rem); line-height: .96; letter-spacing: 0; margin: 10px 0 20px; max-width: 880px; }
.gib-intro p { text-transform: uppercase; letter-spacing: .08em; font-weight: 800; color: var(--gib-accent); }
.gib-intro span { display: block; max-width: 760px; padding: 14px 16px; border-left: 4px solid var(--gib-accent); background: var(--gib-panel); box-shadow: var(--gib-shadow); border-radius: 0 var(--gib-radius) var(--gib-radius) 0; }
.gib-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.gib-actions a, .gib-plan a, .gib-close a, .gib-contact button, .gib-mini button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 12px 18px; border-radius: var(--gib-radius); background: var(--gib-ink); color: white; text-decoration: none; border: 0; font-weight: 800; }
.gib-actions a + a { background: var(--gib-panel); color: var(--gib-ink); border: 1px solid var(--gib-line); }
.gib-heroart, .gib-herolist, .gib-meter { min-height: 340px; border-radius: calc(var(--gib-radius) * 1.6); background: linear-gradient(135deg, var(--gib-panel), var(--gib-soft)); box-shadow: var(--gib-shadow); padding: 28px; display: grid; gap: 16px; align-content: center; }
.gib-visual { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--gib-radius); border: 1px solid var(--gib-line); box-shadow: 0 16px 36px color-mix(in srgb, var(--gib-ink) 10%, transparent); }
.gib-heroart span, .gib-herolist b, .gib-meter strong, .gib-meter em { display: block; background: var(--gib-panel); border: 1px solid var(--gib-line); border-radius: var(--gib-radius); padding: 18px; }
.gib-meter i { display: block; width: 180px; aspect-ratio: 1; border-radius: 50%; margin: auto; background: conic-gradient(var(--gib-accent) 72%, var(--gib-paper) 0); }
.gib-band, .gib-offers, .gib-proof, .gib-library, .gib-questions, .gib-contact, .gib-close, .gib-sub { padding: clamp(38px, 7vw, 82px) clamp(18px, 6vw, 78px); }
.gib-head { max-width: 740px; margin-bottom: 24px; }
.gib-head span { color: var(--gib-accent); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.gib-head h2, .gib-contact h2, .gib-close h2, .gib-article h1 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1.05; margin: 8px 0 0; }
.gib-tiles, .gib-plans, .gib-voices, .gib-reads, .gib-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.gib-tile, .gib-plan, .gib-voice, .gib-read, .gib-article, .gib-note, .gib-cards article { background: var(--gib-panel); border: 1px solid var(--gib-line); border-radius: var(--gib-radius); box-shadow: 0 12px 34px color-mix(in srgb, var(--gib-ink) 8%, transparent); }
.gib-tile, .gib-plan, .gib-voice, .gib-read, .gib-cards article { padding: 22px; }
.gib-plan:nth-child(2) { outline: 3px solid color-mix(in srgb, var(--gib-accent) 55%, transparent); transform: translateY(-6px); }
.gib-voice blockquote { margin: 0 0 16px; font-size: 1.05rem; }
.gib-voice span { display: block; opacity: .7; font-size: .9rem; }
.gib-read { text-decoration: none; display: grid; gap: 8px; }
.gib-read span { opacity: .76; }
.gib-faq { display: grid; gap: 12px; max-width: 920px; }
.gib-qa { border: 1px solid var(--gib-line); background: var(--gib-panel); border-radius: var(--gib-radius); overflow: hidden; }
.gib-qa button { width: 100%; text-align: left; padding: 18px; font: inherit; font-weight: 800; color: var(--gib-ink); background: transparent; border: 0; }
.gib-qa div { display: none; padding: 0 18px 18px; }
.gib-qa.gib-open div { display: block; }
.gib-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; background: color-mix(in srgb, var(--gib-fresh) 12%, var(--gib-paper)); }
.gib-contact form, .gib-mini { display: grid; gap: 14px; background: var(--gib-panel); border-radius: var(--gib-radius); border: 1px solid var(--gib-line); padding: 22px; box-shadow: var(--gib-shadow); }
label { display: grid; gap: 6px; font-weight: 750; }
input, textarea { width: 100%; border: 1px solid var(--gib-line); border-radius: calc(var(--gib-radius) - 2px); padding: 12px 13px; font: inherit; background: white; color: var(--gib-ink); }
.gib-close { text-align: center; background: var(--gib-ink); color: white; }
.gib-foot { padding: 34px clamp(18px, 6vw, 78px); background: color-mix(in srgb, var(--gib-ink) 94%, black); color: white; }
.gib-footgrid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.gib-footgrid div { display: grid; gap: 8px; align-content: start; }
.gib-foot span { font-weight: 900; color: var(--gib-fresh); }
.gib-cookie { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; max-width: 760px; margin: auto; display: none; align-items: center; gap: 16px; padding: 14px; background: var(--gib-panel); border: 1px solid var(--gib-line); box-shadow: var(--gib-shadow); border-radius: var(--gib-radius); }
.gib-cookie button { flex: 0 0 auto; padding: 10px 14px; border-radius: var(--gib-radius); border: 0; background: var(--gib-accent); color: white; font-weight: 900; }
.gib-article { max-width: 980px; margin: 0 auto; padding: clamp(24px, 5vw, 48px); }
.gib-article p { font-size: 1.04rem; }
.gib-crumb, .gib-date, .gib-leadline { color: color-mix(in srgb, var(--gib-ink) 68%, transparent); }
.gib-note { padding: 18px; margin: 22px 0; background: var(--gib-soft); }
@media (max-width: 820px) {
  .gib-toggle { display: inline-flex; }
  .gib-links { position: absolute; left: 12px; right: 12px; top: 68px; padding: 16px; display: none; flex-direction: column; background: var(--gib-panel); border: 1px solid var(--gib-line); border-radius: var(--gib-radius); box-shadow: var(--gib-shadow); }
  .gib-links.gib-show { display: flex; }
  .gib-hero, .gib-contact, .gib-footgrid { grid-template-columns: 1fr; }
  .gib-hero { min-height: auto; }
  .gib-plan:nth-child(2) { transform: none; }
  .gib-cookie { align-items: stretch; flex-direction: column; }
}
