:root{--navy:#071824;--green:#4ea72e;--green2:#78bd55;--ink:#0b1a24;--muted:#65736e;--line:#dce5df;--soft:#f4f7f2;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.45;overflow-x:hidden}
a{text-decoration:none;color:inherit}button{font:inherit}
.wrap{width:min(100% - 60px,1360px);margin:0 auto}
.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.navin{height:82px;width:min(100% - 60px,1360px);margin:auto;display:flex;align-items:center;gap:24px}
.brand img{width:205px;height:auto;display:block}.links{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:13px;font-weight:800;white-space:nowrap}.links a:hover{color:var(--green)}
.language-switch{display:flex;align-items:center;border:1px solid #cbd8d0;border-radius:999px;padding:3px;background:#f6f8f6;font-size:10px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.language-switch a{padding:6px 9px;border-radius:999px;opacity:.5}.language-switch a.active{opacity:1;background:#fff;color:var(--green);box-shadow:0 1px 4px rgba(7,24,36,.08)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 22px;border-radius:999px;border:1px solid transparent;font-size:14px;font-weight:850;white-space:nowrap;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn-green{background:var(--green);color:#fff}.btn-navy{background:var(--navy);color:#fff}.btn-outline{background:#fff;border-color:#b6c5bd;color:var(--navy)}
.menu{display:none;margin-left:auto;border:0;background:none;color:var(--navy);font-size:27px;cursor:pointer}.mobile-panel{display:none;position:fixed;z-index:90;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(7,24,36,.1);padding:10px 22px 20px}.mobile-panel.open{display:block}.mobile-panel>a{display:block;padding:14px 4px;border-bottom:1px solid #edf1ed;font-weight:800}.mobile-panel .btn{margin-top:14px;width:100%}.mobile-language{display:none;gap:6px;padding:12px 0}.mobile-language a{padding:7px 10px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:800}.mobile-language a.active{color:var(--green);border-color:#cbd8d0;background:#f6f8f6}body.menu-open{overflow:hidden}

/* HERO */
.hero{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(390px,.72fr);min-height:505px;background:#fff;align-items:center;overflow:hidden}
.hero-copy{padding:54px 20px 54px max(30px,calc((100vw - 1360px)/2));min-width:0}.hero-copy-inner{max-width:100%;min-width:0}.hero h1{font-size:clamp(54px,4.7vw,88px);line-height:.91;letter-spacing:-.067em;margin:0;color:var(--navy);white-space:nowrap}.hero h1 span{display:block}.hero-line-green{color:var(--green)}
.hero-lead{font-size:17px;line-height:1.4;color:#53615b;max-width:900px;margin:24px 0 27px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-visual{display:flex;align-items:center;justify-content:flex-start;padding:34px 0 34px 0;min-width:0}.hero-single-image{width:min(100%,520px);border-radius:26px;overflow:hidden;box-shadow:0 22px 55px rgba(7,24,36,.11);margin-left:-38px}.hero-single-image img{display:block;width:100%;height:380px;object-fit:cover;object-position:center}

/* GENERAL SECTIONS */
.section{padding:72px 0;scroll-margin-top:90px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px}.section h2{font-size:clamp(44px,4.4vw,60px);line-height:.94;letter-spacing:-.06em;color:var(--navy);margin:0}.section-head p{margin:0;color:var(--muted);font-size:14px;white-space:nowrap}

/* AUDIENCE */
.audience{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.aud-card{min-height:290px;border:1px solid var(--line);border-radius:24px;padding:30px;display:flex;flex-direction:column;background:#fff;min-width:0}.aud-card.club h3{color:var(--green)}.aud-num{font-size:11px;font-weight:900;letter-spacing:.15em;color:var(--green)}.aud-card h3{font-size:clamp(27px,2.45vw,34px);line-height:1;letter-spacing:-.045em;color:var(--navy);margin:27px 0 13px;white-space:nowrap}.aud-card p{font-size:14px;color:var(--muted);margin:0;white-space:nowrap}.aud-card a{margin-top:auto;padding-top:24px;color:var(--navy);font-size:14px;font-weight:900;white-space:nowrap}.aud-card a:hover{color:var(--green)}

/* METHOD */
.method-section{background:var(--navy);color:#fff;padding:60px 0 40px;overflow:hidden}.method-kicker{font-size:10px;letter-spacing:.22em;color:#9eb1aa;font-weight:900;margin-bottom:15px}.method-intro h2{font-size:clamp(48px,4.4vw,70px);line-height:.9;letter-spacing:-.06em;margin:0;color:#fff}.method-intro h2 span{color:var(--green2)}.method-lead{font-size:15px;line-height:1.3;color:#c4d0cb;max-width:100%;margin:16px 0 0;white-space:nowrap}
.method-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px;border-top:1px solid #334b56}.method-step{padding:22px 20px 16px 0;border-right:1px solid #334b56;min-width:0}.method-step:nth-child(2){padding-left:22px}.method-step:last-child{border-right:0;padding-left:22px;padding-right:0}.method-step-head{display:grid;grid-template-columns:46px 46px minmax(0,1fr);align-items:center;column-gap:8px;min-width:0}.step-number{font-size:30px;line-height:1;color:#8ae45e;font-weight:900}.step-icon{width:46px;height:46px;color:#8ae45e;display:flex;align-items:center;justify-content:center}.step-icon svg{width:44px;height:44px;display:block}.step-icon svg path,.step-icon svg circle{fill:none;stroke:currentColor;stroke-width:1.8;vector-effect:non-scaling-stroke}.step-icon svg .accent{stroke:var(--green2)}.step-title{font-size:22px;line-height:1;letter-spacing:.025em;font-weight:900;white-space:nowrap}.method-step-head p{color:#bdc9c4;margin:6px 0 0;font-size:11.5px;line-height:1.15;white-space:nowrap}.method-step ul{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-direction:column;gap:11px}.method-step li{position:relative;padding-left:18px;color:#d0d9d5;font-size:12px;line-height:1.15;white-space:nowrap}.method-step li:before{content:'✓';position:absolute;left:0;top:0;color:#7ee84e;font-weight:900}.method-footer{border-top:1px solid #334b56;margin-top:22px;padding-top:17px;font-size:10px;letter-spacing:.23em;color:#9eb1aa;font-weight:900;white-space:nowrap}

/* OFFERS */
.offers-section{background:var(--soft)}.offers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.offer{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:315px;display:flex;flex-direction:column;min-width:0}.offer.green-card{background:#edf5e8;border-color:#d3e3cb}.offer .mini,.route .mini{font-size:9.5px;letter-spacing:.17em;text-transform:uppercase;color:#6d7a74;font-weight:900;white-space:nowrap}.offer h3{font-size:clamp(23px,2vw,28px);line-height:.98;letter-spacing:-.045em;color:var(--navy);margin:16px 0 9px;white-space:nowrap}.offer .price{font-size:14px;color:var(--green);font-weight:900;line-height:1.2;white-space:nowrap}.offer p{color:var(--muted);font-size:12px;line-height:1.3;margin:14px 0 18px;white-space:nowrap}.offer .btn{margin-top:auto;width:100%}

/* CONTACT / ROUTES */
.contact-section{padding-bottom:86px}.routes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.route{border-radius:25px;padding:30px;min-height:270px;display:flex;flex-direction:column;border:1px solid var(--line);min-width:0}.route.one{background:#eef6ea;border-color:#d3e3cb}.route.inst{background:#eaf0eb;border-color:#d0dbd3}.route h3{font-size:clamp(27px,2.5vw,34px);line-height:.98;letter-spacing:-.045em;color:var(--navy);margin:16px 0 10px;white-space:nowrap}.route p{color:var(--muted);font-size:13px;line-height:1.3;margin:0;white-space:nowrap}.route .btn{margin-top:auto;align-self:flex-start}

/* INTERNAL PAGES */
.page-hero{padding:68px 0 56px;background:var(--soft);overflow:hidden}.page-hero h1{font-size:clamp(52px,5.7vw,82px);line-height:.9;letter-spacing:-.065em;color:var(--navy);margin:0;white-space:nowrap}.page-hero h1 span{color:var(--green)}.page-hero p{font-size:16px;color:var(--muted);margin:21px 0 0;white-space:nowrap}.detail-section{padding:72px 0}.detail-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:start}.detail-copy h2,.about-copy h2{font-size:44px;line-height:.98;letter-spacing:-.05em;color:var(--navy);margin:0 0 18px}.detail-copy p,.detail-copy li,.about-copy p{color:var(--muted);font-size:16px}.detail-copy ul{padding-left:20px}.detail-box{background:var(--navy);color:#fff;border-radius:25px;padding:32px;position:sticky;top:104px}.detail-box .mini{font-size:10px;letter-spacing:.18em;color:var(--green2);font-weight:900;text-transform:uppercase}.detail-box h3{font-size:30px;line-height:1.05;margin:15px 0}.detail-box p{color:#c5d0cb;font-size:14px}.detail-box .btn{width:100%;margin-top:14px}.about-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:center}.about-photo{border-radius:24px;overflow:hidden;background:#eef3ed;max-width:340px}.about-photo img{width:100%;display:block;aspect-ratio:3/2;object-fit:cover}.contact-form{max-width:850px;margin:auto}.form-card{background:#fff;border:1px solid var(--line);border-radius:25px;padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:900;color:var(--navy)}.field input,.field textarea,.field select{border:1px solid #cbd7cf;border-radius:11px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff}.field textarea{min-height:150px;resize:vertical}.form-actions{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}
footer{border-top:1px solid var(--line);padding:32px 0 38px;width:min(100% - 60px,1360px);margin:auto;display:flex;justify-content:space-between;gap:20px;align-items:center;color:#77837e;font-size:11px}.footer-brand img{width:180px;display:block}.footer-links{display:flex;gap:18px;font-weight:800}

/* DESKTOP COMPRESSION */
@media (min-width:901px) and (max-width:1250px){
  .wrap,.navin{width:calc(100% - 44px)}
  .links{gap:14px;font-size:11px}.brand img{width:185px}.navin{gap:12px}
  .hero{grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr)}.hero h1{font-size:clamp(38px,4.3vw,68px)}.hero-single-image{margin-left:-24px}.hero-single-image img{height:330px}
  .method-step-head{grid-template-columns:42px 42px minmax(0,1fr);column-gap:6px}.step-number{font-size:27px}.step-icon{width:42px;height:42px}.step-icon svg{width:40px;height:40px}.step-title{font-size:18px}.method-step-head p{font-size:10px}.method-step li{font-size:11px}.method-step{padding-right:14px}.method-step:nth-child(2),.method-step:last-child{padding-left:16px}
  .aud-card{padding:26px}.aud-card h3{font-size:28px}.aud-card p{font-size:13px}.offer{padding:20px}.offer h3{font-size:22px}.offer p{font-size:11px}.route p{font-size:11px}.route h3{font-size:27px}
}

/* FINAL DESKTOP SAFETY */
@media (min-width:901px){
  html,body{max-width:100%;overflow-x:hidden}
  .method-step-head>div:last-child,.method-step-head>div:last-child p{min-width:0}
  .hero-copy,.hero-visual,.method-step,.offer,.route,.aud-card{min-width:0}
}

/* MOBILE */
@media(max-width:900px){
 .wrap{width:min(100% - 44px,680px)}.navin{height:76px;width:calc(100% - 36px)}.brand img{width:190px}.links,.navin>.btn,.language-switch{display:none}.menu{display:block}.mobile-panel{top:76px}.mobile-language{display:flex}
 .hero{display:block;min-height:0}.hero-copy{padding:50px 22px 34px}.hero-copy-inner{max-width:680px}.hero h1{font-size:clamp(48px,13vw,70px);white-space:normal}.hero h1 span{white-space:normal}.hero-lead{font-size:16px;max-width:680px;margin:22px 0 24px}.hero-visual{padding:0 22px 46px}.hero-single-image{width:100%;margin:0;border-radius:22px}.hero-single-image img{height:auto;aspect-ratio:1.35;object-fit:cover}
 .section{padding:70px 0}.section-head{display:block;margin-bottom:30px}.section-head p{margin-top:16px;white-space:normal}.audience,.offers,.routes{grid-template-columns:1fr}.aud-card{min-height:275px}.aud-card h3{font-size:34px;white-space:normal}.aud-card p,.aud-card a{white-space:normal}
 .method-section{padding:70px 0 48px}.method-lead{font-size:16px;white-space:normal}.method-steps{grid-template-columns:1fr;margin-top:40px}.method-step,.method-step:nth-child(2),.method-step:last-child{border-right:0;border-bottom:1px solid #334b56;padding:25px 0;min-height:0}.method-step:last-child{border-bottom:0}.method-step-head{grid-template-columns:50px 48px minmax(0,1fr);column-gap:8px}.method-step-head p,.method-step li{white-space:normal}.method-step ul{margin-top:20px}.method-footer{white-space:normal}
 .offer{min-height:280px}.offer h3,.route h3{white-space:normal}.offer p,.route p{white-space:normal}.route{min-height:275px}.page-hero{padding:60px 0 50px}.page-hero h1{font-size:52px;white-space:normal}.page-hero p{white-space:normal}.detail-section{padding:65px 0}.detail-grid,.about-grid{grid-template-columns:1fr}.detail-box{position:static}.about-photo{max-width:380px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}footer{width:calc(100% - 44px);display:block;padding:30px 0 36px}.footer-links{margin-top:18px;flex-wrap:wrap}
}
@media(max-width:480px){.brand img{width:178px}.hero-copy{padding-top:42px}.hero h1{font-size:47px}.section h2{font-size:43px}.aud-card{padding:27px}.offer,.route,.form-card{padding:26px}.page-hero h1{font-size:45px}.detail-copy h2,.about-copy h2{font-size:40px}}


/* V11 FINAL MICRO-POLISH — controlled wrapping and balanced spacing */
@media (min-width:901px){
  /* Keep the three method columns fully inside the viewport. */
  .method-steps{grid-template-columns:repeat(3,minmax(0,1fr));}
  .method-step-head{grid-template-columns:42px 44px minmax(0,1fr);column-gap:8px;}
  .step-number{font-size:28px;}
  .step-icon{width:44px;height:44px;}
  .step-icon svg{width:42px;height:42px;}
  .step-title{font-size:21px;letter-spacing:.02em;}
  .method-step-head p{font-size:10.5px;line-height:1.15;white-space:nowrap;}
  .method-step li{font-size:11.5px;white-space:nowrap;}

  /* Offers: four equal cards + a clean project entry point. */
  .offers-layout{display:grid;grid-template-columns:minmax(0,3.75fr) minmax(260px,1.15fr);gap:34px;align-items:stretch;}
  .offers{min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
  .offer{padding:22px 20px;min-width:0;min-height:300px;}
  .offer h3{font-size:clamp(20px,1.72vw,25px);white-space:nowrap;}
  .offer .price{font-size:12.5px;white-space:nowrap;}
  .offer p{font-size:11.5px;line-height:1.32;margin:14px 0 18px;white-space:normal;text-wrap:balance;max-width:100%;}

  .project-callout{border-left:1px solid #cbd8d0;padding:4px 0 4px 30px;display:flex;flex-direction:column;min-width:0;}
  .project-intro{color:var(--muted);font-size:11.5px;line-height:1.35;margin:0 0 18px;white-space:normal;text-wrap:balance;}
  .project-callout .mini{font-size:9.5px;letter-spacing:.17em;text-transform:uppercase;color:#6d7a74;font-weight:900;white-space:nowrap;}
  .project-callout h3{font-size:clamp(27px,2.3vw,34px);line-height:.98;letter-spacing:-.045em;color:var(--navy);margin:16px 0 10px;white-space:nowrap;}
  .project-callout > p:not(.project-intro){color:var(--muted);font-size:12.5px;line-height:1.35;margin:0;white-space:normal;text-wrap:balance;max-width:100%;}
  .project-callout .btn{margin-top:auto;align-self:flex-start;}

  /* Audience: don't let one short sentence fall into a lonely orphan line. */
  .aud-card p{font-size:13px;white-space:nowrap;}

  /* Internal page lead lines stay clean on desktop. */
  .page-hero p{font-size:15px;white-space:nowrap;}
}

@media (min-width:901px) and (max-width:1150px){
  .wrap,.navin{width:calc(100% - 44px)}
  .offers-layout{grid-template-columns:minmax(0,3.5fr) minmax(245px,1.25fr);gap:24px;}
  .project-callout{padding-left:22px;}
  .offer{padding:20px 16px;}
  .offer h3{font-size:20px;}
  .offer p{font-size:10.5px;}
  .project-callout h3{font-size:27px;}
  .project-callout > p:not(.project-intro),.project-intro{font-size:11px;}
  .method-step-head{grid-template-columns:38px 40px minmax(0,1fr);column-gap:6px;}
  .step-number{font-size:26px;}.step-icon{width:40px;height:40px}.step-icon svg{width:38px;height:38px}.step-title{font-size:18px}.method-step-head p{font-size:9.5px}.method-step li{font-size:10.5px}
}

@media (max-width:900px){
  .offers-layout{display:block;}
  .project-callout{border-left:0;border-top:1px solid #cbd8d0;padding:30px 0 0;margin-top:30px;}
  .project-intro,.project-callout > p:not(.project-intro){white-space:normal;text-wrap:balance;}
}

.desktop-break{display:block;}
@media (max-width:900px){.desktop-break{display:none;}}

/* FINAL AUDIENCE POLISH — icon-led, no synthetic photography */
.aud-top{display:flex;align-items:center;justify-content:space-between;min-height:54px}
.aud-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef5ea;color:var(--green);flex:0 0 auto}
.aud-icon svg{width:31px;height:31px;display:block}
.aud-icon svg path,.aud-icon svg circle,.aud-icon svg rect{fill:none;stroke:currentColor;stroke-width:1.8;vector-effect:non-scaling-stroke}
.aud-card h3{margin-top:24px}
.aud-card p{line-height:1.4}
.aud-cta{display:flex!important;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;margin-top:auto!important;padding:13px 18px!important;border-radius:999px;border:1px solid transparent;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease;color:var(--navy)!important}
.aud-cta span{font-size:17px;line-height:1}
.aud-cta:hover{transform:translateY(-1px)}
.cta-green{background:var(--green);color:#fff!important;border-color:var(--green)}
.cta-navy{background:var(--navy);color:#fff!important;border-color:var(--navy)}
.cta-outline{background:#fff;border-color:#b8c9be}
.about-copy h2 span{color:var(--green)}
@media (min-width:901px){
  .aud-card{min-height:330px;padding:28px 30px}
  .aud-card h3{font-size:clamp(25px,2.2vw,32px)}
  .aud-card p{white-space:normal;max-width:100%}
  .about-copy h2{line-height:1.02}
}
@media (max-width:900px){
  .aud-card{min-height:280px}
  .aud-card h3{white-space:normal}
  .aud-card p{white-space:normal}
  .about-copy h2{line-height:1.02}
}


/* FINAL V11 — approved audience imagery */
.aud-card{position:relative;overflow:hidden;padding-right:42%!important;}
.aud-card .aud-top,.aud-card h3,.aud-card>p,.aud-card .aud-cta{position:relative;z-index:3;}
.aud-media{position:absolute;z-index:1;top:0;right:0;width:43%;height:100%;overflow:hidden;border-radius:0 24px 24px 0;}
.aud-media:before{content:"";position:absolute;z-index:2;inset:-8% 46% -8% -42%;background:#fff;border-radius:50%;pointer-events:none;}
.aud-media img{width:100%;height:100%;display:block;object-fit:cover;}
@media (min-width:901px){
  .aud-card h3{font-size:clamp(23px,1.9vw,30px)!important;}
  .aud-card p{font-size:12.5px!important;line-height:1.35!important;}
}
@media (max-width:900px){
  .aud-card{padding-right:27px!important;min-height:340px;}
  .aud-media{position:relative;top:auto;right:auto;width:calc(100% + 54px);height:155px;margin:22px -27px -27px;border-radius:0 0 24px 24px;}
  .aud-media:before{display:none;}
}


/* FINAL REDO — return to the approved icon-only audience cards */
.aud-card{padding-right:30px!important;overflow:hidden!important;}
.aud-card .aud-top,.aud-card h3,.aud-card>p,.aud-card .aud-cta{position:relative;z-index:2;}
.aud-media{display:none!important;}
@media (min-width:901px){
  .aud-card{min-height:330px!important;}
  .aud-card h3{font-size:clamp(25px,2.2vw,32px)!important;}
  .aud-card p{font-size:13px!important;line-height:1.4!important;white-space:normal!important;}
  .detail-copy h2{max-width:1000px;text-wrap:balance;}
  .detail-copy h2 br{display:block;}
  .offer-1to1 .detail-copy li:nth-child(2){max-width:760px;}
}
@media (max-width:900px){
  .aud-card{padding-right:27px!important;min-height:280px!important;}
  .detail-copy h2{text-wrap:balance;}
}

/* PREMIUM AUDIENCE VISUAL LAYER — restrained field motifs */
@media (min-width:901px){
  .aud-card{position:relative;overflow:hidden!important;background:#fff;box-shadow:0 10px 28px rgba(7,24,36,.035);}
  .aud-card::after{content:"";position:absolute;right:-34px;bottom:-78px;width:300px;height:300px;border-radius:50%;background:linear-gradient(145deg,rgba(238,245,234,.72),rgba(255,255,255,0));z-index:0;pointer-events:none;}
  .aud-card::before{content:"";position:absolute;right:8px;top:18px;width:230px;height:230px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.075;z-index:0;pointer-events:none;}
  .aud-card:nth-child(1)::before{background-image:url('assets/motif-ball.svg');}
  .aud-card:nth-child(2)::before{background-image:url('assets/motif-tactics.svg');}
  .aud-card:nth-child(3)::before{background-image:url('assets/motif-stadium.svg');}
  .aud-card .aud-top,.aud-card h3,.aud-card>p,.aud-card .aud-cta{z-index:2;}
  .aud-card h3{letter-spacing:-.045em;}
  .aud-card p{max-width:92%;}
}

/* About portrait: keep the original photo, but give it a smaller, sharper presentation. */
.about-photo{max-width:330px;box-shadow:0 12px 30px rgba(7,24,36,.06);}
.about-photo img{aspect-ratio:auto;object-fit:contain;}
@media (max-width:900px){.about-photo{max-width:280px;}}

/* FORM SECURITY */
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
