/* Black Reef Global — Modernist design system tokens + site styles */

/* Self-hosted Archivo (variable, weights 100–900). Two subsets: latin + latin-ext. */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("assets/fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("assets/fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --accent: #ec3013;
  --accent-600: #dd2b0f;
  --accent-700: #ae1800;
  --accent-300: #ffc4b8;
  --ink: #201e1d;
  --ink-800: #2d2b2b;
  --ink-700: #444141;
  --ink-500: #605d5d;
  --ground: #f3f2f2;
  --surface: #eae9e9;
  --rule: rgba(32, 30, 29, 0.4);
  --wrap: 1240px;
  --pad: 32px;
  --font: "Archivo", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-700); text-decoration: none; }
a:hover { color: var(--accent); }
::selection { background: var(--accent-300); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

.kicker {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.kicker--accent { color: var(--accent); letter-spacing: 0.28em; }

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--ground);
  border-bottom: 2px solid var(--rule);
}
.header .wrap {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand svg { flex: none; display: block; }
.brand-name { display: flex; flex-direction: column; line-height: 0.98; }
.brand-name b {
  font-weight: 800; font-size: 17px; letter-spacing: 0.14em; text-transform: uppercase;
}
.brand-name span {
  font-weight: 500; font-size: 11px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--ink-500);
}
.nav {
  display: flex; align-items: center; gap: 28px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.nav a { color: var(--ink); }
.nav a:hover { color: var(--accent); }
.nav .btn { background: var(--accent); color: #fff; padding: 11px 18px; }
.nav .btn:hover { background: var(--accent-600); color: #fff; }

/* Sections */
section { border-bottom: 2px solid var(--rule); }

.hero .wrap {
  padding-top: 96px; padding-bottom: 80px;
  display: flex; flex-wrap: wrap; gap: 40px 64px; align-items: flex-end;
}
.hero-main { flex: 2 1 460px; }
.hero h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 800; line-height: 0.96; letter-spacing: -0.025em;
  text-wrap: balance;
}
.hero-sub {
  flex: 1 1 300px; margin: 0;
  font-size: 19px; line-height: 1.5; color: var(--ink-700); text-wrap: pretty;
}

.services .grid { display: flex; flex-wrap: wrap; }
.services .cell { flex: 1 1 380px; padding: 56px 0; }
.services .cell:first-child { padding-right: 48px; border-right: 2px solid var(--rule); }
.services .cell:last-child { padding-left: 48px; }
.services h2 {
  margin: 0 0 20px; font-size: 34px; font-weight: 800; line-height: 1.05; letter-spacing: -0.015em;
}
.services p.body { margin: 0 0 28px; font-size: 17px; line-height: 1.6; color: var(--ink-700); text-wrap: pretty; }

.btn-outline {
  display: inline-block; border: 2px solid var(--ink); color: var(--ink);
  padding: 12px 20px; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
}
.btn-outline:hover { background: var(--ink); color: var(--ground); }

.detail .wrap { padding-top: 80px; padding-bottom: 80px; }
.detail blockquote {
  margin: 0 0 64px; max-width: 900px;
  font-size: clamp(24px, 3vw, 38px); font-weight: 800; line-height: 1.15;
  letter-spacing: -0.015em; font-style: italic;
}
.detail blockquote cite {
  display: block; margin-top: 16px;
  font-size: 14px; font-weight: 600; font-style: normal;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent);
}
.detail .cols { display: flex; flex-wrap: wrap; gap: 48px 56px; align-items: flex-start; }
.detail .col-left { flex: 1 1 340px; }
.detail .col-right { flex: 2 1 420px; }
.detail h2 {
  margin: 0 0 32px; font-size: 30px; font-weight: 800; line-height: 1.1; letter-spacing: -0.015em;
}
.detail .col-left .kicker { margin-bottom: 14px; }
.detail p { margin: 0 0 22px; font-size: 17px; line-height: 1.65; color: var(--ink-700); text-wrap: pretty; }
.detail p.lead { color: var(--ink-800); }
.grayscale { filter: grayscale(1); border: 2px solid var(--rule); }
.grayscale img { width: 100%; }

.price {
  margin-top: 40px; border-top: 2px solid var(--rule); padding-top: 24px;
  display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap;
}
.price strong { font-size: 28px; font-weight: 800; letter-spacing: -0.01em; }
.price small { font-size: 13px; line-height: 1.5; color: var(--ink-500); }

/* Contact */
.contact { background: var(--accent); color: #fff; border-bottom: 0; }
.contact .wrap { padding-top: 88px; padding-bottom: 88px; }
.contact h2 {
  margin: 0 0 48px;
  font-size: clamp(36px, 5.5vw, 68px); font-weight: 800; line-height: 0.98; letter-spacing: -0.025em;
}
.contact .cols {
  display: flex; flex-wrap: wrap; gap: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.5); padding-top: 32px;
}
.contact .col { flex: 1 1 260px; }
.contact .kicker { color: rgba(255, 255, 255, 0.72); margin-bottom: 12px; }
.contact p { margin: 0; font-size: 17px; line-height: 1.5; }
.contact a {
  color: #fff; font-weight: 600; border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.contact a:hover { color: #fff; border-bottom-color: #fff; }
.contact a.big { font-size: 20px; }

/* Footer */
.footer .wrap {
  padding-top: 28px; padding-bottom: 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; font-size: 13px; color: var(--ink-500); flex-wrap: wrap;
}
.footer { border-top: 2px solid var(--rule); }
.footer p { margin: 0; }
.footer .place { letter-spacing: 0.18em; text-transform: uppercase; }

@media (max-width: 800px) {
  :root { --pad: 20px; }
  .services .cell:first-child { padding-right: 0; border-right: 0; border-bottom: 2px solid var(--rule); }
  .services .cell:last-child { padding-left: 0; }
  .hero .wrap { padding-top: 64px; padding-bottom: 56px; }
}
