/* Iron Cross Robotics — site layer. Loaded after industry.css (the design system). */

:root {
  --color-bg: #ffffff;
  --color-surface: #F6F5EA;
  --color-text: #000000;
  --color-accent: #B1AD7D;
  --color-accent-2: #B1AD7D;
  --color-divider: rgba(0, 0, 0, 0.15);
  --color-accent-100: #F0EEDC;
  --color-accent-200: #E4E1C4;
  --color-accent-300: #B1AD7D;
  --color-accent-400: #C9C69E;
  --color-accent-500: #B1AD7D;
  --color-accent-600: #9E9A6C;
  --color-accent-700: #6E6836;
  --color-accent-800: #4B461F;
  --color-accent-900: #000000;
}
body { margin: 0; background: #ffffff; }
h1, h2, h3, h4, h5, h6 { color: #363317; }
[data-dark] h1, [data-dark] h2, [data-dark] h3, [data-dark] h4, [data-dark] h5, [data-dark] h6 { color: #ffffff; }
a { color: #6E6836; }
a:hover { color: #6E6836; }
:focus-visible { outline: 2px solid #6E6836; outline-offset: 2px; }
img { max-width: 100%; }

/* hover states carried over from the design (generated) */
[data-hv="1"]:hover{background:#C9C69E !important;border-color:#C9C69E !important}
[data-hv="2"]:hover{background:rgba(255,255,255,0.1) !important}
[data-hv="3"]:hover{color:#6E6836 !important}
[data-hv="4"]:hover{background:#9E9A6C !important}

/* ---------- header ---------- */
.ic-nav { position: sticky; top: 0; z-index: 40; background: #000000; color: #ffffff; }
.ic-nav-in { max-width: 1500px; margin: 0 auto; padding: 16px clamp(24px,4vw,56px);
  display: flex; align-items: center; justify-content: space-between; gap: clamp(16px,3vw,40px); }
.ic-brand { display: flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.ic-brand img { height: clamp(32px,3.2vw,40px); width: auto; display: block; }
.ic-desknav { display: none; align-items: center; gap: clamp(18px,2.6vw,40px); }
.ic-nl { font-size: 16px; color: #ffffff; text-decoration: none; padding-bottom: 6px; border-bottom: 1px solid transparent; }
.ic-nl:hover { color: #ffffff; border-bottom-color: #B1AD7D; }
.ic-apply { font-size: 16px; font-weight: 500; color: #000000; background: #B1AD7D; text-decoration: none; padding: 12px 24px; }
.ic-apply:hover { color: #000000; background: #C9C69E; }
.ic-mobbtn { display: grid; place-items: center; width: 46px; height: 46px; background: transparent;
  border: 1px solid rgba(255,255,255,0.35); color: #ffffff; cursor: pointer; padding: 0; }
.ic-mobbtn span { display: block; width: 22px; height: 1px; background: currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor; }
.ic-mobbtn:hover { background: rgba(255,255,255,0.1); }
.ic-mobnav { display: flex; flex-direction: column; padding: 0 clamp(24px,4vw,56px) 24px; }
.ic-mobnav[hidden] { display: none; }
.ic-mobnav a { font-size: 19px; color: #ffffff; text-decoration: none; padding: 15px 0; border-top: 1px solid rgba(255,255,255,0.2); }
.ic-mobapply { font-weight: 500; color: #000000 !important; background: #B1AD7D; text-align: center;
  padding: 16px 0 !important; margin-top: 16px; border-top: 0 !important; }
@media (min-width: 880px) {
  .ic-desknav { display: flex; }
  .ic-mobbtn { display: none; }
  .ic-mobnav { display: none !important; }
}

/* ---------- footer ---------- */
.ic-footer { background: #000000; color: #ffffff; padding: clamp(48px,7vw,88px) clamp(20px,4vw,48px) 40px; }
.ic-footer-grid { max-width: 1240px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(32px,4vw,56px); }
.ic-fcol { display: flex; flex-direction: column; gap: 12px; }
.ic-fcol h6 { margin: 0; color: #B1AD7D; letter-spacing: 0.12em; }
.ic-flogo { height: 96px; width: auto; }
.ic-fnote { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.62); max-width: 26ch; }
.ic-faddr { margin: 0; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.86); }
.ic-fl { font-size: 15px; color: rgba(255,255,255,0.86); text-decoration: none; }
.ic-fl:hover { color: #ffffff; text-decoration: underline; }
.ic-footer-base { max-width: 1240px; margin: clamp(40px,5vw,64px) auto 0; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.18); display: flex; flex-wrap: wrap;
  gap: 16px 28px; justify-content: space-between; align-items: baseline; }
.ic-footer-base p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.5); }
.ic-footer-base .ic-fl { font-size: 13px; color: rgba(255,255,255,0.72); }

/* ---------- cookie consent ---------- */
.ic-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: #000000; color: #ffffff;
  border-top: 2px solid #B1AD7D; padding: 20px clamp(20px,4vw,48px); }
.ic-consent[hidden] { display: none; }
.ic-consent-in { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(16px,3vw,40px); justify-content: space-between; }
.ic-consent p { margin: 0; font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.82); max-width: 70ch; }
.ic-consent a { color: #B1AD7D; }
.ic-consent-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.ic-btn-ghost, .ic-btn-solid { font-family: var(--font-heading); font-weight: 600; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; padding: 13px 26px; }
.ic-btn-ghost { color: #ffffff; background: transparent; border: 1px solid rgba(255,255,255,0.45); }
.ic-btn-ghost:hover { background: rgba(255,255,255,0.1); }
.ic-btn-solid { position: relative; font-weight: 700; color: #000000; background: #B1AD7D; border: 1px solid #B1AD7D; }
.ic-btn-solid:hover { background: #9E9A6C; }
.ic-btn-solid .corner { color: rgba(0,0,0,0.4); }

/* ---------- application form ---------- */
input, textarea, select { accent-color: #6E6836; font-family: var(--font-body); }
.ic-in { width: 100%; height: 50px; padding: 0 14px; font-size: 16px; color: #000000; background: #fff;
  border: 1px solid var(--color-divider); border-radius: 0; }
.ic-in:hover { border-color: #767676; }
.ic-in:focus { outline: 2px solid #6E6836; outline-offset: 1px; border-color: #6E6836; }
textarea.ic-in { height: auto; min-height: 132px; padding: 12px 14px; line-height: 1.6; resize: vertical; }
.ic-lbl { display: block; font-family: var(--font-heading); font-weight: 600; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #555555; margin-bottom: 8px; }
.ic-opt { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; color: #000000;
  padding: 9px 14px; border: 1px solid var(--color-divider); cursor: pointer; background: #fff; }
.ic-opt:hover { border-color: #6E6836; background: #F0EEDC; }
[data-icsent][hidden] { display: none; }
