:root {
  --navy: #0c2b3e;
  --navy-2: #143f56;
  --black: #111416;
  --ink: #18242b;
  --muted: #64727a;
  --copper: #d59050;
  --copper-dark: #a9602c;
  --cream: #f5eee7;
  --mist: #eef4f5;
  --white: #fff;
  --line: #d9e2e5;
  --success: #26704f;
  --danger: #9d342d;
  --shadow: 0 24px 65px rgba(8, 35, 49, .14);
  --radius: 22px;
  --max: 1240px;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--white); }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -80px;
  padding: 12px 16px;
  background: var(--black);
  color: white;
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(12, 43, 62, .09);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 54px; height: 48px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--navy); font-size: 1.12rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .77rem; margin-top: 1px; }
.site-header nav { display: flex; align-items: center; gap: clamp(14px, 2.2vw, 30px); }
.site-header nav a { text-decoration: none; font-weight: 760; font-size: .89rem; color: #26363f; padding: 9px 0; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--copper-dark); }
.site-header nav .nav-cta { color: white; background: var(--black); border-radius: 999px; padding: 12px 18px; }
.site-header nav .nav-cta:hover { color: white; background: var(--navy); }
.menu-button { display: none; border: 1px solid var(--line); background: white; color: var(--navy); padding: 10px 13px; border-radius: 10px; font-weight: 850; }

.container { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 130px) 0; }
.section.compact { padding: clamp(52px, 7vw, 92px) 0; }
.section.tint { background: var(--mist); }
.section.dark { background: var(--black); color: white; }
.eyebrow { margin: 0; color: var(--copper-dark); font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section.dark .eyebrow, .hero .eyebrow { color: #efb77f; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h1, .section-heading h2, .page-hero h1, .hero h1 {
  color: var(--navy);
  font-size: clamp(2.45rem, 5.2vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 14px 0 20px;
}
.section.dark h2 { color: white; }
.section-heading p:last-child, .page-hero p, .lead { color: var(--muted); font-size: 1.07rem; line-height: 1.75; }
.section.dark .section-heading p:last-child { color: #b9c8cf; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 19px;
  border: 0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
}
.button.primary { background: var(--copper); color: var(--black); }
.button.primary:hover { background: #e0a166; }
.button.dark { background: var(--black); color: white; }
.button.outline { border: 1px solid #aabcc4; color: var(--navy); background: white; }
.button.small { min-height: 42px; padding: 9px 14px; font-size: .88rem; }
.button:disabled { opacity: .55; cursor: wait; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.hero { position: relative; min-height: 690px; background: var(--black); overflow: hidden; }
.carousel { position: absolute; inset: 0; }
.carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.carousel-slide.active { opacity: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 12, 17, .9) 0%, rgba(6, 24, 34, .73) 47%, rgba(5, 16, 22, .28) 100%); }
.hero-inner { min-height: 690px; position: relative; z-index: 2; display: flex; align-items: center; }
.hero-copy { max-width: 760px; color: white; padding: 80px 0 110px; }
.hero h1 { color: white; font-size: clamp(3.2rem, 7.2vw, 7rem); max-width: 850px; }
.hero h1 span { color: #efb77f; }
.hero-lead { max-width: 690px; color: #d4e0e4; font-size: clamp(1.02rem, 1.6vw, 1.24rem); line-height: 1.7; }
.hero .button.outline { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .45); color: white; }
.carousel-controls { position: absolute; z-index: 3; left: max(22px, calc((100vw - var(--max)) / 2)); bottom: 38px; display: flex; align-items: center; gap: 12px; }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot { width: 34px; height: 5px; border: 0; padding: 0; border-radius: 99px; background: rgba(255,255,255,.42); cursor: pointer; }
.carousel-dot.active { background: var(--copper); }
.carousel-label { color: white; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 850; }

.trust-strip { background: var(--navy); color: white; }
.trust-strip .container { min-height: 86px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; gap: 10px; align-items: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.12); font-size: .87rem; font-weight: 760; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-icon { color: #efb77f; font-size: 1.15rem; }

.feature-grid, .service-grid, .division-grid { display: grid; gap: 18px; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.division-grid { grid-template-columns: repeat(2, 1fr); }
.feature-card, .service-card, .division-card, .info-card, .contact-card, .form-card, .project-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  overflow: hidden;
}
.feature-card { box-shadow: 0 12px 34px rgba(12,43,62,.07); }
.feature-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.feature-card .card-body, .project-card .card-body { padding: 24px; }
.feature-card h3, .service-card h3, .division-card h3, .project-card h3 { color: var(--navy); margin: 7px 0 10px; font-size: 1.22rem; }
.feature-card p, .service-card p, .division-card p, .project-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.kicker { color: var(--copper-dark); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.service-card { padding: 25px; border-top: 4px solid var(--copper); }
.service-card .number { display: inline-grid; place-items: center; width: 38px; height: 38px; background: var(--mist); color: var(--navy); border-radius: 10px; font-weight: 900; }
.division-card { padding: 30px; display: grid; grid-template-columns: auto 1fr; gap: 20px; }
.division-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--black); color: #efb77f; border-radius: 15px; font-size: 1.35rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.tag { border: 1px solid var(--line); background: #f7fafb; border-radius: 999px; padding: 7px 10px; font-size: .78rem; font-weight: 760; color: #40515b; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.image-panel { position: relative; }
.image-panel img { width: 100%; min-height: 430px; object-fit: cover; border-radius: 28px; }
.image-note { position: absolute; left: 24px; right: 24px; bottom: 24px; background: rgba(17,20,22,.9); color: white; border-radius: 16px; padding: 17px; backdrop-filter: blur(10px); }
.image-note strong, .image-note span { display: block; }
.image-note span { color: #c8d3d8; margin-top: 5px; font-size: .87rem; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.check-list li { padding-left: 30px; position: relative; color: #455761; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.process-grid article { padding: 28px; background: #171d20; }
.process-grid b { color: #efb77f; font-size: .75rem; letter-spacing: .1em; }
.process-grid h3 { margin: 18px 0 9px; }
.process-grid p { color: #b9c8cf; line-height: 1.6; margin: 0; font-size: .91rem; }

.page-hero { background: linear-gradient(135deg, var(--mist), #f8f5f1); padding: clamp(72px, 9vw, 120px) 0; border-bottom: 1px solid var(--line); }
.page-hero .container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 50px; align-items: end; }
.page-hero h1 { max-width: 900px; }
.page-hero .hero-note { border-left: 3px solid var(--copper); padding: 6px 0 6px 22px; color: #4f6069; line-height: 1.65; }
.crumbs { color: var(--muted); font-size: .84rem; margin-bottom: 18px; }
.crumbs a { text-decoration-color: #a7b7bf; text-underline-offset: 3px; }

.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.comparison { position: relative; }
.comparison img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.comparison-labels { position: absolute; inset: 15px 15px auto; display: flex; justify-content: space-between; pointer-events: none; }
.comparison-labels span { background: rgba(17,20,22,.88); color: white; padding: 7px 11px; border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.placeholder-badge { display: inline-block; margin-top: 14px; color: #7b5a3b; background: #fff4e9; border-radius: 999px; padding: 6px 9px; font-size: .72rem; font-weight: 850; }
.gallery-status { text-align: center; color: var(--muted); padding: 20px; }
.remote-project .photo-pair { display: grid; grid-template-columns: 1fr 1fr; }
.remote-project .photo-pair figure { margin: 0; position: relative; }
.remote-project .photo-pair img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.remote-project .photo-pair span { position: absolute; left: 12px; top: 12px; background: rgba(17,20,22,.85); color: white; border-radius: 999px; padding: 6px 9px; font-size: .68rem; font-weight: 900; }

.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 28px; align-items: start; }
.form-card { padding: clamp(22px, 4vw, 38px); box-shadow: 0 15px 45px rgba(12,43,62,.07); }
.form-card h2 { color: var(--navy); margin: 0 0 8px; }
.form-card > p { color: var(--muted); line-height: 1.6; margin-top: 0; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field-grid .wide { grid-column: 1 / -1; }
label.field { display: grid; gap: 7px; color: #34454e; font-size: .84rem; font-weight: 800; }
input, select, textarea { width: 100%; color: var(--ink); border: 1px solid #bccbd1; border-radius: 11px; background: white; padding: 12px 13px; outline: none; }
textarea { resize: vertical; min-height: 110px; }
input:focus, select:focus, textarea:focus { border-color: var(--copper-dark); box-shadow: 0 0 0 3px rgba(213,144,80,.18); }
fieldset { border: 0; padding: 0; margin: 0; }
legend { font-weight: 900; color: var(--navy); margin-bottom: 10px; }
.choice-row { display: flex; flex-wrap: wrap; gap: 9px; }
.choice-row label, .consent { display: flex; align-items: flex-start; gap: 9px; border: 1px solid var(--line); border-radius: 11px; padding: 11px 13px; color: #43545d; font-size: .85rem; line-height: 1.45; }
.choice-row input, .consent input { width: auto; margin-top: 3px; accent-color: var(--navy); }
.upload-box { border: 2px dashed #aebfc6; border-radius: 16px; background: #f7fafb; padding: 24px; text-align: center; cursor: pointer; display: block; }
.upload-box input { position: absolute; opacity: 0; pointer-events: none; width: 1px; }
.upload-box strong, .upload-box small { display: block; }
.upload-box small { color: var(--muted); margin-top: 5px; }
.upload-previews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.upload-previews figure { margin: 0; position: relative; border-radius: 10px; overflow: hidden; background: var(--mist); }
.upload-previews img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.upload-previews figcaption { font-size: .68rem; padding: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.form-message { padding: 13px 15px; border-radius: 11px; margin: 16px 0 0; line-height: 1.5; }
.form-message.success { background: #e9f6ef; color: #175c3d; }
.form-message.error { background: #fff0ef; color: var(--danger); }
.form-message.info { background: #edf4f7; color: var(--navy); }
.side-stack { display: grid; gap: 18px; }
.info-card { padding: 23px; }
.info-card h3 { color: var(--navy); margin: 0 0 10px; }
.info-card p, .info-card li { color: var(--muted); line-height: 1.55; font-size: .9rem; }
.info-card ul { padding-left: 19px; margin-bottom: 0; }
.hp-field { position: absolute !important; left: -9999px !important; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.contact-card { display: grid; }
.contact-card a, .contact-card .contact-item { text-decoration: none; padding: 21px 23px; border-bottom: 1px solid var(--line); }
.contact-card a:last-child, .contact-card .contact-item:last-child { border-bottom: 0; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--muted); font-size: .71rem; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }
.contact-card strong { color: var(--navy); margin-top: 5px; word-break: break-word; }

.calendar-card { max-width: 760px; margin: 0 auto; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.calendar-top { background: var(--black); color: white; padding: 32px; }
.calendar-top h1 { margin: 12px 0 5px; font-size: clamp(2rem, 5vw, 3.7rem); letter-spacing: -.04em; }
.calendar-body { padding: 32px; }
.event-details { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.event-details div { background: white; padding: 16px; }
.event-details small, .event-details strong { display: block; }
.event-details small { color: var(--muted); text-transform: uppercase; font-size: .68rem; letter-spacing: .1em; font-weight: 900; }
.event-details strong { margin-top: 5px; color: var(--navy); }

.notice { border-left: 4px solid var(--copper); background: #fff8f1; padding: 18px; color: #66513e; line-height: 1.6; border-radius: 0 12px 12px 0; }
.policy-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.policy-list article { border: 1px solid var(--line); border-radius: 16px; padding: 23px; }
.policy-list h3 { color: var(--navy); margin: 0 0 8px; }
.policy-list p { color: var(--muted); line-height: 1.65; margin: 0; }

.cta-band { margin: 0 auto clamp(28px, 6vw, 75px); width: min(var(--max), calc(100% - 36px)); background: linear-gradient(120deg, var(--navy), #0b1f29); color: white; border-radius: 30px; padding: clamp(32px, 6vw, 70px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.cta-band h2 { margin: 0 0 9px; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.045em; }
.cta-band p { margin: 0; color: #bfd0d7; line-height: 1.6; }

footer { background: #080c0e; color: #aab9c0; padding: 54px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 55px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; }
.footer-brand img { width: 60px; height: 53px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: #aab9c0; font-size: .82rem; margin-top: 3px; }
footer h3 { color: white; margin: 0 0 13px; font-size: .94rem; }
footer p, footer a { color: #aab9c0; font-size: .84rem; line-height: 1.65; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid #273035; margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .76rem; }

@media (max-width: 1040px) {
  .site-header { position: sticky; top: 0; z-index: 1000; }
  .site-header nav { display: none; position: fixed; inset: 84px 0 0; z-index: 999; background: white; padding: 24px; align-content: start; overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 18px 40px rgba(0,0,0,.16); }
  .site-header nav.open { display: grid; gap: 3px; }
  .site-header nav a { padding: 14px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-header nav .nav-cta { margin-top: 12px; text-align: center; }
  .menu-button { display: block; position: relative; z-index: 1001; min-width: 74px; min-height: 44px; touch-action: manipulation; }
  .feature-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid > :last-child { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip .container { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .form-layout { grid-template-columns: 1fr; }
  .side-stack { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 34px, var(--max)); }
  .site-header { height: 74px; padding-inline: 16px; }
  .site-header nav { inset-block-start: 74px; }
  body.menu-open { overflow: hidden; }
  .site-header nav.open { grid-template-columns: 1fr; }
  .brand img { width: 46px; height: 40px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .7rem; }
  .hero, .hero-inner { min-height: 650px; }
  .hero-copy { padding: 70px 0 105px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .carousel-slide::after { background: linear-gradient(90deg, rgba(3,12,17,.93), rgba(5,19,27,.62)); }
  .trust-strip .container { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding-left: 0; }
  .trust-item:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .feature-grid, .service-grid, .division-grid, .split, .portfolio-grid, .contact-layout, .policy-list { grid-template-columns: 1fr; }
  .feature-grid > :last-child { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .page-hero .container { grid-template-columns: 1fr; gap: 18px; }
  .page-hero .hero-note { margin-top: 0; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: auto; }
  .side-stack { grid-template-columns: 1fr; }
  .upload-previews { grid-template-columns: repeat(3, 1fr); }
  .cta-band { grid-template-columns: 1fr; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: grid; }
  .image-panel img { min-height: 320px; }
}

@media (max-width: 460px) {
  .brand span { max-width: 165px; }
  .actions .button { width: 100%; }
  .hero h1 { font-size: 3.15rem; }
  .carousel-label { display: none; }
  .division-card { grid-template-columns: 1fr; }
  .upload-previews { grid-template-columns: repeat(2, 1fr); }
  .remote-project .photo-pair { grid-template-columns: 1fr; }
}

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