/* OLLYWOOD Full Site Styles v5 */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --dark:   #001437;
  --blue:   #afc9e3;
  --white:  #ffffff;
  --mid:    #071e47;
  --muted:  rgba(255,255,255,0.45);
  --border: rgba(175,201,227,0.15);
}
html { scroll-behavior: smooth; }
body.ollywood-site {
  background: var(--dark);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body.ollywood-site img { display: block; max-width: 100%; height: auto; object-fit: cover; }
.nav-logo img { height: 34px !important; width: auto !important; object-fit: contain !important; }
body.ollywood-site a { text-decoration: none; color: inherit; }
body.ollywood-site button { cursor: pointer; font-family: 'Montserrat', sans-serif; }
/* Hide all default WP markup when using full template */
body.ollywood-site #page,
body.ollywood-site .site-header,
body.ollywood-site .site-footer,
body.ollywood-site .nav-previous,
body.ollywood-site .nav-next { display: none !important; }
div[id^="page-"] { display: none; }
div[id^="page-"].active { display: block; }
nav.olly-nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 48px; height: 68px;
  background: rgba(0,20,55,0.95);
  border-bottom: 0.5px solid var(--border);
  backdrop-filter: blur(12px);
}
.nav-logo { cursor: pointer; display: flex; align-items: center; flex-shrink: 0; }
.nav-logo img { height: 34px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.9; transition: opacity .2s; }
.nav-logo:hover img { opacity: 1; }
.nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; flex: 1; justify-content: center; }
.nav-links a { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--muted); transition: color .25s; cursor: pointer; position: relative; padding-bottom: 3px; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--white); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta { background: var(--blue); color: var(--dark); padding: 10px 18px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; border: none; transition: background .2s, transform .15s; flex-shrink: 0; white-space: nowrap; cursor: pointer; }
.nav-cta:hover { background: #d0e5f5; transform: translateY(-1px); }
.ticker { background: var(--dark); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); padding: 11px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-flex; animation: tick 48s linear infinite; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ti { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue); padding: 0 24px; font-weight: 700; }
.td { color: rgba(175,201,227,0.25); }
.hero { position: relative; height: 92vh; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url("https://ollywoodservices.co.uk/wp-content/uploads/2026/05/Attempre_Myomaster_Max-McClure_5587.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; animation: heroZoom 10s ease forwards; }
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1); } }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,30,0.97) 0%, rgba(0,10,30,0.6) 45%, rgba(0,10,30,0.15) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 48px 60px; width: 100%; display: flex; justify-content: space-between; align-items: flex-end; }
.hero-left { max-width: 680px; }
.hero-eyebrow { font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 14px; }
.hero-h1 { font-weight: 900; font-size: clamp(56px, 8vw, 100px); line-height: 0.88; letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 28px; color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,0.5); }
.hero-h1 em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; color: var(--blue); font-size: 0.87em; text-transform: none; }
.hero-sub { font-size: 14px; color: rgba(255,255,255,0.82); max-width: 440px; line-height: 1.8; margin-bottom: 40px; border-left: 2px solid var(--blue); padding-left: 14px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--blue); color: var(--dark); padding: 14px 32px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; border: none; transition: background .2s, transform .15s, box-shadow .2s; }
.btn-primary:hover { background: #d0e5f5; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(175,201,227,0.3); }
.btn-ghost { background: none; border: 0.5px solid rgba(175,201,227,0.4); color: rgba(175,201,227,0.8); padding: 14px 28px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; transition: all .2s; }
.btn-ghost:hover { border-color: var(--blue); color: #fff; background: rgba(175,201,227,0.08); }
.hero-stats { display: flex; flex-direction: column; gap: 20px; text-align: right; }
.hero-stat-num { font-weight: 900; font-size: 32px; color: var(--blue); line-height: 1; }
.hero-stat-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
section { padding: 100px 48px; }
.section-eyebrow { font-size: 10px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--blue); }
.section-h2 { font-weight: 900; font-size: clamp(36px, 5vw, 58px); letter-spacing: -0.01em; text-transform: uppercase; line-height: 1; margin-bottom: 20px; }
.section-h2 em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; color: var(--blue); text-transform: none; }
.section-body { font-size: 15px; color: var(--muted); line-height: 1.8; max-width: 520px; }
.stats-bar { display: grid; grid-template-columns: repeat(4,1fr); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.stat-cell { padding: 40px 48px; border-right: 0.5px solid var(--border); transition: background .25s; }
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: rgba(175,201,227,0.05); }
.stat-num { font-weight: 900; font-size: 52px; color: var(--blue); line-height: 1; margin-bottom: 6px; }
.stat-lbl { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
.bento { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 420px 280px; gap: 3px; background: rgba(175,201,227,0.08); }
.bento-cell { position: relative; overflow: hidden; cursor: pointer; }
.bento-cell:nth-child(1) { grid-row: 1/3; }
.bento-img { position: absolute; inset: 0; transition: transform .7s ease, filter .4s ease; overflow: hidden; }
.bento-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.bento-cell:hover .bento-img { transform: scale(1.06); filter: brightness(1.08); }
.bento-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,30,0.88) 0%, rgba(0,10,30,0.1) 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; transition: background .35s; }
.bento-cell:hover .bento-overlay { background: linear-gradient(to top, rgba(0,10,30,0.94) 0%, rgba(0,10,30,0.25) 60%); }
.bento-tag { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; font-weight: 600; }
.bento-name { font-weight: 900; font-size: 22px; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; transition: color .25s; }
.bento-cell:hover .bento-name { color: var(--blue); }
.bento-cell:nth-child(1) .bento-name { font-size: 36px; }
.bento-arrow { position: absolute; top: 24px; right: 24px; color: var(--blue); font-size: 18px; opacity: 0; transform: translate(-4px, 4px); transition: all .3s; }
.bento-cell:hover .bento-arrow { opacity: 1; transform: translate(0, 0); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); margin-top: 60px; }
.service-card { background: var(--dark); padding: 44px 36px; position: relative; overflow: hidden; transition: background .25s; border-bottom: 2px solid transparent; }
.service-card:hover { background: #071e47; border-bottom-color: var(--blue); }
.service-card:hover .service-title { color: var(--blue); }
.service-card:hover .service-arrow { opacity: 1; transform: translate(0,0); }
.service-num { font-weight: 900; font-size: 72px; color: rgba(175,201,227,0.05); position: absolute; top: 12px; right: 20px; line-height: 1; }
.service-title { font-weight: 700; font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; transition: color .25s; }
.service-sub { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; font-weight: 500; }
.service-desc { font-size: 13px; color: var(--muted); line-height: 1.75; }
.service-arrow { position: absolute; bottom: 20px; right: 20px; color: var(--blue); font-size: 18px; opacity: 0; transform: translate(-4px,4px); transition: all .3s; }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-top: 60px; }
.how-step { background: var(--mid); padding: 48px 40px; border: 0.5px solid var(--border); position: relative; transition: background .25s, border-color .25s; border-bottom: 2px solid transparent; }
.how-step:hover { background: #0d2a60; border-bottom-color: var(--blue); }
.how-step:hover .how-step-title { color: var(--blue); }
.how-step-num { font-weight: 900; font-size: 80px; color: rgba(175,201,227,0.07); position: absolute; top: 16px; right: 24px; line-height: 1; }
.how-step-title { font-weight: 700; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; color: rgba(255,255,255,0.9); transition: color .25s; }
.how-step-body { font-size: 13px; color: var(--muted); line-height: 1.75; }
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.split-img { position: relative; overflow: hidden; min-height: 420px; }
.split-img img { transition: transform .7s ease; }
.split-img:hover img { transform: scale(1.04); }
.split-text { background: var(--mid); display: flex; flex-direction: column; justify-content: center; padding: 72px 56px; }
.split-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 24px 0 36px; }
.split-list li { font-size: 13px; color: var(--muted); display: flex; gap: 12px; align-items: flex-start; transition: color .2s; }
.split-list li:hover { color: rgba(255,255,255,0.75); }
.split-list li::before { content: "\25B8"; color: var(--blue); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
.quote-section { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.quote-bg { position: absolute; inset: 0; background: url('https://ollywoodservices.co.uk/wp-content/uploads/2026/05/DSC09994-scaled.jpg') center/cover; filter: brightness(0.18); }
.quote-content { position: relative; z-index: 2; text-align: center; padding: 80px 48px; max-width: 760px; width: 100%; }
.quote-slide { opacity: 0; transition: opacity .7s ease; position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 48px; }
.quote-slide.active { opacity: 1; position: relative; }
.quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 90px; color: var(--blue); line-height: 0.5; margin-bottom: 20px; opacity: 0.5; }
.quote-text { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(18px, 2.5vw, 26px); color: var(--white); line-height: 1.55; margin-bottom: 20px; max-width: 680px; }
.quote-attr { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.quote-stars { margin-top: 12px; font-size: 14px; letter-spacing: 4px; color: rgba(175,201,227,0.7); }
.quote-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.qdot { width: 6px; height: 6px; border-radius: 50%; background: rgba(175,201,227,0.2); border: none; cursor: pointer; transition: background .3s, transform .2s; }
.qdot:hover { transform: scale(1.4); }
.qdot.on { background: var(--blue); }
.quote-google { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; border: 0.5px solid rgba(175,201,227,0.2); padding: 10px 20px; }
.qg-score { font-weight: 900; font-size: 20px; color: var(--blue); }
.qg-label { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.clients-section { padding: 56px 48px; border-top: 0.5px solid var(--border); }
.clients-label { font-size: 12px; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(255,255,255,0.85); text-align: center; margin-bottom: 32px; font-weight: 600; }
.clients-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 44px; }
.cn { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.2); font-weight: 600; transition: color .25s, letter-spacing .2s; cursor: default; }
.cn:hover { color: rgba(175,201,227,0.7); letter-spacing: 0.22em; }
.cta-section { background: var(--mid); padding: 120px 48px; display: flex; flex-direction: column; align-items: center; text-align: center; border-top: 0.5px solid var(--border); }
.cta-h2 { font-weight: 900; font-size: clamp(52px, 8vw, 96px); text-transform: uppercase; line-height: 0.9; margin-bottom: 28px; letter-spacing: -0.01em; }
.cta-h2 em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; color: var(--blue); text-transform: none; }
.cta-sub { font-size: 15px; color: var(--muted); margin-bottom: 48px; max-width: 380px; line-height: 1.8; }
.cta-contact { margin-top: 48px; display: flex; gap: 36px; font-size: 11px; letter-spacing: 0.1em; color: rgba(255,255,255,0.25); flex-wrap: wrap; justify-content: center; }
.page-hero { padding: 80px 48px 64px; border-bottom: 0.5px solid var(--border); background: linear-gradient(to bottom, var(--mid), var(--dark)); }
.page-hero-eyebrow { font-size: 10px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.page-hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--blue); }
.page-hero-h1 { font-weight: 900; font-size: clamp(44px, 6vw, 80px); text-transform: uppercase; line-height: 0.92; letter-spacing: -0.01em; }
.page-hero-h1 em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; color: var(--blue); text-transform: none; }
.page-hero-sub { font-size: 15px; color: var(--muted); margin-top: 20px; max-width: 520px; line-height: 1.8; }
.about-hero { position: relative; height: 70vh; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; }
.ah-bg { position: absolute; inset: 0; background: url('https://ollywoodservices.co.uk/wp-content/uploads/2026/05/DSC00008-scaled.jpg') center/cover; }
.ah-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,30,0.97) 0%, rgba(0,10,30,0.35) 60%, rgba(0,10,30,0.05) 100%); }
.ah-content { position: relative; z-index: 2; padding: 0 48px 60px; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 3px; margin-top: 60px; }
.value-card { background: var(--mid); padding: 44px 40px; border: 0.5px solid var(--border); transition: background .25s, border-color .25s; border-bottom: 2px solid transparent; }
.value-card:hover { background: #0d2a60; border-bottom-color: var(--blue); }
.value-card:hover .value-title { color: var(--blue); }
.value-title { font-weight: 700; font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 12px; transition: color .25s; }
.value-body { font-size: 13px; color: var(--muted); line-height: 1.75; }
.about-photo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 280px 280px; gap: 3px; }
.about-photo-grid .apg-cell { position: relative; overflow: hidden; }
.about-photo-grid .apg-cell:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; }
.about-photo-grid .apg-cell:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
.about-photo-grid .apg-cell:nth-child(3) { grid-column: 3 / 4; grid-row: 1 / 2; }
.about-photo-grid .apg-cell:nth-child(4) { grid-column: 2 / 3; grid-row: 2 / 3; }
.about-photo-grid .apg-cell:nth-child(5) { grid-column: 3 / 4; grid-row: 2 / 3; }
.apg-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .4s ease; }
.apg-cell:hover img { transform: scale(1.06); filter: brightness(1.1); }
.apg-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,30,0.7) 0%, transparent 50%); opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 16px; }
.apg-cell:hover .apg-overlay { opacity: 1; }
.apg-label { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--blue); font-weight: 700; }
/* ── About Page Story Sections ──────────────────────────── */
.about-story-section {
  padding: 56px 40px;
  border-bottom: 0.5px solid var(--border);
}
.about-text-block {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 40px;
}
.about-text-block .section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 12px;
}
.about-img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  height: 260px;
}
.about-img-grid img {
  width: 100%;
  height: 260px !important;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .about-story-section { padding: 36px 20px; }
  .about-text-block { grid-template-columns: 1fr; gap: 24px; }
  .about-img-grid { height: 200px; gap: 2px; }
}
@media (max-width: 480px) {
  .about-img-grid { grid-template-columns: 1fr; height: auto; }
  .about-img-grid img { height: 200px; }
}


.services-img-strip { display: grid; grid-template-columns: repeat(6, 1fr); height: 300px; gap: 3px; }
.sis-cell { position: relative; overflow: hidden; }
.sis-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .3s ease; }
.sis-cell:hover img { transform: scale(1.07); filter: brightness(1.1); }
.sis-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,10,30,0.85) 0%, rgba(0,10,30,0.1) 55%); display: flex; align-items: flex-end; padding: 16px; }
.sis-label { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--blue); font-weight: 700; opacity: 0; transform: translateY(4px); transition: all .3s; }
.sis-cell:hover .sis-label { opacity: 1; transform: translateY(0); }
.services-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 360px; gap: 3px; margin-top: 3px; }
.sfeature-img { position: relative; overflow: hidden; }
.sfeature-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.sfeature-img:hover img { transform: scale(1.04); }
.sfeature-scrim { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,10,30,0.5) 0%, transparent 60%); }
.sfeature-text { background: var(--mid); display: flex; flex-direction: column; justify-content: center; padding: 56px 48px; }
.projects-grid { display: grid; grid-template-columns: 1fr; gap: 3px; }
.project-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; overflow: hidden; }
.project-card:nth-child(even) .project-img { order: 2; }
.project-card:nth-child(even) .project-info { order: 1; }
.project-img { position: relative; overflow: hidden; min-height: 380px; align-self: stretch; }
.project-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .4s ease; }
.project-card:hover .project-img img { transform: scale(1.04); filter: brightness(1.06); }
.project-info { background: var(--mid); padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; transition: background .25s; }
.project-card:hover .project-info { background: #0d2a60; }
.project-tag { font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 16px; }
.project-title { font-weight: 900; font-size: clamp(32px, 4vw, 48px); text-transform: uppercase; line-height: 1; margin-bottom: 24px; letter-spacing: -0.01em; transition: color .25s; }
.project-card:hover .project-title { color: var(--blue); }
.project-meta { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.project-meta-row { display: flex; gap: 12px; font-size: 12px; }
.project-meta-label { color: var(--blue); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 10px; min-width: 80px; }
.project-meta-val { color: var(--muted); }
.project-body { font-size: 14px; color: var(--muted); line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; min-height: 600px; }
.contact-info { background: var(--mid); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; gap: 36px; }
.contact-detail-label { font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 6px; }
.contact-detail-val { font-size: 16px; color: var(--white); font-weight: 300; }
.contact-form-wrap { background: var(--dark); padding: 72px 56px; border: 0.5px solid var(--border); }
.form-group { margin-bottom: 24px; }
.form-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blue); font-weight: 600; display: block; margin-bottom: 8px; }
.form-input { width: 100%; background: var(--mid); border: 0.5px solid var(--border); color: var(--white); padding: 14px 16px; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: 300; outline: none; transition: border-color .2s, background .2s; }
.form-input::placeholder { color: rgba(255,255,255,0.45); }
.form-input:focus::placeholder { color: rgba(255,255,255,0.25); }
.form-input:focus { outline: none; border-color: var(--blue); color: var(--white); }
.form-input:focus { border-color: var(--blue); background: #0d2a60; }
.form-input::placeholder { color: rgba(255,255,255,0.2); }
textarea.form-input { resize: vertical; min-height: 140px; }
.form-submit { background: var(--blue); color: var(--dark); border: none; padding: 16px 36px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; width: 100%; transition: background .2s, transform .15s, box-shadow .2s; }
.form-submit:hover { background: #d0e5f5; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(175,201,227,0.25); }
.map-section { width: 100%; height: 420px; position: relative; overflow: hidden; }
.map-section iframe { width: 100%; height: 100%; border: none; filter: grayscale(30%) contrast(1.1); }
.map-overlay-bar { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,10,30,0.9) 0%, transparent 100%); padding: 24px 48px 20px; display: flex; justify-content: space-between; align-items: flex-end; pointer-events: none; }
.map-address { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }
.map-address strong { color: var(--blue); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; display: block; margin-bottom: 4px; font-weight: 700; }
.map-directions { pointer-events: all; background: var(--blue); color: var(--dark); padding: 10px 20px; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; border: none; transition: background .2s; text-decoration: none; display: inline-block; }
.map-directions:hover { background: #d0e5f5; }
footer.olly-footer { background: #000d22; padding: 40px 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 0.5px solid var(--border); gap: 24px; }
.footer-logo img { height: 28px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.25; transition: opacity .2s; }
.footer-logo img:hover { opacity: 0.5; }
.footer-copy { font-size: 10px; color: rgba(255,255,255,0.15); letter-spacing: 0.05em; text-align: center; }
.footer-links { display: flex; gap: 24px; justify-content: flex-end; }
.footer-links a, .footer-tc-link { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.2); transition: color .2s; font-weight: 500; cursor: pointer; }
.footer-links a:hover, .footer-tc-link:hover { color: var(--blue); }
/* ── Terms & Conditions Summary ────────────────────────── */
.tc-summary {
  padding: 0 0 8px;
}
.tc-summary-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px 24px 40px;
}
.tc-summary-intro {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  margin: 0 0 40px;
  padding-bottom: 32px;
  border-bottom: 0.5px solid var(--border);
}
.tc-card {
  padding: 28px 0;
  border-bottom: 0.5px solid var(--border);
}
.tc-card:last-child { border-bottom: none; }
.tc-card-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 10px;
}
.tc-card-body {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  margin: 0;
}
@media (max-width: 600px) {
  .tc-summary-inner { padding: 36px 20px 32px; }
  .tc-summary-intro { font-size: 14px; margin-bottom: 28px; padding-bottom: 24px; }
  .tc-card { padding: 22px 0; }
  .tc-card-body { font-size: 14px; }
}

/* ── TC Download Section ─────────────────────────────────── */
.tc-download-wrap {
  background: var(--mid);
  border-top: 1px solid var(--border);
  padding: 56px 24px;
}
.tc-download-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.tc-download-text {
  flex: 1;
  min-width: 260px;
}
.tc-download-heading {
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}
.tc-download-sub {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.tc-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.tc-download-btn:hover { opacity: 0.85; }
.tc-download-btn svg { flex-shrink: 0; }
@media (max-width: 600px) {
  .tc-download-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .tc-download-btn { width: 100%; justify-content: center; }
}


.proj-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 220px;
  gap: 3px;
  background: rgba(175,201,227,0.08);
}
.proj-gallery-cell {
  position: relative;
  overflow: hidden;
}
.proj-gallery-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.proj-gallery-cell:hover img { transform: scale(1.06); }
.proj-gallery-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 14px;
  background: linear-gradient(to top, rgba(0,10,30,0.8), transparent);
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  pointer-events: none;
}

/* ============================================
   SEO PRESERVATION STYLES
   Hidden content blocks for keyword indexing
   Visible to search engines, invisible to users
   ============================================ */
.seo-preserve {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ============================================
   HAMBURGER MENU & MOBILE NAV
   ============================================ */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
  background: none;
  border: none;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,10,30,0.97);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.nav-mobile-overlay.open { display: flex; }
.nav-mobile-overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav-mobile-overlay ul li {
  padding: 18px 0;
  border-bottom: 0.5px solid var(--border);
}
.nav-mobile-overlay ul li:first-child { border-top: 0.5px solid var(--border); }
.nav-mobile-overlay ul li a {
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.2s;
  min-width: 200px;
  display: block;
}
.nav-mobile-overlay ul li a:hover,
.nav-mobile-overlay ul li a.active { color: var(--white); }
.nav-mobile-cta {
  margin-top: 32px;
  background: var(--blue);
  color: var(--dark);
  padding: 14px 36px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

/* ============================================
   HERO EYEBROW BOX — white text to stand out
   ============================================ */
.hero-eyebrow {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ============================================
   MOBILE RESPONSIVE — 768px and below
   ============================================ */
@media (max-width: 768px) {
  /* ===== NAV ===== */
  .nav-links, .nav-cta { display: none !important; }
  .nav-hamburger { display: flex !important; }
  nav.olly-nav { padding: 0 20px !important; }

  /* ===== HERO ===== */
  .hero-bg { background-position: 30% center; }
  .hero-content { padding: 0 24px 48px !important; flex-direction: column !important; align-items: flex-start !important; gap: 0 !important; }
  .hero-left { max-width: 100% !important; }
  .hero-stats { display: none !important; }
  .hero-h1 { font-size: clamp(48px, 14vw, 72px) !important; }
  .hero-eyebrow { font-size: 9px !important; }
  .hero-sub { font-size: 13px !important; }
  .hero-actions { gap: 10px !important; }
  .btn-primary, .btn-ghost { padding: 12px 24px !important; font-size: 10px !important; }

  /* ===== TICKER ===== */
  .ticker { padding: 9px 0 !important; }

  /* ===== BENTO GRID ===== */
  .bento { grid-template-columns: 1fr !important; grid-template-rows: 280px 220px 220px !important; }
  .bento-cell:nth-child(1) { grid-row: auto !important; }

  /* ===== STATS BAR ===== */
  .stats-bar { grid-template-columns: 1fr 1fr !important; }
  .stat-cell { padding: 28px 24px !important; border-right: none !important; border-bottom: 0.5px solid var(--border) !important; }
  .stat-cell:nth-child(odd) { border-right: 0.5px solid var(--border) !important; }
  .stat-num { font-size: 38px !important; }

  /* ===== SECTIONS GENERAL ===== */
  section, .bento-outer, .cta-section, .clients-section, .quote-section { padding: 60px 24px !important; }
  .section-h2 { font-size: clamp(32px, 10vw, 46px) !important; }

  /* ===== SERVICES GRID (What We Do) ===== */
  .services-grid { grid-template-columns: 1fr 1fr !important; }
  .service-card { padding: 28px 20px !important; }

  /* ===== PROCESS / HOW GRID ===== */
  .how-grid { grid-template-columns: 1fr !important; gap: 3px !important; }
  .how-step { padding: 32px 24px !important; }

  /* ===== SPLIT SECTION (About/Story) ===== */
  .split { grid-template-columns: 1fr !important; }
  .split-img { min-height: 280px !important; }
  .split-text { padding: 48px 24px !important; }

  /* ===== TESTIMONIAL / QUOTE ===== */
  .quote-section { padding: 60px 24px !important; }
  .quote-text { font-size: clamp(16px, 4vw, 22px) !important; }

  /* ===== CLIENTS SECTION ===== */
  .clients-section { padding: 40px 24px !important; }
  .clients-row { gap: 14px 28px !important; }

  /* ===== CTA SECTION ===== */
  .cta-section { padding: 80px 24px !important; }
  .cta-h2 { font-size: clamp(44px, 12vw, 72px) !important; }
  .cta-contact { flex-direction: column !important; gap: 12px !important; align-items: center !important; }

  /* ===== CONTACT PAGE ===== */
  .contact-grid { grid-template-columns: 1fr !important; }
  .contact-info { padding: 48px 24px !important; }
  .contact-form-wrap { padding: 48px 24px !important; }

  /* ===== MAP ===== */
  .map-section { height: 280px !important; }
  .map-overlay-bar { padding: 16px 24px 16px !important; flex-direction: column !important; gap: 10px !important; align-items: flex-start !important; }

  /* ===== PROJECTS ===== */
  .projects-grid { grid-template-columns: 1fr !important; }
  .project-card { grid-template-columns: 1fr !important; }
  .project-card:nth-child(even) .project-img { order: 1 !important; }
  .project-card:nth-child(even) .project-info { order: 2 !important; }
  .project-img { min-height: 240px !important; }
  .project-info { padding: 36px 24px !important; }

  /* ===== ABOUT PAGE ===== */
  .about-hero { height: 50vh !important; }
  .ah-content { padding: 0 24px 48px !important; }
  .values-grid { grid-template-columns: 1fr !important; }
  .value-card { padding: 28px 24px !important; }
  .about-photo-grid { grid-template-columns: 1fr 1fr !important; grid-template-rows: 180px 180px 180px !important; }
  .about-photo-grid .apg-cell:nth-child(1) { grid-column: 1 / 3 !important; grid-row: 1 / 2 !important; }
  .about-photo-grid .apg-cell:nth-child(2) { grid-column: 1 / 2 !important; grid-row: 2 / 3 !important; }
  .about-photo-grid .apg-cell:nth-child(3) { grid-column: 2 / 3 !important; grid-row: 2 / 3 !important; }
  .about-photo-grid .apg-cell:nth-child(4) { grid-column: 1 / 2 !important; grid-row: 3 / 4 !important; }
  .about-photo-grid .apg-cell:nth-child(5) { grid-column: 2 / 3 !important; grid-row: 3 / 4 !important; }

  /* ===== SERVICES PAGE ===== */
  .services-img-strip { grid-template-columns: 1fr 1fr !important; height: auto !important; }
  .sis-cell { height: 160px !important; }
  .services-feature { grid-template-columns: 1fr !important; }
  .sfeature-text { padding: 36px 24px !important; }

  /* ===== PAGE HERO ===== */
  .page-hero { padding: 60px 24px 48px !important; }

  /* ===== FOOTER ===== */
  footer.olly-footer { padding: 32px 24px !important; grid-template-columns: 1fr !important; grid-template-rows: auto auto auto !important; text-align: center !important; gap: 20px !important; }
  .footer-links { justify-content: center !important; flex-wrap: wrap !important; gap: 16px !important; }
  .footer-copy { order: 3 !important; }

  /* project gallery strips — 2 col on mobile */
  .proj-gallery { grid-template-columns: repeat(2, 1fr); height: auto; }
  .proj-gallery-cell { height: 160px; }

}

@media (max-width: 480px) {
  .hero-h1 { font-size: clamp(40px, 16vw, 60px) !important; }
  .services-grid { grid-template-columns: 1fr !important; }
  .stats-bar { grid-template-columns: 1fr 1fr !important; }
  .bento { grid-template-rows: 240px 200px 200px !important; }
  .cta-h2 { font-size: clamp(38px, 13vw, 60px) !important; }
  nav.olly-nav { padding: 0 16px !important; }
  .hero-content { padding: 0 16px 40px !important; }
}




/* ============================================
   CONTACT PAGE — CLICK TO CALL + GF STYLES
   ============================================ */
.contact-phone-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  border: 1px solid var(--border);
  padding: 12px 24px;
  transition: border-color 0.2s, color 0.2s;
}
.contact-phone-cta:hover { border-color: var(--blue); color: #ffffff; }
.contact-phone-icon { font-size: 20px; }

/* Gravity Forms dark theme override */
.gf-wrap .gform_wrapper,
.gf-wrap .gform_body { background: transparent !important; }
.gf-wrap .gfield_label { color: rgba(255,255,255,0.6) !important; font-size: 10px !important; letter-spacing: 0.15em !important; text-transform: uppercase !important; font-family: 'Montserrat', sans-serif !important; font-weight: 500 !important; margin-bottom: 6px !important; }
.gf-wrap input[type="text"],
.gf-wrap input[type="email"],
.gf-wrap input[type="tel"],
.gf-wrap textarea,
.gf-wrap select {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  padding: 14px 16px !important;
  width: 100% !important;
  transition: border-color 0.2s !important;
}
.gf-wrap input[type="text"]:focus,
.gf-wrap input[type="email"]:focus,
.gf-wrap input[type="tel"]:focus,
.gf-wrap textarea:focus {
  border-color: var(--blue) !important;
  outline: none !important;
  background: rgba(255,255,255,0.09) !important;
}
.gf-wrap input::placeholder,
.gf-wrap textarea::placeholder { color: rgba(255,255,255,0.35) !important; }
.gf-wrap .gform_footer input[type="submit"],
.gf-wrap .gform_button {
  background: var(--blue) !important;
  color: var(--dark) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 14px 32px !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  width: 100% !important;
}
.gf-wrap .gform_footer input[type="submit"]:hover,
.gf-wrap .gform_button:hover { background: #d0e5f5 !important; }
.gf-wrap .gform_confirmation_message { color: var(--blue) !important; font-size: 14px !important; padding: 20px 0 !important; }
.gf-wrap .validation_error { color: #ff6b6b !important; font-size: 12px !important; border: 1px solid rgba(255,107,107,0.3) !important; background: rgba(255,107,107,0.1) !important; padding: 10px !important; }
.gf-wrap .gfield_error input,
.gf-wrap .gfield_error textarea { border-color: #ff6b6b !important; }
.gf-wrap .gfield_error .gfield_label { color: #ff6b6b !important; }


/* ============================================
   MOBILE INTERACTIVITY FIXES
   Prevents decorative overlays blocking taps
   ============================================ */

/* Decorative backgrounds & scrims — never intercept taps */
.hero-bg,
.hero-scrim,
.quote-bg,
.ah-bg,
.ah-scrim,
.sfeature-scrim { pointer-events: none; }

/* Hover-only overlays — invisible on mobile, must not block taps */
.bento-overlay,
.bento-arrow,
.sis-overlay,
.sis-label,
.apg-overlay,
.service-arrow { pointer-events: none; }

/* Inactive quote slides sit position:absolute covering the page */
.quote-slide { pointer-events: none; }
.quote-slide.active { pointer-events: auto; }

/* Make quote dots and trust badge always tappable */
.quote-dots,
.qdot,
.quote-google { pointer-events: auto; }

/* Map overlay: label is non-interactive, only the button/link inside should work */
.map-overlay-bar { pointer-events: none; }
.map-directions { pointer-events: auto; }

/* Fast tap — remove 300ms delay on all interactive elements */
button,
a,
[onclick],
input,
textarea,
select,
.nav-logo,
.nav-cta,
.nav-hamburger,
.btn-primary,
.btn-ghost,
.bento-cell,
.service-card,
.how-step,
.project-card,
.value-card,
.footer-links a,
.footer-tc-link,
.contact-phone-cta { touch-action: manipulation; }

/* Ensure bento cells and cards are always tappable above their overlays */
.bento-cell { position: relative; }
.bento-cell > *:not(.bento-overlay):not(.bento-arrow) { position: relative; z-index: 1; }

/* Ensure the hero content (buttons) sits above hero-bg and hero-scrim */
.hero-content { position: relative; z-index: 2; }

/* Ensure nav is always on top and fully tappable */
nav.olly-nav { touch-action: manipulation; }
nav.olly-nav * { touch-action: manipulation; }

/* Mobile overlay must cover everything */
.nav-mobile-overlay { touch-action: manipulation; }
.nav-mobile-overlay a,
.nav-mobile-overlay button,
.nav-mobile-cta { touch-action: manipulation; pointer-events: auto; }


/* ===== SINGLE POST PAGE FIX =====
   Show page content on individual blog posts and other non-homepage pages
   The body.ollywood-site rule hides #page by default for the custom homepage,
   so we need to override this for all other page types */
body.single #page,
body.single .site-header,
body.single .site-footer {
  display: block !important;
}
body.single .nav-previous,
body.single .nav-next {
  display: block !important;
}
/* Also fix pages (singular pages, archives etc) */
body.page:not(.home) #page,
body.page:not(.home) .site-header,
body.page:not(.home) .site-footer,
body.archive #page,
body.archive .site-header,
body.archive .site-footer,
body.search-results #page,
body.search-results .site-header,
body.search-results .site-footer {
  display: block !important;
}

/* ===== HIDE MOBILE-NAV ON SINGLE POSTS AND INNER PAGES =====
   The mobile-nav is a navigation overlay used only on the homepage.
   Hide it on single posts, pages, archives etc. */
body.single .mobile-nav,
body.single-post .mobile-nav,
body.page:not(.home) .mobile-nav,
body.archive .mobile-nav,
body.search-results .mobile-nav,
body.error404 .mobile-nav {
  display: none !important;
}


/* ===== SINGLE POST & INNER PAGE HEADER/NAV FIX =====
   The parent theme header renders a large nav block - hide it on single posts
   and other inner pages. The mobile-nav-handler toggle is used for mobile. */

/* Hide the desktop nav menu on single posts (it renders as a block) */
body.single .nav-container,
body.single-post .nav-container {
  display: none !important;
}

/* Also hide for other inner pages */
body.page:not(.home) .nav-container,
body.archive .nav-container,
body.search-results .nav-container {
  display: none !important;
}

/* Style single post header as a proper top bar */
body.single header.site-header,
body.single-post header.site-header,
body.page:not(.home) header.site-header,
body.archive header.site-header {
  background: #0d1b3e !important;
  padding: 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}

body.single header .header,
body.single-post header .header,
body.page:not(.home) header .header,
body.archive header .header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 40px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

body.single header .logo,
body.single-post header .logo,
body.page:not(.home) header .logo,
body.archive header .logo {
  height: auto !important;
  width: auto !important;
  flex-shrink: 0 !important;
}

body.single header .logo img,
body.single-post header .logo img,
body.page:not(.home) header .logo img,
body.archive header .logo img {
  max-height: 50px !important;
  width: auto !important;
}

body.single header .preheader,
body.single-post header .preheader,
body.page:not(.home) header .preheader,
body.archive header .preheader {
  display: none !important;
}

body.single header .mobile-nav-handler,
body.single-post header .mobile-nav-handler {
  display: block !important;
}

/* Style inner page article content */
body.single .content-container,
body.single-post .content-container {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 40px 20px 60px !important;
}

body.single .entry-content,
body.single-post .entry-content,
body.single .inner-content,
body.single-post .inner-content {
  color: #ffffff !important;
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
}

body.single h1.entry-title,
body.single-post h1.entry-title {
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  margin-bottom: 30px !important;
  color: #ffffff !important;
}

/* Ensure footer shows on single post */
body.single .site-footer,
body.single-post .site-footer {
  display: block !important;
}


/* ===== SINGLE POST CONTENT GAP FIX =====
   Reduce excess spacing between header and article banner on single posts */
body.single .content-container,
body.single-post .content-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.single .content-banner,
body.single-post .content-banner,
body.single .content-container > section:first-child,
body.single-post .content-container > section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Tighten up header logo area on inner pages */
body.single header .logo,
body.single-post header .logo,
body.page:not(.home) header .logo {
  padding: 10px 0 !important;
  min-height: auto !important;
}

body.single header .header,
body.single-post header .header {
  min-height: auto !important;
}

/* Add a "Back to Blog" link area at top of content */
body.single .entry-header,
body.single-post .entry-header {
  padding: 20px 40px 0 !important;
}


/* ===== BENTO GRID IMAGE FIX =====
   The bento images are <img class="bento-img"> (not inside a div.bento-img)
   so we target them directly */

/* Make bento cell images fill their cells */
.bento-cell img.bento-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.7s, filter 0.4s !important;
}

.bento-cell:hover img.bento-img {
  transform: scale(1.06) !important;
  filter: brightness(1.08) !important;
}


/* ============================================================
   SINGLE POST HEADER — Complete Redesign
   Makes the header a clean, compact top nav bar
   ============================================================ */

/* Header wrapper: sticky dark bar */
body.single header,
body.single-post header {
  background: #0d1b3e !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.4) !important;
}

/* Header inner div: flex row, vertically centred */
body.single header .header,
body.single-post header .header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 40px !important;
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Logo div: left side */
body.single header .logo,
body.single-post header .logo {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

/* Logo anchor */
body.single header .logo .nav-link--home,
body.single-post header .logo .nav-link--home {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}

body.single header .logo .nav-link--home a,
body.single-post header .logo .nav-link--home a {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
  text-decoration: none !important;
}

/* Logo image: white, small */
body.single header .logo img,
body.single-post header .logo img {
  height: 34px !important;
  width: auto !important;
  filter: brightness(0) invert(1) !important;
  opacity: 0.95 !important;
  display: block !important;
}

/* Hide site description tagline in header */
body.single header .site-description,
body.single-post header .site-description,
body.single header .logo .site-description,
body.single-post header .logo .site-description {
  display: none !important;
}

/* Hide the mobile nav handler bar (hamburger) on desktop */
body.single header .mobile-nav-handler,
body.single-post header .mobile-nav-handler {
  display: none !important;
}

/* Hide preheader on single posts */
body.single header .preheader,
body.single-post header .preheader {
  display: none !important;
}

/* Right side nav links in the header */
.single-post-nav {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-shrink: 0 !important;
}

.single-post-nav a {
  color: rgba(255,255,255,0.75) !important;
  text-decoration: none !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: color 0.2s !important;
}

.single-post-nav a:hover {
  color: #ffffff !important;
}

.single-post-nav .nav-cta-btn {
  background: #ffffff !important;
  color: #0d1b3e !important;
  padding: 8px 20px !important;
  border-radius: 4px !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  transition: background 0.2s, color 0.2s !important;
}

.single-post-nav .nav-cta-btn:hover {
  background: rgba(255,255,255,0.85) !important;
  color: #0d1b3e !important;
}

/* ============================================================
   SINGLE POST ARTICLE LAYOUT
   ============================================================ */

/* Article banner */
body.single .bg-banner-image,
body.single-post .bg-banner-image {
  min-height: 280px !important;
  max-height: 380px !important;
  display: flex !important;
  align-items: flex-end !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
}

body.single .bg-banner-image::after,
body.single-post .bg-banner-image::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, rgba(13,27,62,0.2) 0%, rgba(13,27,62,0.7) 100%) !important;
}

body.single .bg-banner-image .wrapper,
body.single-post .bg-banner-image .wrapper {
  position: relative !important;
  z-index: 2 !important;
  padding: 30px 60px 40px !important;
  max-width: 900px !important;
}

body.single .banner-content h1,
body.single-post .banner-content h1 {
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}

/* Article content body */
body.single .main-with-aside,
body.single-post .main-with-aside {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 50px 40px 60px !important;
}

body.single .inner-content p,
body.single-post .inner-content p {
  font-size: 1.05rem !important;
  line-height: 1.85 !important;
  color: rgba(255,255,255,0.88) !important;
  margin-bottom: 1.4em !important;
}

body.single .inner-content h2,
body.single-post .inner-content h2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 2em 0 0.8em !important;
  letter-spacing: -0.01em !important;
}

body.single .inner-content h3,
body.single-post .inner-content h3 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,0.9) !important;
  margin: 1.6em 0 0.6em !important;
}

body.single .inner-content a,
body.single-post .inner-content a {
  color: #6fa3d8 !important;
  text-decoration: underline !important;
}

body.single .inner-content a:hover,
body.single-post .inner-content a:hover {
  color: #93bce8 !important;
}

body.single .inner-content ul,
body.single-post .inner-content ul,
body.single .inner-content ol,
body.single-post .inner-content ol {
  padding-left: 1.5em !important;
  margin-bottom: 1.4em !important;
}

body.single .inner-content li,
body.single-post .inner-content li {
  color: rgba(255,255,255,0.85) !important;
  line-height: 1.75 !important;
  margin-bottom: 0.4em !important;
}

/* ============================================================
   SINGLE POST CALL TO ACTION
   ============================================================ */

.single-post-cta {
  background: linear-gradient(135deg, #0f2552 0%, #1a3a7a 100%) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 12px !important;
  padding: 50px 60px !important;
  margin: 60px 40px 60px !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.single-post-cta h2 {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 12px !important;
  letter-spacing: -0.02em !important;
}

.single-post-cta p {
  color: rgba(255,255,255,0.7) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 0 28px !important;
}

.single-post-cta .cta-buttons {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.single-post-cta .cta-btn-primary {
  background: #ffffff !important;
  color: #0d1b3e !important;
  padding: 14px 32px !important;
  border-radius: 6px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background 0.2s !important;
}

.single-post-cta .cta-btn-primary:hover {
  background: rgba(255,255,255,0.88) !important;
  color: #0d1b3e !important;
}

.single-post-cta .cta-btn-secondary {
  background: transparent !important;
  color: rgba(255,255,255,0.8) !important;
  padding: 14px 32px !important;
  border-radius: 6px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  transition: border-color 0.2s, color 0.2s !important;
}

.single-post-cta .cta-btn-secondary:hover {
  border-color: rgba(255,255,255,0.7) !important;
  color: #ffffff !important;
}

/* Back to blog link */
.back-to-blog {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  text-decoration: none !important;
  padding: 20px 40px 0 !important;
  display: block !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  transition: color 0.2s !important;
}

.back-to-blog:hover {
  color: rgba(255,255,255,0.9) !important;
}

/* Banner container layout fix */
body.single .banner-container,
body.single-post .banner-container {
  padding: 0 !important;
  margin: 0 !important;
}

/* Sidebar hide */
body.single .widget-area,
body.single-post .widget-area {
  display: none !important;
}

/* Remove default WP widget search box */
body.single .search-form,
body.single-post .search-form {
  display: none !important;
}


/* ===== SINGLE POST DARK BACKGROUND =====
   The parent theme has a white body background.
   Make single posts use the OLLYWOOD dark navy theme. */

body.single,
body.single-post {
  background-color: #0d1b3e !important;
  color: rgba(255,255,255,0.88) !important;
}

body.single #page,
body.single-post #page {
  background: #0d1b3e !important;
}

body.single .site-main,
body.single-post .site-main {
  background: #0d1b3e !important;
}


/* ============================================================
   COOKIEYES MODAL FIX
   The .cky-modal stays visible:hidden but pointer-events:auto
   which blocks taps on mobile when the modal is off-screen.
   Force pointer-events:none when modal is not actively shown.
============================================================ */
.cky-modal:not(.cky-modal-open),
.cky-modal[style*="visibility: hidden"],
.cky-modal[style*="visibility:hidden"] {
    pointer-events: none !important;
}

/* Broad fix: CookieYes hidden/inactive elements should never intercept taps */
.cky-overlay.cky-hide,
.cky-consent-container.cky-hide,
.cky-modal {
    pointer-events: none !important;
}

/* Only restore pointer-events when explicitly shown */
.cky-modal.cky-modal-open,
.cky-overlay:not(.cky-hide),
.cky-consent-container:not(.cky-hide) {
    pointer-events: auto !important;
}

/* OLLYWOOD SERVICES STRIP 6-IMAGE OVERRIDE */
.services-img-strip { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; height: auto; gap: 3px; }
.services-img-strip .sis-cell { background-size: cover; background-position: center; background-repeat: no-repeat; transition: filter .3s ease; }
.services-img-strip .sis-cell > img { display: none !important; }
.services-img-strip .sis-overlay { display: none !important; }
.services-img-strip .sis-cell:nth-child(1) { order: 1; background-image: url(https://ollywoodservices.co.uk/wp-content/uploads/2026/05/bens-cookies-kiosk-counter.jpg); }
.services-img-strip .sis-cell:nth-child(2) { order: 2; background-image: url(https://ollywoodservices.co.uk/wp-content/uploads/2026/05/known-source-shopfront-westfield-stratford.jpg); }
.services-img-strip .sis-cell:nth-child(3) { order: 3; background-image: url(https://ollywoodservices.co.uk/wp-content/uploads/slider2/Edited_RetailFit-Outs1.jpeg); }
.services-img-strip .sis-cell:nth-child(4) { order: 4; background-image: url(https://ollywoodservices.co.uk/wp-content/uploads/2024/10/lemonade-4.jpg); }
.services-img-strip::before, .services-img-strip::after { content: ""; position: relative; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; transition: filter .3s ease; }
.services-img-strip::before { order: 5; background-image: url(https://ollywoodservices.co.uk/wp-content/uploads/2023/02/Bespoke-Joinery3.jpg); }
.services-img-strip::after { order: 6; background-image: url(https://ollywoodservices.co.uk/wp-content/uploads/2026/05/viro-offices-glass-partitions-llanishen-cardiff-1.jpg); }
.services-img-strip .sis-cell:hover, .services-img-strip::before:hover, .services-img-strip::after:hover { filter: brightness(1.1); }
@media (max-width: 768px) { .services-img-strip { grid-template-columns: repeat(2, 1fr) !important; grid-auto-rows: 220px !important; height: auto !important; } }
@media (max-width: 480px) { .services-img-strip { grid-template-columns: 1fr !important; grid-auto-rows: 200px !important; height: auto !important; } }


/* --- About page: polish for additional value blocks & story paragraphs (added) --- */
.about-story-section .value-title{margin-top:0;}
.about-story-section .about-text-block > div > div[style*="margin-bottom"] + div[style*="margin-bottom"]{padding-top:18px;border-top:1px solid rgba(255,255,255,0.08);}
.about-story-section .value-body{max-width:60ch;}
.about-story-section .about-text-block p[style*="line-height"]{max-width:62ch;}
