:root { --tigc-navy:#12263A; --tigc-orange:#D96B32; --tigc-ivory:#F4EFE6; --tigc-line:rgba(18,38,58,.18); }
* { box-sizing:border-box; }
body { margin:0; background:var(--tigc-ivory); color:var(--tigc-navy); font-family:Inter,system-ui,sans-serif; text-rendering:optimizeLegibility; }
a { color:inherit; text-underline-offset:.18em; }
a:focus-visible,button:focus-visible { outline:3px solid var(--tigc-orange); outline-offset:4px; }
.tigc-shell { max-width:1240px; margin:auto; padding-inline:32px; }
.tigc-header { border-bottom:1px solid var(--tigc-line); background:var(--tigc-ivory); position:relative; z-index:3; }
.tigc-header__row { min-height:108px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.tigc-logo { display:block; width:250px; max-width:54vw; }
.tigc-menu-button { display:none; color:var(--tigc-navy); font:600 14px/1 Inter,system-ui,sans-serif; letter-spacing:.06em; text-transform:uppercase; background:none; border:1px solid var(--tigc-navy); padding:11px 14px; }
.tigc-navigation { display:flex; align-items:center; gap:22px; font-size:11px; font-weight:800; letter-spacing:.075em; text-transform:uppercase; }
.tigc-navigation a { text-decoration:none; position:relative; }
.tigc-navigation> a::after { content:""; position:absolute; left:0; right:0; bottom:-9px; height:1px; background:var(--tigc-orange); transform:scaleX(0); transform-origin:left; transition:transform .2s ease; }
.tigc-navigation a:hover { color:var(--tigc-orange); }
.tigc-navigation> a:hover::after,.tigc-navigation> a:focus-visible::after { transform:scaleX(1); }
.tigc-language { display:flex; gap:10px; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.tigc-language a[aria-current="page"] { color:var(--tigc-orange); }
.tigc-main { min-height:50vh; }
.tigc-hero { min-height:720px; position:relative; overflow:hidden; display:flex; align-items:center; background:var(--tigc-ivory); color:var(--tigc-navy); isolation:isolate; }
.tigc-hero::after { content:""; position:absolute; z-index:0; inset:0; background:linear-gradient(90deg,rgba(244,239,230,.98) 0%,rgba(244,239,230,.91) 25%,rgba(244,239,230,.48) 47%,rgba(244,239,230,.06) 70%,rgba(244,239,230,0) 100%); pointer-events:none; }
.tigc-hero__image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:62% center; }
.tigc-hero__content { position:relative; z-index:1; padding-top:120px; padding-bottom:112px; }
.tigc-hero__content::before { content:""; display:block; width:78px; height:3px; margin-bottom:34px; background:var(--tigc-orange); }
.tigc-hero h1,.tigc-introduction h2,.tigc-why h2,.tigc-pathway h2,.tigc-network h2,.tigc-consultation h2 { font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif; font-weight:700; line-height:.94; letter-spacing:-.06em; }
.tigc-hero h1 { max-width:10ch; margin:0; font-size:clamp(56px,6.6vw,108px); text-wrap:balance; }
.tigc-hero p { max-width:43ch; font-size:18px; line-height:1.72; margin:34px 0 46px; }
.tigc-button { display:inline-block; padding:16px 22px; background:var(--tigc-orange); color:white; text-decoration:none; font-size:12px; font-weight:800; letter-spacing:.075em; text-transform:uppercase; box-shadow:0 12px 22px rgba(18,38,58,.14); transition:transform .2s ease,background .2s ease,box-shadow .2s ease; }
.tigc-button:hover { background:#b95223; box-shadow:0 16px 28px rgba(18,38,58,.20); transform:translateY(-2px); }
.tigc-introduction,.tigc-why,.tigc-consultation { display:grid; grid-template-columns:1fr 1fr; gap:clamp(48px,12vw,170px); padding-top:132px; padding-bottom:132px; }
.tigc-introduction h2,.tigc-why h2,.tigc-consultation h2 { font-size:clamp(44px,5.4vw,78px); margin:0; text-wrap:balance; }
.tigc-introduction>p,.tigc-why>div>p,.tigc-consultation p { max-width:40ch; font-size:18px; line-height:1.7; margin:0; }
.tigc-kicker { margin:0 0 22px; color:var(--tigc-orange); font-size:10px; font-weight:800; letter-spacing:.23em; text-transform:uppercase; }
.tigc-directions { padding:100px 0; background:var(--tigc-navy); color:var(--tigc-ivory); }
.tigc-directions h2,.tigc-insights h2 { font:700 clamp(46px,5.2vw,76px)/.94 "Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif; letter-spacing:-.06em; margin:0 0 68px; }
.tigc-direction-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(244,239,230,.28); }
.tigc-direction-grid article { min-height:330px; padding:28px 30px 20px 0; margin-right:30px; border-right:1px solid rgba(244,239,230,.28); display:flex; flex-direction:column; }
.tigc-direction-grid article:last-child { border-right:0; margin-right:0; }
.tigc-direction-grid span { color:var(--tigc-orange); font-weight:800; }
.tigc-direction-grid h3 { font:700 32px/.98 "Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif; margin:64px 0 20px; letter-spacing:-.035em; }
.tigc-direction-grid p { color:#dde3e7; line-height:1.65; }
.tigc-direction-grid a { margin-top:auto; color:var(--tigc-ivory); }
.tigc-why { border-bottom:1px solid var(--tigc-line); }
.tigc-why a,.tigc-section-heading a { color:var(--tigc-orange); font-weight:700; }
.tigc-insights { background:#e9e1d4; padding:100px 0; }
.tigc-section-heading { display:flex; justify-content:space-between; align-items:baseline; gap:20px; }
.tigc-empty-copy { max-width:52ch; margin:0; font:30px/1.38 "Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif; letter-spacing:-.02em; }
.tigc-pathway { padding-top:110px; padding-bottom:110px; }
.tigc-pathway ol { list-style:none; counter-reset:pathway; margin:60px 0 0; padding:0; border-top:1px solid var(--tigc-line); }
.tigc-pathway li { counter-increment:pathway; display:grid; grid-template-columns:90px 1fr 2fr; gap:20px; padding:26px 0; border-bottom:1px solid var(--tigc-line); }
.tigc-pathway li::before { content:"0" counter(pathway); color:var(--tigc-orange); font-weight:800; }
.tigc-pathway strong { font:700 32px/.95 "Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif; letter-spacing:-.035em; }
.tigc-pathway span { line-height:1.65; }
.tigc-network { padding:100px 0; background:var(--tigc-navy); color:var(--tigc-ivory); }
.tigc-network h2 { max-width:13ch; margin:0 0 28px; font-size:clamp(42px,5vw,70px); }
.tigc-network p:last-child { max-width:48ch; line-height:1.7; }
.tigc-consultation { align-items:end; }
.tigc-consultation .tigc-button { justify-self:start; }
.tigc-contact { display:grid; grid-template-columns:minmax(0,1fr) minmax(360px,1fr); gap:90px; padding-top:110px; padding-bottom:110px; }
.tigc-contact h1 { margin:0 0 26px; font:700 clamp(48px,6vw,82px)/.96 Georgia,'Times New Roman',serif; letter-spacing:-.045em; }
.tigc-contact>div>p:last-child { max-width:40ch; line-height:1.7; }
.tigc-inquiry-form { display:grid; gap:18px; }
.tigc-inquiry-form fieldset { display:grid; gap:18px; margin:0; padding:26px 0 0; border:0; border-top:1px solid var(--tigc-line); }
.tigc-inquiry-form legend { padding:0; color:var(--tigc-orange); font-size:10px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.tigc-inquiry-form label { display:grid; gap:8px; font-size:14px; font-weight:700; }
.tigc-inquiry-form input,.tigc-inquiry-form select,.tigc-inquiry-form textarea { width:100%; border:1px solid var(--tigc-line); border-radius:0; background:#fffdf9; color:var(--tigc-navy); font:16px/1.4 Inter,system-ui,sans-serif; padding:12px; }
.tigc-inquiry-form textarea { resize:vertical; }
.tigc-inquiry-form .tigc-consent { grid-template-columns:auto 1fr; align-items:start; font-weight:500; line-height:1.5; }
.tigc-inquiry-form .tigc-consent input { width:auto; margin-top:3px; }
.tigc-consent__link { color:var(--tigc-navy); font-weight:700; }
.tigc-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.tigc-form-message { grid-column:2; margin:0; padding:16px; background:#e9e1d4; line-height:1.5; }
.tigc-form-message--error { border-left:5px solid var(--tigc-orange); }
.tigc-editorial { padding-top:110px; padding-bottom:110px; }
.tigc-editorial h1 { margin:0 0 48px; font:700 clamp(48px,7vw,92px)/.96 Georgia,'Times New Roman',serif; letter-spacing:-.05em; }
.tigc-editorial-empty { max-width:44ch; margin:0; padding:34px 0; border-top:1px solid var(--tigc-line); font:28px/1.4 Georgia,'Times New Roman',serif; }
.tigc-brief-list { max-width:48ch; margin:42px 0; padding:0; list-style:none; border-top:1px solid var(--tigc-line); }
.tigc-brief-list li { padding:18px 0 18px 34px; border-bottom:1px solid var(--tigc-line); line-height:1.55; position:relative; }
.tigc-brief-list li::before { content:'—'; color:var(--tigc-orange); font-weight:800; position:absolute; left:0; }
.tigc-brief-caution { max-width:52ch; margin:0; padding:20px 0 0; border-top:4px solid var(--tigc-orange); line-height:1.6; }
.tigc-overview-links { max-width:60rem; margin:42px 0; border-top:1px solid var(--tigc-line); }
.tigc-overview-links a { display:grid; grid-template-columns:minmax(14rem, .9fr) minmax(0, 1.5fr); gap:28px; padding:24px 0; border-bottom:1px solid var(--tigc-line); color:inherit; text-decoration:none; }
.tigc-overview-links a::before { content:'↗'; grid-row:1 / span 2; align-self:start; color:var(--tigc-orange); font-weight:800; transform:translateX(-24px); position:absolute; }
.tigc-overview-links a { position:relative; padding-left:34px; }
.tigc-overview-links strong { font:700 22px/1.1 Georgia,'Times New Roman',serif; }
.tigc-overview-links span { line-height:1.55; }
.tigc-overview-links a:hover strong, .tigc-overview-links a:focus-visible strong { color:var(--tigc-orange); }
.tigc-pathway-list { list-style:none; counter-reset:pathway; max-width:60rem; margin:42px 0; padding:0; border-top:1px solid var(--tigc-line); }
.tigc-pathway-list li { counter-increment:pathway; display:grid; grid-template-columns:90px 1fr 2fr; gap:20px; padding:26px 0; border-bottom:1px solid var(--tigc-line); }
.tigc-pathway-list li::before { content:"0" counter(pathway); color:var(--tigc-orange); font-weight:800; }
.tigc-pathway-list strong { font:700 32px/.95 Georgia,'Times New Roman',serif; letter-spacing:-.035em; }
.tigc-pathway-list span { line-height:1.65; }
.tigc-pathway-cta { margin-top:32px; }
.tigc-insight-status { max-width:52ch; margin:26px 0 0; padding:18px 20px; background:#e9e1d4; border-left:4px solid var(--tigc-orange); line-height:1.6; }
.tigc-editorial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.tigc-editorial-grid article { padding-top:22px; border-top:4px solid var(--tigc-orange); }
.tigc-partner { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:90px; padding:34px 0; border-top:4px solid var(--tigc-orange); border-bottom:1px solid var(--tigc-line); }
.tigc-partner h2,.tigc-project-directory-title { margin:0 0 14px; font:700 clamp(34px,4vw,56px)/1 Georgia,'Times New Roman',serif; letter-spacing:-.04em; }
.tigc-partner p { max-width:46ch; margin:0; line-height:1.65; }
.tigc-project-directory-title { margin-bottom:40px; }
.tigc-project-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:34px 24px; }
.tigc-project-card { min-width:0; border-top:4px solid var(--tigc-orange); background:#fffdf9; }
.tigc-project-card>a { display:block; height:100%; text-decoration:none; }
.tigc-project-card img { display:block; width:100%; max-width:100%; aspect-ratio:4/3; object-fit:cover; background:#e9e1d4; }
.tigc-project-card__body { padding:22px; }
.tigc-project-card__label { margin:0 0 12px; color:var(--tigc-orange); font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.tigc-project-card h3 { margin:0 0 12px; font:700 27px/1.05 Georgia,'Times New Roman',serif; letter-spacing:-.03em; }
.tigc-project-card__body>p:not(.tigc-project-card__label) { min-height:3em; margin:0 0 18px; line-height:1.5; }
.tigc-project-card__body span { font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.tigc-project-card a:hover h3,.tigc-project-card a:focus-visible h3 { color:var(--tigc-orange); }
.tigc-project-detail { padding-top:72px; padding-bottom:110px; }
.tigc-project-back { display:inline-block; margin-bottom:38px; font-weight:700; }
.tigc-project-detail__grid { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); gap:clamp(38px,7vw,96px); align-items:start; }
.tigc-project-detail__grid>img { display:block; width:100%; max-width:100%; aspect-ratio:4/3; object-fit:cover; background:#e9e1d4; }
.tigc-project-detail h1 { margin:0 0 30px; font:700 clamp(42px,5.5vw,76px)/.96 Georgia,'Times New Roman',serif; letter-spacing:-.05em; overflow-wrap:anywhere; }
.tigc-project-status { display:inline-block; margin:16px 0; padding:9px 12px; border:1px solid var(--tigc-line); font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.tigc-project-verification { margin:20px 0 30px; padding-top:20px; border-top:1px solid var(--tigc-line); line-height:1.6; }
.tigc-footer { margin-top:80px; border-top:6px solid var(--tigc-orange); padding:44px 0; background:var(--tigc-navy); color:var(--tigc-ivory); }
.tigc-footer__grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:32px; }
.tigc-footer p { max-width:40ch; }
.tigc-footer a { display:block; margin:8px 0; }
.tigc-404 { padding:120px 0; }
.tigc-404 h1 { font:700 clamp(42px,8vw,100px)/.96 Georgia,'Times New Roman',serif; max-width:10ch; margin:0 0 28px; }
.tigc-route-links { display:flex; gap:20px; flex-wrap:wrap; }
@media (max-width:1120px) { .tigc-menu-button { display:block; min-height:44px; } .tigc-navigation { display:none; position:absolute; z-index:10; left:0; right:0; top:108px; padding:24px 32px 32px; background:var(--tigc-ivory); border-bottom:1px solid var(--tigc-line); flex-direction:column; align-items:flex-start; } .tigc-navigation[data-open="true"] { display:flex; } .tigc-language { margin-top:12px; } .tigc-footer__grid { grid-template-columns:1fr; } }
@media (max-width:760px) { .tigc-hero { min-height:640px; align-items:end; } .tigc-hero::after { background:linear-gradient(0deg,rgba(244,239,230,.98) 0%,rgba(244,239,230,.9) 39%,rgba(244,239,230,.24) 73%,rgba(244,239,230,0) 100%); } .tigc-hero__image { object-position:65% center; } .tigc-hero__content { padding-top:96px; padding-bottom:52px; } .tigc-hero__content::before { width:54px; margin-bottom:24px; } .tigc-hero p { margin:24px 0 30px; font-size:16px; line-height:1.62; } .tigc-introduction,.tigc-why,.tigc-consultation { grid-template-columns:1fr; gap:30px; padding-top:72px; padding-bottom:72px; } .tigc-directions,.tigc-insights,.tigc-network { padding-top:72px; padding-bottom:72px; } .tigc-direction-grid { grid-template-columns:1fr; } .tigc-direction-grid article { min-height:0; padding:26px 0; margin:0; border-right:0; border-bottom:1px solid rgba(244,239,230,.28); } .tigc-direction-grid h3 { margin:30px 0 12px; } .tigc-direction-grid a { margin-top:18px; } .tigc-pathway { padding-top:72px; padding-bottom:72px; } .tigc-pathway li { grid-template-columns:52px 1fr; } .tigc-pathway span { grid-column:2; } }
@media (max-width:760px) { .tigc-contact { grid-template-columns:1fr; gap:42px; padding-top:72px; padding-bottom:72px; } .tigc-form-message { grid-column:auto; } }
@media (max-width:760px) { .tigc-editorial { padding-top:72px; padding-bottom:72px; } .tigc-editorial-grid { grid-template-columns:1fr; } }
@media (max-width:960px) { .tigc-project-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .tigc-project-detail__grid { grid-template-columns:1fr; } }
@media (max-width:760px) { .tigc-partner { align-items:start; flex-direction:column; margin-bottom:62px; } .tigc-project-grid { grid-template-columns:1fr; } .tigc-project-card__body>p:not(.tigc-project-card__label) { min-height:0; } .tigc-project-detail { padding-top:44px; padding-bottom:72px; } }
@media (max-width:760px) { .tigc-overview-links a { grid-template-columns:1fr; gap:10px; } }
@media (max-width:760px) { .tigc-pathway-list li { grid-template-columns:52px 1fr; } .tigc-pathway-list span { grid-column:2; } }
@media (max-width:560px) { .tigc-shell { padding-inline:20px; } .tigc-header__row { min-height:76px; } .tigc-navigation { top:76px; padding-inline:20px; } .tigc-logo { width:205px; } }
@media (prefers-reduced-motion:no-preference) { .tigc-navigation { transition:opacity .18s ease; } }
