:root {
  --sw-quartz-white: #fffdf8;
  --sw-mineral-paper: #f6f2ea;
  --sw-ink-mineral: #232622;
  --sw-amazonite: #2e8b84;
  --sw-rose-quartz: #c97987;
  --sw-citrine: #c99b2f;
  --sw-amethyst: #7b64a8;
  --sw-fluorite-mist: #dcefed;
  --sw-line: #d9d1c6;
  --sw-muted: #5f645e;
  --sw-heading: "Iowan Old Style", "Baskerville", Georgia, serif;
  --sw-ui: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}

.sw-gads-landing,
.sw-gads-landing *,
.sw-gads-landing *::before,
.sw-gads-landing *::after {
  box-sizing: border-box;
}

.sw-gads-landing {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--sw-ink-mineral);
  background: var(--sw-mineral-paper);
  font-family: var(--sw-ui);
  line-height: 1.55;
}

.sw-gads-landing :where(h1, h2, p) {
  margin: 0;
}

.sw-gads-landing :where(a, button, iframe) {
  max-width: 100%;
}

.sw-gads-landing a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.sw-gads-landing a:focus-visible,
.sw-gads-landing iframe:focus-visible {
  outline: 3px solid var(--sw-amethyst);
  outline-offset: 4px;
}

.sw-gads-hero,
.sw-gads-proof,
.sw-gads-policy,
.sw-gads-studio {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.sw-gads-hero {
  padding-block: 22px 18px;
}

.sw-gads-hero__copy,
.sw-gads-proof,
.sw-gads-proof__item,
.sw-gads-policy > *,
.sw-gads-studio__head > * {
  min-width: 0;
}

.sw-gads-hero__copy {
  display: block;
}

.sw-gads-hero__copy > .sw-gads-eyebrow {
  display: none;
}

.sw-gads-eyebrow {
  color: var(--sw-ink-mineral);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sw-gads-hero h1 {
  max-width: none;
  margin-top: 0;
  font-family: var(--sw-heading);
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

.sw-gads-lede {
  max-width: 78ch;
  margin-top: 6px;
  color: var(--sw-muted);
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  line-height: 1.5;
}

.sw-gads-actions {
  display: none;
}

.sw-gads-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  padding: 14px 22px;
  border: 1px solid var(--sw-ink-mineral);
  border-radius: 3px;
  background: var(--sw-ink-mineral);
  color: var(--sw-quartz-white) !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.sw-gads-cta:hover {
  border-color: var(--sw-amazonite);
  background: var(--sw-amazonite);
}

.sw-gads-actions p {
  display: none;
}

.sw-gads-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(48px, 6vw, 72px);
  border: 1px solid var(--sw-line);
  border-radius: 4px;
  background: var(--sw-line);
  overflow: clip;
}

.sw-gads-proof__item {
  position: relative;
  padding: 20px 22px 22px;
  background: var(--sw-quartz-white);
}

.sw-gads-proof__item:nth-child(1) {
  border-top: 3px solid var(--sw-amazonite);
}

.sw-gads-proof__item:nth-child(2) {
  border-top: 3px solid var(--sw-rose-quartz);
}

.sw-gads-proof__item:nth-child(3) {
  border-top: 3px solid var(--sw-amethyst);
}

.sw-gads-proof__number {
  color: var(--sw-muted);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sw-gads-proof h2 {
  margin-top: 6px;
  font-family: var(--sw-heading);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.sw-gads-proof__item > p:last-child {
  margin-top: 8px;
  color: var(--sw-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.sw-gads-policy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 64px;
  padding: 24px clamp(20px, 3vw, 34px);
  border: 1px solid var(--sw-line);
  border-radius: 4px;
  background: var(--sw-quartz-white);
}

.sw-gads-policy h2 {
  margin-top: 7px;
  font-family: var(--sw-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.15;
}

.sw-gads-policy div > p:last-child {
  max-width: 76ch;
  margin-top: 10px;
  color: var(--sw-muted);
  font-size: 0.88rem;
}

.sw-gads-policy__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end;
}

.sw-gads-policy__links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--sw-ink-mineral);
  font-size: 0.8rem;
  font-weight: 700;
}

.sw-gads-studio {
  padding: 0;
}

.sw-gads-studio__head {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.sw-gads-studio h2 {
  max-width: 26ch;
  margin-top: 7px;
  font-family: var(--sw-heading);
  font-size: clamp(1.7rem, 3.7vw, 2.9rem);
  line-height: 1.05;
  text-wrap: balance;
}

.sw-gads-frame-status {
  max-width: 28ch;
  color: var(--sw-muted);
  font-size: 0.8rem;
  text-align: right;
}

.sw-gads-frame-status[data-state="ready"] {
  color: var(--sw-ink-mineral);
  font-weight: 700;
}

#sw-bracelet-studio-frame {
  display: block;
  width: 100%;
  height: max(760px, 100svh);
  min-height: 760px;
  border: 1px solid var(--sw-line);
  border-radius: 4px;
  background: var(--sw-quartz-white);
}

.sw-gads-noscript {
  margin-top: 14px !important;
  padding: 14px 16px;
  border-left: 3px solid var(--sw-citrine);
  background: var(--sw-quartz-white);
  color: var(--sw-muted);
  font-size: 0.86rem;
}

@media (max-width: 820px) {
  .sw-gads-hero h1 {
    max-width: none;
  }

  .sw-gads-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .sw-gads-policy {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .sw-gads-policy__links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .sw-gads-hero,
  .sw-gads-proof,
  .sw-gads-policy,
  .sw-gads-studio {
    width: min(100% - 28px, 1180px);
  }

  .sw-gads-hero {
    padding-block: 18px 14px;
  }

  .sw-gads-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.1rem);
  }

  .sw-gads-proof__item {
    padding-inline: 18px;
  }

  .sw-gads-proof {
    margin-top: 40px;
  }

  .sw-gads-policy {
    margin-bottom: 40px;
    padding: 20px 18px;
  }

  .sw-gads-policy__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }

  #sw-bracelet-studio-frame {
    height: max(700px, 100svh);
    min-height: 700px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sw-gads-cta {
    transition: none;
  }
}
