/* =========================================================
   AlphaSix Studios landing ONLY (post/page 1413)
   Fix: full-width desktop + no left-shift
   Put this at the very bottom so it overrides earlier rules.
  /* ALPHASIX STUDIOS - SCOPED TO PAGE ID 1413 
   Paste this into Appearance > Customize > Additional CSS 
*/

body.page-id-1413 {
    background-color: #050000 !important;
    overflow-x: hidden;
}

/* Ensure the landing block resets within the WP container */
.page-id-1413 .a6-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-id-1413 .a6-landing {
    /* Horror Palette Variable Definitions */
    --a6-bg: #050000;
    --a6-surface: #0a0808;
    --a6-primary: #b91c1c; /* Blood Red */
    --a6-secondary: #450a0a; /* Dried Blood */
    --a6-accent: #f87171; /* Flesh/Highlight */
    --a6-text: #ececec;
    --a6-text-muted: #8b7d7d;
    --a6-border: #2d1616;
    
    --a6-font-heading: 'Oxanium', sans-serif;
    --a6-font-body: 'Space Grotesk', sans-serif;

    background: var(--a6-bg);
    color: var(--a6-text);
    font-family: var(--a6-font-body);
    line-height: 1.6;
    
    /* Subtle Grain Texture */
    background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
}

/* Heading & UI Strategy */
.page-id-1413 .a6-landing h1,
.page-id-1413 .a6-landing h2,
.page-id-1413 .a6-landing h3,
.page-id-1413 .a6-landing h4,
.page-id-1413 .a6-landing .a6-badge,
.page-id-1413 .a6-landing .a6-btn,
.page-id-1413 .a6-landing .a6-card-highlight {
    font-family: var(--a6-font-heading);
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.page-id-1413 .a6-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
}

.page-id-1413 .a6-gradient-text {
    background: linear-gradient(135deg, var(--a6-primary), #ff0000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(185, 28, 28, 0.4);
}

.page-id-1413 .a6-section-header {
    text-align: center;
    margin-bottom: clamp(3rem, 10vw, 6rem);
}

.page-id-1413 .a6-section-header h2 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 800;
    margin: 0 0 1rem 0;
    border-bottom: 2px solid var(--a6-primary);
    display: inline-block;
    padding-bottom: 0.5rem;
}

.page-id-1413 .a6-section-header p {
    color: var(--a6-text-muted);
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    max-width: 720px;
    margin: 1.5rem auto 0;
    font-weight: 400;
}

/* HERO SECTION */
.page-id-1413 .a6-hero {
    padding: clamp(8rem, 20vh, 14rem) 0 clamp(4rem, 10vh, 6rem);
    text-align: center;
    background: radial-gradient(circle at top center, rgba(185, 28, 28, 0.25) 0%, transparent 70%);
    position: relative;
}

.page-id-1413 .a6-hero .a6-container { position: relative; z-index: 1; }

.page-id-1413 .a6-badge {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: rgba(185, 28, 28, 0.1);
    border: 1px solid var(--a6-primary);
    border-radius: 2px;
    font-size: clamp(0.7rem, 2vw, 0.8rem);
    margin-bottom: 2rem;
    font-weight: 700;
    color: var(--a6-primary);
}

.page-id-1413 .a6-hero h1 {
    font-size: clamp(2.2rem, 8vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
}

.page-id-1413 .a6-hero p.a6-hero-sub {
    font-size: clamp(1.1rem, 3vw, 1.35rem);
    color: var(--a6-text);
    max-width: 850px;
    margin: 0 auto 1.5rem auto;
    font-weight: 400;
}

.page-id-1413 .a6-hero p.a6-hero-val {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: var(--a6-primary);
    font-family: var(--a6-font-heading);
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
}

.page-id-1413 .a6-hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* BUTTONS */
.page-id-1413 .a6-btn {
    display: inline-block;
    padding: 1.1rem 2.2rem;
    border-radius: 0;
    font-size: clamp(0.85rem, 2vw, 1rem);
    font-weight: 800;
    text-decoration: none !important;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    flex: 0 1 auto;
    min-width: 200px;
}

.page-id-1413 .a6-btn-primary {
    background: var(--a6-primary);
    color: #fff !important;
}

.page-id-1413 .a6-btn-primary:hover {
    background: #991b1b;
    transform: scale(1.02);
    box-shadow: 0 0 35px rgba(185, 28, 28, 0.5);
}

.page-id-1413 .a6-btn-outline {
    border: 1px solid var(--a6-border);
    color: var(--a6-text) !important;
    background: transparent;
}

.page-id-1413 .a6-btn-outline:hover {
    border-color: var(--a6-primary);
    color: var(--a6-primary) !important;
}

/* PROOF / ARCHIVE SECTION */
.page-id-1413 .a6-proof {
    padding: clamp(4rem, 10vw, 6rem) 0 clamp(6rem, 15vw, 10rem);
    background: rgba(0,0,0,0.6);
    border-top: 1px solid var(--a6-border);
}

.page-id-1413 .a6-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(300px, 45%, 500px), 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    margin-bottom: clamp(3rem, 8vw, 6rem);
}

.page-id-1413 .a6-gallery-item {
    position: relative;
    aspect-ratio: 16/9;
    background: #000;
    border: 1px solid var(--a6-border);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-1413 .a6-gallery-item iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page-id-1413 .a6-archive-meta {
    margin-top: clamp(3rem, 8vw, 6rem);
    padding-top: clamp(3rem, 8vw, 6rem);
    border-top: 1px solid var(--a6-border);
    text-align: center;
}

.page-id-1413 .a6-archive-sentence {
    font-family: var(--a6-font-heading);
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    letter-spacing: 0.05em;
    color: var(--a6-text);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    padding: 0 1rem;
}

/* HOW WE WORK SECTION */
.page-id-1413 .a6-feature-section {
    padding: clamp(6rem, 15vw, 12rem) 0;
}

.page-id-1413 .a6-work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 45%, 500px), 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    margin-top: clamp(3rem, 8vw, 5rem);
}

.page-id-1413 .a6-work-card {
    padding: clamp(1.5rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
    border-left: 3px solid var(--a6-border);
    background: rgba(185, 28, 28, 0.02);
    transition: all 0.3s ease;
}

.page-id-1413 .a6-work-card:hover {
    border-left-color: var(--a6-primary);
    background: rgba(185, 28, 28, 0.05);
}

.page-id-1413 .a6-work-card h4 {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    margin-bottom: 1rem;
    color: var(--a6-text);
}

.page-id-1413 .a6-work-card p {
    font-size: clamp(0.85rem, 2vw, 0.9rem);
    font-weight: 300;
    color: var(--a6-text-muted);
}

/* DELIVERABLES SECTION */
.page-id-1413 .a6-deliverables {
    padding: clamp(4rem, 10vw, 8rem) 0;
    text-align: center;
    border-top: 1px solid var(--a6-border);
    border-bottom: 1px solid var(--a6-border);
    background: #020000;
}

.page-id-1413 .a6-deliverables h3 {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    margin-bottom: 1.5rem;
    color: var(--a6-primary);
    letter-spacing: 0.15em;
}

.page-id-1413 .a6-deliverables p {
    font-size: clamp(0.95rem, 2.5vw, 1.15rem);
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
    padding: 0 1rem;
}

/* PROCESS SECTION */
.page-id-1413 .a6-process-section {
    padding: clamp(6rem, 15vw, 12rem) 0;
}

.page-id-1413 .a6-process-steps {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 650px;
    margin: clamp(3rem, 8vw, 5rem) auto 0;
}

.page-id-1413 .a6-step {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 5vw, 2.5rem);
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid var(--a6-border);
    background: var(--a6-surface);
    transition: all 0.3s ease;
}

.page-id-1413 .a6-step:hover {
    border-color: var(--a6-primary);
    transform: translateX(10px);
}

.page-id-1413 .a6-step-num {
    font-family: var(--a6-font-heading);
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    color: var(--a6-primary);
    opacity: 0.6;
}

.page-id-1413 .a6-step-text {
    font-family: var(--a6-font-heading);
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    letter-spacing: 0.05em;
}

/* MANIFESTO SECTION */
.page-id-1413 .a6-manifesto {
    padding: clamp(6rem, 15vw, 12rem) 0;
    background: linear-gradient(to bottom, #050000, #0a0808);
    border-top: 1px solid var(--a6-border);
}

.page-id-1413 .a6-manifesto-box {
    padding: clamp(2rem, 8vw, 6rem) clamp(1.5rem, 5vw, 5rem);
    border: 1px solid var(--a6-border);
    position: relative;
}

.page-id-1413 .a6-manifesto-box::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 4px; height: 100%;
    background: var(--a6-primary);
}

.page-id-1413 .a6-manifesto h3 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin-bottom: clamp(1.5rem, 5vw, 3rem);
    line-height: 1.1;
}

.page-id-1413 .a6-manifesto p {
    font-size: clamp(0.95rem, 2.5vw, 1.1rem);
    font-weight: 300;
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    color: var(--a6-text-muted);
    line-height: 1.9;
}

.page-id-1413 .a6-origin-text {
    border-bottom: 1px solid var(--a6-border);
    margin-bottom: clamp(2rem, 6vw, 4rem);
    padding-bottom: clamp(2rem, 6vw, 4rem);
    color: var(--a6-text);
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    line-height: 1.8;
}

/* INQUIRY SECTION */
.page-id-1413 .a6-inquiry {
    padding: clamp(8rem, 20vh, 14rem) 0;
    background: radial-gradient(circle at bottom center, rgba(185, 28, 28, 0.1) 0%, transparent 70%);
}

.page-id-1413 .a6-inquiry-box {
    background: var(--a6-surface);
    border: 1px solid var(--a6-border);
    padding: clamp(4rem, 10vw, 8rem) clamp(1.5rem, 5vw, 3rem);
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.page-id-1413 .a6-placeholder-form {
    border: 1px dashed var(--a6-primary);
    padding: clamp(3rem, 8vw, 5rem);
    color: var(--a6-primary);
    font-family: var(--a6-font-heading);
    font-size: clamp(1.1rem, 3vw, 1.35rem);
    margin-top: clamp(2rem, 6vw, 4rem);
    letter-spacing: 0.1em;
}

/* FOOTER */
.page-id-1413 .a6-footer {
    text-align: center;
    padding: clamp(4rem, 10vh, 8rem) 0;
    border-top: 1px solid var(--a6-border);
    color: var(--a6-text-muted);
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-family: var(--a6-font-heading);
}

/* TABLET & MOBILE OVERRIDES */
@media (max-width: 768px) {
    .page-id-1413 .a6-hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .page-id-1413 .a6-btn {
        width: 100%;
        max-width: 320px;
    }

    .page-id-1413 .a6-step:hover {
        transform: none;
    }

    .page-id-1413 .a6-archive-meta {
        margin-top: 3rem;
        padding-top: 3rem;
    }
}

.a6-landing .a6-footer .a6-footer-inner{
  text-align:center;
}

#wp--skip-link--target {display:none}
.a6-inquiry,
.a6-manifesto,
.a6-process-section,
.a6-feature-section {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}


.a6-container .a6-inquiry-box{
    padding-top: 10px;
    padding-bottom: 10px;
}

.a6-container .a6-inquiry-box .a6-section-header {
    margin-bottom:10px;
}

=========================================================
   HTML Forms (hf-form-1496) styles — scoped to this form only
   ========================================================= */

.hf-form-1496{
  width:100%;
}

.hf-form-1496 .hf-fields-wrap{
  width:100%;
}

/* Layout */
.hf-form-1496 .a6-form{
  display:grid;
  gap:16px;
}

.hf-form-1496 .a6-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

/* Labels */
.hf-form-1496 .a6-field > label{
  font-weight:600;
  line-height:1.25;
  letter-spacing:0.1px;
}

/* Inputs */
.hf-form-1496 input[type="text"],
.hf-form-1496 input[type="email"],
.hf-form-1496 input[type="tel"],
.hf-form-1496 input[type="url"],
.hf-form-1496 select,
.hf-form-1496 textarea{
  width:100%;
  box-sizing:border-box;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(0,0,0,0.28);
  color:inherit;
  outline:none;
  transition:border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

/* Placeholder */
.hf-form-1496 input::placeholder,
.hf-form-1496 textarea::placeholder{
  opacity:0.65;
}

/* Focus */
.hf-form-1496 input:focus,
.hf-form-1496 select:focus,
.hf-form-1496 textarea:focus{
  border-color:rgba(120,180,255,0.55);
  box-shadow:0 0 0 3px rgba(120,180,255,0.18);
  background:rgba(0,0,0,0.34);
}

/* Textarea */
.hf-form-1496 textarea{
  min-height:140px;
  resize:vertical;
  line-height:1.4;
}

/* Select arrow */
.hf-form-1496 select{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.55) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.55) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right:42px;
}

/* =========================================================
   AlphaSix form skin — scoped to THIS form only (hf-form-1449)
========================================================= */

.hf-form-1449 .a6-form{
  margin-top: clamp(2rem, 6vw, 4rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hf-form-1449 .a6-field{
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

/* Labels */
.hf-form-1449 .a6-field > label,
.hf-form-1449 .a6-field label{
  font-family: var(--a6-font-heading, system-ui, sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--a6-text, #ececec);
}

/* Inputs + textarea */
.hf-form-1449 input[type="text"],
.hf-form-1449 input[type="email"],
.hf-form-1449 input[type="tel"],
.hf-form-1449 input[type="url"],
.hf-form-1449 input[type="search"],
.hf-form-1449 textarea{
  width: 100%;
  padding: 1rem 1.1rem;
  background: var(--a6-surface, #0a0808);
  color: var(--a6-text, #ececec);
  border: 1px solid var(--a6-border, #2d1616);
  border-radius: 0;
  outline: none;
  font-family: var(--a6-font-body, system-ui, sans-serif);
  font-size: 1rem;
  line-height: 1.3;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hf-form-1449 textarea{
  min-height: 140px;
  resize: vertical;
}

/* Placeholder */
.hf-form-1449 input::placeholder,
.hf-form-1449 textarea::placeholder{
  color: var(--a6-text-muted, #8b7d7d);
  opacity: 0.9;
}

/* Focus */
.hf-form-1449 input:focus,
.hf-form-1449 textarea:focus{
  border-color: var(--a6-primary, #b91c1c);
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.25);
}

/* Autofill (Chrome) */
.hf-form-1449 input:-webkit-autofill,
.hf-form-1449 input:-webkit-autofill:hover,
.hf-form-1449 input:-webkit-autofill:focus{
  -webkit-text-fill-color: var(--a6-text, #ececec);
  transition: background-color 9999s ease-in-out 0s;
  box-shadow: 0 0 0px 1000px var(--a6-surface, #0a0808) inset;
  border: 1px solid var(--a6-border, #2d1616);
}

/* Consent row */
.hf-form-1449 .a6-field--consent{
  padding: 1rem 1.1rem;
  border: 1px solid var(--a6-border, #2d1616);
  background: rgba(185, 28, 28, 0.03);
}

.hf-form-1449 .a6-field--consent label{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;

  /* readable (not all-caps) */
  font-family: var(--a6-font-body, system-ui, sans-serif);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 0.98rem;
  color: var(--a6-text, #ececec);
}

.hf-form-1449 .a6-field--consent input[type="checkbox"]{
  margin-top: 0.2rem;
  width: 18px;
  height: 18px;
  accent-color: var(--a6-primary, #b91c1c);
}

/* Submit row */
.hf-form-1449 .a6-field--submit{
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}

.hf-form-1449 .a6-field--submit .a6-btn{
  width: 100%;
  max-width: 420px;
}

/* Required asterisk */
.hf-form-1449 label span[aria-hidden="true"]{
  color: var(--a6-primary, #b91c1c);
  margin-left: 0.25rem;
}

/* Messages (best-effort hooks; harmless if unused) */
.hf-form-1449 .hf-message,
.hf-form-1449 .hf-success,
.hf-form-1449 .hf-error{
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--a6-border, #2d1616);
  background: rgba(0,0,0,0.35);
  color: var(--a6-text, #ececec);
  font-family: var(--a6-font-body, system-ui, sans-serif);
  font-size: 0.95rem;
}

.hf-form-1449 .hf-error{
  border-color: var(--a6-primary, #b91c1c);
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.18);
}

.hf-form-1449 input[aria-invalid="true"],
.hf-form-1449 textarea[aria-invalid="true"],
.hf-form-1449 .is-invalid input,
.hf-form-1449 .is-invalid textarea{
  border-color: var(--a6-primary, #b91c1c);
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.18);
}

@media (max-width: 768px){
  .hf-form-1449 .a6-form{ gap: 1rem; }
  .hf-form-1449 .a6-field--submit .a6-btn{ max-width: 320px; }
}


/* Bigger + red (scoped to this form only) */
.hf-form-1449 .a6-field--submit .a6-btn.a6-btn-primary,
.hf-form-1449 .a6-field--submit button.a6-btn-primary{
  background: var(--a6-primary, #b91c1c) !important;
  color: #fff !important;
  border: 1px solid var(--a6-primary, #b91c1c) !important;

  padding: 1.35rem 2.6rem !important; /* bigger */
  font-size: 1.15rem !important;      /* bigger text */
  font-weight: 900 !important;
  letter-spacing: 0.14em;
  width: 100%;
  max-width: 520px;                   /* wider button */
}

.hf-form-1449 .a6-field--submit .a6-btn.a6-btn-primary:hover,
.hf-form-1449 .a6-field--submit button.a6-btn-primary:hover{
  background: #991b1b !important;
  border-color: #991b1b !important;
  transform: scale(1.02);
  box-shadow: 0 0 35px rgba(185, 28, 28, 0.5);
}