:root {
  --ink: #07130f;
  --ink-soft: #0d2119;
  --green: #12b77b;
  --green-dark: #0c8f62;
  --mint: #b8f3d9;
  --paper: #f3f6f4;
  --white: #ffffff;
  --text: #122019;
  --muted: #607069;
  --line: #dbe5df;
  --shadow: 0 24px 70px rgba(7, 19, 15, 0.10);
  --font-body: "DM Sans", Arial, sans-serif;
  --font-head: "Manrope", "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 999; background: white; color: black; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  height: 82px;
  background: var(--ink);
  color: white;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 132px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-button) { color: rgba(255,255,255,.72); }
.site-nav > a:hover { color: white; }
.nav-button { background: var(--green); color: var(--ink); padding: 11px 18px; border-radius: 999px; }
.nav-button:hover { background: #21cd8f; color: var(--ink); }
.nav-button.active { box-shadow: 0 0 0 2px rgba(255,255,255,.16); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: white; }

.hero {
  background: var(--ink);
  color: white;
  padding: 92px 0 104px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 78px; align-items: center; }
.eyebrow { margin: 0; color: var(--mint); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green-dark); }
.hero h1 {
  margin: 20px 0 24px;
  max-width: 720px;
  font-family: var(--font-head);
  font-size: clamp(54px, 6vw, 84px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-primary:hover { background: #20cc8d; }
.button-secondary { border-color: rgba(255,255,255,.25); color: white; background: transparent; }
.button-secondary:hover { border-color: rgba(255,255,255,.55); }
.button-light { background: white; color: var(--ink); }

.studio-panel {
  background: #0b1c16;
  border: 1px solid rgba(102, 238, 178, .18);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
}
.studio-panel-head { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.08); }
.studio-panel-head img { width: 52px; height: 52px; object-fit: contain; padding: 8px; border-radius: 14px; background: rgba(18,183,123,.12); }
.studio-panel-head span { display: block; color: var(--green); font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.studio-panel-head strong { display: block; margin-top: 4px; font-family: var(--font-head); font-size: 18px; }
.studio-product-list { display: grid; }
.studio-product-list > div { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.studio-product-list > div:last-child { border-bottom: 0; padding-bottom: 2px; }
.studio-product-list > div > span { color: var(--green); font-size: 11px; font-weight: 700; }
.studio-product-list strong { display: block; font-size: 14px; }
.studio-product-list small { display: block; color: rgba(255,255,255,.45); font-size: 12px; margin-top: 2px; }
.studio-product-list b { color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }

.section { padding: 104px 0; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .custom-section h2, .closing-card h2, .contact-hero h1 {
  font-family: var(--font-head);
  letter-spacing: -.045em;
  line-height: 1.08;
}
.section-heading h2 { margin: 12px 0 16px; font-size: clamp(38px, 4.3vw, 58px); }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; margin: 0; max-width: 690px; }

.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.product-card {
  min-height: 300px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: 1fr auto;
  gap: 14px 20px;
  box-shadow: 0 10px 28px rgba(7,19,15,.035);
}
.product-card-featured { border-color: rgba(18,183,123,.42); background: linear-gradient(145deg, white, #f5fffa); }
.product-number { color: var(--green-dark); font-size: 12px; font-weight: 800; padding-top: 4px; }
.product-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.pill { background: var(--green); color: var(--ink); font-weight: 700; padding: 5px 9px; border-radius: 999px; }
.pill.subtle { background: #e8f5ef; color: var(--green-dark); }
.product-card h3 { margin: 24px 0 6px; font-family: var(--font-head); font-size: 31px; letter-spacing: -.035em; }
.product-card p { color: var(--muted); margin: 0; }
.product-card .tagline { color: var(--green-dark); font-weight: 700; margin-bottom: 10px; }
.card-link { grid-column: 2; justify-self: start; font-size: 13px; font-weight: 700; color: var(--green-dark); }
.card-link span { padding-left: 4px; }

.custom-section { background: var(--green); color: var(--ink); padding: 86px 0; }
.custom-section .eyebrow { color: rgba(7,19,15,.62); }
.custom-layout { display: grid; grid-template-columns: 1.25fr .9fr auto; align-items: center; gap: 48px; }
.custom-section h2 { font-size: clamp(38px, 4.2vw, 56px); margin: 10px 0 16px; }
.custom-section p:not(.eyebrow) { max-width: 660px; margin: 0; font-size: 17px; color: rgba(7,19,15,.70); }
.custom-list { display: grid; gap: 8px; }
.custom-list span { padding-left: 18px; position: relative; font-weight: 700; font-size: 14px; }
.custom-list span:before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }

.closing-section { padding: 92px 0; }
.closing-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 50px; box-shadow: var(--shadow); }
.closing-card h2 { margin: 10px 0; font-size: clamp(36px, 4vw, 52px); }
.closing-card p:last-child { color: var(--muted); margin: 0; }

.site-footer { background: var(--ink); color: white; padding: 54px 0 26px; }
.footer-wrap { display: grid; grid-template-columns: 1fr auto; gap: 38px 70px; align-items: start; }
.footer-logo { width: 122px; margin-bottom: 14px; }
.footer-wrap > div:first-child p { max-width: 360px; color: rgba(255,255,255,.47); margin: 0; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-links a:hover { color: white; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.34); font-size: 11px; margin: 0; }

.contact-hero { background: var(--ink); color: white; padding: 92px 0 84px; }
.contact-hero-copy { max-width: 860px; }
.contact-hero h1 { font-size: clamp(48px, 6vw, 76px); margin: 18px 0; }
.contact-hero p:last-child { max-width: 700px; color: rgba(255,255,255,.64); font-size: 18px; margin: 0; }
.contact-main { padding: 88px 0 100px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 28px; align-items: start; }
.contact-form-wrap, .contact-card { background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 45px rgba(7,19,15,.05); }
.contact-form-wrap { padding: 36px; }
.enquiry-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: block; color: #364840; font-size: 12px; font-weight: 700; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  color: var(--text);
  background: #fbfcfb;
  border: 1px solid #cad8d0;
  border-radius: 11px;
  outline: none;
  resize: vertical;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(18,183,123,.12); }
.form-actions { display: flex; align-items: center; gap: 18px; padding-top: 4px; }
.form-actions .button { border: 0; }
.form-actions p { color: var(--muted); margin: 0; font-size: 11px; max-width: 330px; }
.form-actions a { color: var(--green-dark); font-weight: 700; }
.contact-aside { display: grid; gap: 18px; }
.contact-card { padding: 28px; }
.contact-card ol { list-style: none; padding: 0; margin: 20px 0 0; }
.contact-card li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-card li > span { color: var(--green-dark); font-size: 11px; font-weight: 800; }
.contact-card strong { font-size: 14px; }
.contact-card li p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 5px 0 0; }
.direct-contact { background: var(--ink); color: white; border-radius: 18px; padding: 24px; }
.direct-contact span { display: block; color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.direct-contact a { display: inline-block; margin-top: 6px; color: var(--mint); font-weight: 700; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 760px; }
  .studio-panel { max-width: 720px; }
  .custom-layout { grid-template-columns: 1fr 1fr; }
  .custom-layout > .button { grid-column: 1 / -1; justify-self: start; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; }
  .brand img { width: 116px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 14px; right: 14px; padding: 16px; background: var(--ink-soft); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; box-shadow: 0 22px 50px rgba(0,0,0,.35); flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .nav-button { text-align: center; margin-top: 4px; }
  .hero { padding: 70px 0 72px; }
  .hero-layout { gap: 38px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .studio-panel { padding: 20px; }
  .studio-product-list > div { grid-template-columns: 30px 1fr; }
  .studio-product-list b { grid-column: 2; justify-self: start; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 39px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; padding: 24px 20px; grid-template-columns: 34px 1fr; }
  .product-card h3 { font-size: 27px; margin-top: 18px; }
  .custom-section { padding: 70px 0; }
  .custom-layout { grid-template-columns: 1fr; gap: 30px; }
  .custom-layout > .button { grid-column: auto; width: 100%; }
  .closing-section { padding: 70px 0; }
  .closing-card { padding: 32px 22px; display: block; }
  .closing-card .button { width: 100%; margin-top: 26px; }
  .footer-wrap { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .contact-hero { padding: 70px 0 62px; }
  .contact-hero h1 { font-size: 46px; }
  .contact-main { padding: 60px 0 72px; }
  .contact-form-wrap { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .form-actions { display: block; }
  .form-actions .button { width: 100%; }
  .form-actions p { margin-top: 12px; }
  .contact-aside { grid-template-columns: 1fr; }
}
