* { margin: 0; padding: 0; box-sizing: border-box; }

  html { scrollbar-gutter: stable; }

    :root {
      --green-dark: #00523e;
      --green-mid: #2a7a60;
      --bg: #c1cac5;
      --text: #1a3a2e;
      --text-muted: #4a7060;
      --card-bg: #a8bfb5;
      --input-border: #2a7a60;
    }

    body {
      font-family: 'Rajdhani', sans-serif;
      background: var(--bg);
      color: var(--text);
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    /* ── Header ── */
    header {
      text-align: center;
      padding: 2rem 1rem 1rem;
    }

    .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      margin-bottom: 1.5rem;
    }

    .logo-name {
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 700;
      color: var(--green-dark);
      letter-spacing: 0.05em;
    }

    .logo-icon {
      width: clamp(65px, 10vw, 110px);
      height: auto;
    }

    /* ── Nav ── */
    nav {
      display: flex;
      justify-content: center;
      gap: clamp(1rem, 3vw, 3rem);
      flex-wrap: wrap;
      padding: 0.5rem 1rem;
    }

    nav a {
      text-decoration: none;
      color: var(--text-muted);
      font-size: clamp(0.95rem, 1.5vw, 1.1rem);
      font-weight: 600;
      letter-spacing: 0.05em;
      transition: color 0.2s;
    }

    nav a:hover, nav a.active {
      color: var(--text);
      font-weight: 600;
    }

      p {
    font-family: 'Rajdhani', sans-serif;
      color: var(--text);
      line-height: 1.6;
      margin-bottom: 1rem;
      font-size: 1.05rem;
      text-align: center;
    }
    /* ── Main ── */
    main { flex: 1; }

    /* ── Pages ── */
    .body-page {  padding: 1rem 2rem 1rem;
        max-width: 1000px;
        margin: 0 auto; }

    .body-page.home{
        padding: 2.8rem 2rem 4rem; max-width: 1200px; margin: 0 auto;
    }


    /* ── Titles ── */
    .section-title {
      text-align: center;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 700;
      color: var(--green-dark);
      margin-bottom: 1.5rem;
      letter-spacing: 0.05em;
    }

    .section-subtitle {
      font-size: clamp(1.2rem, 2vw, 1.5rem);
      font-weight: 600;
      color: var(--green-dark);
      margin: 1rem 0 1.5rem;
      letter-spacing: 0.05em;
      text-align: center;
    }

    /* ── Home layout ── */
    .home-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
      margin-bottom: 4rem;
    }

    .home-text h2 {
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 700;
      color: var(--green-dark);
      margin-bottom: 1.25rem;
      letter-spacing: 0.05em;
    }

 

    .home-photo {
      width: 100%;
      aspect-ratio: 4/3;
      background: var(--card-bg);
      border-radius: 4px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-muted);
      font-size: 0.9rem;
    }

    .home-photo img { width: 100%; height: 100%; object-fit: cover; }

  
    /* ── Featured strip ── */
    .featured-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .featured-project-card {
      position: relative;
      display: block;
      text-decoration: none;
      color: inherit;
    }

    .featured-project-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      cursor: pointer;
    }

    .featured-project-card span {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.45rem 0.6rem;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0));
      color: #ffffff;
      text-align: center;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      pointer-events: none;
    }

    /* ── Grid ── */
    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      padding-bottom:3rem;
    }

    .vertical-video-grid {
      grid-template-columns: repeat(4, 1fr);
    }

    .grid-item {
      background: var(--card-bg);
      border-radius: 4px;
      overflow: hidden;
      min-width: 0;
      aspect-ratio: 16/10;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-muted);
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.03em;
    }

    .grid-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      cursor: zoom-in;
      transition: transform 0.2s ease;
    }

    .grid-item:hover img { transform: scale(1.02); }

    .grid-item.featured-project-card {
      display: block;
      position: relative;
    }

    .grid-item.photo-landscape { aspect-ratio: 3 / 2; }
    .grid-item.photo-4x6 { aspect-ratio: 2 / 3; }

    .video-tile {
      position: relative;
      cursor: pointer;
      background: #0d1a15;
      aspect-ratio: 16 / 9;
    }

    .scan-tile {
      overflow: hidden;
      background:
        radial-gradient(circle at 18% 18%, rgba(117, 255, 204, 0.28), transparent 26%),
        radial-gradient(circle at 82% 78%, rgba(62, 116, 97, 0.42), transparent 30%),
        linear-gradient(140deg, #07100d 0%, #0b1d18 54%, #050908 100%);
    }

    .scan-tile::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
      background-size: 38px 38px;
      opacity: 0.28;
      mix-blend-mode: screen;
      pointer-events: none;
    }

    .scan-tile::after {
      content: '';
      position: absolute;
      inset: 10%;
      border: 1px solid rgba(140, 255, 206, 0.18);
      border-radius: 999px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
      pointer-events: none;
      transform: translate3d(0, 0, 0);
    }

    .scan-thumbnail {
      position: relative;
      z-index: 1;
    }

    .scan-open-btn {
      inset: 0;
      width: 100%;
      height: 100%;
      transform: none;
      left: 0;
      top: 0;
      border-radius: inherit;
      background: transparent;
      cursor: grab;
      z-index: 2;
    }

    .scan-open-btn::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 28px;
      height: 28px;
      transform: translate(-50%, -50%);
      background:
        linear-gradient(#ffffff, #ffffff) 7px 1px / 4px 11px no-repeat,
        linear-gradient(#ffffff, #ffffff) 12px 0 / 4px 14px no-repeat,
        linear-gradient(#ffffff, #ffffff) 17px 3px / 4px 10px no-repeat,
        linear-gradient(#ffffff, #ffffff) 22px 7px / 4px 7px no-repeat,
        linear-gradient(#ffffff, #ffffff) 2px 10px / 4px 11px no-repeat,
        linear-gradient(#ffffff, #ffffff) 7px 11px / 4px 11px no-repeat,
        linear-gradient(#ffffff, #ffffff) 12px 11px / 4px 11px no-repeat,
        linear-gradient(#ffffff, #ffffff) 17px 12px / 4px 10px no-repeat,
        linear-gradient(#ffffff, #ffffff) 7px 19px / 16px 6px no-repeat;
      border-radius: 8px;
      opacity: 0.92;
    }

    .scan-open-btn:hover {
      transform: none;
      background: transparent;
      cursor: grabbing;
    }

    .scan-open-btn::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 16px;
      height: 14px;
      transform: translate(1px, 6px);
      border: 3px solid #ffffff;
      border-top: 0;
      border-radius: 0 0 14px 14px;
      box-sizing: border-box;
      opacity: 0.92;
    }

    .video-tile.photo-landscape,
    .video-tile.photo-4x6 {
      aspect-ratio: 16 / 9;
    }

    .video-tile.vertical-video {
      aspect-ratio: 9 / 16;
    }

    .video-poster {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .video-frame {
      position: absolute;
      inset: 0;
      display: none;
    }

    .video-tile.playing .video-frame {
      display: block;
    }

    .video-frame iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .campus-tour-tile {
      position: relative;
      grid-column: 1 / -1;
      width: 100%;
      max-width: 100%;
      aspect-ratio: 16 / 9;
      min-height: 420px;
      background: #09130f;
      border: 1px solid rgba(0, 0, 0, 0.15);
      overflow: hidden;
    }

    .campus-tour-fullscreen-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 3;
      border: 0;
      border-radius: 999px;
      padding: 0.45rem 0.75rem;
      font-size: 0.74rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.62);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .campus-tour-fullscreen-btn:hover {
      background: rgba(0, 0, 0, 0.82);
      transform: translateY(-1px);
    }

    .campus-tour-tile iframe {
      width: 100%;
      height: 100%;
      max-width: 100%;
      border: 0;
      display: block;
      background: #09130f;
    }

    .video-play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: none;
      background: rgba(0, 0, 0, 0.62);
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s ease;
      z-index: 2;
    }

    .video-play-btn::before {
      content: '';
      position: absolute;
      left: 25px;
      top: 19px;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 18px solid #fff;
    }

    .video-play-btn:hover {
      transform: translate(-50%, -50%) scale(1.05);
      background: rgba(0, 0, 0, 0.78);
    }

    .video-play-btn.scan-play-btn {
      width: 92px;
      height: 92px;
      border-radius: 0;
      background: transparent;
      background-image: url('https://res.cloudinary.com/dewtyrnh4/image/upload/v1776585358/GrabbyHand_rm1j3c.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .video-play-btn.scan-play-btn::before {
      content: none;
    }

    .video-play-btn.scan-play-btn:hover {
      transform: translate(-50%, -50%) scale(1.05);
      background-color: transparent;
    }

    .video-expand-btn.scan-expand-btn {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 3;
      display: none;
      border: 0;
      border-radius: 999px;
      padding: 6px 10px;
      font-size: 0.75rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.65);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .video-tile.playing .video-expand-btn.scan-expand-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .video-expand-btn.scan-expand-btn:hover {
      background: rgba(0, 0, 0, 0.82);
      transform: translateY(-1px);
    }

    .video-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(10, 25, 20, 0.7);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
      z-index: 10001;
    }

    .video-modal.open {
      opacity: 1;
      pointer-events: auto;
    }

    .video-modal-stage {
      width: min(1200px, 92vw);
      aspect-ratio: 16 / 9;
      max-height: 82vh;
      border-radius: 10px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      overflow: hidden;
      background: #0d1a15;
    }

    .video-modal-stage iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
      background: #0d1a15;
    }

    .video-modal-stage.vertical {
      width: min(92vw, 460px);
      aspect-ratio: 9 / 16;
      max-height: 82vh;
    }

    .video-modal-stage.scan-stage {
      width: min(1200px, calc(100vw - 2.5rem));
      aspect-ratio: auto;
      height: min(84vh, 760px);
      max-height: 84vh;
    }

    .video-modal-stage.scan-stage iframe {
      width: 100%;
      height: 100%;
    }

    .section-intro {
      max-width: 760px;
      margin: 0 auto 1.75rem;
      color: var(--text-muted);
      text-align: center;
      font-size: 1.06rem;
      line-height: 1.7;
    }

    .scan-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      padding-bottom: 3rem;
    }

    .scan-card {
      background: var(--card-bg);
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
    }

    .scan-card-copy {
      padding: 1.25rem 1.25rem 0.25rem;
      text-align: center;
    }

    .scan-card-copy p {
      margin-bottom: 0.75rem;
      color: var(--text);
    }

    .scan-frame-wrap {
      position: relative;
      width: 100%;
      aspect-ratio: 888 / 500;
      background: #ffffff;
    }

    .scan-frame-wrap iframe {
      width: 100%;
      height: 100%;
      display: block;
      border: 0;
    }

    .website-showcase-trigger {
      border: none;
      padding: 0;
      cursor: pointer;
      position: relative;
    }

    .website-showcase-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(65, 65, 65, 0.45);
      color: #f3f3f3;
      letter-spacing: 0.08em;
      font-size: 1.05rem;
      font-weight: 700;
      text-transform: uppercase;
      opacity: 0;
      transition: opacity 0.24s ease;
    }

    .website-showcase-trigger:hover .website-showcase-overlay,
    .website-showcase-trigger:focus-visible .website-showcase-overlay {
      opacity: 1;
    }

    .album-card {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .album-btn {
      text-align: center;
      text-decoration: none;
      margin-top: 0.15rem;
    }

    body.lightbox-open {
      overflow-y: scroll;
      touch-action: none;
    }

    .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(10, 25, 20, 0.6);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
      z-index: 9999;
      overscroll-behavior: contain;
    }

    .lightbox.open {
      opacity: 1;
      pointer-events: auto;
    }

    .lightbox img {
      max-width: min(1100px, 92vw);
      max-height: 88vh;
      width: auto;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      background: #0d1a15;
      transform-origin: center;
      transition: transform 0.15s ease;
    }

    .lightbox img.dragging { cursor: grabbing !important; }

    .website-modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(10, 25, 20, 0.7);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      padding: 1.25rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
      z-index: 10000;
      overscroll-behavior: contain;
    }

    .website-modal.open {
      opacity: 1;
      pointer-events: auto;
    }

    .website-modal-stage {
      width: min(1100px, 92vw);
      height: min(78vh, 690px);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .website-modal-stage img,
    .website-modal-stage iframe {
      border: 0;
      display: none;
      border-radius: 10px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      background: #0d1a15;
    }

    .website-modal-stage img {
      width: auto;
      height: auto;
      max-width: min(1100px, 92vw);
      max-height: 100%;
      object-fit: contain;
    }

    .website-modal-stage iframe {
      width: 100%;
      aspect-ratio: 16 / 9;
      height: auto;
      max-height: 100%;
    }

    .website-modal-stage img.active,
    .website-modal-stage iframe.active {
      display: block;
    }

    .website-modal-controls {
      width: min(640px, 92vw);
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 0.75rem;
      align-items: center;
    }

    .website-modal-btn {
      margin: 0;
      min-width: 0;
      padding: 0.75rem;
    }

    .website-modal-count {
      color: #f3f3f3;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-align: center;
      white-space: nowrap;
    }

    .lightbox-close {
      position: absolute;
      top: 16px;
      right: 22px;
      border: none;
      background: rgba(0, 0, 0, 0.45);
      color: #fff;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: 1.9rem;
      line-height: 1;
      cursor: pointer;
      display: grid;
      place-items: center;
      transition: background 0.2s ease;
    }

    .lightbox-close:hover { background: rgba(0, 0, 0, 0.7); }

    /* ── Contact ── */
    .contact-wrap { max-width: 680px; margin: 0 auto 4.5rem auto; }

    .contact-wrap h2 {
      text-align: center;
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 700;
      color: var(--green-dark);
      margin-bottom: 0.5rem;
      letter-spacing: 0.05em;
    }

    .contact-intro {
      text-align: center;
      color: var(--text-muted);
      font-size: 1rem;
      margin-bottom: 2rem;
      line-height: 1.6;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    .form-field { margin-bottom: 1rem; }

    input, textarea, select {
      width: 100%;
      padding: 0.75rem 1rem;
      background: transparent;
      border: 1.5px solid var(--input-border);
      border-radius: 4px;
      color: var(--text);
      font-family: 'Rajdhani', sans-serif;
      font-size: 1rem;
      font-weight: 500;
      outline: none;
    }

    input::placeholder, textarea::placeholder { color: var(--text-muted); }
    input:focus, textarea:focus, select:focus { border-color: var(--green-dark); }
    select { cursor: pointer; }

    textarea { min-height: 160px; resize: vertical; }

    .btn-send {
      display: block;
      width: 100%;
      padding: 0.9rem;
      background: var(--green-dark);
      color: #fff;
      border: none;
      border-radius: 4px;
      font-family: 'Rajdhani', sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      cursor: pointer;
      transition: background 0.2s;
    }

    .btn-send:hover { background: var(--green-mid); }

    .form-status {
      margin-top: 0.8rem;
      text-align: center;
      font-size: 0.95rem;
      font-weight: 600;
      min-height: 1.2rem;
    }

    .form-status.success {
      color: var(--green-dark);
    }

    .form-status.error {
      color: #7a1f1f;
    }

    .contact-details {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      margin-top: 2.5rem;
    }

    .contact-detail-card {
      background: var(--card-bg);
      border-radius: 4px;
      padding: 1.25rem;
      text-align: center;
    }

    .contact-detail-card .label {
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--text-muted);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 0.4rem;
    }

    .contact-detail-card .value { font-size: 1rem; font-weight: 600; color: var(--text); }

    /* ── Footer ── */
    footer {
      background: var(--green-dark);
      color: rgba(255,255,255,0.7);
      padding: 1.25rem 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0.5rem;
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.04em;
    }

    footer a {
      color: rgba(255,255,255,0.6);
      text-decoration: none;
      transition: color 0.2s;
    }

    footer a:hover { color: #fff; }

    .footer-links { display: flex; gap: 1.5rem; }

    .scroll-top-btn {
      position: fixed;
      right: 1rem;
      bottom: 1rem;
      z-index: 9000;
      border: none;
      border-radius: 999px;
      min-width: 56px;
      height: 44px;
      padding: 0 1rem;
      background: var(--green-dark);
      color: #ffffff;
      font-family: 'Rajdhani', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      cursor: pointer;
      opacity: 0;
      transform: translateY(12px);
      pointer-events: none;
      transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    }

    .scroll-top-btn:hover {
      background: var(--green-mid);
    }

    .scroll-top-btn.is-visible {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    /* ── Responsive ── */
    @media (max-width: 900px) {
     .home-layout { grid-template-columns: 1fr; margin-bottom:1rem;}
      .home-photo { grid-row: 1; }
      .home-text { grid-row: 2; }
      .grid-2 { grid-template-columns: 1fr; }
      .vertical-video-grid { grid-template-columns: repeat(2, 1fr); }
      .form-row { grid-template-columns: 1fr; }
      .services { grid-template-columns: 1fr 1fr; }
      .featured-strip { grid-template-columns: 1fr; }
      .contact-details { grid-template-columns: 1fr; }
    .body-page { padding: 1rem 2rem 4rem;}

    .body-page.photography{
        padding: 1rem 2rem 1rem;
    }
    .logo {
        gap: 1.2rem;
    }
    .logo-name {
    font-size: clamp(2.4rem, 5vw, 3.5rem);}
    .website-modal-stage {
      height: min(62vh, 520px);
    }

    .video-modal-stage.vertical {
      width: min(88vw, 380px);
    }

    .scan-card-copy {
      padding: 1rem 1rem 0.2rem;
    }

    .campus-tour-tile {
      min-height: 340px;
    }

    .scroll-top-btn {
      right: 0.9rem;
      bottom: 0.9rem;
    }

    }

    @media (max-width: 580px) {
      .home-layout { grid-template-columns: 1fr; gap: 1rem; margin-bottom:1rem;}
      .home-photo { grid-row: 1; }
      .home-text { grid-row: 2; }
      .grid-2 { grid-template-columns: 1fr; }
      .vertical-video-grid { grid-template-columns: repeat(2, 1fr); }
      .form-row { grid-template-columns: 1fr; }
      .services { grid-template-columns: 1fr 1fr; }
      .featured-strip { grid-template-columns: 1fr; }
      .contact-details { grid-template-columns: 1fr; }
      footer { flex-direction: column; text-align: center; }
          .body-page { padding: .1rem 2rem 4rem;}

    .body-page.photography{
        padding: .1rem 2rem 1rem;
    }
    .logo {
        gap: 1.2rem;
    }
    .logo-name {
    font-size: clamp(2.4rem, 5vw, 3.5rem);}

    .website-modal-controls {
      grid-template-columns: 1fr;
      gap: 0.55rem;
    }

    .website-modal-count { order: -1; }

    .website-modal-stage img,
    .website-modal-stage iframe {
      max-width: 92vw;

    }

    .campus-tour-tile {
      min-height: 260px;
    }

    .website-modal-stage {
      height: min(62vh, 320px);
    }

    .website-modal-btn {
    margin: 0 auto .6rem auto;
    min-width: 0;
    max-width: 70%;
}

    .video-modal-stage.vertical {
      width: min(88vw, 320px);
    }

    .section-intro {
      font-size: 1rem;
    }

    .scan-card-copy {
      padding: 0.9rem 0.9rem 0.15rem;
    }
}
