:root {
  --ink: #102a33;
  --ink-soft: #173943;
  --paper: #f3f5f4;
  --paper-deep: #e2e9e8;
  --white: #ffffff;
  --accent: #62c3bd;
  --accent-dark: #247d7a;
  --signal: #4d7890;
  --muted: #647277;
  --line: rgba(16, 42, 51, .16);
  --wrap: min(1180px, calc(100vw - 48px));
  --radius: 2px;
  --sans: "Aptos", "Helvetica Neue", Arial, sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); background: var(--accent); color: var(--ink); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(24, 26, 27, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(12px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand, .custom-logo-link { display: inline-flex; align-items: center; }
.brand img, .custom-logo { width: 250px; max-height: 58px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; text-decoration: none; font-size: 15px; font-weight: 720; letter-spacing: .02em; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.42); }
.nav-cta:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 11px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: white; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 800px; height: 100svh; max-height: 980px; color: var(--white); background: var(--ink); overflow: hidden; display: flex; flex-direction: column; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 44%, rgba(98,195,189,.18), transparent 29%), linear-gradient(125deg, rgba(255,255,255,.035), transparent 36%); }
.hero-grid { position: absolute; inset: 0 0 0 54%; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 70px 70px; transform: skewX(-10deg) scale(1.1); transform-origin: bottom; }
.hero-inner { position: relative; flex: 1; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; padding-top: 94px; }
.hero-copy { max-width: 800px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--accent-dark); font-size: 13px; line-height: 1.3; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.hero .eyebrow, .activities-section .section-kicker { color: var(--accent); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(3.7rem, 7vw, 7.5rem); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; font-stretch: condensed; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 680px; margin: 34px 0 0; color: rgba(255,255,255,.75); font-size: clamp(1.12rem, 1.65vw, 1.42rem); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 0; border-radius: 0; text-decoration: none; font: inherit; font-size: 15px; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover { background: #81d5d0; }
.text-link { color: white; text-decoration: none; font-weight: 760; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 4px; }
.text-link span { color: var(--accent); margin-left: 8px; }
.hero-mark { position: relative; width: min(29vw, 350px); aspect-ratio: .76; justify-self: end; }
.hero-mark .tower { position: absolute; bottom: 0; background: var(--white); }
.tower-one { left: 0; width: 23%; height: 48%; }
.tower-two { left: 34%; width: 23%; height: 72%; }
.tower-three { right: 0; width: 29%; height: 100%; background: var(--signal) !important; }
.hero-mark .connector { position: absolute; left: 0; right: 0; top: 42%; height: 13%; background: var(--accent); }
.hero-foot { position: relative; display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.hero-foot span { flex: 1; padding: 19px 20px; border-right: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.62); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.hero-foot span:first-child { padding-left: 0; }

.section { padding: 120px 0; }
.split-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 70px; }
.split-heading h2, .section-head h2, .method-title h2, .contact-section h2, .tranciotto-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.split-heading > div { max-width: 850px; }
.large-copy { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.48; }
.split-heading > div > p:last-child { max-width: 700px; color: var(--muted); }

.activities-section { background: var(--ink); color: white; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.section-head h2 { max-width: 760px; }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.activity-card { position: relative; min-height: 520px; padding: 42px 38px; background: var(--ink-soft); overflow: hidden; }
.activity-card.featured { background: #202324; }
.activity-card.warm { background: #1b3f49; }
.activity-card::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.activity-card:hover::after { transform: scaleX(1); }
.card-number { display: block; color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: .15em; }
.card-icon { height: 108px; margin: 70px 0 34px; position: relative; }
.card-icon:not(.blocks):not(.circle) span { position: absolute; left: 0; height: 13px; background: var(--accent); }
.card-icon:not(.blocks):not(.circle) span:nth-child(1) { top: 0; width: 88px; }
.card-icon:not(.blocks):not(.circle) span:nth-child(2) { top: 32px; width: 67px; }
.card-icon:not(.blocks):not(.circle) span:nth-child(3) { top: 64px; width: 88px; }
.card-icon.blocks span { position: absolute; width: 47px; height: 47px; border: 3px solid var(--accent); }
.card-icon.blocks span:nth-child(1) { left: 0; top: 0; }
.card-icon.blocks span:nth-child(2) { left: 55px; top: 0; background: var(--accent); }
.card-icon.blocks span:nth-child(3) { left: 27px; top: 55px; }
.card-icon.circle span { position: absolute; width: 100px; height: 100px; border: 3px solid var(--accent); border-radius: 50%; }
.card-icon.circle span::after { content: ""; position: absolute; width: 44px; height: 44px; right: -15px; bottom: -8px; background: var(--signal); }
.activity-card h3 { margin: 0 0 17px; font-size: 1.55rem; }
.activity-card p { color: rgba(255,255,255,.7); }
.activity-card ul { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.activity-card li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; color: rgba(255,255,255,.62); }

.method-section { background: var(--paper-deep); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.method-title { position: sticky; top: 130px; align-self: start; }
.method-list { list-style: none; margin: 0; padding: 0; }
.method-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 38px 0; border-top: 1px solid var(--line); }
.method-list li:last-child { border-bottom: 1px solid var(--line); }
.method-list > li > span { color: var(--accent-dark); font-size: 13px; font-weight: 900; }
.method-list h3 { margin: 0 0 8px; font-size: 1.45rem; }
.method-list p { margin: 0; color: var(--muted); }

.participation-section { color: white; background: #0b2129; }
.participation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: center; }
.participation-section h2 { margin: 0; max-width: 500px; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.cse-card { display: grid; grid-template-columns: 190px 1fr; min-height: 420px; border: 1px solid rgba(255,255,255,.18); background: #12313a; }
.cse-card-top { display: flex; flex-direction: column; justify-content: space-between; padding: 38px 30px; background: var(--accent); color: var(--ink); }
.participation-value { font-family: var(--display); font-size: 4.4rem; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.participation-label { font-size: 12px; font-weight: 850; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
.cse-card-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; }
.company-type { margin: 0 0 26px; color: var(--accent); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.cse-card h3 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.company-focus { margin: 14px 0 22px; color: var(--accent); font-size: 1.2rem; font-weight: 800; }
.cse-card-body > p:not(.company-type):not(.company-focus) { max-width: 620px; color: rgba(255,255,255,.72); }
.company-link { margin-top: 18px; padding-bottom: 4px; color: white; text-decoration: none; font-weight: 800; border-bottom: 1px solid var(--accent); }
.company-link span { margin-left: 8px; color: var(--accent); }

.tranciotto-section { min-height: 820px; display: grid; grid-template-columns: 1.18fr .82fr; background: #f5a900; }
.tranciotto-gallery { min-width: 0; min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.35fr .65fr; gap: 5px; padding: 5px; background: var(--ink); }
.tranciotto-shot { min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--ink-soft); }
.tranciotto-shot-main { grid-column: 1 / -1; }
.tranciotto-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .4s ease; }
.tranciotto-shot-main img { object-position: center 54%; }
.tranciotto-shot:hover img { transform: scale(1.025); filter: saturate(1.04) contrast(1.02); }
.tranciotto-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 8vw, 120px); background: #f5a900; color: #141414; }
.section-kicker.light { color: rgba(20,20,20,.62); }
.tranciotto-logo { width: 118px; margin-bottom: 34px; }
.tranciotto-copy h2 { font-size: clamp(2.6rem, 4vw, 4.6rem); }
.tranciotto-copy > p:not(.section-kicker):not(.microcopy) { max-width: 570px; font-size: 1.1rem; }
.location-pill { display: flex; align-items: center; gap: 16px; margin-top: 24px; padding: 13px 20px; background: rgba(255,255,255,.64); }
.location-pill > span { font-size: 28px; }
.location-pill div { font-size: 14px; line-height: 1.4; }
.microcopy { margin-top: 22px; font-size: 13px; color: rgba(20,20,20,.62); }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-section h2 { margin-bottom: 30px; }
.contact-section .large-copy { max-width: 580px; }
.contact-data { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-data > div { padding-top: 16px; border-top: 1px solid var(--line); }
.contact-data span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-data p { margin: 8px 0 0; font-size: 15px; }
.contact-panel { padding: 46px; background: white; box-shadow: 0 22px 70px rgba(24,26,27,.08); }
.contact-form { display: grid; gap: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.contact-form label > span { color: var(--muted); font-weight: 500; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aaa; border-radius: 0; background: transparent; padding: 11px 0; color: var(--ink); font: inherit; font-size: 16px; outline: 0; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent-dark); }
.contact-form textarea { resize: vertical; }
.privacy-check { grid-template-columns: 20px 1fr; align-items: start; font-weight: 500 !important; line-height: 1.4; }
.privacy-check input { margin-top: 4px; accent-color: var(--accent-dark); }
.contact-form .button { justify-self: start; min-width: 190px; gap: 24px; }
.honeypot { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 24px; padding: 14px 16px; font-size: 14px; font-weight: 700; }
.form-notice.success { background: #e8f5e8; color: #215b27; }
.form-notice.error { background: #fff0ed; color: #8b2e20; }

.site-footer { padding: 75px 0 28px; color: rgba(255,255,255,.7); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 50px; }
.footer-logo { width: 240px; margin-bottom: 20px; }
.site-footer h2 { margin: 0 0 14px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.site-footer p, .site-footer a { font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; }
.footer-links { display: flex; align-items: center; gap: 24px; }
.tranciotto-site-button { margin-top: 24px; color: white; background: #141414; }
.tranciotto-site-button:hover { color: #141414; background: white; }

.page-main { min-height: 70vh; padding: 170px 0 110px; }
.page-content { max-width: 900px; }
.page-content h1 { margin: 0 0 48px; font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); line-height: .95; text-transform: uppercase; }
.entry-content { font-size: 18px; }
.post-card { padding: 40px 0; border-bottom: 1px solid var(--line); }
.post-card h2 { margin: 0 0 15px; font-size: 2rem; }
.post-card h2 a { text-decoration: none; }

.will-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.will-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 38px, 760px); }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 22px; padding: 100px 30px 50px; background: var(--ink); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  .site-nav a { font-family: var(--display); font-size: 2.4rem; text-transform: uppercase; }
  .site-nav .nav-cta { border: 0; padding: 0; color: var(--accent); }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { height: auto; min-height: 850px; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 70px; }
  .hero-mark { position: absolute; width: 240px; right: 0; bottom: 50px; opacity: .16; }
  .split-heading, .method-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .participation-grid { grid-template-columns: 1fr; gap: 50px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 0; }
  .method-title { position: static; }
  .tranciotto-section { grid-template-columns: 1fr; }
  .tranciotto-gallery { min-height: 700px; }
  .tranciotto-copy { padding: 70px max(24px, calc((100vw - 760px) / 2)); }
  .cse-card { grid-template-columns: 160px 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 640px) {
  :root { --wrap: calc(100% - 32px); }
  body { font-size: 16px; }
  .header-inner { min-height: 74px; }
  .brand img, .custom-logo { width: 205px; }
  .hero { min-height: 760px; }
  .hero-inner { padding-top: 122px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-foot span { padding: 15px 9px; font-size: 10px; }
  .section { padding: 82px 0; }
  .split-heading { gap: 24px; }
  .section-head { display: block; }
  .activity-card { padding: 34px 26px; }
  .card-icon { margin-top: 46px; }
  .tranciotto-gallery { min-height: 620px; grid-template-rows: 1.2fr .8fr; }
  .tranciotto-copy { padding: 60px 22px; }
  .contact-data, .field-row { grid-template-columns: 1fr; }
  .cse-card { grid-template-columns: 1fr; }
  .cse-card-top { min-height: 150px; }
  .cse-card-body { padding: 38px 26px; }
  .contact-panel { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .will-reveal { opacity: 1; transform: none; }
}
