.ao-home-v3,
.ao-personal-page {
  --ao-ink: #111827;
  --ao-muted: #5d6675;
  --ao-line: #e2e8f0;
  --ao-soft: #f6f8fb;
  --ao-paper: #ffffff;
  --ao-accent: #2563eb;
  --ao-rose: #f36f90;
  --ao-mint: #24b98f;
  --ao-violet: #7c3aed;
  color: var(--ao-ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
}

.ao-home-v3 *,
.ao-personal-page * {
  box-sizing: border-box;
}

.ao-home-v3 a,
.ao-personal-page a {
  text-decoration: none;
}

.ao-home-v3 .ao-wrap,
.ao-personal-page .ao-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.ao-home-v3 .ao-announce {
  background: #111827;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  padding: 10px 18px;
}

.ao-home-v3 .ao-announce a {
  color: #fff;
  font-weight: 850;
  border-bottom: 1px solid rgba(255, 255, 255, .65);
}

.ao-home-v3 .ao-local-nav {
  position: sticky;
  top: 0;
  z-index: 12;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(226, 232, 240, .9);
  backdrop-filter: saturate(140%) blur(14px);
}

.ao-home-v3 .ao-local-nav .ao-wrap {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ao-home-v3 .ao-brand-lock {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ao-ink);
  font-weight: 900;
}

.ao-home-v3 .ao-brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(135deg, #111827, #2563eb 52%, #24b98f);
}

.ao-home-v3 .ao-nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}

.ao-home-v3 .ao-nav-links a {
  color: #334155;
}

.ao-home-v3 .ao-nav-cta,
.ao-home-v3 .ao-actions,
.ao-personal-page .ao-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.ao-home-v3 .ao-btn,
.ao-personal-page .ao-btn,
.ao-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  color: var(--ao-ink);
  background: #fff;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.ao-home-v3 .ao-btn:hover,
.ao-personal-page .ao-btn:hover,
.ao-submit-button:hover {
  transform: translateY(-1px);
}

.ao-home-v3 .ao-btn.dark,
.ao-personal-page .ao-btn.dark,
.ao-submit-button {
  background: #111827;
  color: #fff;
  box-shadow: 0 14px 30px rgba(17, 24, 39, .16);
}

.ao-home-v3 .ao-btn.light,
.ao-personal-page .ao-btn.light {
  border-color: #cbd5e1;
}

.ao-home-v3 .ao-kicker,
.ao-personal-page .ao-kicker {
  margin: 0 0 13px;
  color: var(--ao-accent);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.ao-home-v3 .ao-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .11), rgba(36, 185, 143, .1) 46%, rgba(243, 111, 144, .1)),
    linear-gradient(180deg, #fbfdff 0%, #eef5fb 100%);
}

.ao-home-v3 .ao-hero-photo {
  align-items: center;
  background: #111827;
}

.ao-home-v3 .ao-hero-bg {
  position: absolute;
  inset: 0;
}

.ao-home-v3 .ao-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ao-home-v3 .ao-hero-photo:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .88) 34%, rgba(255, 255, 255, .42) 58%, rgba(255, 255, 255, .1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(17, 24, 39, .12));
  pointer-events: none;
}

.ao-home-v3 .ao-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(390px, .84fr) 1.16fr;
  gap: 40px;
  align-items: center;
  padding: 86px 24px 78px;
}

.ao-home-v3 h1,
.ao-personal-page h1 {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: 84px;
  line-height: .94;
  font-weight: 930;
  letter-spacing: 0;
}

.ao-home-v3 h2,
.ao-personal-page h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 920;
  letter-spacing: 0;
}

.ao-home-v3 h3,
.ao-personal-page h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.ao-home-v3 .ao-lead,
.ao-personal-page .ao-lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: #334155;
  font-size: 20px;
  line-height: 1.6;
}

.ao-home-v3 .ao-hero-photo .ao-lead {
  color: #1f2937;
}

.ao-home-v3 .ao-hero-photo .ao-proof {
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(10px);
}

.ao-home-v3 .ao-proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 650px;
  margin-top: 34px;
}

.ao-home-v3 .ao-proof {
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, .35);
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
}

.ao-home-v3 .ao-proof strong {
  display: block;
  font-size: 18px;
}

.ao-home-v3 .ao-proof span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.ao-custom-stage {
  position: relative;
  min-height: 560px;
}

.ao-photo-stage {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .14);
}

.ao-photo-stage img,
.ao-card-art img,
.ao-inline-photo img,
.ao-visual-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ao-photo-stage img {
  position: absolute;
  inset: 0;
}

.ao-photo-stage:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, .12));
  pointer-events: none;
}

.ao-desk-scene {
  position: absolute;
  inset: 26px 0 10px;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #e8eef6 64%, #cfd9e7 100%);
  box-shadow: 0 28px 80px rgba(15, 23, 42, .14);
}

.ao-desk-scene:before {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: 0;
  height: 38%;
  background: linear-gradient(180deg, #d6e0ec, #f8fafc);
  transform: skewY(-5deg);
}

.ao-monitor-art {
  position: absolute;
  left: 50%;
  top: 72px;
  width: 340px;
  height: 214px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .1), transparent),
    linear-gradient(135deg, #151c2b, #334155);
  transform: translateX(-50%);
  box-shadow: 0 24px 52px rgba(15, 23, 42, .2);
}

.ao-monitor-art:after {
  content: "";
  position: absolute;
  left: 141px;
  bottom: -82px;
  width: 58px;
  height: 82px;
  border-radius: 0 0 10px 10px;
  background: #94a3b8;
}

.ao-case-preview {
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 310px;
  height: 156px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #111827, #475569);
  transform: translateX(-50%) perspective(800px) rotateX(58deg) rotateZ(-14deg);
  box-shadow: 0 36px 76px rgba(15, 23, 42, .3);
}

.ao-case-preview:before {
  content: "";
  position: absolute;
  inset: 18px 22px 40px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .28)),
    linear-gradient(135deg, #f36f90, #7c3aed 52%, #24b98f);
  border: 1px solid rgba(255, 255, 255, .62);
}

.ao-case-preview:after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 32px;
  height: 7px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(226, 232, 240, .8) 0 16px, transparent 16px 25px);
}

.ao-floating-note {
  position: absolute;
  right: 24px;
  top: 36px;
  width: 220px;
  padding: 16px;
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1);
}

.ao-floating-note strong {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.ao-floating-note span {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.ao-band,
.ao-personal-section {
  padding: 86px 0;
}

.ao-personal-page .ao-personal-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 24px;
  padding-right: 24px;
}

.ao-personal-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 84px 24px;
  background: linear-gradient(135deg, #f8fbff, #eef6f7);
  border-bottom: 1px solid var(--ao-line);
}

.ao-personal-hero .ao-wrap {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 440px);
  gap: 36px;
  align-items: center;
}

.ao-section-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 430px);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}

.ao-section-head p,
.ao-card p,
.ao-personal-page p {
  color: var(--ao-muted);
  line-height: 1.62;
}

.ao-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ao-card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.ao-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--ao-line);
  border-radius: 8px;
  background: #fff;
}

.ao-card.visual {
  padding: 0;
  overflow: hidden;
}

.ao-card-art {
  position: relative;
  height: 250px;
  background: linear-gradient(135deg, #eef2ff, #ecfeff);
  overflow: hidden;
}

.ao-card-art.has-photo {
  background: #e2e8f0;
}

.ao-card-art.pink {
  background: linear-gradient(135deg, #fff1f2, #eef2ff);
}

.ao-card-art.green {
  background: linear-gradient(135deg, #ecfdf5, #eff6ff);
}

.ao-card-art.dark {
  background: linear-gradient(135deg, #111827, #475569);
}

.ao-mini-case {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 230px;
  height: 116px;
  border-radius: 23px;
  background: linear-gradient(145deg, #111827, #64748b);
  transform: translate(-50%, -50%) perspective(700px) rotateX(56deg) rotateZ(-15deg);
  box-shadow: 0 30px 60px rgba(15, 23, 42, .24);
}

.ao-mini-case:before {
  content: "";
  position: absolute;
  inset: 14px 18px 35px;
  border-radius: 17px;
  background: linear-gradient(135deg, #f36f90, #2563eb 58%, #24b98f);
  border: 1px solid rgba(255, 255, 255, .55);
}

.ao-mini-case.logo:before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .25)),
    linear-gradient(135deg, #111827, #2563eb);
}

.ao-mini-case.clean:before {
  background: linear-gradient(135deg, #f8fafc, #cbd5e1);
}

.ao-card-body {
  padding: 24px;
}

.ao-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ao-visual-tile {
  overflow: hidden;
  border: 1px solid var(--ao-line);
  border-radius: 8px;
  background: #fff;
}

.ao-visual-tile figure {
  margin: 0;
  height: 280px;
}

.ao-visual-tile div {
  padding: 18px;
}

.ao-visual-tile h3 {
  margin: 0 0 7px;
}

.ao-inline-photo {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--ao-line);
  border-radius: 8px;
  background: #e2e8f0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.ao-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.ao-chip {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 6px 10px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}

.ao-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  counter-reset: ao-step;
}

.ao-step {
  counter-increment: ao-step;
  padding: 22px;
  border: 1px solid var(--ao-line);
  border-radius: 8px;
  background: #fff;
}

.ao-step:before {
  content: counter(ao-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  font-weight: 900;
}

.ao-split-band {
  background: #f6f8fb;
}

.ao-split {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 34px;
  align-items: center;
}

.ao-trust-band {
  background: #111827;
  color: #fff;
}

.ao-trust-band .ao-section-head p,
.ao-trust-band .ao-card p {
  color: #cbd5e1;
}

.ao-trust-band .ao-card {
  background: #182033;
  border-color: rgba(255, 255, 255, .12);
}

.ao-final-cta {
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #eef6f7);
}

.ao-final-cta .ao-actions {
  justify-content: center;
}

.ao-custom-form-shell {
  margin-top: 26px;
  padding: 26px;
  border: 1px solid var(--ao-line);
  border-radius: 8px;
  background: #fff;
}

.ao-customizer-layout {
  display: grid;
  grid-template-columns: minmax(320px, 440px) 1fr;
  gap: 24px;
  align-items: start;
}

.ao-live-preview {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 16px;
}

.ao-preview-device {
  position: relative;
  min-height: 430px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 14%, rgba(37, 99, 235, .14), transparent 28%),
    linear-gradient(180deg, #f8fafc, #e9f0f7 72%, #dbe5ef);
}

.ao-preview-device-photo {
  background: #e2e8f0;
}

.ao-preview-device-photo:after,
.ao-preview-device-photo .ao-preview-screen,
.ao-preview-device-photo .ao-preview-screen:after,
.ao-preview-device-photo .ao-preview-case {
  display: none;
}

.ao-preview-base-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ao-preview-device-photo .ao-preview-artwork {
  inset: 42px 46px auto;
  height: 180px;
  border: 2px dashed rgba(255, 255, 255, .82);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .06));
  color: #fff;
  text-shadow: 0 1px 4px rgba(15, 23, 42, .4);
  z-index: 2;
}

.ao-preview-device-photo .ao-preview-artwork.has-artwork {
  border-style: solid;
  background-position: center;
  background-size: cover;
}

.ao-preview-device-photo[data-preview-panel="Front Panel"] .ao-preview-artwork {
  inset: auto 86px 86px;
  height: 58px;
  border-radius: 999px;
  transform: none;
}

.ao-preview-device-photo[data-preview-panel="Side Panel"] .ao-preview-artwork {
  inset: 120px auto auto 52px;
  width: 150px;
  height: 150px;
  border-radius: 18px;
  transform: none;
}

.ao-preview-device:after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, #dbe5ef, #f8fafc);
  transform: skewY(-4deg);
}

.ao-preview-screen {
  position: absolute;
  left: 50%;
  top: 48px;
  width: 230px;
  height: 145px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .12), transparent),
    linear-gradient(135deg, #101827, #334155);
  transform: translateX(-50%);
  box-shadow: 0 22px 42px rgba(15, 23, 42, .18);
  z-index: 1;
}

.ao-preview-screen:after {
  content: "";
  position: absolute;
  left: calc(50% - 18px);
  bottom: -54px;
  width: 36px;
  height: 54px;
  border-radius: 0 0 8px 8px;
  background: #94a3b8;
}

.ao-preview-case {
  position: absolute;
  left: 50%;
  bottom: 78px;
  width: 270px;
  height: 138px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #111827, #475569);
  transform: translateX(-50%) perspective(780px) rotateX(58deg) rotateZ(-14deg);
  box-shadow: 0 34px 72px rgba(15, 23, 42, .3);
  z-index: 2;
}

.ao-preview-device.is-cloud-white .ao-preview-case {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .32)),
    linear-gradient(135deg, #f8fafc, #cbd5e1);
}

.ao-preview-device.is-soft-silver .ao-preview-case {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .08)),
    linear-gradient(135deg, #94a3b8, #e2e8f0);
}

.ao-preview-device.is-clear-shell .ao-preview-case {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .08)),
    linear-gradient(135deg, rgba(15, 23, 42, .42), rgba(148, 163, 184, .36));
}

.ao-preview-device.is-custom-color .ao-preview-case {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #f36f90, #2563eb 58%, #24b98f);
}

.ao-preview-artwork {
  position: absolute;
  inset: 17px 21px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .28)),
    linear-gradient(135deg, #f36f90, #2563eb 58%, #24b98f);
  background-position: center;
  background-size: cover;
  color: rgba(15, 23, 42, .72);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  overflow: hidden;
}

.ao-preview-artwork.has-artwork span {
  display: none;
}

.ao-preview-device[data-preview-panel="Front Panel"] .ao-preview-artwork {
  inset: auto 46px 24px;
  height: 24px;
  border-radius: 999px;
  transform: translateY(12px);
}

.ao-preview-device[data-preview-panel="Side Panel"] .ao-preview-artwork {
  inset: 32px auto 38px 29px;
  width: 76px;
  border-radius: 14px;
  transform: skewY(-6deg);
}

.ao-preview-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(17, 24, 39, .9);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.ao-preview-status,
.ao-preview-summary {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #f8fafc;
  padding: 14px;
}

.ao-preview-status {
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.ao-preview-summary h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.ao-preview-summary dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.ao-preview-summary dl div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
}

.ao-preview-summary dt {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.ao-preview-summary dd {
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.ao-custom-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 750;
}

.ao-custom-alert.success {
  color: #065f46;
  background: #ecfdf5;
}

.ao-custom-alert.error {
  color: #991b1b;
  background: #fef2f2;
}

.ao-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ao-custom-form label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}

.ao-custom-form input,
.ao-custom-form select,
.ao-custom-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  padding: 10px 12px;
  background: #fff;
  color: #111827;
  font: inherit;
}

.ao-form-wide {
  margin-top: 16px;
}

.ao-field-help,
.ao-file-feedback {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 650;
}

.ao-file-feedback {
  min-height: 18px;
}

.ao-file-feedback.is-error {
  color: #b91c1c;
}

.ao-file-feedback.is-warning {
  color: #92400e;
}

.ao-file-feedback.is-ok {
  color: #047857;
}

.ao-submit-button {
  margin-top: 18px;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .ao-home-v3 .ao-nav-links {
    display: none;
  }

  .ao-home-v3 .ao-hero-grid,
  .ao-personal-hero .ao-wrap,
  .ao-section-head,
  .ao-split,
  .ao-customizer-layout {
    grid-template-columns: 1fr;
  }

  .ao-live-preview {
    position: static;
  }

  .ao-home-v3 h1,
  .ao-personal-page h1 {
    font-size: 66px;
  }

  .ao-card-grid,
  .ao-card-grid.two {
    grid-template-columns: repeat(2, 1fr);
  }

  .ao-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .ao-home-v3 .ao-wrap,
  .ao-personal-page .ao-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ao-home-v3 .ao-local-nav .ao-wrap {
    min-height: 58px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ao-home-v3 .ao-brand-lock span {
    display: none;
  }

  .ao-home-v3 .ao-nav-cta .ao-btn.light {
    display: none;
  }

  .ao-home-v3 .ao-hero-grid {
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .ao-home-v3 h1,
  .ao-personal-page h1 {
    font-size: 46px;
    line-height: 1;
  }

  .ao-home-v3 h2,
  .ao-personal-page h2 {
    font-size: 36px;
  }

  .ao-home-v3 .ao-lead,
  .ao-personal-page .ao-lead {
    font-size: 17px;
  }

  .ao-home-v3 .ao-proof-row,
  .ao-card-grid,
  .ao-card-grid.two,
  .ao-visual-grid,
  .ao-steps,
  .ao-form-grid {
    grid-template-columns: 1fr;
  }

  .ao-custom-stage {
    min-height: 420px;
  }

  .ao-photo-stage {
    min-height: 360px;
  }

  .ao-inline-photo {
    min-height: 300px;
  }

  .ao-visual-tile figure {
    height: 230px;
  }

  .ao-desk-scene {
    inset: 0;
  }

  .ao-monitor-art {
    width: 250px;
    height: 158px;
  }

  .ao-case-preview {
    width: 220px;
    height: 112px;
    bottom: 70px;
  }

  .ao-floating-note {
    right: 14px;
    top: 18px;
    width: 176px;
  }

  .ao-custom-form-shell {
    padding: 18px;
  }

  .ao-preview-device {
    min-height: 370px;
  }

  .ao-preview-device-photo .ao-preview-artwork {
    inset: 34px 32px auto;
    height: 145px;
  }

  .ao-preview-screen {
    top: 36px;
    width: 190px;
    height: 120px;
  }

  .ao-preview-case {
    width: 224px;
    height: 116px;
    bottom: 76px;
  }

  .ao-preview-summary dl div {
    grid-template-columns: 76px 1fr;
  }

  .ao-band,
  .ao-personal-section,
  .ao-personal-hero {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
