:root {
  --paper: #f3f0e8;
  --ink: #0c0c0b;
  --gold: #c59a2b;
  --line: rgba(12, 12, 11, .28);
  --max: 1560px;
  --serif: "Libre Caslon Display", Georgia, serif;
  --mono: "IBM Plex Mono", monospace;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { left: 0; }

.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 76px; padding: .65rem clamp(1rem, 3vw, 3rem); border-bottom: 2px solid var(--ink); background: rgba(243,240,232,.96); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font: 600 .78rem/1 var(--mono); letter-spacing: .14em; white-space: nowrap; }
.brand img { width: 44px; height: 44px; object-fit: contain; object-position: center; border-radius: 50%; padding: 3px; box-sizing: border-box; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .25rem .9rem; }
.site-nav a { font: 500 .72rem/1.2 var(--mono); text-decoration: none; text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid transparent; padding: .45rem 0; }
.site-nav a:hover, .site-nav a:focus { border-bottom-color: var(--ink); }
.menu-toggle { display: none; border: 2px solid var(--ink); background: transparent; font: 600 .75rem var(--mono); text-transform: uppercase; padding: .65rem .8rem; }

.section, .hero { max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 5.5vw, 6.5rem) clamp(1rem, 3.2vw, 3.5rem); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.section-grid { display: grid; grid-template-columns: minmax(56px, .55fr) minmax(280px, 1.2fr) minmax(320px, 1fr); gap: clamp(1.25rem, 3vw, 3.5rem); align-items: center; }
.hero { min-height: calc(100vh - 76px); grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); }
.hero-copy { padding-left: clamp(0rem, 4vw, 4rem); }
.eyebrow { margin: 0 0 1.1rem; font: 600 .76rem/1.3 var(--mono); letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .95; margin-top: 0; }
h1 { font-size: clamp(3.7rem, 7.2vw, 7.4rem); letter-spacing: -.04em; margin-bottom: 2rem; }
h2 { font-size: clamp(2.9rem, 5.4vw, 5.7rem); letter-spacing: -.035em; margin-bottom: 1.5rem; }
h3 { font-size: clamp(1.8rem, 2.5vw, 2.8rem); margin-bottom: 1rem; }
.lede, .section-copy p, .section-heading p { max-width: 680px; font-size: clamp(1rem, 1.2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.1rem; border: 2px solid var(--ink); text-decoration: none; font: 600 .76rem/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; transition: transform .15s ease, background .15s ease, color .15s ease; }
.button:hover, .button:focus { transform: translate(-3px,-3px); box-shadow: 4px 4px 0 var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: transparent; color: var(--ink); }
.button-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.frame { border: 2px solid var(--ink); padding: .75rem; background: var(--paper); box-shadow: 12px 12px 0 var(--ink); }
.hero-image img { aspect-ratio: 4/5; width: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }

.section-number { align-self: start; font: 600 1rem var(--mono); border-top: 2px solid var(--ink); padding-top: .65rem; }
.book-cover { justify-self: end; max-width: 520px; transform: rotate(1.5deg); }
.book-cover img { width: 100%; }

.section-dark { max-width: none; background: var(--ink); color: var(--paper); padding: clamp(3rem, 5.5vw, 6.5rem) max(clamp(1rem, 3.2vw, 3.5rem), calc((100vw - var(--max))/2 + 3rem)); }
.section-dark .section-heading { max-width: var(--max); margin: 0 auto 2rem; grid-template-columns: minmax(56px,.55fr) 2.2fr; }
.section-dark .section-number { border-color: var(--paper); }
.lesson-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(243,240,232,.45); }
.lesson-card { min-height: 0; padding: clamp(1.25rem, 2.2vw, 2.25rem); border-right: 1px solid rgba(243,240,232,.45); display: flex; flex-direction: column; align-items: flex-start; }
.lesson-card:last-child { border-right: 0; }
.lesson-card p { margin: 0 0 1.25rem; }
.lesson-card .button { margin-top: .5rem; }
.card-index { font: 600 .9rem var(--mono); margin-bottom: 1rem; color: var(--gold); }

.schools-section { align-items: start; }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.photo-grid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border: 2px solid var(--ink); filter: grayscale(1); }
.photo-grid img:nth-child(2), .photo-grid img:nth-child(3) { transform: translateY(1.5rem); }

.ruled-section { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.ruled-section .section-heading { grid-template-columns: minmax(56px,.55fr) 2.2fr; margin-bottom: 2rem; }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 2px solid var(--ink); }
blockquote { margin: 0; min-height: 0; padding: clamp(1.25rem, 2.2vw, 2.25rem); border-right: 2px solid var(--ink); display: flex; flex-direction: column; justify-content: flex-start; }
blockquote:last-child { border-right: 0; }
blockquote p { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2.1rem); line-height: 1.15; }
blockquote footer { margin-top: 1.5rem; font: 500 .8rem var(--mono); text-transform: uppercase; }

.success-section .section-heading { margin-bottom: 2rem; }
.success-gallery { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: .8rem; }
.success-gallery figure { margin: 0; border: 1px solid rgba(243,240,232,.5); }
.success-gallery figure:nth-child(1) { grid-row: span 2; }
.success-gallery figure:nth-child(4) { grid-column: span 2; }
.success-gallery img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; filter: grayscale(1); }
.success-gallery figcaption { padding: .65rem .8rem; font: 500 .72rem var(--mono); text-transform: uppercase; border-top: 1px solid rgba(243,240,232,.5); }

.faq-section { align-items: start; }
.faq-list { border-top: 2px solid var(--ink); }
details { border-bottom: 2px solid var(--ink); padding: 1.2rem 0; }
summary { cursor: pointer; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.3rem); list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
summary::-webkit-details-marker { display:none; }
summary::after { content: "+"; font-family: var(--mono); }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; }

.contact-section { max-width: none; background: var(--gold); padding-left: max(clamp(1rem, 4vw, 4.5rem), calc((100vw - var(--max))/2 + 4rem)); padding-right: max(clamp(1rem, 4vw, 4.5rem), calc((100vw - var(--max))/2 + 4rem)); }
.contact-panel { max-width: var(--max); margin: 0 auto; }
.contact-email { display: inline-block; font-family: var(--serif); font-size: clamp(2rem, 5.5vw, 6.2rem); line-height: 1; text-decoration-thickness: 2px; text-underline-offset: .14em; overflow-wrap: anywhere; margin-bottom: 1.5rem; }

.youtube-mark { justify-self: center; width: min(280px, 50vw); aspect-ratio: 1; border: 3px solid var(--ink); display: grid; place-items: center; font-size: clamp(4rem, 10vw, 9rem); box-shadow: 12px 12px 0 var(--ink); }

.site-footer { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2rem clamp(1rem, 4vw, 4rem); font: 500 .72rem var(--mono); text-transform: uppercase; }
.footer-brand { display: flex; align-items: center; gap: .75rem; }
.footer-brand img { width: 42px; height: 42px; object-fit: contain; object-position: center; border-radius: 50%; padding: 3px; box-sizing: border-box; }
.site-footer p { margin: 0; }

@media (min-width: 1101px) {
  .success-section .section-heading { max-width: var(--max); margin-bottom: 2rem; }
  .success-gallery { max-height: 520px; overflow: hidden; }
  .success-gallery figure { min-height: 0; }
  .success-gallery img { min-height: 0; height: 100%; }
  .section-dark .section-heading { align-items: start; }
}

@media (max-width: 1100px) {
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: var(--paper); border-bottom: 2px solid var(--ink); padding: 1rem; grid-template-columns: 1fr 1fr; }
  .site-nav.open { display: grid; }
  .menu-toggle { display: block; }
  .hero, .section-grid { grid-template-columns: 70px 1fr; }
  .hero-image, .book-cover, .school-gallery, .faq-list, .youtube-mark { grid-column: 2; }
  .hero-copy { grid-column: 1 / -1; padding-left: 0; }
  .hero-image { max-width: 680px; }
  .section-dark .section-heading, .ruled-section .section-heading { grid-template-columns: 70px 1fr; }
  .lesson-grid, .quote-grid { grid-template-columns: 1fr; }
  .lesson-card, blockquote { border-right: 0; border-bottom: 1px solid currentColor; }
  .lesson-card:last-child, blockquote:last-child { border-bottom: 0; }
  .lesson-card { padding: 1.5rem 2rem; }
  .lesson-card h3 { margin-bottom: .65rem; }
  .lesson-card p { margin-bottom: 1rem; }
  blockquote { padding: 1.5rem 2rem; }
  blockquote footer { margin-top: 1rem; }
  .success-gallery { grid-template-columns: 1fr 1fr; }
  .success-gallery figure:nth-child(1), .success-gallery figure:nth-child(4) { grid-row: auto; grid-column: auto; }
}

@media (max-width: 700px) {
  .site-header { min-height: 64px; }
  .brand span { display: none; }
  .brand img { width: 40px; height: 40px; }
  .site-nav { top: 64px; grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero, .section-grid, .section-dark .section-heading, .ruled-section .section-heading { grid-template-columns: 1fr; }
  .section-number { width: 56px; }
  .hero-image, .book-cover, .school-gallery, .faq-list, .youtube-mark { grid-column: auto; }
  h1 { font-size: clamp(3.3rem, 17vw, 5.8rem); }
  h2 { font-size: clamp(2.8rem, 14vw, 5rem); }
  .photo-grid, .success-gallery { grid-template-columns: 1fr; }
  .photo-grid img:nth-child(2), .photo-grid img:nth-child(3) { transform: none; }
  .success-gallery img { min-height: 220px; }
  .contact-email { font-size: clamp(2rem, 11vw, 3.5rem); }
  .site-footer { grid-template-columns: 1fr; }
}

/* V5: keep Student Success heading compact so photos are visible immediately */
.success-section {
  padding-top: clamp(1.5rem, 2.4vw, 2.75rem);
  padding-bottom: clamp(2rem, 3.5vw, 4rem);
}
.success-section .section-heading {
  margin-bottom: 1rem;
  grid-template-columns: minmax(48px, .35fr) minmax(0, 2.65fr);
  gap: clamp(1rem, 2vw, 2rem);
}
.success-section .section-heading h2 {
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  margin-bottom: .7rem;
  line-height: .9;
}
.success-section .section-heading .eyebrow {
  margin-bottom: .55rem;
  font-size: .68rem;
}
.success-section .section-heading p:not(.eyebrow) {
  margin: 0;
  max-width: 760px;
  font-size: clamp(.95rem, 1.05vw, 1.08rem);
  line-height: 1.4;
}

@media (min-width: 1101px) {
  .success-section .section-heading { margin-bottom: 1rem; }
  .success-gallery { max-height: 560px; }
}

@media (max-width: 700px) {
  .success-section { padding-top: 1.5rem; }
  .success-section .section-heading { gap: .75rem; }
  .success-section .section-heading h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
}

/* V6: compact oversized section text so content is visible on load */
#lessons,
#testimonials,
#faq {
  padding-top: clamp(1.75rem, 2.8vw, 3rem);
  padding-bottom: clamp(2rem, 3.5vw, 4rem);
}

#lessons .section-heading,
#testimonials .section-heading {
  margin-bottom: 1rem;
  gap: clamp(1rem, 2vw, 2rem);
}

#lessons .section-heading h2,
#testimonials .section-heading h2,
#faq .section-copy h2 {
  font-size: clamp(2.5rem, 3.8vw, 4.15rem);
  line-height: .94;
  margin-bottom: .65rem;
}

#lessons .section-heading .eyebrow,
#testimonials .section-heading .eyebrow,
#faq .section-copy .eyebrow {
  margin-bottom: .5rem;
  font-size: .68rem;
}

#lessons .section-heading p:not(.eyebrow) {
  margin: 0;
  font-size: clamp(.92rem, 1vw, 1.05rem);
  line-height: 1.4;
}

#faq.section-grid {
  gap: clamp(1rem, 2vw, 2rem);
}

#faq .section-copy h2 {
  max-width: 620px;
}

#faq summary {
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  line-height: 1.15;
}

#faq details {
  padding: .9rem 0;
}

#faq details p {
  margin: .7rem 0 .1rem;
  font-size: .95rem;
  line-height: 1.45;
}

@media (max-width: 700px) {
  #lessons .section-heading h2,
  #testimonials .section-heading h2,
  #faq .section-copy h2 {
    font-size: clamp(2.35rem, 10vw, 3.4rem);
  }

  #faq summary {
    font-size: 1.2rem;
  }
}


/* V7: compact three-column lesson row; remove decorative A/B/C labels */
#lessons {
  padding-top: clamp(1.25rem, 2vw, 2.15rem);
  padding-bottom: clamp(1.4rem, 2.2vw, 2.5rem);
}

#lessons .section-heading {
  margin-bottom: .8rem;
  align-items: start;
}

#lessons .section-heading h2 {
  font-size: clamp(2.25rem, 3.15vw, 3.55rem);
  margin-bottom: .35rem;
}

#lessons .section-heading p:not(.eyebrow) {
  display: none;
}

#lessons .section-heading .eyebrow {
  display: none;
}

#lessons .lesson-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

#lessons .lesson-card {
  padding: clamp(1rem, 1.55vw, 1.45rem);
  min-height: 245px;
}

#lessons .lesson-card h3 {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  line-height: 1.02;
  margin-bottom: .7rem;
}

#lessons .lesson-card p {
  font-size: clamp(.82rem, .9vw, .95rem);
  line-height: 1.45;
  margin-bottom: 1rem;
  max-width: 38ch;
}

#lessons .lesson-card .button {
  margin-top: auto;
  min-height: 44px;
  padding: .72rem .9rem;
  font-size: .67rem;
}

#lessons .card-index {
  display: none;
}

@media (min-width: 1101px) {
  #lessons .section-heading {
    grid-template-columns: minmax(48px, .28fr) minmax(0, 2.8fr);
  }
}

@media (max-width: 1100px) {
  #lessons .lesson-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #lessons .lesson-card {
    border-right: 1px solid rgba(243,240,232,.45);
    border-bottom: 0;
    padding: 1.15rem;
  }
  #lessons .lesson-card:last-child {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  #lessons .lesson-grid {
    grid-template-columns: 1fr;
  }
  #lessons .lesson-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(243,240,232,.45);
  }
  #lessons .lesson-card:last-child {
    border-bottom: 0;
  }
}

/* V8: precise sticky-header section landing and full testimonial viewport */
:root {
  --header-offset: 76px;
}

html {
  scroll-padding-top: var(--header-offset);
}

main > section,
main > .hero {
  scroll-margin-top: var(--header-offset);
}

#testimonials {
  min-height: calc(100svh - var(--header-offset));
  box-sizing: border-box;
  padding-top: clamp(2rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 3vw, 3rem);
}

#testimonials .section-heading {
  margin-bottom: clamp(1.25rem, 2vw, 2rem);
}

#testimonials .section-heading h2 {
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: .95;
  margin: 0;
}

#testimonials .quote-grid {
  min-height: clamp(250px, 34vh, 360px);
}

#testimonials blockquote {
  min-height: 0;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
}

#testimonials blockquote p {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.2;
}

@media (max-width: 700px) {
  :root { --header-offset: 64px; }
  #testimonials { min-height: auto; }
  #testimonials .quote-grid { min-height: 0; }
}

/* V10: show the full classroom group higher in the frame */
.success-gallery .classroom-group img { object-position: 50% 8%; }

/* V12: position Read My Book closer to the fixed header */
#book {
  min-height: calc(100svh - var(--header-offset));
  padding-top: clamp(1.35rem, 2vw, 2rem);
  padding-bottom: clamp(1.5rem, 2.5vw, 2.75rem);
}

@media (max-width: 700px) {
  #book {
    min-height: auto;
    padding-top: 1.25rem;
  }
}


/* V15: keep the homepage hero directly beneath the fixed header */
main > .hero {
  align-items: start;
  padding-top: clamp(1.25rem, 2vw, 2rem);
  padding-bottom: clamp(1.5rem, 2.5vw, 2.75rem);
}

main > .hero .hero-copy,
main > .hero .hero-image {
  align-self: start;
}

@media (max-width: 700px) {
  main > .hero {
    padding-top: 1.25rem;
  }
}

/* V17: align Student Success directly beneath the fixed header */
#success {
  padding-top: .45rem;
}

#success .section-heading {
  margin-bottom: .8rem;
}

@media (max-width: 700px) {
  #success {
    padding-top: .75rem;
  }
}

/* V18: high-contrast contact button */
.contact-section .button-gold {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.contact-section .button-gold:hover,
.contact-section .button-gold:focus {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

/* V19: remove Student Success subtext and pull gallery upward */
#success .section-heading { margin-bottom: .35rem; }
#success .section-heading > div:last-child { align-self: start; }

/* V20: exact five-panel Student Success layout, with two new photos */
@media (min-width: 701px) {
  #success {
    padding-top: .45rem;
    padding-bottom: 1rem;
  }

  #success .section-heading {
    margin-bottom: .5rem;
  }

  #success .success-gallery {
    display: grid;
    grid-template-columns: 1.08fr .92fr .92fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: .45rem;
    height: clamp(390px, 43vw, 525px);
    max-height: none;
    overflow: visible;
  }

  #success .success-gallery figure {
    margin: 0;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(243,240,232,.55);
  }

  #success .success-gallery figure:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }
  #success .success-gallery figure:nth-child(2) { grid-column: 2; grid-row: 1; }
  #success .success-gallery figure:nth-child(3) { grid-column: 3; grid-row: 1; }
  #success .success-gallery figure:nth-child(4) { grid-column: 2; grid-row: 2; }
  #success .success-gallery figure:nth-child(5) { grid-column: 3; grid-row: 2; }

  #success .success-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    filter: grayscale(1);
  }

  #success .success-main img { object-position: 50% 42%; }
  #success .success-trophy img { object-position: 50% 18%; }
  #success .success-girl img { object-position: 50% 38%; }
  #success .success-new-one img { object-position: 50% 35%; }
  #success .success-new-two img { object-position: 50% 30%; }
  #success .success-gallery figcaption { display: none; }
}

@media (max-width: 700px) {
  #success .success-gallery {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }
  #success .success-gallery figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  #success .success-gallery img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }
}

/* V24: mobile portrait Student Success crops — keep faces visible */
@media (max-width: 700px) and (orientation: portrait) {
  #success .success-trophy img { object-position: 50% 18%; }
  #success .success-girl img { object-position: 50% 18%; }
  #success .success-new-one img { object-position: 50% 22%; }
  #success .success-new-two img { object-position: 50% 22%; }
}

.youtube-embed{width:100%;max-width:720px;justify-self:end;align-self:center;}

/* V31: keep Schedule a Class as a full desktop panel */
@media (min-width: 761px) {
  #lessons {
    min-height: calc(100svh - var(--header-offset));
    box-sizing: border-box;
  }
}

/* V33: Read My Book desktop layout matched to approved screenshot */
.book-phone-demo { margin: 0; }
.book-phone-demo img { display: block; width: 100%; height: auto; }

@media (min-width: 1101px) {
  #book.book-section {
    grid-template-columns: 88px 270px 190px 205px;
    gap: 28px;
    align-items: start;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 22px;
    min-height: calc(100svh - var(--header-offset));
  }

  #book .section-number {
    width: 100%;
  }

  #book .section-copy {
    padding-top: 19px;
  }

  #book .section-copy .eyebrow {
    margin-bottom: 12px;
    font-size: .69rem;
  }

  #book .section-copy h2 {
    font-size: 2.75rem;
    line-height: .94;
    margin-bottom: 14px;
  }

  #book .section-copy p:not(.eyebrow) {
    max-width: 270px;
    margin: 0 0 14px;
    font-size: .79rem;
    line-height: 1.52;
  }

  #book .section-copy .button {
    min-height: 44px;
    padding: .72rem 1rem;
    font-size: .68rem;
  }

  #book .book-phone-demo {
    width: 190px;
    margin-top: 20px;
    align-self: start;
  }

  #book .book-cover {
    width: 205px;
    max-width: none;
    margin-top: 18px;
    padding: .55rem;
    box-shadow: 9px 9px 0 var(--ink);
    transform: rotate(1.5deg);
    align-self: start;
  }
}

@media (max-width: 1100px) {
  .book-phone-demo { grid-column: 2; max-width: 300px; }
}

@media (max-width: 700px) {
  .book-phone-demo { grid-column: auto; max-width: 100%; }
}
