

:root {
  --ink: #181511;
  --muted: #655f57;
  --paper: #f6f2ea;
  --panel: #fffdf8;
  --accent: #da572d;
  --accent-2: #ffd8a9;
  --line: rgba(24, 21, 17, 0.16);
  --display: Arial, Helvetica, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #ece9e1; color: #151515; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; }

.company-site {
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  overflow: hidden;
}

.site-header {
  width: min(100% - 40px, 1220px);
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand-lockup { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; width: fit-content; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--paper);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.brand-word { font-family: var(--display); font-size: 19px; font-weight: 800; letter-spacing: -.025em; }
.desktop-nav { display: flex; gap: 28px; align-items: center; }
.desktop-nav a { text-decoration: none; font-size: 13px; font-weight: 700; color: var(--muted); }
.desktop-nav a[aria-current="page"] { color: var(--ink); }
.header-cta { text-decoration: none; border: 1px solid var(--ink); padding: 11px 17px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-radius: var(--radius); }
.mobile-nav { display: none; position: relative; }

.page-content { width: min(100% - 40px, 1220px); margin: 0 auto; }
.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 72px;
  align-items: center;
  padding: 78px 0 88px;
}
.eyebrow, .section-label {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1, .page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(55px, 6.6vw, 104px);
  line-height: .96;
  letter-spacing: -.06em;
}
.hero-intro, .page-hero > p:last-child {
  max-width: 660px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 21px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  font-weight: 850;
  font-size: 13px;
  letter-spacing: .02em;
}
.button.primary { background: var(--accent); color: var(--paper); }
.button.inverse { background: var(--paper); color: var(--ink); }
.button:disabled { cursor: wait; opacity: .65; }
.text-link { font-size: 13px; font-weight: 800; }

.hero-art {
  min-height: 460px;
  position: relative;
  overflow: hidden;
  background: var(--accent);
  color: var(--paper);
  border-radius: var(--radius);
  isolation: isolate;
}
.art-label, .art-number, .art-copy { position: absolute; z-index: 3; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.art-label { left: 32px; top: 28px; }
.art-number { right: 32px; top: 28px; }
.art-copy { left: 32px; bottom: 30px; line-height: 2; }
.art-line { position: absolute; left: 8%; top: 50%; width: 84%; height: 1px; background: currentColor; opacity: .55; }
.art-orbit { position: absolute; width: 290px; height: 290px; border: 1px solid currentColor; border-radius: 50%; left: calc(50% - 145px); top: calc(50% - 145px); opacity: .75; }
.art-block { position: absolute; display: block; background: var(--accent-2); }
.block-one { width: 150px; height: 150px; left: 20%; top: 27%; transform: rotate(12deg); }
.block-two { width: 90px; height: 90px; right: 18%; bottom: 22%; border-radius: 50%; }

.fact-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-strip > div { min-height: 124px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.fact-strip > div:last-child { border-right: 0; }
.fact-strip span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fact-strip strong { font-family: var(--display); font-size: 16px; line-height: 1.35; }

.section { padding: 100px 0; border-bottom: 1px solid var(--line); }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section h2, .page-hero h1, .career-interest h2, .legal-body h2 { font-family: var(--display); }
.section h2 { margin: 0; font-size: clamp(37px, 4vw, 64px); line-height: 1.03; letter-spacing: -.045em; }
.body-copy { color: var(--muted); font-size: 17px; line-height: 1.8; }
.body-copy p:first-child { margin-top: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { max-width: 680px; }
.role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.role-card { min-height: 260px; background: var(--panel); padding: 30px; }
.role-index { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.role-card h3, .role-card h2 { margin: 58px 0 13px; font-family: var(--display); font-size: 23px; line-height: 1.05; letter-spacing: -.025em; }
.role-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.principle-grid article { border-top: 2px solid var(--accent); padding-top: 23px; }
.principle-grid h3 { margin: 0 0 15px; font-family: var(--display); font-size: 22px; }
.principle-grid p { margin: 0; color: var(--muted); line-height: 1.7; }
.sms-banner { margin: 70px 0; padding: 65px; background: var(--ink); color: var(--paper); border: 0; display: flex; align-items: end; justify-content: space-between; gap: 50px; border-radius: var(--radius); }
.sms-banner > div { max-width: 780px; }
.sms-banner h2 { margin-bottom: 20px; }
.sms-banner p:not(.section-label) { color: color-mix(in srgb, var(--paper) 72%, transparent); line-height: 1.7; }
.contact-section { text-align: center; padding-bottom: 120px; }
.contact-section > p:not(.section-label) { max-width: 620px; margin: 22px auto; color: var(--muted); line-height: 1.7; }
.contact-email { display: inline-block; margin-top: 22px; color: var(--accent); font-family: var(--display); font-size: clamp(23px, 3vw, 44px); font-weight: 800; letter-spacing: -.04em; }

.page-hero { padding: 100px 0 85px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(52px, 6vw, 88px); }
.role-grid.full { margin: 80px 0; grid-template-columns: repeat(2, 1fr); }
.role-grid.full .role-card { min-height: 330px; padding: 42px; }
.role-grid.full .role-card h2 { max-width: 480px; font-size: 38px; margin-top: 44px; }
.role-type { margin-top: 16px !important; color: var(--accent) !important; font-size: 10px !important; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.role-detail { margin-top: 24px !important; padding-top: 20px; border-top: 1px solid var(--line); }
.career-interest { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.career-interest > div { max-width: 760px; }
.career-interest p:not(.section-label) { color: var(--muted); line-height: 1.75; }
.notice-panel { margin: 70px 0 100px; padding: 35px; border: 1px solid var(--line); border-left: 5px solid var(--accent); background: var(--panel); }
.notice-panel strong { font-family: var(--display); font-size: 20px; }
.notice-panel p { color: var(--muted); line-height: 1.7; }

.sms-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.sms-form, .program-card { padding: 42px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.form-heading h2 { margin-bottom: 12px; }
.form-heading > p:last-child { color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1.25fr; gap: 18px; margin: 34px 0 20px; }
.field-row label > span { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.field-row input { width: 100%; height: 52px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); color: var(--ink); padding: 0 14px; outline: none; }
.field-row input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.honeypot { position: absolute; left: -10000px; }
.consent-box { display: grid; grid-template-columns: 22px 1fr; gap: 13px; align-items: start; padding: 22px; background: var(--paper); border: 1px solid var(--line); font-size: 12px; line-height: 1.65; }
.consent-box input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--accent); }
.submit-button { margin-top: 22px; width: 100%; }
.form-note { color: var(--muted); font-size: 11px; line-height: 1.6; }
.form-status { min-height: 22px; margin-bottom: 0; font-size: 13px; font-weight: 700; }
.form-status.success { color: #227443; }
.form-status.error { color: #a12621; }
.program-card dl { margin: 30px 0 0; }
.program-card dl div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.program-card dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.program-card dd { margin: 0; font-size: 14px; line-height: 1.55; }
.sample-message { margin-top: 30px; padding: 24px; background: var(--ink); color: var(--paper); border-radius: var(--radius); }
.sample-message span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; opacity: .7; }
.sample-message p { margin: 15px 0 0; line-height: 1.65; }
.sms-explainer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.sms-explainer span { color: var(--accent); font-size: 12px; font-weight: 900; }
.sms-explainer h2 { margin-top: 40px; font-size: 28px; }
.sms-explainer p { color: var(--muted); line-height: 1.7; }

.legal-hero { display: grid; grid-template-columns: .4fr 1fr; column-gap: 60px; align-items: end; }
.legal-hero .eyebrow { grid-row: 1 / span 2; align-self: start; margin-top: 10px; }
.legal-hero > p:last-child { margin-top: 18px; }
.legal-body { max-width: 810px; margin: 0 auto; padding: 90px 0 130px; }
.legal-body h2 { margin: 56px 0 15px; font-size: 30px; letter-spacing: -.03em; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { color: var(--muted); font-size: 16px; line-height: 1.85; }
.legal-body strong { color: var(--ink); }

.site-footer { width: min(100% - 40px, 1220px); margin: 0 auto; border-top: 1px solid var(--line); padding: 55px 0 30px; display: grid; grid-template-columns: 1fr auto; gap: 45px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-kicker { color: var(--accent); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.footer-brand strong { margin: 10px 0 5px; font-family: var(--display); font-size: 22px; }
.footer-brand span:not(.footer-kicker), .footer-brand a { color: var(--muted); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; align-content: start; }
.footer-links a { color: var(--muted); font-size: 12px; font-weight: 700; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

/* Steamy Creations — bold workshop/editorial */
.theme-forge { --ink: #1f1a15; --muted: #71675d; --paper: #f4ecdf; --panel: #fff8ed; --accent: #c84e28; --accent-2: #f7c36b; --line: rgba(54, 34, 23, .2); --display: "Arial Black", Arial, sans-serif; --radius: 0px; }
.theme-forge .hero h1 { text-transform: uppercase; font-size: clamp(52px, 6vw, 91px); }
.theme-forge .hero-art { border: 14px solid var(--ink); box-shadow: 18px 18px 0 var(--accent-2); }
.theme-forge .brand-mark { transform: rotate(-4deg); }

/* OLIMAKEUP — beauty atelier */
.theme-atelier { --ink: #20151b; --muted: #76636b; --paper: #f9f2f4; --panel: #fffafb; --accent: #cf3c75; --accent-2: #ffd2df; --line: rgba(68, 35, 49, .16); --display: Georgia, "Times New Roman", serif; --radius: 28px; }
.theme-atelier .site-header { min-height: 98px; }
.theme-atelier .brand-word { text-transform: uppercase; letter-spacing: .1em; }
.theme-atelier .hero { grid-template-columns: .95fr 1.05fr; }
.theme-atelier .hero h1 { font-weight: 400; font-style: italic; letter-spacing: -.055em; }
.theme-atelier .hero-art { min-height: 525px; border-radius: 260px 260px 28px 28px; background: #22151c; }
.theme-atelier .art-orbit { width: 360px; height: 360px; left: calc(50% - 180px); top: calc(50% - 180px); border-color: #ff9dbd; }
.theme-atelier .block-one { background: #f78fb5; border-radius: 50% 50% 10% 50%; transform: rotate(28deg); }
.theme-atelier .block-two { background: #fff1f5; }

/* Heutrio — technical signal */
.theme-signal { --ink: #eaf2ff; --muted: #99acd0; --paper: #07152d; --panel: #0b1e3d; --accent: #39d0ff; --accent-2: #2968ff; --line: rgba(128, 180, 255, .22); --display: Arial, Helvetica, sans-serif; --body: "Courier New", monospace; --radius: 2px; }
.theme-signal.company-site { background-image: linear-gradient(rgba(68, 115, 186, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(68, 115, 186, .08) 1px, transparent 1px); background-size: 38px 38px; }
.theme-signal .brand-word, .theme-signal h1, .theme-signal h2, .theme-signal h3 { text-transform: uppercase; }
.theme-signal .hero h1 { font-size: clamp(48px, 5.5vw, 82px); letter-spacing: -.045em; }
.theme-signal .hero-art { clip-path: polygon(0 0, 86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%); background: linear-gradient(145deg, #0c2f63, #195de0); box-shadow: inset 0 0 0 1px #52d8ff; }
.theme-signal .button.primary { color: #001125; }
.theme-signal .sms-banner { background: #39d0ff; color: #07152d; }
.theme-signal .button.inverse { background: #07152d; color: #eaf2ff; }
.theme-signal .sample-message { background: #041022; }

/* LushLayer — soft organic layers */
.theme-layers { --ink: #24352e; --muted: #687a71; --paper: #eef1e7; --panel: #fafbf6; --accent: #527a5f; --accent-2: #c9d6b8; --line: rgba(36, 71, 52, .18); --display: Georgia, "Times New Roman", serif; --radius: 34px; }
.theme-layers .site-header { border-bottom: 0; }
.theme-layers .hero { min-height: 700px; }
.theme-layers .hero h1 { font-weight: 400; }
.theme-layers .hero-art { border-radius: 46% 54% 36% 64% / 45% 35% 65% 55%; background: #557964; }
.theme-layers .art-orbit { border-radius: 42% 58% 67% 33% / 46% 32% 68% 54%; width: 350px; height: 310px; left: calc(50% - 175px); top: calc(50% - 155px); }
.theme-layers .block-one { border-radius: 53% 47% 65% 35%; transform: rotate(-8deg); background: #cbd8b9; }
.theme-layers .role-grid { background: transparent; border: 0; gap: 18px; }
.theme-layers .role-card { border: 1px solid var(--line); border-radius: 26px; }
.theme-layers .fact-strip { border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.35); }

/* GoldenHearth — classic civic/editorial */
.theme-hearth { --ink: #17233d; --muted: #677084; --paper: #f4f0e6; --panel: #fffdf7; --accent: #a8741e; --accent-2: #e8cb88; --line: rgba(23, 35, 61, .19); --display: Georgia, "Times New Roman", serif; --radius: 0px; }
.theme-hearth .site-header { min-height: 108px; border-top: 5px solid var(--accent); }
.theme-hearth .brand-mark { background: transparent; color: var(--accent); border: 1px solid var(--accent); border-radius: 50%; }
.theme-hearth .hero { grid-template-columns: 1.15fr .85fr; }
.theme-hearth .hero h1 { font-weight: 400; letter-spacing: -.045em; }
.theme-hearth .hero-art { background: var(--ink); border: 1px solid var(--accent); outline: 8px double var(--accent); outline-offset: -22px; }
.theme-hearth .art-orbit { border-color: var(--accent-2); }
.theme-hearth .block-one { background: var(--accent); transform: rotate(45deg); }
.theme-hearth .block-two { background: transparent; border: 8px double var(--accent-2); }
.theme-hearth .section-label, .theme-hearth .eyebrow { letter-spacing: .22em; }
.theme-hearth .role-card h2, .theme-hearth .role-card h3 { font-weight: 400; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { cursor: pointer; list-style: none; border: 1px solid var(--line); padding: 10px 13px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav > div { position: absolute; right: 0; top: 47px; width: 220px; background: var(--panel); border: 1px solid var(--line); padding: 8px; box-shadow: 0 15px 40px rgba(0,0,0,.15); }
  .mobile-nav a { display: block; padding: 12px; text-decoration: none; font-size: 13px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; gap: 50px; }
  .hero-art { min-height: 390px; }
  .fact-strip { grid-template-columns: 1fr; }
  .fact-strip > div { min-height: 95px; border-right: 0; border-bottom: 1px solid var(--line); }
  .split-section, .sms-layout, .legal-hero { grid-template-columns: 1fr; gap: 32px; }
  .role-grid { grid-template-columns: 1fr 1fr; }
  .principle-grid, .sms-explainer { grid-template-columns: 1fr; }
  .sms-banner, .career-interest { align-items: flex-start; flex-direction: column; }
  .legal-hero .eyebrow { grid-row: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (max-width: 580px) {
  .site-header, .page-content, .site-footer { width: min(100% - 28px, 1220px); }
  .brand-word { font-size: 16px; }
  .hero { padding: 46px 0 65px; }
  .hero h1, .page-hero h1 { font-size: clamp(43px, 14vw, 64px); }
  .hero-art { min-height: 330px; }
  .section { padding: 72px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .role-grid, .role-grid.full { grid-template-columns: 1fr; }
  .role-card, .role-grid.full .role-card { min-height: 250px; padding: 27px; }
  .role-grid.full .role-card h2 { font-size: 31px; }
  .sms-banner { margin: 45px 0; padding: 38px 27px; }
  .field-row { grid-template-columns: 1fr; }
  .sms-form, .program-card { padding: 26px; }
  .program-card dl div { grid-template-columns: 1fr; gap: 6px; }
  .legal-body { padding: 70px 0 95px; }
  .footer-links { grid-template-columns: 1fr; }
  .theme-atelier .hero-art { min-height: 400px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise .7s ease both; }
  .hero-art { animation: reveal .85s .08s ease both; }
  .role-card { transition: transform .2s ease, background-color .2s ease; }
  .role-card:hover { transform: translateY(-4px); background: color-mix(in srgb, var(--panel) 82%, var(--accent-2)); }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
  @keyframes reveal { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
}

select, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); color: var(--ink); padding: 14px; font: inherit; }
select { min-height: 52px; }
textarea { resize: vertical; }
.wide-field { display: block; margin-top: 18px; }
.wide-field > span { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.career-form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.career-form-layout > div > p:not(.section-label) { color: var(--muted); line-height: 1.75; }
.thanks-hero { min-height: 620px; display: flex; flex-direction: column; justify-content: center; }
.submission-dialog { width: min(520px, calc(100% - 36px)); padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.submission-dialog::backdrop { background: rgba(5, 9, 15, .58); backdrop-filter: blur(4px); }
.submission-dialog h2 { margin: 0 0 16px; font-family: var(--display); font-size: 35px; letter-spacing: -.04em; }
.submission-dialog > p:not(.section-label) { color: var(--muted); line-height: 1.7; }
.dialog-close { position: absolute; right: 14px; top: 10px; border: 0; background: transparent; color: var(--ink); font-size: 28px; cursor: pointer; }
@media (max-width: 900px) { .career-form-layout { grid-template-columns: 1fr; gap: 34px; } }
