:root {
  --forest: #143c35;
  --forest-deep: #0d2e29;
  --forest-soft: #24584f;
  --cream: #f4efe4;
  --paper: #fbf8f1;
  --ink: #18211f;
  --muted: #66706d;
  --coral: #d8664b;
  --gold: #c9a864;
  --line: rgba(20, 60, 53, .16);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; background: white; color: var(--forest); border-radius: 3px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.notice-bar { background: var(--forest-deep); color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.notice-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.notice-inner a { color: var(--gold); }
.site-header { position: relative; z-index: 50; background: rgba(251,248,241,.96); border-bottom: 1px solid var(--line); }
.navbar { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--forest); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--coral); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 23px; font-weight: 700; letter-spacing: -.02em; }
.brand-copy small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav-links > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; color: white; background: var(--forest); border-radius: 2px; transition: background .2s, transform .2s; }
.nav-cta:hover { background: var(--forest-soft); transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--forest); transition: .25s; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: white; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { position: relative; z-index: 2; min-height: 672px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 62px; align-items: center; padding-top: 62px; padding-bottom: 55px; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 4px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--coral); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.045em; }
.hero h1 { max-width: 670px; font-size: clamp(68px, 7vw, 104px); line-height: .92; }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
.hero-lead { max-width: 560px; margin: 31px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.72; }
.hero-actions { display: flex; gap: 13px; margin-top: 37px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 21px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--coral); }
.button-primary:hover { background: #bf523a; }
.button-ghost { color: white; border-color: rgba(255,255,255,.25); }
.button-ghost:hover { color: var(--forest); background: white; }
.button-light { color: var(--forest); background: var(--cream); }
.hero-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 43px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; text-transform: uppercase; letter-spacing: .08em; }
.hero-note p { margin: 0; }.hero-note strong { color: white; font-size: 12px; }.hero-note-icon { color: var(--gold); font-size: 18px; }
.hero-visual { position: relative; min-width: 0; padding-left: 32px; }
.hero-image-wrap { position: relative; height: 536px; overflow: hidden; clip-path: polygon(7% 0,100% 0,100% 92%,93% 100%,0 100%,0 7%); }
.hero-image-wrap img { height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.72) contrast(1.05); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(7,36,31,.82)); }
.image-caption { position: absolute; left: 32px; right: 32px; bottom: 27px; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid rgba(255,255,255,.32); padding-top: 16px; }
.image-caption span { color: var(--gold); font-family: var(--serif); font-size: 13px; }
.image-caption p { margin: 0; text-align: right; font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.hero-seal { position: absolute; left: -7px; bottom: 40px; width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; gap: 9px; color: var(--forest); background: var(--cream); border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.hero-seal::before, .hero-seal::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(20,60,53,.18); border-radius: 50%; }.hero-seal::after { inset: 13px; border-style: dashed; }
.hero-seal strong { position: relative; z-index: 2; color: var(--coral); font-family: var(--serif); font-size: 44px; }.hero-seal span { position: relative; z-index: 2; font-size: 9px; font-weight: 700; line-height: 1.25; letter-spacing: .1em; text-transform: uppercase; }
.hero-lines { position: absolute; top: -32px; left: 0; width: 140px; height: 90px; border-left: 1px solid rgba(201,168,100,.35); border-top: 1px solid rgba(201,168,100,.35); }
.hero-foot { position: relative; z-index: 3; height: 88px; display: flex; align-items: center; gap: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-foot div { height: 1px; flex: 1; background: rgba(255,255,255,.15); }
.hero-orbit { position: absolute; border: 1px solid rgba(201,168,100,.12); border-radius: 50%; }.orbit-one { width: 650px; height: 650px; right: -360px; top: -320px; }.orbit-two { width: 360px; height: 360px; left: -230px; bottom: -200px; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 150px 1.03fr .8fr; gap: 58px; }
.section-label { display: flex; flex-direction: column; justify-content: space-between; color: var(--forest); border-left: 1px solid var(--line); padding-left: 17px; min-height: 270px; }
.section-label span { color: var(--coral); font-family: var(--serif); font-size: 13px; }.section-label p { margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kicker { margin: 0 0 23px; color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.intro h2, .corporate h2 { font-size: clamp(46px, 5.2vw, 72px); line-height: 1.04; color: var(--forest); }.intro h2 em, .corporate h2 em { color: var(--coral); }
.intro-detail { padding-top: 45px; }
.intro-detail > p { margin: 0 0 19px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 16px; margin-top: 12px; padding-bottom: 7px; color: var(--forest); border-bottom: 1px solid var(--forest); font-size: 12px; font-weight: 700; }

.focus { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 60px; }
.section-heading h2, .project h2, .values h2, .contact h2 { color: var(--forest); font-size: clamp(49px, 5.5vw, 74px); line-height: .98; }.section-heading h2 em, .project h2 em { color: var(--coral); }
.section-heading > p { max-width: 380px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(20,60,53,.2); border-left: 1px solid rgba(20,60,53,.2); }
.focus-card { position: relative; min-height: 360px; padding: 28px 27px; border-right: 1px solid rgba(20,60,53,.2); border-bottom: 1px solid rgba(20,60,53,.2); transition: color .35s, background .35s, transform .35s; }
.focus-card:hover { z-index: 2; color: white; background: var(--forest); transform: translateY(-8px); }
.focus-number { color: var(--coral); font-family: var(--serif); font-size: 13px; }.focus-icon { width: 55px; height: 55px; margin-top: 52px; color: var(--forest); }.focus-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }.focus-card:hover .focus-icon { color: var(--gold); }
.focus-card h3 { margin: 25px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 600; }.focus-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.focus-card:hover p { color: rgba(255,255,255,.66); }
.focus-arrow { position: absolute; right: 24px; bottom: 22px; color: var(--coral); font-size: 19px; }

.project { overflow: hidden; background: var(--paper); }
.project-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 105px; align-items: center; }
.project-gallery { position: relative; min-height: 650px; }
.project-photo { position: absolute; overflow: hidden; }.project-photo img { height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .6s; }.project-photo:hover img { transform: scale(1.03); }
.project-photo-main { width: 75%; height: 535px; left: 0; top: 0; }.project-photo-small { width: 48%; height: 310px; right: 0; bottom: 0; border: 10px solid var(--paper); }
.project-index { position: absolute; left: 0; bottom: 44px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.project-copy > p:not(.eyebrow) { margin: 27px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.78; }.project-list { margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid var(--line); }.project-list li { display: flex; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }.project-list li > span { color: var(--coral); font-family: var(--serif); font-size: 11px; }.project-list div { display: flex; flex-direction: column; }.project-list strong { color: var(--forest); font-family: var(--serif); font-size: 17px; }.project-list small { margin-top: 3px; color: var(--muted); }

.values { color: white; background: var(--forest); }
.values-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 0; }
.values-title { padding-right: 65px; }.values h2 { color: white; }.values h2 em { color: var(--gold); }
.value { min-height: 280px; padding: 9px 28px 5px; border-left: 1px solid rgba(255,255,255,.16); }.value span { color: var(--gold); font-family: var(--serif); font-size: 11px; }.value h3 { margin: 90px 0 14px; font-family: var(--serif); font-size: 24px; font-weight: 600; }.value p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.72; }

.transparency { background: var(--cream); }
.transparency-card { display: grid; grid-template-columns: 100px 1fr 310px; gap: 44px; align-items: center; padding: 52px 57px; background: var(--paper); border: 1px solid var(--line); }
.report-symbol svg { width: 76px; fill: none; stroke: var(--coral); stroke-width: 1.5; }.transparency h2 { color: var(--forest); font-size: 37px; letter-spacing: -.035em; }.transparency p:not(.eyebrow) { max-width: 610px; margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.report-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--forest); }.report-link span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 17px; }.report-link small { margin-bottom: 7px; color: var(--coral); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .16em; }.report-link b { color: var(--coral); font-size: 19px; transition: transform .2s; }.report-link:hover b { transform: translate(3px,-3px); }

.corporate { background: var(--paper); }
.corporate-grid { display: grid; grid-template-columns: 150px .85fr 1fr; gap: 58px; }
.corporate-details { margin: 0; border-top: 1px solid var(--line); }.corporate-details div { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }.corporate-details dt { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.corporate-details dd { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 18px; line-height: 1.55; }

.contact { position: relative; overflow: hidden; color: white; background: var(--coral); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .7fr .45fr; gap: 80px; align-items: center; }.contact .eyebrow { color: rgba(255,255,255,.72); }.contact h2 { color: white; }.contact h2 em { color: var(--forest-deep); }.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 32px; color: rgba(255,255,255,.75); line-height: 1.7; }
.contact-address { position: relative; padding: 33px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); }.contact-number { position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.32); font-family: var(--serif); font-size: 14px; }.contact-address small { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; letter-spacing: .18em; }.contact-address address { margin: 28px 0; font-family: var(--serif); font-size: 20px; font-style: normal; line-height: 1.55; }.contact-address a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.48); font-size: 11px; font-weight: 700; }.contact-motif svg { width: 260px; fill: none; stroke: rgba(255,255,255,.18); }

.footer { padding: 75px 0 24px; color: rgba(255,255,255,.65); background: var(--forest-deep); }.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; padding-bottom: 65px; }.brand-footer { color: white; }.brand-footer .brand-mark { color: var(--gold); }.brand-footer .brand-copy small { color: rgba(255,255,255,.48); }.footer-main > p { max-width: 310px; margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.55; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 35px; font-size: 12px; }.footer-links a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 40px, 900px); }
  .nav-links { gap: 18px; }.nav-links > a:not(.nav-cta) { display: none; }
  .hero { min-height: 0; }.hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; min-height: 620px; }.hero h1 { font-size: clamp(56px, 8.4vw, 80px); }.hero-image-wrap { height: 470px; }.hero-seal { width: 102px; height: 102px; }.hero-seal strong { font-size: 36px; }
  .intro-grid, .corporate-grid { grid-template-columns: 70px 1fr 1fr; gap: 35px; }.section-label { min-height: 230px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }.focus-card { min-height: 310px; }
  .project-grid { gap: 55px; }.project-gallery { min-height: 570px; }.project-photo-main { height: 475px; }
  .values-grid { grid-template-columns: 1fr 1fr; row-gap: 60px; }.values-title { padding-right: 0; }.value:nth-child(2) { border-left: 0; }.value { min-height: 220px; }.value h3 { margin-top: 55px; }
  .transparency-card { grid-template-columns: 80px 1fr; }.report-link { grid-column: 2; }
  .contact-grid { grid-template-columns: 1fr .7fr; }.contact-motif { display: none; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }.section { padding: 82px 0; }
  .notice-inner { justify-content: center; }.notice-inner > span { display: none; }.navbar { height: 72px; }.brand-mark { width: 40px; height: 40px; }.brand-copy strong { font-size: 20px; }.brand-copy small { font-size: 8px; }.menu-toggle { display: block; z-index: 3; }
  .nav-links { position: fixed; inset: 106px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 36px 24px; color: white; background: var(--forest-deep); transform: translateX(100%); transition: transform .3s ease; }.nav-links.is-open { transform: none; }.nav-links > a:not(.nav-cta) { display: block; width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--serif); font-size: 22px; }.nav-cta { margin-top: 26px; color: var(--forest); background: var(--cream); }.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-grid { grid-template-columns: 1fr; padding-top: 72px; padding-bottom: 55px; }.hero h1 { font-size: clamp(59px, 18vw, 82px); }.hero-lead { font-size: 15px; }.hero-visual { padding: 0; margin-top: 20px; }.hero-image-wrap { height: 390px; }.hero-seal { left: -8px; bottom: -35px; }.hero-foot { margin-top: 42px; gap: 12px; overflow: hidden; white-space: nowrap; }.hero-foot span:nth-last-child(-n+2) { display: none; }
  .intro-grid, .corporate-grid { grid-template-columns: 1fr; gap: 38px; }.section-label { min-height: 0; flex-direction: row; border-left: 0; border-bottom: 1px solid var(--line); padding: 0 0 12px; }.section-label p { writing-mode: initial; transform: none; }.intro-detail { padding-top: 0; }
  .section-heading { display: block; }.section-heading > p { margin-top: 26px; }.focus-grid { grid-template-columns: 1fr; }.focus-card { min-height: 280px; }.focus-icon { margin-top: 33px; }
  .project-grid { grid-template-columns: 1fr; gap: 65px; }.project-gallery { min-height: 505px; }.project-photo-main { width: 85%; height: 420px; }.project-photo-small { width: 52%; height: 245px; }.project-index { bottom: 28px; }
  .values-grid { grid-template-columns: 1fr; gap: 0; }.values-title { padding-bottom: 50px; }.value, .value:nth-child(2) { min-height: auto; padding: 32px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }.value h3 { margin: 28px 0 10px; }
  .transparency-card { grid-template-columns: 1fr; gap: 24px; padding: 35px 27px; }.report-link { grid-column: 1; }.transparency h2 { font-size: 32px; }
  .corporate-details div { grid-template-columns: 1fr; gap: 8px; }
  .contact-grid { grid-template-columns: 1fr; gap: 55px; }.contact-address { padding: 28px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-bottom: 45px; }.footer-links { max-width: 340px; }.footer-bottom { flex-direction: column; line-height: 1.6; }
}

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