:root{
 --paper:#e9e5dd;
 --surface:#f3efe5;
 --ink:#173d35;
 --muted:#536159;
 --bleed:1.05;
 font-family:Arial,Helvetica,sans-serif;
 color:#09251e;
 background:var(--paper);
 font-synthesis:none;
}
*{box-sizing:border-box}
body{margin:0;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:focus-visible,button:focus-visible{outline:2px solid #173d35;outline-offset:4px}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}

.viewport{position:fixed;inset:0;overflow:hidden}
.stage{
 position:absolute;left:50%;top:50%;
 width:max(100vw,177.684svh);aspect-ratio:1672/941;
 transform:translate(-50%,-50%) scale(var(--bleed));
}
.stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;will-change:transform}
canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
#film{opacity:0}
#paper{
 position:absolute;inset:0;
 background:radial-gradient(ellipse at 77% 38%,#f3efe5 0%,#e9e5dd 65%,#e2dcd0 100%);
 opacity:0;
}
#panel{opacity:0}

/* Header & Main Navigation */
header{
 position:fixed;top:0;left:0;right:0;z-index:15;
 display:flex;justify-content:space-between;align-items:center;
 padding:28px 4.2%;
 color:#173d35;
 transition:color .3s;
}
.brand{display:flex;align-items:center;line-height:1}
.brand-logo{
 display:block;
 width:clamp(145px,13.5vw,195px);
 height:clamp(38px,3.6vw,52px);
 background-color:currentColor;
 -webkit-mask:url('assets/convalt-logo.png') no-repeat left center / contain;
 mask:url('assets/convalt-logo.png') no-repeat left center / contain;
 transition:background-color .3s ease;
}
.main-nav{display:flex;align-items:center;gap:clamp(12px,1.8vw,28px)}
.nav-btn{
 font-size:13px;letter-spacing:.04em;padding:6px 0;opacity:.8;
 position:relative;transition:opacity .2s;
}
.nav-btn:hover{opacity:1}
.nav-btn:after{
 content:'';position:absolute;bottom:0;left:0;right:0;height:1px;
 background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s;
}
.nav-btn:hover:after{transform:scaleX(1)}
.nav-link{
 font-size:13px;letter-spacing:.04em;padding:6px 14px;
 border:1px solid currentColor;border-radius:20px;
 display:inline-flex;align-items:center;gap:6px;
 opacity:.9;transition:background .2s,opacity .2s;
}
.nav-link:hover{background:#ffffff22;opacity:1}

/* Chapter Text Copy Blocks */
.chapter-copy{
 position:fixed;left:4.2%;top:18%;z-index:10;
 max-width:42%;width:42%;
 opacity:0;pointer-events:none;
 transition:opacity .4s ease,transform .45s ease;
 transform:translateY(10px);
 color:#173d35;
}
.chapter-copy.active{
 opacity:1;pointer-events:auto;transform:none;
}
.chapter-copy.align-right,
.generation-copy,
.circular-copy{
 left:auto;
 right:calc(28px + 44px + 38px);
 width:38%;
 max-width:520px;
}
.hero-copy{top:16%;max-width:55%;width:55%;color:#09251e}
h1,h2{
 font-family:Georgia,serif;font-weight:400;
 letter-spacing:-.045em;line-height:1.02;margin:0 0 22px;
}
h1{font-size:clamp(44px,5.55vw,108px)}
h2{font-size:clamp(32px,3.5vw,66px)}
p{font-size:clamp(14px,1.12vw,20px);letter-spacing:.035em;line-height:1.5;margin:0 0 20px}
.hero-actions{display:flex;align-items:center;gap:20px;margin-top:16px;flex-wrap:wrap}
.explore{display:inline-block;border-bottom:1px solid;padding-bottom:8px;font-size:16px}
.explore span{margin-left:26px}
.video-btn{
 display:inline-flex;align-items:center;gap:10px;
 font-size:14px;letter-spacing:.04em;color:inherit;
 padding:9px 18px;border:1px solid currentColor;border-radius:24px;
 background:#ffffff12;backdrop-filter:blur(6px);
 transition:background .2s,transform .2s;
 cursor:pointer;
}
.video-btn:hover{background:#ffffff28;transform:translateY(-1px)}
.play-icon{
 display:inline-flex;align-items:center;justify-content:center;
 width:20px;height:20px;border-radius:50%;
 background:currentColor;color:#09251e;font-size:10px;padding-left:2px;
}
body.module-active .play-icon{color:#f3efe5}
.eyebrow{color:#526b60;font-size:10px;letter-spacing:.2em;margin-bottom:20px;font-weight:600}
.module-description{color:#536159;font-size:clamp(12px,1.02vw,17px);line-height:1.65;max-width:540px}

/* Layer Details list for Chapter 01 */
.layer-details{
 list-style:none;counter-reset:layers;padding:0;
 margin:24px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;
}
.layer-details li{
 counter-increment:layers;border-top:1px solid #173d352b;
 padding-top:10px;line-height:1.45;font-size:clamp(11px,.88vw,15px);
}
.layer-details strong{color:#173d35;font-weight:600}
.layer-details strong:before{content:counter(layers,decimal-leading-zero);color:#64766a;font-size:.8em;margin-right:10px}
.layer-details span{display:block;color:#536159;font-size:.92em;margin-top:5px}

/* Stat Grid for Chapters 02, 03, 04 */
.stat-grid{
 display:grid;grid-template-columns:1fr 1fr;gap:18px 24px;
 margin-top:26px;max-width:520px;
}
.stat-card{border-top:1px solid #173d352b;padding-top:12px}
.stat-card strong{
 display:block;font-family:Georgia,serif;
 font-size:clamp(24px,2.2vw,36px);color:#173d35;font-weight:400;letter-spacing:-.02em;
}
.stat-card span{display:block;font-size:clamp(11px,.85vw,14px);color:#536159;margin-top:4px}

/* Action Buttons */
.chapter-actions{display:flex;gap:14px;margin-top:28px}
.action-btn{
 padding:11px 20px;background:#173d35;color:#f3efe5;
 border-radius:4px;font-size:13px;letter-spacing:.04em;
 display:inline-flex;align-items:center;gap:10px;
 transition:background .2s,transform .2s;
}
.action-btn:hover{background:#0d2621;transform:translateY(-1px)}
.action-btn.secondary{background:transparent;color:#173d35;border:1px solid #173d3540}
.action-btn.secondary:hover{background:#173d350d}

/* Callout SVG */
#layer-callouts{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}
#layer-callouts path{fill:none;stroke:#33594a;stroke-width:1;stroke-dasharray:1;stroke-dashoffset:1}
#layer-callouts circle{fill:#eeeae1;stroke:#173d35;stroke-width:1.5}
#layer-callouts text{fill:#173d35;font:500 11px Arial,Helvetica,sans-serif;letter-spacing:.02em}

/* Footer & Chapter Navigation */
footer{
 position:fixed;bottom:3.8%;left:4.2%;right:4.2%;z-index:15;
 display:flex;justify-content:space-between;align-items:center;
 color:white;text-shadow:0 1px 8px #0008;font-size:12px;
 transition:color .3s;
}
.location{letter-spacing:.18em}
.location small{display:block;letter-spacing:.04em;margin-top:6px}
body.is-loading .nav-switcher {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* =====================================================================
   3D LIQUID GLASS FLOATING NAV & SLIDING PILL (Right Side Vertical Middle)
   ===================================================================== */
.nav-switcher {
  /* Creamish beige translucent glass tone matching the site */
  --c-glass: rgba(238, 234, 226, 0.45);
  --c-border: rgba(23, 61, 53, 0.14);
  --c-content: #586d63;
  --c-action: #ffffff;

  position: fixed;
  z-index: 1000;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 29px;
  padding: 6px 2px;
  margin: 0;
  border: 1px solid var(--c-border);
  border-radius: 99em;
  outline: none;

  background: var(--c-glass);
  backdrop-filter: blur(8px) url(#nav-distortion) saturate(130%);
  -webkit-backdrop-filter: blur(8px) url(#nav-distortion) saturate(130%);

  /* Multi-Layer Inset Specular Glass Reflections */
  box-shadow:
    inset 0 1px 1.5px rgba(255, 255, 255, 0.85),
    inset 0 -1px 1.5px rgba(0, 0, 0, 0.06),
    0 12px 30px rgba(12, 35, 30, 0.09);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

body.editorial-active .nav-switcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(24px);
}

/* 3D Liquid Sliding Pill Indicator (Transparent Green Liquid Glass Pill) */
.nav-switcher::after {
  content: "";
  position: absolute;
  top: var(--pill-top, 6px);
  height: var(--pill-height, 60px);
  left: 2px;
  right: 2px;
  border-radius: 99em;
  background: rgba(23, 61, 53, 0.18);
  border: 1px solid rgba(23, 61, 53, 0.35);

  /* Inner Pill Liquid Refraction Glow */
  box-shadow:
    inset 0 1px 1.5px rgba(255, 255, 255, 0.65),
    inset 0 -1px 1px rgba(0, 0, 0, 0.12),
    0 0 12px rgba(23, 61, 53, 0.2);

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  /* Physics-based cubic-bezier ease for smooth liquid gliding */
  transition: all 400ms cubic-bezier(1, 0, 0.4, 1);
  pointer-events: none;
  z-index: 1;
}

/* Accessibility Legend Hide */
.switcher__legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.switcher__option {
  position: relative;
  z-index: 2;
  writing-mode: vertical-rl;
  flex: 0 0 auto;
  width: 24px;
  height: max-content;
  min-height: max-content;
  padding: 10px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 99em;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  transition: opacity 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
}

.switcher__option:hover {
  opacity: 0.95;
}

.switcher__input,
.switcher__input:focus,
.switcher__input:focus-visible,
.switcher__input:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0 !important;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent !important;
}

.switcher__option:focus,
.switcher__option:focus-visible,
.switcher__option:focus-within {
  outline: none !important;
  box-shadow: none !important;
  position: relative !important;
}

/* Mode B: Sideways Text (writing-mode: vertical-rl) */
.switcher__text {
  position: relative;
  z-index: 3;
  writing-mode: vertical-rl;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-content);
  transition: color 0.25s ease;
  pointer-events: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
}

.switcher__text .ch-num {
  opacity: 0.75;
  font-size: 7.5px;
}

/* Active State Typography */
.switcher__option:has(.switcher__input:checked) .switcher__text {
  color: #173d35;
  font-weight: 700;
  text-shadow: none;
}

.switcher__option:has(.switcher__input:checked) .switcher__text .ch-num {
  opacity: 1;
}

/* =====================================================================
   CUSTOM INTERACTION CURSOR (Follower Ring & Dot)
   ===================================================================== */
#ring, #dot, .trail-dot {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  will-change: transform, opacity;
  color: #173d35;
}

#ring {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: opacity .25s ease, color .25s ease;
  color: #173d35;
}

.ring-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: cursorSpin 10s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes cursorSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ring-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  fill: currentColor;
}

#dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  transition: background-color .25s ease;
}

.trail-dot {
  background: currentColor;
  border-radius: 50%;
  transition: background-color .25s ease;
}

.trail-dot:nth-child(1) { width: 5.5px; height: 5.5px; }
.trail-dot:nth-child(2) { width: 4.8px; height: 4.8px; }
.trail-dot:nth-child(3) { width: 4.2px; height: 4.2px; }
.trail-dot:nth-child(4) { width: 3.6px; height: 3.6px; }
.trail-dot:nth-child(5) { width: 3.0px; height: 3.0px; }
.trail-dot:nth-child(6) { width: 2.5px; height: 2.5px; }
.trail-dot:nth-child(7) { width: 2.0px; height: 2.0px; }

#ring.inverse,
#dot.inverse,
.trail-dot.inverse {
  color: #eeeae1;
}

@media (hover: hover) and (pointer: fine) {
  body, button, a, input, label, select, #panel, .stage, .viewport, .switcher__option, .action-btn, .nav-btn, .editorial-link {
    cursor: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ring-svg {
    animation: none !important;
  }
}

#cue{font-size:12px;letter-spacing:.04em;margin-left:auto}
#status{position:fixed;bottom:15px;left:4.2%;font-size:12px;z-index:99;color:#173d35;background:#eee9;padding:5px}
#status:empty{display:none}
#scroll-track{height:1400svh;pointer-events:none}
#module{position:absolute;top:420svh}

/* 2D Slide-Over Editorial Drawer */
.drawer{
 position:fixed;inset:0;z-index:200;
 display:flex;justify-content:flex-end;
}
.drawer[hidden]{display:none}
.drawer-backdrop{
 position:absolute;inset:0;background:#0d262145;
 backdrop-filter:blur(8px);
}
.drawer-panel{
 position:relative;width:min(660px,92vw);height:100%;
 background:#f6f3eb;box-shadow:-12px 0 45px #00000028;
 display:flex;flex-direction:column;overflow:hidden;
 color:#173d35;animation:drawerIn .35s cubic-bezier(.16,1,.3,1);
}
@keyframes drawerIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
.drawer-header{
 display:flex;justify-content:space-between;align-items:flex-start;
 padding:32px 36px 20px;border-bottom:1px solid #173d3518;
}
.drawer-brand-logo{
 display:block;
 width:135px;height:38px;
 background-color:#173d35;
 -webkit-mask:url('assets/convalt-logo.png') no-repeat left center / contain;
 mask:url('assets/convalt-logo.png') no-repeat left center / contain;
 margin-bottom:8px;
}
.drawer-header h2{font-size:32px;margin:0;font-family:Georgia,serif}
.drawer-close{font-size:32px;line-height:1;padding:0 8px;opacity:.6;transition:opacity .2s}
.drawer-close:hover{opacity:1}
.drawer-tabs{
 display:flex;gap:12px;padding:16px 36px;border-bottom:1px solid #173d3512;
 background:#f0ece2;overflow-x:auto;
}
.tab-btn{
 font-size:12px;letter-spacing:.05em;padding:7px 14px;border-radius:16px;
 opacity:.6;transition:opacity .2s,background .2s;white-space:nowrap;
}
.tab-btn:hover{opacity:.9}
.tab-btn.active{opacity:1;background:#173d35;color:#f3efe5}
.drawer-content{flex:1;overflow-y:auto;padding:28px 36px 45px}
.tab-pane{display:none}
.tab-pane.active{display:block}
.tab-intro{font-size:14px;line-height:1.65;color:#536159;margin-bottom:28px}

/* Project Cards in Drawer */
.project-cards{display:flex;flex-direction:column;gap:20px}
.project-card{
 display:flex;gap:20px;align-items:flex-start;
 background:#fff8;border:1px solid #173d3518;border-radius:8px;
 padding:20px;transition:box-shadow .2s,transform .2s;
}
.project-card:hover{box-shadow:0 6px 20px #173d3512;transform:translateY(-2px)}
.project-thumb{
 width:145px;height:105px;border-radius:6px;object-fit:cover;
 flex-shrink:0;background:#173d3510;border:1px solid #173d3515;
}
.project-body{flex:1;min-width:0}
.project-tag{
 font-size:9px;letter-spacing:.15em;text-transform:uppercase;
 background:#173d3515;color:#173d35;padding:3px 8px;border-radius:4px;font-weight:600;
}
.project-card h3{font-family:Georgia,serif;font-size:20px;margin:8px 0 4px;font-weight:400}
.project-loc{font-size:12px;color:#64766a;margin:0 0 10px}
.project-desc{font-size:13px;line-height:1.6;color:#4a5951;margin:0 0 14px}
.project-meta{
 display:flex;gap:18px;font-size:11px;color:#173d35;font-weight:600;
 border-top:1px solid #173d3512;padding-top:10px;
}

/* Team Cards in Drawer */
.team-cards{display:flex;flex-direction:column;gap:18px}
.team-card{
 display:flex;gap:18px;align-items:flex-start;
 background:#fff8;border:1px solid #173d3518;
 border-radius:8px;padding:20px;
}
.team-avatar-img{
 width:54px;height:54px;border-radius:50%;object-fit:cover;
 flex-shrink:0;background:#173d3515;border:1px solid #173d3524;
}
.team-card h3{margin:0 0 4px;font-family:Georgia,serif;font-size:18px;font-weight:400}
.team-role{font-size:12px;color:#526b60;font-weight:600;margin:0 0 8px}
.team-bio{font-size:12px;line-height:1.6;color:#4a5951;margin:0}

/* Media in Drawer */
.media-list{display:flex;flex-direction:column;gap:20px}
.media-item{border-bottom:1px solid #173d3518;padding-bottom:18px}
.media-date{font-size:10px;letter-spacing:.12em;color:#64766a;text-transform:uppercase}
.media-item h3{font-family:Georgia,serif;font-size:17px;margin:6px 0 8px;font-weight:400;line-height:1.35}
.media-item p{font-size:12px;line-height:1.6;color:#4a5951;margin:0}

/* Contact in Drawer */
.contact-form{display:flex;flex-direction:column;gap:16px;margin-bottom:34px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:flex;flex-direction:column;gap:6px;font-size:11px;letter-spacing:.04em;font-weight:600}
input,select,textarea{
 font:inherit;padding:10px 12px;border:1px solid #173d352b;border-radius:4px;
 background:#fffb;color:#173d35;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 2px solid #173d35;
  background: #fff;
}
.submit-btn{
 padding:12px 24px;background:#173d35;color:#f3efe5;border-radius:4px;
 font-size:13px;letter-spacing:.04em;align-self:flex-start;display:inline-flex;align-items:center;gap:12px;
 margin-top:8px;transition:background .2s;
}
.submit-btn:hover{background:#0d2621}
.offices-grid{
 display:grid;grid-template-columns:1fr 1fr;gap:18px;
 border-top:1px solid #173d3518;padding-top:22px;font-size:12px;line-height:1.5;
}
.offices-grid strong{color:#173d35;display:block;margin-bottom:4px}
.offices-grid p{margin:0;color:#536159;font-size:11px}

/* Featured Brand Video in Media Tab */
.featured-video-card{
 background:#fff8;border:1px solid #173d3518;border-radius:8px;
 overflow:hidden;margin-bottom:28px;transition:box-shadow .2s;
}
.featured-video-card:hover{box-shadow:0 8px 24px #173d3514}
.featured-video-card video{width:100%;aspect-ratio:16/9;display:block;background:#000}
.featured-video-caption{padding:18px 22px}
.featured-video-caption h3{font-family:Georgia,serif;font-size:19px;margin:8px 0 6px;font-weight:400}
.featured-video-caption p{font-size:13px;line-height:1.6;color:#4a5951;margin:0}

/* Cinematic Video Modal */
.video-modal{
 position:fixed;inset:0;z-index:300;
 display:flex;align-items:center;justify-content:center;padding:24px;
}
.video-modal[hidden]{display:none}
.video-modal-backdrop{
 position:absolute;inset:0;background:#061411d4;backdrop-filter:blur(12px);
}
.video-modal-dialog{
 position:relative;width:min(1080px,94vw);
 background:#0c211c;border:1px solid #ffffff24;border-radius:10px;
 overflow:hidden;box-shadow:0 24px 60px #00000088;
 animation:modalZoom .3s cubic-bezier(.16,1,.3,1);
}
@keyframes modalZoom{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.video-modal-header{
 display:flex;justify-content:space-between;align-items:center;
 padding:16px 24px;background:#081714;border-bottom:1px solid #ffffff15;color:#f3efe5;
}
.video-modal-title{font-size:14px;letter-spacing:.06em;font-weight:600}
.video-modal-close{font-size:28px;line-height:1;color:#f3efe5;opacity:.7;transition:opacity .2s;cursor:pointer}
.video-modal-close:hover{opacity:1}
.video-modal-body{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.video-modal-body video{width:100%;height:100%;display:block}

/* Mobile Responsive */
@media(max-width:768px){
 header{padding:20px 5%}
 .main-nav .nav-btn{display:none}
 .hero-copy{left:6%;top:17%;max-width:88%;width:88%}
 h1{font-size:clamp(36px,8.4vw,56px)}
 .chapter-copy,
 .chapter-copy.align-right,
 .generation-copy,
 .circular-copy{left:6%;right:auto;top:14%;max-width:88%;width:88%}
 h2{font-size:30px;margin-bottom:12px}
 .layer-details{gap:10px 16px;margin-top:14px}
 .stat-grid{gap:12px 18px;margin-top:16px}
 .stat-card strong{font-size:24px}
 .chapter-actions{flex-direction:column;gap:10px;margin-top:18px}
 .chapters{display:none}
 footer{display:none}
 .nav-switcher {
  right: 50%;
  top: auto;
  bottom: 12px;
  transform: translateX(50%);
  flex-direction: row;
  width: auto;
  border-radius: 99em;
  padding: 4px 6px;
  gap: 2px;
  max-width: 96vw;
  box-shadow: 0 8px 24px rgba(12, 35, 30, 0.2);
 }
 .nav-switcher::after {
  top: 4px;
  bottom: 4px;
  left: var(--pill-left, 4px);
  width: var(--pill-width, 60px);
  height: auto;
  right: auto;
  border-radius: 99em;
 }
 .switcher__option {
  writing-mode: horizontal-tb;
  width: auto;
  height: auto;
  padding: 6px 9px;
  border-radius: 99em;
 }
 .switcher__text {
  writing-mode: horizontal-tb;
  font-size: 8.5px;
  letter-spacing: 0.03em;
  gap: 3px;
 }

 .drawer-panel{width:100%}
 .drawer-header{padding:24px}
 .drawer-tabs{padding:12px 24px}
 .drawer-content{padding:20px 24px 35px}
 .project-card{flex-direction:column}
 .project-thumb{width:100%;height:160px}
 .form-row{grid-template-columns:1fr}
 .offices-grid{grid-template-columns:1fr}
}
