/*
Theme Name: Senoj Design Tech
Theme URI: https://senojdesigntech.com
Author: Senoj Design Tech
Author URI: https://senojdesigntech.com
Description: Brand and technology studio theme. Every headline, paragraph, list item, brand color and font on the site is editable under Appearance > Customize, grouped page by page and section by section, with live preview. Built for Senoj Design Tech: we brand businesses and build the technology that scales them.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: senoj
Tags: business, portfolio, one-column, custom-colors, custom-menu, editor-style, full-width-template, translation-ready
*/

/* ============================================================
   SENOJ DESIGN TECH
   Design bold. Build smart. Impact everything.
   ============================================================ */

:root {
  --pink: #ff007a;
  --pink-deep: #b30056;
  --pink-glow: rgba(255, 0, 122, 0.35);
  --black: #000000;
  --charcoal: #1a1a1a;
  --steel: #4d4d4d;
  --white: #ffffff;
  --bone: #f2f2f2;

  --display: "Exo 2", "Bahnschrift", "DIN Alternate", "Arial Narrow", sans-serif;
  --body: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --gutter: clamp(1.25rem, 5vw, 5rem);
  --measure: 62ch;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--pink); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }

:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 3px;
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.skip {
  position: absolute;
  left: -9999px;
  background: var(--pink);
  color: var(--white);
  padding: .75rem 1.25rem;
  z-index: 999;
}
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- Type ---------- */

h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0;
}

h1 {
  font-size: clamp(2.7rem, 6.9vw, 5.7rem);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p { margin: 0 0 1.1rem; max-width: var(--measure); }

.lede {
  font-size: clamp(1.05rem, 1.65vw, 1.3rem);
  color: #d6d6d6;
  line-height: 1.6;
}

.dim { color: #a8a8a8; }
.pink { color: var(--pink); }

/* The "E" three-bar motif from the logotype, reused as a section marker */
.bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 58px;
  margin-bottom: 1.6rem;
}
.bars span { height: 5px; background: var(--pink); }
.bars span:nth-child(2) { width: 72%; }
.bars span:nth-child(3) { width: 44%; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1.05rem 2.2rem;
  border: 2px solid var(--pink);
  background: var(--pink);
  color: var(--white);
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}
.btn:hover { background: transparent; color: var(--pink); text-decoration: none; }

.btn--ghost { background: transparent; color: var(--white); border-color: #555; }
.btn--ghost:hover { border-color: var(--white); background: var(--white); color: var(--black); }

.btn--onpink { background: var(--black); border-color: var(--black); color: var(--white); }
.btn--onpink:hover { background: transparent; color: var(--black); }

/* ---------- Nav ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #202020;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 0.85rem;
}
.nav__logo img { height: 52px; width: auto; }
.nav__links {
  display: flex;
  gap: 2.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.nav__links a {
  color: var(--white);
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-block: .4rem;
  border-bottom: 2px solid transparent;
}
.nav__links a:hover,
.nav__links a[aria-current="page"] {
  color: var(--pink);
  border-bottom-color: var(--pink);
  text-decoration: none;
}
.nav__cta { padding: .7rem 1.4rem; font-size: .78rem; }

.nav__toggle {
  display: none;
  background: none;
  border: 2px solid #3a3a3a;
  color: var(--white);
  padding: .55rem .8rem;
  font-family: var(--display);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .75rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav__toggle { display: block; }
  .nav__links {
    position: absolute;
    inset: 100% 0 auto 0;
    background: #0a0a0a;
    border-bottom: 2px solid var(--pink);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1rem var(--gutter) 2rem;
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links li { width: 100%; }
  .nav__links a { display: block; padding: .95rem 0; border-bottom: 1px solid #1e1e1e; width: 100%; }
  .nav__cta { margin-top: 1rem; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding-block: clamp(4.5rem, 11vw, 9rem) clamp(3.5rem, 8vw, 7rem);
  overflow: hidden;
}
.hero__brush {
  position: absolute;
  top: -10%;
  right: -22%;
  width: min(70vw, 940px);
  opacity: 0.46;
  pointer-events: none;
  filter: drop-shadow(0 0 90px var(--pink-glow));
}
.hero__inner { position: relative; z-index: 2; }
.hero h1 { max-width: 20ch; }
.hero h1 span { display: block; }
.hero h1 .is-pink { color: var(--pink); }
.hero__lede { margin-top: 2rem; max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
.hero__meta {
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid #2e2e2e;
  font-size: 0.88rem;
  color: #8a8a8a;
  letter-spacing: 0.05em;
  max-width: 48ch;
}

@media (max-width: 780px) {
  .hero__brush { top: auto; bottom: -6%; right: -40%; width: 138vw; opacity: 0.17; }
  .hero h1 { max-width: none; }
}

/* ---------- Marquee ticker ---------- */

.ticker {
  border-block: 2px solid var(--pink);
  background: #0d0d0d;
  overflow: hidden;
  padding-block: 0.85rem;
}
.ticker__track {
  display: flex;
  width: max-content;
  animation: slide 44s linear infinite;
}
.ticker span {
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding-inline: 1.6rem;
  color: #e8e8e8;
  white-space: nowrap;
}
.ticker span::after { content: "/"; color: var(--pink); margin-left: 1.6rem; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */

.section { padding-block: clamp(4rem, 9vw, 8rem); }
.section--light { background: var(--bone); color: var(--charcoal); }
.section--light .lede { color: #4a4a4a; }
.section--light h2 { color: var(--charcoal); }
.section--dark { background: var(--charcoal); }

.section__head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section__head p { margin-top: 1.4rem; }

/* Brush slash divider */
.slash {
  height: 90px;
  background: url("assets/senoj-mark.png") center/auto 260px no-repeat;
  opacity: 0.16;
  transform: scaleX(1.9);
}

/* ---------- Lineup bill (verticals) ---------- */

.bill { border-top: 1px solid #262626; }
.bill__row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1rem 3rem;
  align-items: baseline;
  padding-block: 2rem;
  border-bottom: 1px solid #262626;
  transition: background .2s ease, padding-inline .2s ease;
}
.bill__row:hover { background: #0f0f0f; padding-inline: 1.25rem; }
.bill__name {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.015em;
  font-size: clamp(1.7rem, 4.4vw, 3.35rem);
  margin: 0;
}
.bill__row:hover .bill__name { color: var(--pink); }
.bill__note { color: #9a9a9a; margin: 0; font-size: 0.97rem; max-width: 46ch; }

@media (max-width: 780px) {
  .bill__row { grid-template-columns: 1fr; gap: .7rem; padding-block: 1.6rem; }
}

/* ---------- Tracks (what we build) ---------- */

.tracks { display: grid; gap: 2px; background: #242424; }
@media (min-width: 900px) { .tracks { grid-template-columns: 1.15fr 1fr 1fr; } }

.track {
  background: var(--black);
  padding: clamp(1.9rem, 3vw, 2.8rem);
  display: flex;
  flex-direction: column;
}
.track:first-child { background: #0d0d0d; }
.track h3 { margin-bottom: 1rem; }
.track h3 { color: var(--pink); }
.track p { color: #b4b4b4; font-size: 0.97rem; }
.track ul {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  border-top: 1px solid #232323;
}
.track li {
  padding: 0.7rem 0 0.7rem 1.5rem;
  border-bottom: 1px solid #1a1a1a;
  font-size: 0.92rem;
  color: #cfcfcf;
  position: relative;
}
.track li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 9px;
  height: 3px;
  background: var(--pink);
}

/* ---------- Venue tech (light) ---------- */

.tech { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
@media (min-width: 900px) { .tech { grid-template-columns: 0.95fr 1.05fr; align-items: start; } }

.tech__list { list-style: none; margin: 0; padding: 0; }
.tech__list li {
  padding: 1.35rem 0;
  border-top: 2px solid var(--charcoal);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.5rem;
  align-items: start;
}
.tech__list li:last-child { border-bottom: 2px solid var(--charcoal); }
.tech__key {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  color: var(--pink-deep);
}
.tech__val { font-size: 0.97rem; color: #3d3d3d; margin: 0; }

@media (max-width: 620px) {
  .tech__list li { grid-template-columns: 1fr; gap: .4rem; }
}

.pullquote {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height: 1.02;
  margin: 0 0 1.5rem;
  max-width: 18ch;
}
.pullquote em { font-style: normal; color: var(--pink); }

/* ---------- Process (a real sequence) ---------- */

.steps { counter-reset: step; display: grid; gap: 2px; background: #242424; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step {
  counter-increment: step;
  background: var(--charcoal);
  padding: clamp(1.7rem, 2.6vw, 2.3rem);
}
.step::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.05rem; margin-bottom: .7rem; }
.step p { font-size: 0.92rem; color: #ababab; margin: 0; }

/* ---------- Work grid ---------- */

.work { display: grid; gap: 2px; background: #232323; }
@media (min-width: 760px) { .work { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .work { grid-template-columns: repeat(3, 1fr); } }

.work__item {
  background: var(--black);
  padding: clamp(1.7rem, 2.6vw, 2.4rem);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.work__item::after {
  content: "";
  position: absolute;
  right: -30%;
  top: -30%;
  width: 90%;
  aspect-ratio: 4/3;
  background: url("assets/senoj-mark.png") center/contain no-repeat;
  opacity: 0.09;
  transition: opacity .25s ease, transform .25s ease;
}
.work__item:hover::after { opacity: 0.2; transform: translate(-6%, 6%); }
.work__tag {
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: auto;
}
.work__item h3 { margin: 2rem 0 .7rem; position: relative; }
.work__item p { font-size: 0.93rem; color: #a5a5a5; margin: 0; position: relative; }

/* ---------- Stats / about ---------- */

.about { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
@media (min-width: 900px) { .about { grid-template-columns: 1.1fr 0.9fr; } }

.stats { display: grid; gap: 2px; background: #262626; }
.stat { background: var(--black); padding: 1.7rem; }
.stat__num {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 6vw, 4rem);
  color: var(--pink);
  line-height: 1;
  display: block;
}
.stat__label { font-size: 0.86rem; color: #9d9d9d; margin: .6rem 0 0; }

/* ---------- Contact ---------- */

.contact { background: var(--pink); color: var(--white); }
.contact h2 { color: var(--white); }
.contact .lede { color: rgba(255, 255, 255, 0.92); }
.contact a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.contact__grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 900px) { .contact__grid { grid-template-columns: 0.85fr 1.15fr; } }

.contact__detail { margin: 0 0 1.5rem; }
.contact__detail dt {
  font-family: var(--display);
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: .3rem;
}
.contact__detail dd { margin: 0 0 1.3rem; font-size: 1.05rem; font-weight: 600; }

.form { display: grid; gap: 1.1rem; }
.form__row { display: grid; gap: 1.1rem; }
@media (min-width: 620px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field label {
  display: block;
  font-family: var(--display);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.28);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
  font-family: var(--body);
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.6); }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--white);
  outline: none;
  background: rgba(0, 0, 0, 0.45);
}
.field select option { background: var(--charcoal); color: var(--white); }
.form__note { font-size: .84rem; color: rgba(255,255,255,.8); margin: 0; }
.form__status { font-weight: 600; margin: 0; }

/* ---------- Footer ---------- */

.footer { background: var(--black); border-top: 1px solid #1f1f1f; padding-block: 3.5rem 2.5rem; }
.footer__grid { display: grid; gap: 2.5rem; }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer img { height: 62px; width: auto; margin-bottom: 1.2rem; }
.footer h4 {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
  margin: 0 0 1rem;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: .6rem; }
.footer a { color: #bcbcbc; font-size: .93rem; }
.footer a:hover { color: var(--white); }
.footer__tag {
  font-family: var(--display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: .82rem;
  color: #8e8e8e;
}
.footer__tag b { color: var(--pink); font-weight: 700; }
.footer__base {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #1f1f1f;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: .82rem;
  color: #7d7d7d;
}

/* ---------- Page header (inner pages) ---------- */

.pagehead {
  position: relative;
  padding-block: clamp(3.5rem, 8vw, 6.5rem) clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid #202020;
  overflow: hidden;
}
.pagehead__brush {
  position: absolute;
  right: -12%;
  top: -30%;
  width: min(60vw, 720px);
  opacity: 0.2;
  pointer-events: none;
}
.pagehead__inner { position: relative; z-index: 2; }
.pagehead p { margin-top: 1.5rem; }

/* ---------- Motion / print ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker__track { animation: none; }
  * { transition-duration: 0.01ms !important; }
}

/* Dark-context variant of the spec list used on inner pages */
.section:not(.section--light) .tech__list li { border-color: #2b2b2b; }
.section:not(.section--light) .tech__list li:last-child { border-bottom-color: #2b2b2b; }
.section:not(.section--light) .tech__key { color: var(--pink); }
.section:not(.section--light) .tech__val { color: #c9c9c9; }

/* ---------- Corrections from build review ---------- */

/* Headings sit on a 0.95 line-height, so following prose needs its own air */
h1 + .lede, h2 + .lede, h2 + p, h1 + p { margin-top: 1.5rem; }
.hero h1 + .lede { margin-top: 2rem; }

/* Bright pink fails contrast on the bone background; use the deep tint there */
.section--light a { color: var(--pink-deep); }
.section--light .pullquote em { color: var(--pink-deep); }

.slash { opacity: 0.3; }

.footer img { height: 78px; }

/* ---------- Branding pillars: restaurants, people, events ---------- */

.pillars {
  display: grid;
  gap: 2px;
  background: #242424;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}
@media (min-width: 700px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1120px) { .pillars { grid-template-columns: repeat(4, 1fr); } }

.pillar {
  background: var(--black);
  padding: clamp(1.9rem, 3vw, 2.9rem);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pillar__name {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 2.5vw, 2.05rem);
  line-height: 0.94;
  margin: 0 0 1.1rem;
  color: var(--white);
}
.pillar:nth-child(1) .pillar__name { color: var(--pink); }
.pillar p { color: #b0b0b0; font-size: 0.97rem; margin: 0 0 1rem; }
.pillar p:last-child { margin-bottom: 0; }
.pillar__does {
  list-style: none;
  margin: 1.3rem 0 0;
  /* pin the tag row to the bottom so uneven headings don't leave ragged columns */

  padding: 1.1rem 0 0;
  border-top: 1px solid #222;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: auto;
}
.pillar__does li {
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #d0d0d0;
  border: 1px solid #333;
  padding: .35rem .7rem;
}

/* Four-across track grid */
@media (min-width: 700px) and (max-width: 1099px) {
  .tracks--four { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .tracks--four { grid-template-columns: repeat(4, 1fr); }
}


/* ---------- Origin band ---------- */

.origin {
  background: #0b0b0b;
  border-block: 1px solid #1e1e1e;
  padding-block: clamp(3rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
}
.origin__brush {
  position: absolute;
  left: -8%;
  bottom: -45%;
  width: min(50vw, 560px);
  opacity: 0.13;
  pointer-events: none;
}
.origin__inner { position: relative; z-index: 2; display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
@media (min-width: 900px) { .origin__inner { grid-template-columns: 0.8fr 1.2fr; align-items: center; } }
.origin__label {
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  line-height: 0.96;
  margin: 0;
}
.origin__label span { color: var(--pink); display: block; }
.origin p { color: #b0b0b0; margin-bottom: 1rem; max-width: 58ch; }
.origin p:last-child { margin-bottom: 0; }

/* Two-up statement */
.split { display: grid; gap: clamp(2rem, 4vw, 4rem); }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.split__half { border-top: 3px solid var(--pink); padding-top: 1.6rem; }
.split__half h3 { margin-bottom: 1rem; }
.split__half p { color: #b4b4b4; }

/* ---------- Customizer preview highlight ---------- */

.is-preview [data-edit] { cursor: pointer; }
.is-preview [data-edit]:hover {
  outline: 1px dashed rgba(255, 0, 122, 0.55);
  outline-offset: 3px;
}
.is-preview .is-flash {
  outline: 2px solid var(--pink);
  outline-offset: 4px;
  animation: flash 1.4s ease;
}
@keyframes flash {
  0%, 40% { background: rgba(255, 0, 122, 0.22); }
  100% { background: transparent; }
}
