/*
Theme Name: Animal Cancer Trust Child
Theme URI: https://www.animalcancertrustcharity.co.uk/
Description: A responsive Twenty Thirteen child theme for the Animal Cancer Trust.
Author: Animal Cancer Trust
Template: twentythirteen
Version: 1.0.0
Text Domain: animal-cancer-trust-child
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Overlock:wght@400;700&display=swap');

:root {
  --act-pink: #ec008c;
  --act-dark-pink: #9c0053;
  --act-blush: #fde4f2;
  --act-text: #332d31;
  --act-width: 1100px;
}

html { scroll-behavior: smooth; }
body { background: #fff; color: var(--act-text); font-family: Montserrat, Arial, sans-serif; font-size: 15px; line-height: 1.65; }
.site { max-width: none; width: 100%; background: #fff; }
.site-header { background: #fff; }
.site-header .home-link { display: none; }
.navbar { max-width: none; background: #fff; min-height: 104px; border: 0; }
.navbar-inner { width: min(var(--act-width), calc(100% - 40px)); min-height: 104px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.act-logo img { display: block; width: 150px; height: auto; }
.main-navigation { margin: 0; max-width: none; }
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display: flex; border: 0; gap: 30px; }
.main-navigation li { margin: 0; }
.main-navigation li a { color: #3a3237; font-size: 13px; line-height: 1.3; padding: 42px 0; }
.main-navigation li:hover > a, .main-navigation li a:hover, .main-navigation .current-menu-item > a { color: var(--act-pink); background: transparent; }
.menu-toggle { color: var(--act-pink); }
.site-main { min-height: 50vh; }
.entry-header, .entry-content, .entry-summary, .entry-meta { max-width: var(--act-width); }
.site-content .entry-header, .site-content .entry-content { padding-left: 24px; padding-right: 24px; }
.act-home { font-size: 14px; }
.act-wrap { width: min(var(--act-width), calc(100% - 40px)); margin: auto; }
.act-section { padding: 78px 0; }
.act-section--blush { background: var(--act-blush); }
.act-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.act-grid--wide-left { grid-template-columns: 1.1fr .9fr; }
.act-grid--wide-right { grid-template-columns: .9fr 1.1fr; }
.act-copy h2, .act-copy h3, .act-card h3 { color: var(--act-pink); font-family: Overlock, cursive; font-weight: 400; }
.act-copy h2 { font-size: 27px; margin: 0 0 22px; }
.act-copy h3, .act-card h3 { font-size: 20px; margin: 0 0 12px; }
.act-copy p { margin: 0 0 13px; }
.act-copy a:not(.act-button) { color: var(--act-dark-pink); }
.act-lead { border-left: 4px solid var(--act-pink); padding-left: 18px; }
.act-news { color: var(--act-pink); font-family: Overlock, cursive; font-style: italic; font-weight: 700; }
.act-image { text-align: center; }
.act-image img { display: inline-block; max-width: 100%; height: auto; }
.act-image--pet img { max-height: 420px; }
.act-list { list-style: none; padding: 0; margin: 14px 0; }
.act-list li { position: relative; margin: 8px 0; padding-left: 22px; }
.act-list li::before { content: '\2661'; position: absolute; left: 0; color: var(--act-pink); font-weight: 700; }
.act-button { display: inline-block; min-width: 310px; padding: 10px 22px; background: var(--act-pink); color: #fff !important; text-align: center; text-decoration: none; transition: background .2s ease; }
.act-button:hover { background: #ba006f; }
.act-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.act-card { background: #fff; padding: 34px 38px; text-align: center; }

.act-hero { position: relative; min-height: 520px; overflow: hidden; background: #f6f1f2; }
.act-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 4%, rgba(255,255,255,.88) 24%, rgba(255,255,255,.14) 57%, rgba(255,255,255,.25)); pointer-events: none; }
.act-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% 49%; opacity: .72; }
.act-hero__content { position: relative; z-index: 1; width: min(var(--act-width), calc(100% - 40px)); margin: auto; padding-top: 90px; }
.act-hero h1 { max-width: 360px; margin: 0 0 12px; color: #352c32; font-family: Overlock, cursive; font-size: 42px; font-weight: 400; line-height: 1.08; }
.act-hero p { color: var(--act-pink); font-family: Overlock, cursive; font-size: 24px; margin: 0 0 22px; }
.act-hero__paw { display: block; width: 145px; height: auto; margin-left: 34px; }
.act-contact { background: var(--act-blush); padding: 52px 0; }
.act-contact h3 { color: var(--act-pink); font-family: Overlock, cursive; font-weight: 400; }
.act-social { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; margin-right: 8px; border-radius: 4px; background: var(--act-dark-pink); color: #fff; text-decoration: none; font-weight: 700; }
.act-badges { padding: 36px 0; }
.act-badges .act-wrap { display: flex; justify-content: center; align-items: center; gap: 95px; }
.act-badges img { max-height: 82px; width: auto; }
.site-footer { background: var(--act-pink); color: #fff; }
.site-footer .sidebar-container { display: none; }
.site-info { width: min(var(--act-width), calc(100% - 40px)); max-width: none; padding: 27px 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #fff; text-align: center; }
.site-info a { color: #fff; }
.site-info__social { text-align: left; }
.site-info__links { text-align: right; }

@media (max-width: 767px) {
  .navbar { min-height: 82px; }
  .navbar-inner { min-height: 82px; width: calc(100% - 30px); }
  .act-logo img { width: 115px; }
  .menu-toggle { padding: 0; }
  .main-navigation.toggled-on .nav-menu { position: absolute; z-index: 30; left: 0; right: 0; top: 82px; display: block; padding: 10px 20px 22px; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,.08); }
  .main-navigation.toggled-on li a { padding: 11px 0; }
  .act-hero { min-height: 455px; }
  .act-hero::after { background: rgba(255,255,255,.72); }
  .act-hero__image { object-position: 61% center; }
  .act-hero__content { padding-top: 58px; }
  .act-hero h1 { font-size: 34px; max-width: 280px; }
  .act-hero p { font-size: 20px; max-width: 270px; }
  .act-hero__paw { width: 115px; margin-left: 15px; }
  .act-section { padding: 52px 0; }
  .act-grid, .act-grid--wide-left, .act-grid--wide-right { grid-template-columns: 1fr; gap: 30px; }
  .act-grid .act-image { order: -1; }
  .act-card-grid { grid-template-columns: 1fr; }
  .act-button { min-width: 0; width: 100%; }
  .act-badges .act-wrap { gap: 35px; flex-wrap: wrap; }
  .site-info { grid-template-columns: 1fr; gap: 12px; }
  .site-info__social, .site-info__links { text-align: center; }
}

