:root, html {
--color-accent: #14502f; --color-accent-100: #eaf1ec; --color-accent-200: #b9d2c2; --color-accent-300: #7fa38e;
--color-accent-400: #e8b94e; --color-accent-500: #14502f; --color-accent-600: #0f4027; --color-accent-700: #073b2b;
--color-accent-800: #0a3327; --color-accent-900: #092f25;
--color-accent-2: #14502f; --color-accent-2-500: #14502f; --color-accent-2-700: #073b2b; --color-accent-2-900: #092f25;
--color-bg: #f7f7f2; --color-text: #17241f; --color-divider: #d9e1da;
}
body { margin: 0; background: var(--color-bg); }
.p {
--color-accent: #14502f; --color-accent-100: #eaf1ec; --color-accent-200: #b9d2c2; --color-accent-300: #7fa38e;
--color-accent-400: #e8b94e; --color-accent-600: #0f4027; --color-accent-700: #073b2b; --color-accent-900: #092f25;
--color-bg: #f7f7f2; --color-text: #17241f; --color-divider: #d9e1da;
--green: #14502f; --green2: #073b2b; --dark: #092f25; --navy: #172c3b; --ink: #17241f;
--muted: #5d6b65; --line: #d9e1da; --paper: #f2f5f1; --gold: #e8b94e; --amber: #e8b94e;
--mark: color-mix(in srgb, #17241f 55%, transparent);
font-family: var(--font-body); color: #17241f;
}
.p h1, .p h2, .p h3 { font-family: var(--font-heading); letter-spacing: -0.02em; }
.p a { color: var(--green); text-decoration: none; }
.p a:hover { color: var(--green2); }
.p .navlink { color: var(--dark); font-weight: 600; position: relative; }
.p .navlink::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 3px; background: var(--green); transition: right .28s ease; }
.p .navlink:hover::after, .p .navlink.on::after { right: 0; }
.p .cta { background: var(--green); color: #fff; font-weight: 700; padding: 14px 26px; border: 0; cursor: pointer; font-family: var(--font-heading); font-size: 15px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; display: inline-block; }
.p .cta:hover { background: var(--green2); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(9, 47, 37,.35); }
@keyframes pRise { from { opacity: 0; translate: 0 28px; } to { opacity: 1; translate: 0 0; } }
.p [data-reveal] { animation: pRise .75s cubic-bezier(.22,.8,.3,1) both; }
@keyframes pMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.p .track { display: flex; width: max-content; animation: pMarquee 34s linear infinite; }
.p .marquee:hover .track { animation-play-state: paused; }
@keyframes pPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.7); } }
.p .pulse { animation: pPulse 1.6s ease-in-out infinite; }
@keyframes pSweep { from { transform: translateX(-100%); } to { transform: translateX(220%); } }
.p .sweep { position: absolute; top: 0; bottom: 0; width: 32%; background: linear-gradient(90deg, transparent, rgba(9, 47, 37,.22), transparent); animation: pSweep 9s ease-in-out infinite; pointer-events: none; }
@keyframes pHero { 0% { opacity: 0; transform: scale(1.04); } 2.5% { opacity: 1; } 28% { opacity: 1; } 32% { opacity: 0; transform: scale(1.14); } 100% { opacity: 0; transform: scale(1.04); } }
.p .heroimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: pHero 24s ease-in-out infinite; }
.p [data-spot] { position: relative; isolation: isolate; }
.p [data-spot]::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0; transition: opacity .45s ease; background: radial-gradient(620px circle at var(--mx,50%) var(--my,50%), rgba(9, 47, 37,.12), transparent 62%); }
.p [data-spot]:hover::before { opacity: 1; }
.p [data-spot] > * { position: relative; z-index: 1; }
.p .card { background: #fff; border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; transform: perspective(900px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(var(--ty,0px)); }
.p .card:hover { --ty: -6px; box-shadow: 0 18px 44px rgba(29,45,61,.16); border-color: var(--color-accent-400); }
.p .g3 { grid-template-columns: repeat(3, 1fr); }
.p .g2 { grid-template-columns: 1fr 1fr; }
.p .g2a { grid-template-columns: 1fr 1.15fr; }
.p .g4 { grid-template-columns: repeat(4, 1fr); }
.p :focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }
@media (max-width: 1040px) {
.p .unav { flex-wrap: wrap; row-gap: 14px; }
.p .unav-links { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 17px; border-top: 1px solid var(--line); padding-top: 14px; }
.p .unav-links .cta { margin-left: auto; }
.p .g3, .p .g4 { grid-template-columns: repeat(2, 1fr); }
.p .g2, .p .g2a { grid-template-columns: 1fr; gap: 40px !important; }
.p section { padding-left: 28px !important; padding-right: 28px !important; }
}
@media (max-width: 700px) {
.p .g3, .p .g2, .p .g2a, .p .g4 { grid-template-columns: 1fr; }
.p h1 { font-size: clamp(32px, 9vw, 44px) !important; }
.p h2 { font-size: clamp(26px, 7vw, 34px) !important; }
.p section { padding: 56px 20px !important; }
.p nav, .p footer { padding-left: 20px !important; padding-right: 20px !important; }
}
@media (prefers-reduced-motion: reduce) { .p [data-reveal] { animation: none !important; } .p .track, .p .pulse, .p .sweep { animation: none !important; } .p .heroimg { animation: none !important; opacity: 1 !important; } .p .card { transform: none !important; } .p [data-spot]::before { display: none; } }
image-slot { display: block; filter: saturate(.88) contrast(1.05) brightness(.97); box-shadow: 0 28px 60px rgba(29, 45, 61, .3); outline: 1px solid rgba(9, 47, 37, .25); outline-offset: -1px; }
/* Industry system: blueprint framing, marks, duotone */
.p .card { background: transparent; border: 1px solid var(--color-divider); border-radius: 0; display: block; }
.p .card:hover { border-color: var(--color-accent); box-shadow: none; }
.p .blueprint > .corner { position: absolute; width: 11px; height: 11px; color: var(--mark); }
.p .blueprint > .corner::before, .p .blueprint > .corner::after { content: ""; position: absolute; background: currentColor; }
.p .blueprint > .corner::before { left: 5px; top: 0; width: 1px; height: 100%; }
.p .blueprint > .corner::after { top: 5px; left: 0; width: 100%; height: 1px; }
.p .blueprint > .corner.tl { top: -6px; left: -6px; }
.p .blueprint > .corner.tr { top: -6px; right: -6px; }
.p .blueprint > .corner.bl { bottom: -6px; left: -6px; }
.p .blueprint > .corner.br { bottom: -6px; right: -6px; }
.p .card.blueprint { position: relative; }
.p .cta { border-radius: 0; position: relative; }
.p .cta::before, .p .cta::after { content: ''; position: absolute; left: -6px; right: -6px; height: 11px; pointer-events: none; background-image: linear-gradient(var(--mark), var(--mark)), linear-gradient(var(--mark), var(--mark)), linear-gradient(var(--mark), var(--mark)), linear-gradient(var(--mark), var(--mark)); background-size: 1px 11px, 1px 11px, 11px 1px, 11px 1px; background-repeat: no-repeat; }
.p .cta::before { top: -6px; background-position: 5px 0, calc(100% - 5px) 0, 0 5px, 100% 5px; }
.p .cta::after { bottom: -6px; background-position: 5px 0, calc(100% - 5px) 0, 0 5px, 100% 5px; }
.p .cta:hover { transform: none; box-shadow: none; background: var(--color-accent-600); }
.p .cta:active { background: var(--color-accent-700); }
.p .shotframe { position: relative; overflow: visible; border: 1px solid var(--color-divider); border-radius: 0; }
.p image-slot, .p .duotone { position: relative; overflow: hidden; }
.p image-slot { filter: grayscale(1) contrast(1.06) brightness(.99); box-shadow: none; outline: 1px solid var(--color-divider); outline-offset: -1px; }
.p image-slot::after, .p .duotone::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: var(--color-accent); mix-blend-mode: color; }
.p image-slot[id^="prosg-hero-graphic"] { filter: none; }
.p .herogrid { background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(100deg, transparent 30%, #000 100%); -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000 100%); pointer-events: none; }
.p .heroshot { animation: heroDrift 34s ease-in-out infinite alternate; will-change: transform; }
@keyframes heroDrift { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.11) translate3d(-1.4%, -1%, 0); } }
@media (prefers-reduced-motion: reduce) { .p .heroshot { animation: none; } }
.p .trustbar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 860px) { .p .trustbar { grid-template-columns: 1fr; } }
.p image-slot[id^="prosg-hero-graphic"]::after { display: none; }

.p img.shot { filter: grayscale(1) contrast(1.06); }
.p .cnav { width: 44px; height: 44px; display: grid; place-items: center; background: transparent; border: 1px solid var(--color-divider); border-radius: 0; color: var(--color-text); cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.p .cnav:hover { border-color: var(--color-accent); color: var(--color-accent); background: color-mix(in srgb, var(--color-accent) 10%, transparent); }
.p .cnav:active { background: color-mix(in srgb, var(--color-accent) 18%, transparent); }
.p .ctrack { display: flex; align-items: flex-start; gap: 0; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 34px max(0px, calc(50% - clamp(220px, 25vw, 320px) / 2)) 38px; cursor: grab; }
.p .ctrack::-webkit-scrollbar { display: none; }
.p .ctrack:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 4px; }
.p .cslide { --focus: 0; position: relative; flex: none; width: clamp(230px, 25vw, 320px); scroll-snap-align: center; background: transparent; }
.p .ctile { position: relative; width: auto; margin: 0 -15px; aspect-ratio: 1 / 1; background: var(--color-bg); transform-origin: center; transform: scale(.86); transition: transform .38s cubic-bezier(.22,.8,.3,1); }
.p .cslide .cshot { transition: filter .38s ease; }
.p .cslide:last-child { margin-right: 0; }
.p .cslide .corner { color: color-mix(in srgb, var(--color-text) 55%, transparent); opacity: var(--focus); }
.p .cshot { position: absolute; inset: 0; overflow: hidden; outline: 1px solid var(--color-divider); outline-offset: -1px; }
.p .cshot .g-glyph, .p .cglyph { z-index: 2; }
.p .cshot > * { position: absolute; }
.p .cshot image-slot { filter: none; outline: none; }
.p .cshot image-slot::after { background: var(--color-accent); mix-blend-mode: color; opacity: calc(1 - var(--focus) * 0.85); }
.p .ctile::after { content: ''; position: absolute; inset: 0; pointer-events: none; box-shadow: 0 calc(var(--focus) * 22px) calc(var(--focus) * 46px) rgba(29, 45, 61, calc(var(--focus) * 0.24)); }
.p .cbody { padding: 16px 2px 0; border-top: 1px solid var(--color-divider); margin-top: 14px; min-height: 200px; }
.p .cdetail { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .38s cubic-bezier(.22,.8,.3,1), opacity .3s ease; }
.p .cslide[data-on] .cdetail { max-height: 200px; opacity: 1; }
.p .cslide[data-on] .cbody { pointer-events: auto; }
.p .cref { display: flex; align-items: center; gap: 9px; color: var(--color-accent-700); font-family: var(--font-heading); font-size: 12px; letter-spacing: .16em; margin-bottom: 7px; }
.p .ctitle { font-family: var(--font-heading); font-size: clamp(18px, 1.6vw, 23px); font-weight: 600; margin: 0; line-height: 1.12; color: var(--color-text); }
.p .ctext { font-size: 13.5px; line-height: 1.58; margin: 8px 0 12px; color: var(--muted); }
.p .clink { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-heading); font-size: 13.5px; letter-spacing: .04em; color: var(--color-accent-700); border-bottom: 1px solid var(--color-accent-400); padding-bottom: 2px; }
.p .clink:hover { color: var(--color-accent-900); border-color: var(--color-accent-900); }
.p .crail { height: 1px; background: var(--color-divider); overflow: hidden; }
.p .cbar { display: block; width: 28%; height: 1px; background: var(--color-accent); }
@media (max-width: 700px) { .p .cslide { width: 76vw; } .p .ctile { margin: 0 -9px; } }
@media (prefers-reduced-motion: reduce) { .p .ctile { transform: none !important; } }

.p image-slot[src=""], .u image-slot[src=""] { filter: none; }
.p image-slot[src=""]::after, .u image-slot[src=""]::after { display: none; }

/* Soft corporate treatment: rounded surfaces, no registration marks */
.p .corner, .u .corner { display: none !important; }
.p .cta::before, .p .cta::after, .u .cta::before, .u .cta::after { display: none !important; }
.p .cta, .u .cta { border-radius: 999px !important; }
.p .cta, .u .cta { background: var(--color-accent-700) !important; color: #fff !important; display: inline-block !important; }
.p .cta:hover, .u .cta:hover { background: var(--color-accent-800) !important; }

.p .card, .u .card { border-radius: 14px !important; background: #fff !important; border: 1px solid var(--color-divider) !important; box-shadow: 0 1px 2px rgba(29,45,61,.04) !important; transition: box-shadow .28s ease, transform .28s ease, border-color .28s ease; }
.p .card:hover, .u .card:hover { box-shadow: 0 14px 34px rgba(29,45,61,.10) !important; transform: translateY(-3px); border-color: color-mix(in srgb, var(--color-accent) 40%, var(--color-divider)) !important; }
.p .shotframe, .u .shotframe { border-radius: 16px !important; overflow: hidden !important; }
.p .shotframe image-slot, .u .shotframe image-slot, .p .ctile image-slot { border-radius: inherit; }
.p image-slot[style*="inset: 0"], .u image-slot[style*="inset: 0"], .p image-slot[id^="prosg-hero-graphic"], .u image-slot[id^="prosg-hero-graphic"] { border-radius: 0 !important; }
.p .cnav { border-radius: 999px !important; }
/* click response */
.p .cnav:active { transform: scale(.9); background: var(--color-accent-700) !important; border-color: var(--color-accent-700) !important; color: #fff !important; }
.p .cnav:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 3px; }
.p .cnav { position: relative; transition: transform .18s cubic-bezier(.34,1.56,.64,1), background .2s ease, border-color .2s ease, color .2s ease; }
.p .cnav::after { content: ''; position: absolute; inset: 0; border-radius: 999px; border: 1px solid var(--color-accent); opacity: 0; transform: scale(1); pointer-events: none; }
.p .cnav[data-ping]::after { animation: pPing .55s ease-out; }
@keyframes pPing { 0% { opacity: .55; transform: scale(1); } 100% { opacity: 0; transform: scale(1.7); } }
/* services backdrop */
.p .svcbg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.p .svcbg::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--color-divider) 1px, transparent 1px), linear-gradient(90deg, var(--color-divider) 1px, transparent 1px); background-size: 72px 72px; opacity: .5; mask-image: radial-gradient(120% 90% at 50% 40%, #000 25%, transparent 78%); -webkit-mask-image: radial-gradient(120% 90% at 50% 40%, #000 25%, transparent 78%); }
.p .svcbg::after { content: ''; position: absolute; width: 120vw; height: 120vw; left: 50%; top: -35%; transform: translateX(-50%); background: radial-gradient(circle, color-mix(in srgb, var(--color-accent) 16%, transparent) 0%, transparent 62%); }
.p .svcorb { position: absolute; border-radius: 50%; background: radial-gradient(circle at 34% 30%, color-mix(in srgb, var(--color-accent) 22%, transparent), transparent 68%); animation: pDrift 26s ease-in-out infinite alternate; }
@keyframes pDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(38px,-26px,0) scale(1.12); } }
/* empty tiles read as accent plates, not dead grey */
.p .ctile image-slot[src=""] { mix-blend-mode: multiply; }
.p .cglyph { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; z-index: 0; color: var(--color-accent); opacity: .22; }
.p .cglyph svg { width: 58%; height: 58%; animation: pGlyph 9s ease-in-out infinite; }
@keyframes pGlyph { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-9px) rotate(-1.5deg); } }
.p .ctile image-slot { z-index: 1; }
.p .ctile { background: linear-gradient(145deg, color-mix(in srgb, var(--color-accent) 13%, var(--color-bg)), color-mix(in srgb, var(--color-accent-900) 9%, var(--color-bg))) !important; box-shadow: inset 0 0 0 1px var(--color-divider); }
@media (prefers-reduced-motion: reduce) { .p .svcorb { animation: none !important; } }
.p .ctile { border-radius: 18px !important; overflow: hidden; }
.p .cbody { border-top: 0 !important; }
.p button, .u button, .p input, .u input, .p select, .u select, .p textarea, .u textarea { border-radius: 10px; }

/* ---- Animated technical graphics (replace photo drops) ---- */
.p .gfx, .u .gfx, .gfx { position: absolute; inset: 0; overflow: hidden; pointer-events: none; background: linear-gradient(152deg, var(--color-accent-900) 0%, var(--color-accent-700) 58%, var(--color-accent-900) 100%); }
.gfx > * { position: absolute; pointer-events: none; }
/* in-flow use: a sized frame the graphic can fill without covering siblings */
.p .gfxframe, .u .gfxframe { position: relative; width: 100%; aspect-ratio: 4 / 3; min-height: 260px; overflow: hidden; border-radius: 16px; }
.gfx .g-grid { inset: -20%; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 72px 72px; animation: gfxPan 30s linear infinite; }
.gfx .g-sweep { left: 50%; top: 50%; width: 150%; aspect-ratio: 1; transform: translate(-50%, -50%); background: conic-gradient(from 0deg, transparent 0deg, color-mix(in srgb, var(--color-accent-300) 34%, transparent) 34deg, transparent 72deg); animation: gfxSpin 11s linear infinite; }
.gfx .g-ring { left: 50%; top: 50%; border: 1px solid color-mix(in srgb, var(--color-accent-200) 40%, transparent); border-radius: 50%; transform: translate(-50%, -50%); animation: gfxPulse 5.2s ease-out infinite; }
.gfx .g-scan { left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--gold, var(--color-accent-300)) 70%, transparent), transparent); animation: gfxScan 7s ease-in-out infinite; }
.gfx .g-node { width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent-200); box-shadow: 0 0 0 6px color-mix(in srgb, var(--color-accent-200) 18%, transparent); animation: gfxBlink 3.4s ease-in-out infinite; }
.gfx .g-glyph { inset: 0; display: grid; place-items: center; color: #fff; opacity: .2; }
.gfx .g-glyph svg { width: 44%; height: 44%; animation: gfxFloat 9s ease-in-out infinite; }
.gfx .g-vignette { inset: 0; background: radial-gradient(120% 100% at 50% 40%, transparent 30%, rgba(12,20,28,.62) 100%); }
.p .gfx-light, .u .gfx-light { background: linear-gradient(145deg, #e7eee8 0%, #d6e2d9 58%, #cbd9cf 100%); }
.p .gfx-light .g-grid, .u .gfx-light .g-grid { background-image: linear-gradient(rgba(9,47,37,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(9,47,37,.16) 1px, transparent 1px); }
.p .gfx-light .g-ring, .u .gfx-light .g-ring { border-color: rgba(9, 47, 37, .34); }
.p .gfx-light .g-glyph, .u .gfx-light .g-glyph { color: #092f25; opacity: .3; }
.p .gfx-light .g-vignette, .u .gfx-light .g-vignette { background: radial-gradient(120% 100% at 50% 40%, transparent 42%, color-mix(in srgb, var(--color-accent-900) 12%, transparent) 100%); }
.p .gfx-light .g-sweep, .u .gfx-light .g-sweep { background: conic-gradient(from 0deg, transparent 0deg, rgba(9, 47, 37, .13) 40deg, transparent 80deg); }
@keyframes gfxPan { to { transform: translate3d(72px, 72px, 0); } }
@keyframes gfxSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes gfxPulse { 0% { width: 12%; height: 12%; opacity: .95; } 100% { width: 122%; height: 122%; opacity: 0; } }
@keyframes gfxScan { 0%, 100% { top: 8%; } 50% { top: 92%; } }
@keyframes gfxBlink { 0%, 100% { opacity: .35; transform: scale(.85); } 50% { opacity: 1; transform: scale(1); } }
@keyframes gfxFloat { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(-1.5deg); } }
@media (prefers-reduced-motion: reduce) { .gfx * { animation: none !important; } }
/* ---- Hero milestone rail (timeline motif) ---- */
.p .rail, .u .rail { position: relative; background: rgba(2, 37, 29, .55); border-top: 1px solid rgba(232, 185, 78, .38); backdrop-filter: blur(3px); }
.p .rail-in, .u .rail-in { position: relative; max-width: 1260px; margin: 0 auto; padding: 30px 40px 34px; display: grid; gap: 0; }
.p .rail-line, .u .rail-line { position: absolute; left: 40px; right: 40px; top: 52px; height: 1px; background: linear-gradient(90deg, rgba(232,185,78,.9), rgba(232,185,78,.35)); transform: scaleX(0); transform-origin: left center; animation: railDraw 1.5s cubic-bezier(.22,.8,.3,1) .25s forwards; }
.p .rail-step, .u .rail-step { position: relative; padding: 0 26px 0 0; opacity: 0; animation: railIn .7s cubic-bezier(.22,.8,.3,1) forwards; }
.p .rail-step:nth-child(2), .u .rail-step:nth-child(2) { animation-delay: .5s; }
.p .rail-step:nth-child(3), .u .rail-step:nth-child(3) { animation-delay: .72s; }
.p .rail-step:nth-child(4), .u .rail-step:nth-child(4) { animation-delay: .94s; }
.p .rail-step:nth-child(5), .u .rail-step:nth-child(5) { animation-delay: 1.16s; }
.p .rail-num, .u .rail-num { position: relative; z-index: 1; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #092f25; border: 1px solid rgba(232,185,78,.6); color: #e8b94e; font-family: var(--font-heading); font-size: 14px; font-weight: 700; letter-spacing: .06em; margin-bottom: 14px; }
.p .rail-step::after, .u .rail-step::after { content: ''; position: absolute; left: 21px; top: 21px; width: 8px; height: 8px; border-radius: 50%; background: #e8b94e; opacity: 0; animation: railPing 3.4s ease-out infinite; }
.p .rail-step:nth-child(3)::after, .u .rail-step:nth-child(3)::after { animation-delay: .85s; }
.p .rail-step:nth-child(4)::after, .u .rail-step:nth-child(4)::after { animation-delay: 1.7s; }
.p .rail-step:nth-child(5)::after, .u .rail-step:nth-child(5)::after { animation-delay: 2.55s; }
.p .rail-t, .u .rail-t { font-family: var(--font-heading); font-size: 16.5px; font-weight: 600; color: #fff; line-height: 1.2; }
.p .rail-b, .u .rail-b { font-size: 13.5px; line-height: 1.45; color: #cfe0d4; margin-top: 4px; max-width: 26ch; }
@keyframes railDraw { to { transform: scaleX(1); } }
@keyframes railIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes railPing { 0% { opacity: .9; transform: scale(1); } 70%, 100% { opacity: 0; transform: scale(3.4); } }
@media (max-width: 900px) { .p .rail-in, .u .rail-in { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px 0; } .p .rail-line, .u .rail-line { display: none; } }
@media (max-width: 560px) { .p .rail-in, .u .rail-in { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .p .rail-line, .u .rail-line, .p .rail-step, .u .rail-step, .p .rail-step::after, .u .rail-step::after { animation: none !important; opacity: 1; transform: none; } }
/* accreditation cards: logo plate, then name and note */
.p #accreditation .card { display: flex !important; flex-direction: column; }
.p .acc-mark { height: 72px; display: flex; align-items: center; margin-bottom: 16px; }
.p .acc-logo { max-height: 72px; max-width: 170px; width: auto; height: auto; object-fit: contain; background: #fff; border-radius: 6px; }
.p .acc-mono { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--color-accent-100); color: var(--green2); font-family: var(--font-heading); font-weight: 700; font-size: 18px; letter-spacing: .06em; border: 1px solid var(--color-accent-200); }
.u .acc-cell-logo { display: block; max-width: 96px; max-height: 56px; width: auto; height: auto; object-fit: contain; }

/* ---- Hero slider ---- */
.p .hs { position: relative; display: grid; outline: none; }
.p .hs:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.p .hslide { grid-area: 1 / 1; position: relative; min-height: clamp(520px, 58vw, 720px); display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 8vw, 118px) 40px clamp(104px, 10vw, 140px); opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 0s linear 1s; }
.p .hslide.on { opacity: 1; visibility: visible; transition: opacity 1s ease; z-index: 1; }
.p .hshot { position: absolute; top: 0; right: 0; height: 100%; width: 62%; object-fit: cover; will-change: transform; }
.p .hshot.wide { width: 100%; left: 0; }
.p .hslide.on .hshot { animation: heroDrift 34s ease-in-out infinite alternate; }
.p .hshade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,37,29,.98) 0%, rgba(2,37,29,.95) 30%, rgba(2,37,29,.74) 48%, rgba(3,37,34,.3) 68%, rgba(3,30,29,.06) 100%); }
.p .hslide .herogrid { position: absolute; inset: 0; }
.p .hs-in { position: relative; max-width: 1260px; margin: 0 auto; width: 100%; }
.p .hs-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; font-family: var(--font-heading); font-size: 12.5px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.p .hs-rule { width: 46px; height: 1px; background: var(--gold); flex: none; }
.p .hs-h1 { font-family: var(--font-heading); font-size: clamp(36px, 4.8vw, 68px); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; color: #fff; margin: 0 0 22px; max-width: 16ch; text-wrap: balance; }
.p .hs-h1.big { font-size: clamp(44px, 7.4vw, 104px); line-height: .94; letter-spacing: -0.025em; max-width: 11ch; }
.p .hs-tag { font-family: var(--font-heading); font-size: clamp(19px, 2vw, 28px); font-weight: 500; line-height: 1.22; color: #fff; margin: 0 0 18px; max-width: 32ch; }
.p .hs-body { font-size: 16.5px; line-height: 1.68; color: #dfe7ef; margin: 0 0 30px; max-width: 58ch; }
.p .hs-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; }
.p .hslide.on [data-in] { animation: pRise .8s cubic-bezier(.22,.8,.3,1) both; }
.p .hslide.on [data-in]:nth-child(2) { animation-delay: .1s; }
.p .hslide.on [data-in]:nth-child(3) { animation-delay: .2s; }
.p .hslide.on [data-in]:nth-child(4) { animation-delay: .3s; }
.p .hslide.on [data-in]:nth-child(5) { animation-delay: .4s; }
.p .hs-ctl { position: absolute; left: 0; right: 0; bottom: 28px; z-index: 2; pointer-events: none; }
.p .hs-ctl-in { max-width: 1260px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.p .hs-dots { display: flex; gap: 10px; pointer-events: auto; }
.p .hs-dot { width: 44px; height: 28px; border: 0; padding: 0; background: transparent; border-radius: 4px !important; position: relative; cursor: pointer; }
.p .hs-dot::before { content: ''; position: absolute; left: 0; right: 0; top: 12px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.32); }
.p .hs-dot::after { content: ''; position: absolute; left: 0; right: 0; top: 12px; height: 4px; border-radius: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.p .hs-dot.on::after { animation: hsProg 3s linear forwards; }
/* first-visit cue: a spark that points at the slider controls */
.p .hs-hint { display: flex; align-items: center; gap: 12px; margin-left: auto; margin-right: 14px; color: #fff; font-family: var(--font-heading); font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; opacity: 0; animation: hsHintIn .7s ease .9s forwards; pointer-events: none; }
.p .hs-hint svg { display: block; color: var(--gold); animation: hsNudge 1.4s ease-in-out infinite; }
.p .hs-hint-short { display: none; }
.p .hs-spark { position: relative; width: 14px; height: 14px; flex: none; }
.p .hs-spark::before { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px 2px rgba(232,185,78,.75); }
.p .hs-spark i { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid var(--gold); animation: hsSpark 2s ease-out infinite; }
.p .hs-spark i:nth-child(2) { animation-delay: 1s; }
.p .hs-hint.is-gone { animation: hsHintOut .5s ease forwards; }
@keyframes hsHintIn { to { opacity: 1; } }
@keyframes hsHintOut { to { opacity: 0; } }
@keyframes hsSpark { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(3.2); opacity: 0; } }
@keyframes hsNudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(6px); } }
.p .hs-dot:hover::before { background: rgba(255,255,255,.55); }
.p .hs-arrows { display: flex; gap: 10px; pointer-events: auto; }
.p .hs-arrow { width: 46px; height: 46px; border-radius: 999px !important; border: 1px solid rgba(255,255,255,.45); background: rgba(2,37,29,.35); color: #fff; display: grid; place-items: center; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .18s ease; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.p .hs-arrow svg { display: block; }
.p .hs-arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.p .hs-arrow:active { transform: scale(.92); }
.p .hs-arrow:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@keyframes hsProg { to { transform: scaleX(1); } }
@media (max-width: 900px) { .p .hshot { width: 100%; left: 0; } .p .hshade { background: linear-gradient(180deg, rgba(2,37,29,.97) 0%, rgba(2,37,29,.9) 50%, rgba(3,37,34,.6) 100%); } }
@media (max-width: 700px) { .p .hslide { padding: 56px 20px 104px; min-height: 0; } .p .hs-ctl-in { padding: 0 20px; } .p .hs-dot { width: 30px; } .p .hs-dots { gap: 6px; } .p .hs-hint { margin-right: 8px; gap: 8px; font-size: 11px; letter-spacing: .12em; } .p .hs-hint-long { display: none; } .p .hs-hint-short { display: inline; } .p .hs-hint svg { width: 20px; } .p .hs-h1 { font-size: clamp(30px, 8.6vw, 44px); overflow-wrap: anywhere; } .p .hs-tag { font-size: clamp(18px, 5vw, 22px); } .p .hs-cta .cta, .p .hs-cta .ghost { padding: 13px 20px; } }
@media (max-width: 380px) { .p .hs-h1.big { font-size: clamp(38px, 12vw, 44px); } }
@media (prefers-reduced-motion: reduce) { .p .hslide { transition: none; } .p .hslide.on [data-in] { animation: none; } .p .hs-dot.on::after { animation: none; transform: scaleX(1); } .p .hslide.on .hshot { animation: none; } .p .hs-hint { opacity: 1; animation: none; } .p .hs-hint svg, .p .hs-spark i { animation: none; } }

/* ---- Our capabilities ---- */
.p .cap { position: relative; overflow: hidden; padding: 96px 40px 80px; background: #f6f7f3; background-image: linear-gradient(rgba(9,47,37,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(9,47,37,.045) 1px, transparent 1px); background-size: 84px 84px; background-position: -1px -1px; }
.p .cap-in { position: relative; max-width: 1320px; margin: 0 auto; }
.p .cap-orbit { position: absolute; right: -130px; top: -150px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(9,47,37,.16); outline: 1px solid rgba(9,47,37,.08); outline-offset: 44px; pointer-events: none; }
.p .cap-orbit span { position: absolute; left: 96px; bottom: 74px; font-family: var(--font-heading); font-size: 10.500px; letter-spacing: .32em; line-height: 1.900; text-transform: uppercase; color: rgba(9,47,37,.55); }
.p .cap-head { display: grid; grid-template-columns: minmax(0, 1.050fr) minmax(0, 1fr); gap: 40px 56px; align-items: end; margin-bottom: 40px; }
.p .cap-eyebrow { display: flex; align-items: center; gap: 14px; font-family: var(--font-heading); font-size: 12.500px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: #17241f; margin-bottom: 18px; }
.p .cap-eyebrow span { width: 30px; height: 2px; background: var(--gold); flex: none; }
.p .cap-h2 { font-family: "Source Serif 4", "Iowan Old Style", Georgia, serif !important; font-weight: 600; font-size: clamp(36px, 4.300vw, 60px); line-height: 1.020; letter-spacing: -0.028em !important; color: #0b2a20; margin: 0 0 18px; }
.p .cap-lead { font-size: 17.500px; line-height: 1.620; color: #4a5a52; margin: 0; max-width: 56ch; }
.p .cap-switch { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 16px 30px; padding-bottom: 6px; }
.p .cap-tabs { display: inline-flex; padding: 4px; background: #fff; border: 1px solid #d9e1da; border-radius: 12px; box-shadow: 0 1px 2px rgba(9,47,37,.05); }
.p .cap-tab { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 0; background: transparent; border-radius: 9px !important; font-family: var(--font-body); font-size: 15px; font-weight: 600; color: #26382f; cursor: pointer; transition: background .25s ease, color .25s ease, box-shadow .25s ease; white-space: nowrap; }
.p .cap-tab:hover { color: #073b2b; background: #eef3ef; }
.p .cap-tab.on { background: #0a3a2b; color: #fff; box-shadow: 0 6px 16px rgba(9,47,37,.28); }
.p .cap-all { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-heading); font-size: 14.500px; font-weight: 600; letter-spacing: .04em; color: #0b2a20; padding: 10px 0 8px; border-bottom: 2px solid var(--gold); }
.p .cap-all:hover { color: #073b2b; }
.p .cap-all svg { transition: transform .25s ease; }
.p .cap-all:hover svg { transform: translateX(4px); }
.p .cap-panel[hidden] { display: none; }
.p .cap-grid { display: grid; grid-template-columns: repeat(20, minmax(0, 1fr)); gap: 16px; }
.p .cap-lead-card { grid-column: span 8; }
.p .cap-card { grid-column: span 5; }
.p .cap-card.c2, .p .cap-card.c3, .p .cap-card.c4 { grid-column: span 4; }
.p .cap-grid-fm { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.p .cap-grid-fm .cap-card { grid-column: auto; }
.p .cap-top { display: flex; align-items: center; gap: 12px; font-family: var(--font-heading); }
.p .cap-no { font-size: 13px; font-weight: 700; color: #0b2a20; letter-spacing: .04em; }
.p .cap-rule { width: 26px; height: 2px; background: var(--gold); }
.p .cap-k { font-size: 10.500px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: #5d6d64; }
.p .cap-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid #e1e7e1; border-radius: 6px; padding: 22px 24px 22px; color: #17241f; min-width: 0; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease; animation: pRise .7s cubic-bezier(.22,.8,.3,1) both; animation-delay: calc(var(--i) * .05s); }
.p .cap-card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); transform: scaleY(0); transform-origin: top; transition: transform .35s cubic-bezier(.2,.7,.2,1); border-radius: 6px 0 0 6px; }
.p .cap-card:hover, .p .cap-card:focus-visible { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(9,47,37,.12); border-color: #cfd9d1; color: #17241f; }
.p .cap-card:hover::after, .p .cap-card:focus-visible::after { transform: scaleY(1); }
.p .cap-ic { width: 74px; height: 74px; margin: 20px 0 14px; color: #0b2a20; align-self: flex-start; overflow: visible; }
.p .cap-ic.sm { width: 46px; height: 46px; margin: 22px 0 16px; }
.p .cap-ic .a { stroke: var(--gold); }
.p .cap-ic circle.a { fill: var(--gold); }
.p .cap-card:hover .cap-ic { transform: translateY(-2px); }
.p .cap-ic { transition: transform .35s ease; }
.p .cap-t { font-family: var(--font-body) !important; font-size: 19.500px; font-weight: 600; letter-spacing: -0.012em !important; line-height: 1.200; margin: 0 0 8px; color: #0b2a20; }
.p .cap-b { font-size: 14.500px; line-height: 1.580; color: #56655d; margin: 0 0 16px; flex: 1; }
.p .cap-f { display: flex; align-items: center; gap: 9px; font-size: 13px; color: #33443b; margin-bottom: 14px; }
.p .cap-f svg { color: #0a3a2b; flex: none; }
.p .cap-more { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; font-family: var(--font-heading); font-size: 13.500px; font-weight: 600; letter-spacing: .05em; color: #0b2a20; padding-bottom: 5px; border-bottom: 2px solid var(--gold); }
.p .cap-more svg { transition: transform .25s ease; }
.p .cap-card:hover .cap-more svg { transform: translateX(4px); }
.p .cap-lead-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 330px; border-radius: 6px; overflow: hidden; padding: 24px 28px 28px; color: #fff; background: #092f25; isolation: isolate; box-shadow: 0 22px 48px rgba(9,47,37,.26); }
.p .cap-lead-card img { position: absolute; right: 0; top: 0; width: 66%; height: 100%; object-fit: cover; object-position: 50% 22%; z-index: -2; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.p .cap-lead-card:hover img { transform: scale(1.040); }
.p .cap-lead-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #092f25 0%, #092f25 30%, rgba(9,47,37,.82) 48%, rgba(9,47,37,.2) 78%, rgba(9,47,37,.05) 100%), linear-gradient(0deg, rgba(6,35,27,.55), transparent 45%); }
.p .cap-lead-card .cap-no, .p .cap-lead-card .cap-k { color: #fff; }
.p .cap-lead-card .cap-no { color: var(--gold); }
.p .cap-lead-body { max-width: 300px; }
.p .cap-lead-body h3 { font-family: var(--font-body) !important; font-size: clamp(26px, 2.400vw, 32px); font-weight: 600; letter-spacing: -0.02em !important; margin: 0 0 12px; color: #fff; line-height: 1.100; }
.p .cap-lead-body p { font-size: 15.500px; line-height: 1.550; color: #e3ece6; margin: 0 0 24px; }
.p .cap-lead-tags { display: flex; align-items: center; gap: 16px; font-size: 13.500px; color: #fff; flex-wrap: wrap; }
.p .cap-lead-tags span { display: inline-flex; align-items: center; gap: 8px; }
.p .cap-lead-tags svg { color: var(--gold); }
.p .cap-lead-tags i { width: 1px; height: 18px; background: rgba(255,255,255,.35); }
.p .cap-go { position: absolute; right: 24px; bottom: 26px; width: 52px; height: 52px; border-radius: 50%; background: var(--gold); color: #0b2a20; display: grid; place-items: center; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.p .cap-go svg { width: 22px; height: 22px; }
.p .cap-lead-card:hover .cap-go { transform: translateX(5px); }
.p .cap-lead-card:hover { color: #fff; }
.p .cap-diff { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 2.300fr) auto; gap: 28px 34px; align-items: center; margin-top: 18px; padding: 26px 30px; background: rgba(255,255,255,.72); border: 1px solid #e1e7e1; border-radius: 6px; }
.p .cap-diff .cap-eyebrow { margin-bottom: 10px; }
.p .cap-diff-h { font-family: "Source Serif 4", "Iowan Old Style", Georgia, serif; font-weight: 600; font-size: clamp(22px, 2.100vw, 30px); line-height: 1.150; letter-spacing: -0.02em; color: #0b2a20; margin: 0; }
.p .cap-diff-list { list-style: none; margin: 0; padding: 0 0 0 34px; border-left: 1px solid #d9e1da; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 22px; }
.p .cap-diff-list li { display: flex; gap: 14px; align-items: center; min-width: 0; }
.p .cap-diff-ic { flex: none; width: 50px; height: 50px; border-radius: 50%; background: #eaf0eb; color: #0a3a2b; display: grid; place-items: center; }
.p .cap-diff-list strong { display: block; font-size: 14.500px; font-weight: 600; color: #0b2a20; margin-bottom: 2px; }
.p .cap-diff-list small { display: block; font-size: 12.500px; line-height: 1.450; color: #5d6d64; }
.p .cap-diff-cta { display: inline-flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 26px; background: var(--gold); color: #0b2a20 !important; font-family: var(--font-body); font-weight: 600; font-size: 15px; border-radius: 6px; white-space: nowrap; box-shadow: 0 10px 24px rgba(200,160,60,.32); transition: transform .25s ease, box-shadow .25s ease; }
.p .cap-diff-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(200,160,60,.42); }
@media (max-width: 1240px) { .p .cap-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); } .p .cap-lead-card { grid-column: span 12; min-height: 300px; } .p .cap-card, .p .cap-card.c2, .p .cap-card.c3, .p .cap-card.c4 { grid-column: span 4; } .p .cap-card.c8 { grid-column: span 12; } .p .cap-diff { grid-template-columns: 1fr; } .p .cap-diff-list { padding: 22px 0 0; border-left: 0; border-top: 1px solid #d9e1da; } .p .cap-diff-cta { justify-self: start; } }
@media (max-width: 1040px) { .p .cap-head { grid-template-columns: 1fr; align-items: start; } .p .cap-switch { justify-content: flex-start; } .p .cap-orbit { display: none; } }
@media (max-width: 860px) { .p .cap-card, .p .cap-card.c2, .p .cap-card.c3, .p .cap-card.c4, .p .cap-card.c8 { grid-column: span 6; } .p .cap-grid-fm { grid-template-columns: repeat(2, minmax(0, 1fr)); } .p .cap-diff-list { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .p .cap { padding: 60px 20px 52px !important; } .p .cap-tabs { width: 100%; } .p .cap-tab { flex: 1; justify-content: center; padding: 0 10px; font-size: 14px; white-space: normal; text-align: left; line-height: 1.200; } }
@media (max-width: 560px) { .p .cap-card, .p .cap-card.c2, .p .cap-card.c3, .p .cap-card.c4, .p .cap-card.c8 { grid-column: span 12; } .p .cap-grid-fm { grid-template-columns: 1fr; } .p .cap-lead-card img { width: 100%; opacity: .55; } .p .cap-lead-shade { background: linear-gradient(0deg, #092f25 10%, rgba(9,47,37,.55) 100%); } .p .cap-diff-cta { width: 100%; justify-content: center; } }

/* ---- Standards: paper collage ---- */
.p .std { position: relative; background: #0a3a2b; color: #fff; padding: 92px 40px 84px; isolation: isolate; }
.p .std::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: .22; mix-blend-mode: soft-light; pointer-events: none; }
.p .std-in { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.120fr) minmax(0, 1fr); gap: 48px 72px; align-items: center; }
.p .std-art { container-type: inline-size; min-width: 0; }
.p .std-stage { position: relative; aspect-ratio: 10 / 8.300; font-size: 1.580cqw; font-family: var(--font-body); color: #222b26; }
.p .std-plus { position: absolute; width: 2.200em; height: 2.200em; opacity: .4; background: linear-gradient(#fff,#fff) center / 100% 1px no-repeat, linear-gradient(#fff,#fff) center / 1px 100% no-repeat; }
.p .std-block { position: absolute; left: 1%; bottom: 7%; width: 12%; aspect-ratio: 1; background: #c9a444; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); background-blend-mode: multiply; }
.p .std-photo { position: absolute; left: 5.500%; top: 17%; width: 62%; height: 72%; overflow: hidden; background: #2b3a33; clip-path: polygon(0 3%, 4% 2%, 5% 0, 38% 1%, 40% 0, 97% 1.500%, 100% 4%, 99% 40%, 100% 42%, 98.500% 96%, 96% 100%, 60% 98.500%, 58% 100%, 3% 99%, 0 96%, 1.500% 60%, 0 58%); }
.p .std-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 100% 18%; transform: scale(1.420); transform-origin: 100% 22%; filter: grayscale(1) contrast(1.080) brightness(.92); display: block; }
.p .std-photo::before { content: ''; position: absolute; inset: 0; background: #0f4632; mix-blend-mode: color; opacity: .55; z-index: 1; }
.p .std-photo::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: .5; mix-blend-mode: overlay; z-index: 1; }
.p .std-photo-cap { position: absolute; left: 7%; bottom: 8%; z-index: 2; color: #fff; font-family: var(--font-heading); font-size: 1em; letter-spacing: .3em; line-height: 1.900; text-transform: uppercase; padding-bottom: .9em; border-bottom: 1px solid rgba(255,255,255,.7); }
.p .std-path { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.p .std-path path { stroke: #e0b54c; stroke-width: 2; vector-effect: non-scaling-stroke; stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: stdDraw 2.400s cubic-bezier(.4,.1,.2,1) .4s forwards; }
.p .std-dot { position: absolute; width: 1.150em; height: 1.150em; margin: -.575em 0 0 -.575em; border-radius: 50%; background: #e0b54c; box-shadow: 0 0 0 .28em #0a3a2b, 0 0 0 .38em #e0b54c; }
.p .std-paper { position: absolute; background: linear-gradient(135deg, #f6f2e8 0%, #ebe5d6 70%, #e3dccb 100%); padding: 1.300em 1.500em; box-shadow: 0 .2em .4em rgba(0,0,0,.2), 0 1.200em 2.400em rgba(0,0,0,.32); animation: stdDrop .7s cubic-bezier(.2,.8,.3,1) both; }
.p .std-paper b { display: block; font-family: var(--font-heading); font-weight: 700; font-size: 2em; letter-spacing: .01em; color: #1b231f; line-height: 1; }
.p .std-paper b.sm { font-size: 1.150em; letter-spacing: .08em; margin-bottom: .8em; }
.p .std-paper b.nm { font-family: var(--font-body); letter-spacing: 0; font-size: 1.250em; margin-bottom: .1em; }
.p .std-paper small { display: block; font-size: 1em; color: #4a554f; line-height: 1.350; }
.p .std-paper hr { border: 0; border-top: 1px solid #a9a698; margin: .6em 0; }
.p .std-paper::after { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); opacity: .16; mix-blend-mode: multiply; pointer-events: none; }
.p .std-p-row { display: flex; gap: 1em; align-items: center; }
.p .std-p-row + .std-p-row { margin-top: .9em; }
.p .std-sia { font-size: 2.500em !important; letter-spacing: -.03em !important; }
.p .std-paper em { display: block; font-style: normal; font-weight: 700; font-size: 1em; letter-spacing: .06em; color: #1b231f; }
.p .std-paper code { display: block; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .95em; color: #333d37; margin-top: .2em; letter-spacing: .04em; }
.p .std-avatar { flex: none; width: 4.200em; height: 5em; background: #9aa39d; position: relative; overflow: hidden; }
.p .std-avatar::before { content: ''; position: absolute; left: 50%; top: 18%; width: 38%; aspect-ratio: 1; border-radius: 50%; background: #3c4741; transform: translateX(-50%); }
.p .std-avatar::after { content: ''; position: absolute; left: 50%; top: 56%; width: 80%; height: 60%; border-radius: 50% 50% 0 0; background: #3c4741; transform: translateX(-50%); }
.p .std-avatar.round { width: 4em; height: 4em; border-radius: 50%; }
.p .std-tape { position: absolute; left: 22%; top: -1.100em; width: 5.500em; height: 2em; background: rgba(214,204,170,.78); transform: rotate(-4deg); box-shadow: 0 1px 2px rgba(0,0,0,.18); }
.p .std-clip { position: absolute; right: 12%; top: -1.400em; width: 1.400em; height: 4.200em; border: .22em solid #9a9f9b; border-radius: 1em; border-bottom-color: transparent; transform: rotate(8deg); }
.p .std-paper ul { list-style: none; margin: .9em 0 0; padding: 0; display: grid; gap: .45em; font-size: 1em; color: #2b342f; }
.p .std-paper li { display: flex; align-items: center; gap: .7em; }
.p .std-paper li::before { content: ''; flex: none; width: 1.150em; height: 1.150em; border: 1.500px solid #2b342f; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b231f' stroke-width='3.5' stroke-linecap='round'%3E%3Cpath d='M4 12l5 6L21 3'/%3E%3C/svg%3E") center / 90% no-repeat; }
.p .std-paper dl { display: grid; grid-template-columns: auto 1fr; gap: .35em 1em; margin: 0; font-size: 1em; align-items: baseline; }
.p .std-paper dt { color: #4a554f; }
.p .std-paper dd { margin: 0; font-family: "Caveat", "Segoe Script", cursive; font-size: 1.550em; line-height: 1; color: #1d2b4a; border-bottom: 1px solid #a9a698; padding-bottom: .1em; }
.p .std-paper svg { display: block; width: 100%; margin-top: .8em; }
.p .p1 { left: 9%; top: 2%; width: 30%; transform: rotate(-7deg); animation-delay: .15s; }
.p .p2 { left: 45.500%; top: 12%; width: 25%; transform: rotate(-3deg); animation-delay: .35s; }
.p .p3 { left: 64%; top: 35.500%; width: 22%; transform: rotate(3deg); animation-delay: .55s; }
.p .p4 { left: 68%; top: 54.500%; width: 23%; transform: rotate(-1.500deg); animation-delay: .75s; }
.p .p5 { left: 70%; top: 80%; width: 26%; transform: rotate(2deg); animation-delay: .95s; }
.p .std-note { position: absolute; display: flex; align-items: flex-start; gap: .7em; color: #fff; animation: stdFade .6s ease both; }
.p .std-note i { font-style: normal; font-family: var(--font-heading); font-weight: 600; font-size: 1.700em; color: #e0b54c; line-height: 1; }
.p .std-note svg { width: 2em; height: 2em; fill: none; stroke: #e0b54c; stroke-width: 2.600; stroke-linecap: round; stroke-linejoin: round; margin-top: .9em; }
.p .std-note span { font-family: "Caveat", "Segoe Script", cursive; font-size: 2.150em; line-height: .95; margin-top: -.1em; transform: rotate(-4deg); }
.p .n1 { left: 40%; top: 2%; animation-delay: .5s; }
.p .n2 { left: 72.500%; top: 15%; animation-delay: .7s; }
.p .n3 { left: 88.500%; top: 35%; animation-delay: .9s; }
.p .n4 { left: 93%; top: 54%; animation-delay: 1.100s; }
.p .n5 { left: 97%; top: 77%; animation-delay: 1.300s; }
.p .n3, .p .n4, .p .n5 { flex-direction: column; gap: .1em; }
.p .n3 svg, .p .n4 svg, .p .n5 svg { margin-top: .1em; }
.p .std-caption { display: flex; align-items: center; justify-content: center; gap: 22px; margin: 26px 0 0; font-family: var(--font-heading); font-size: 12.500px; letter-spacing: .22em; color: #e6efe9; text-align: center; }
.p .std-caption span { flex: none; width: 56px; height: 1px; background: rgba(255,255,255,.4); }
.p .std-eyebrow { font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #e0b54c; margin-bottom: 14px; }
.p .std-copy h2 { font-family: var(--font-body) !important; font-weight: 600; font-size: clamp(32px, 3.400vw, 48px); line-height: 1.060; letter-spacing: -0.025em !important; margin: 0 0 26px; color: #fff; }
.p .std-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.p .std-list li { display: flex; gap: 26px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.p .std-n { flex: none; width: 34px; font-family: var(--font-heading); font-weight: 600; font-size: 21px; color: #e0b54c; line-height: 1.200; }
.p .std-list h3 { font-family: var(--font-body) !important; font-size: 17.500px; font-weight: 600; letter-spacing: -0.005em !important; margin: 0 0 5px; color: #fff; }
.p .std-list p { margin: 0; font-size: 15px; line-height: 1.600; color: #cfe0d6; max-width: 58ch; }
@keyframes stdDraw { to { stroke-dashoffset: 0; } }
@keyframes stdDrop { from { opacity: 0; translate: 0 -14px; } to { opacity: 1; translate: 0 0; } }
@keyframes stdFade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 1040px) { .p .std-in { grid-template-columns: 1fr; } .p .std-art { max-width: 720px; padding-right: 9%; } }
@media (max-width: 700px) { .p .std { padding: 60px 20px 56px !important; } .p .std-art { padding-right: 12%; } .p .std-caption { font-size: 10.500px; letter-spacing: .14em; gap: 12px; } .p .std-caption span { width: 22px; } .p .std-list li { gap: 16px; } }
@media (prefers-reduced-motion: reduce) { .p .std-path path { stroke-dashoffset: 0; animation: none; } .p .std-paper, .p .std-note { animation: none; } }

.p .ghost { border: 1.5px solid rgba(255,255,255,.55); color: #fff; padding: 13px 24px; font-family: var(--font-heading); font-weight: 600; font-size: 15px; border-radius: 999px; transition: background .2s ease, border-color .2s ease; display: inline-block; }
.p .ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }

