@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka-latin-ext-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka-latin-ext-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka-latin-ext-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --paper: #f7f2ea;
  --paper-deep: #e9e0d4;
  --ink: #20201f;
  --muted: #6f6962;
  --red: #e43f36;
  --line: rgba(32, 32, 31, 0.24);
  --display: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.admin-bar .intro {
  top: 32px;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  background: var(--paper);
  overflow: hidden;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 20;
  min-height: 100svh;
  overflow: hidden;
  background: linear-gradient(180deg, #fbf8f2 0%, var(--paper) 72%, #eee5da 100%);
}

.intro-topline {
  position: absolute;
  z-index: 6;
  top: 28px;
  left: 36px;
  right: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: saturate(.93);
}

.skip-button {
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  padding: 7px 2px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.intro-copy {
  position: absolute;
  z-index: 7;
  top: 56px;
  left: 50%;
  width: min(700px, calc(100% - 220px));
  text-align: center;
  transform: translateX(-50%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.intro-copy h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.06;
}

.intro-copy > p:last-child {
  max-width: 520px;
  margin: 15px auto 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 15px;
  font-style: normal;
}

.scene-wrap {
  position: absolute;
  inset: 176px 0 36px;
  display: grid;
  place-items: end center;
  perspective: 1200px;
}

.scene {
  position: relative;
  width: min(1060px, 88vw);
  transform-origin: 50% 76%;
}

.storefront {
  display: block;
  width: 100%;
  overflow: visible;
}

.storefront path,
.storefront rect,
.storefront circle {
  vector-effect: non-scaling-stroke;
}

.building-lines {
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.building-lines .fine-line,
.ground-line,
.plant-line,
.window-art {
  stroke-width: 1.35;
  opacity: .72;
}

.window-line {
  fill: rgba(255,255,255,.15);
  stroke-width: 1.4;
}

.awning {
  fill: rgba(228, 63, 54, .08);
}

.sign-board {
  fill: var(--red);
  stroke: var(--ink);
  stroke-width: 2;
}

.sign-group text {
  fill: #fff9ef;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .12em;
}

.window-label {
  fill: var(--ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .18em;
}

.red-fill {
  fill: var(--red) !important;
  stroke: var(--red) !important;
}

.red-stroke {
  stroke: var(--red) !important;
}

.door-left,
.door-right {
  transform-box: fill-box;
  transition: transform .7s cubic-bezier(.55,.05,.2,1);
}

.door-left {
  transform-origin: left center;
}

.door-right {
  transform-origin: right center;
}

.animal {
  position: absolute;
  width: clamp(105px, 12vw, 156px);
  overflow: visible;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 12px rgba(32,32,31,.08));
}

.animal path {
  vector-effect: non-scaling-stroke;
}

.sketch-fill {
  fill: var(--paper);
}

.ink-dot {
  fill: var(--ink);
  stroke: none;
}

.kitten {
  left: 9%;
  bottom: 2%;
}

.puppy {
  right: 8%;
  bottom: 1%;
}

.enter-button {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 27px;
  display: flex;
  min-width: 152px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  padding: 13px 17px 13px 22px;
  cursor: pointer;
  font-size: 14px;
  transition: background .2s, color .2s, transform .2s;
}

.enter-button:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-2px);
}

.enter-button:focus-visible,
.skip-button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(228,63,54,.35);
  outline-offset: 4px;
}

.transition-wash {
  position: absolute;
  z-index: 15;
  inset: 0;
  pointer-events: none;
  background: var(--paper);
  opacity: 0;
}

.phase-entering .intro-copy,
.phase-entering .intro-topline,
.phase-entering .enter-button {
  animation: copy-away .65s ease .2s forwards;
}

.phase-entering .door-left {
  animation: open-left .85s cubic-bezier(.5,.08,.17,1) 1.65s forwards;
}

.phase-entering .door-right {
  animation: open-right .85s cubic-bezier(.5,.08,.17,1) 1.65s forwards;
}

.phase-entering .kitten {
  animation: kitten-enter 2s cubic-bezier(.45,.05,.45,1) .2s forwards;
}

.phase-entering .puppy {
  animation: puppy-enter 2s cubic-bezier(.45,.05,.45,1) .35s forwards;
}

.phase-entering .animal-bob {
  animation: walk-bob .28s ease-in-out .2s 7 alternate;
}

.phase-entering .leg-a {
  animation: leg-swing .28s ease-in-out .2s 7 alternate;
  transform-origin: top;
}

.phase-entering .leg-b {
  animation: leg-swing .28s ease-in-out .34s 7 alternate-reverse;
  transform-origin: top;
}

.phase-entering .tail {
  animation: tail-wag .22s ease-in-out .2s 9 alternate;
  transform-box: fill-box;
  transform-origin: left center;
}

.phase-entering .scene {
  animation: camera-in 1.5s cubic-bezier(.62,.02,.2,1) 2.15s forwards;
}

.phase-entering .transition-wash {
  animation: wash-in .85s ease 3.05s forwards;
}

.compact-motion.phase-entering .intro-copy,
.compact-motion.phase-entering .intro-topline,
.compact-motion.phase-entering .enter-button {
  animation-duration: .42s;
  animation-delay: .08s;
}

.compact-motion.phase-entering .door-left,
.compact-motion.phase-entering .door-right {
  animation-duration: .62s;
  animation-delay: 1.05s;
}

.compact-motion.phase-entering .kitten {
  animation-duration: 1.45s;
  animation-delay: .1s;
}

.compact-motion.phase-entering .puppy {
  animation-duration: 1.45s;
  animation-delay: .2s;
}

.compact-motion.phase-entering .scene {
  animation-duration: 1.05s;
  animation-delay: 1.55s;
}

.compact-motion.phase-entering .transition-wash {
  animation-duration: .55s;
  animation-delay: 2.25s;
}

@keyframes copy-away {
  to { opacity: 0; transform: translateY(-12px); }
}

@keyframes open-left {
  to { transform: translateX(-74px) scaleX(.18); opacity: .7; }
}

@keyframes open-right {
  to { transform: translateX(74px) scaleX(.18); opacity: .7; }
}

@keyframes kitten-enter {
  0% { left: 9%; bottom: 2%; }
  70% { left: 43%; bottom: 8%; transform: scale(.76); opacity: 1; }
  100% { left: 47%; bottom: 17%; transform: scale(.35); opacity: 0; }
}

@keyframes puppy-enter {
  0% { right: 8%; bottom: 1%; }
  70% { right: 42%; bottom: 7%; transform: scale(.78); opacity: 1; }
  100% { right: 47%; bottom: 17%; transform: scale(.35); opacity: 0; }
}

@keyframes walk-bob {
  to { transform: translateY(-5px) rotate(-1deg); }
}

@keyframes leg-swing {
  from { transform: rotate(10deg); }
  to { transform: rotate(-12deg); }
}

@keyframes tail-wag {
  from { transform: rotate(-8deg); }
  to { transform: rotate(14deg); }
}

@keyframes camera-in {
  0% { transform: scale(1); }
  100% { transform: scale(5.4) translateY(5%); }
}

@keyframes wash-in {
  to { opacity: 1; }
}

.inside-page {
  min-height: 100vh;
  opacity: 0;
}

.phase-inside {
  overflow: auto;
}

.phase-inside .intro {
  display: none;
}

.phase-inside .inside-page {
  animation: page-reveal .7s ease forwards;
}

@keyframes page-reveal {
  from { opacity: 0; transform: scale(1.015); }
  to { opacity: 1; transform: scale(1); }
}

.site-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
  padding: 0 clamp(24px, 5vw, 80px);
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .1em;
}

.brand img {
  width: 46px;
  height: 46px;
}

.site-header nav {
  align-self: stretch;
  justify-self: center;
}

.site-header .menu {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .menu > li {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  list-style: none;
}

.site-header .menu li {
  list-style: none;
}

.site-header nav a,
.text-action {
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
}

.site-header .menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-header .menu > li > a::before,
.site-header .sub-menu a::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-header .menu > li > a::before {
  width: 18px;
  height: 18px;
}

.site-header .menu > li:nth-child(1) > a::before {
  background-image: url("../icons/home.svg");
}

.site-header .menu > li:nth-child(2) > a::before {
  background-image: url("../icons/heart-paw.svg");
}

.site-header .menu > li:nth-child(3) > a::before {
  background-image: url("../icons/paw.svg");
}

.site-header .menu > li:nth-child(4) > a::before {
  background-image: url("../icons/book.svg");
}

.site-header .menu > li:nth-child(5) > a::before {
  background-image: url("../icons/pin.svg");
}

.site-header nav a:hover,
.text-action:hover {
  color: var(--red);
}

.site-header .menu > .menu-item-has-children > a::after {
  content: "⌄";
  display: inline-block;
  margin-left: 7px;
  color: var(--red);
  font-size: 14px;
  transition: transform .2s ease;
}

.site-header .sub-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% - 1px);
  left: 50%;
  display: grid;
  width: min(820px, calc(100vw - 40px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: 0 24px 45px rgba(32,32,31,.13);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.site-header .sub-menu li {
  min-width: 0;
  background: var(--paper);
}

.site-header .sub-menu a {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 21px;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
}

.site-header .sub-menu a::before {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  transition: transform .2s ease;
}

.site-header .sub-menu a:hover::before {
  transform: translateY(-2px) rotate(-3deg);
}

.site-header .sub-menu li:nth-child(1) a::before {
  background-image: url("../icons/bag.svg");
}

.site-header .sub-menu li:nth-child(2) a::before {
  background-image: url("../icons/cat.svg");
}

.site-header .sub-menu li:nth-child(3) a::before {
  background-image: url("../icons/dog.svg");
}

.site-header .sub-menu li:nth-child(4) a::before {
  background-image: url("../icons/delivery.svg");
}

.site-header .sub-menu a::after {
  margin-top: 8px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.site-header .sub-menu li:nth-child(1) a::after {
  content: "Mama, bakım ve aksesuar ürünleri";
}

.site-header .sub-menu li:nth-child(2) a::after {
  content: "Sakin ve güvenli konaklama";
}

.site-header .sub-menu li:nth-child(3) a::after {
  content: "Oyunlu ve keyifli konaklama";
}

.site-header .sub-menu li:nth-child(4) a::after {
  content: "Petshop ihtiyaçları kapınızda";
}

.site-header .menu-item-has-children:hover > .sub-menu,
.site-header .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-header .menu-item-has-children:hover > a::after,
.site-header .menu-item-has-children:focus-within > a::after {
  transform: rotate(180deg);
}

.menu-toggle {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-cta {
  justify-self: end;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  padding: 11px 18px;
  text-decoration: none;
  font-size: 13px;
}

.shop-interior {
  position: relative;
  min-height: calc(100vh - 88px);
  overflow: hidden;
  background: var(--paper);
}

.interior-drawing {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interior-lines {
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interior-lines .fine-line {
  stroke-width: 1.2;
  opacity: .68;
}

.interior-lines text {
  fill: var(--ink);
  stroke: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
}

.interior-lines .counter text {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .16em;
}

.counter-mark {
  fill: none;
  stroke: var(--red);
  stroke-width: 4;
}

.interior-copy {
  position: absolute;
  z-index: 3;
  top: clamp(65px, 9vh, 105px);
  left: 50%;
  width: min(660px, calc(100% - 44px));
  padding: 28px 36px 30px;
  border: 1px solid rgba(32,32,31,.17);
  background: rgba(247,242,234,.91);
  text-align: center;
  transform: translateX(-50%);
  backdrop-filter: blur(4px);
}

.interior-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 4.7vw, 72px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.06;
}

.interior-copy > p:not(.eyebrow) {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-top: 35px;
}

.primary-action {
  border-radius: 999px;
  background: var(--red);
  color: white;
  padding: 15px 24px;
  text-decoration: none;
  font-size: 14px;
}

.shop-interior > .kitten {
  z-index: 4;
  left: 8%;
  bottom: 4%;
  width: 138px;
}

.shop-interior > .puppy {
  z-index: 4;
  right: 7%;
  bottom: 3%;
  width: 145px;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: #efe6db;
}

.service-link {
  color: inherit;
  text-decoration: none;
}

.service-strip article {
  height: 100%;
  min-height: 190px;
  padding: 32px clamp(24px, 4vw, 62px);
  transition: background-color .2s ease;
}

.service-link + .service-link {
  border-left: 1px solid var(--line);
}

.service-link:hover article {
  background: rgba(255,255,255,.28);
}

.service-strip span {
  color: var(--red);
  font-size: 12px;
}

.service-strip h3 {
  margin: 26px 0 8px;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.12;
}

.service-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.trust-section,
.journal-section {
  padding: clamp(72px, 9vw, 130px) clamp(24px, 6vw, 92px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, .65fr);
  align-items: end;
  gap: clamp(35px, 7vw, 120px);
  margin-bottom: clamp(42px, 6vw, 76px);
}

.section-heading .eyebrow {
  margin-bottom: 15px;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.trust-section {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-card {
  position: relative;
  min-height: 290px;
  padding: 28px 25px 32px;
}

.trust-card + .trust-card {
  border-left: 1px solid var(--line);
}

.trust-number {
  position: absolute;
  top: 29px;
  right: 25px;
  color: var(--red);
  font-size: 11px;
  letter-spacing: .08em;
}

.trust-icon {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 58px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}

.trust-icon::before,
.trust-icon::after {
  content: "";
  position: absolute;
}

.trust-icon-clock::before {
  inset: 10px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
}

.trust-icon-clock::after {
  top: 17px;
  left: 25px;
  width: 8px;
  height: 10px;
  border-bottom: 2px solid var(--red);
  border-left: 2px solid var(--red);
}

.trust-icon-home::before {
  top: 18px;
  left: 14px;
  width: 21px;
  height: 19px;
  border: 1.5px solid var(--ink);
}

.trust-icon-home::after {
  top: 11px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--red);
  border-left: 2px solid var(--red);
  transform: rotate(45deg);
}

.trust-icon-heart::before {
  top: 15px;
  left: 14px;
  width: 22px;
  height: 19px;
  border-radius: 13px 13px 4px 13px;
  background: var(--red);
  transform: rotate(-45deg);
}

.trust-icon-paw {
  background: url("../icons/paw.svg") center / 31px no-repeat;
}

.trust-card h3 {
  margin: 0 0 11px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -.01em;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.journal-section {
  border-top: 1px solid var(--line);
  background: #eee5da;
}

.journal-heading {
  grid-template-columns: 1fr auto;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  padding: 8px 1px;
  text-decoration: none;
  font-size: 13px;
}

.section-link:hover {
  color: var(--red);
  border-color: var(--red);
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}

.journal-card {
  border: 1px solid var(--line);
  background: var(--paper);
}

.journal-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.journal-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.85);
  transition: transform .35s ease;
}

.journal-card:hover .journal-image img {
  transform: scale(1.025);
}

.journal-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  gap: 8px;
  background:
    linear-gradient(135deg, transparent 48%, rgba(32,32,31,.08) 49%, transparent 50%),
    var(--paper);
  color: var(--ink);
  font-size: 12px;
  letter-spacing: .22em;
  text-align: center;
}

.journal-placeholder span {
  color: var(--red);
  font-size: 34px;
  line-height: 1;
}

.journal-copy {
  padding: 24px 24px 27px;
}

.journal-copy time,
.journal-category {
  color: var(--red);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.journal-copy h3 {
  min-height: 58px;
  margin: 15px 0 10px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

.journal-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.journal-copy h3 a:hover {
  color: var(--red);
}

.journal-copy p {
  min-height: 66px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.journal-read,
.journal-soon {
  color: var(--ink);
  font-size: 12px;
  text-decoration: none;
}

.journal-read:hover {
  color: var(--red);
}

.journal-soon {
  color: var(--muted);
}

.contact-section {
  padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 92px) 55px;
  background: var(--ink);
  color: var(--paper);
}

.contact-intro {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(240px, .6fr);
  column-gap: clamp(45px, 8vw, 140px);
  align-items: end;
  margin-bottom: 55px;
}

.contact-intro .eyebrow {
  grid-column: 1 / -1;
}

.contact-intro h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.3vw, 80px);
  font-weight: 400;
  letter-spacing: -.018em;
  line-height: 1.06;
}

.contact-intro > p:last-child {
  margin: 0 0 7px;
  color: rgba(247,242,234,.68);
  font-size: 15px;
  line-height: 1.65;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(247,242,234,.26);
}

.contact-card {
  position: relative;
  display: flex;
  min-height: 245px;
  flex-direction: column;
  color: var(--paper);
  padding: 27px 28px;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.contact-card + .contact-card {
  border-left: 1px solid rgba(247,242,234,.26);
}

.contact-card:hover {
  background: var(--paper);
  color: var(--ink);
}

.contact-card-red {
  background: var(--red);
}

.contact-number {
  align-self: flex-end;
  color: var(--red);
  font-size: 12px;
}

.contact-card-red .contact-number {
  color: var(--paper);
}

.contact-card small {
  margin-top: auto;
  margin-bottom: 12px;
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .7;
}

.contact-card strong {
  font-family: var(--display);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 500;
  letter-spacing: -.008em;
  line-height: 1.15;
}

.card-link {
  margin-top: 19px;
  font-size: 13px;
}

.contact-section address {
  max-width: 760px;
  margin: 31px auto 0;
  color: rgba(247,242,234,.62);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
  text-align: center;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 100px;
  border-top: 1px solid rgba(247,242,234,.15);
  background: var(--ink);
  color: var(--paper);
  padding: 0 clamp(24px, 6vw, 92px);
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer > .footer-social {
  justify-self: end;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.footer-social a {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(247,242,234,.24);
  border-radius: 999px;
  color: rgba(247,242,234,.86);
  font-size: 11px;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.footer-social a:hover {
  border-color: var(--red);
  color: var(--paper);
  transform: translateY(-2px);
}

.footer-brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .13em;
}

.site-footer p {
  margin: 0;
  color: rgba(247,242,234,.58);
  font-size: 12px;
}

.standard-header {
  background: var(--paper);
}

.standard-header nav .menu-item {
  list-style: none;
}

.content-shell {
  width: min(1120px, calc(100% - 48px));
  min-height: 65vh;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 125px) 0;
}

.content-heading {
  max-width: 820px;
  margin-bottom: 60px;
}

.content-heading h1,
.single-content h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 78px);
  letter-spacing: -.018em;
  line-height: 1.06;
  font-weight: 400;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.post-card {
  border: 1px solid var(--line);
  padding: 22px;
}

.post-card-image {
  display: block;
  margin: -22px -22px 22px;
}

.post-card-image img,
.featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.post-card h2 {
  margin: 12px 0;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}

.post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.single-content {
  max-width: 860px;
}

.featured-image {
  margin: 38px 0;
}

.entry-content {
  margin-top: 38px;
  color: #383633;
  font-size: 17px;
  line-height: 1.8;
}

.entry-content h2,
.entry-content h3 {
  color: var(--ink);
  font-family: var(--display);
  line-height: 1.2;
}

.entry-content a {
  color: var(--red);
}

.service-page-shell {
  overflow: hidden;
}

.service-page-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.pet216-service-layout {
  background: var(--paper);
}

.service-page-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: clamp(85px, 10vw, 145px) clamp(24px, 8vw, 150px);
}

.service-page-hero::before {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px solid var(--line);
  pointer-events: none;
}

.service-page-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: clamp(45px, 7vw, 135px);
  bottom: 55px;
  width: clamp(300px, 29vw, 500px);
  aspect-ratio: 520 / 360;
  background: url("../images/petshop-hero-sketch.svg") center / contain no-repeat;
  pointer-events: none;
}

.service-page-hero > *:not(.service-hero-sketch) {
  position: relative;
  z-index: 2;
  width: min(58%, 820px);
  max-width: 820px;
}

.service-page-hero h1 {
  max-width: 790px;
  margin: 15px 0 25px;
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 110px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}

.service-lead {
  max-width: 590px !important;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
}

.service-page-hero .wp-block-buttons {
  margin-top: 33px;
}

.service-page-content .wp-block-button__link {
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 14px;
}

.service-page-content .is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--ink);
}

.service-page-content .wp-block-button__link:hover {
  border-color: var(--red);
  background: var(--ink);
}

.service-hero-sketch {
  display: none !important;
}

.sketch-bag {
  position: absolute;
  right: 12%;
  bottom: 0;
  width: 54%;
  height: 72%;
  border: 2px solid var(--ink);
  border-radius: 4px 4px 12px 12px;
  transform: rotate(2deg);
}

.sketch-bag::before {
  content: "";
  position: absolute;
  top: -37px;
  left: 27%;
  width: 46%;
  height: 48px;
  border: 2px solid var(--ink);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.sketch-bag::after {
  content: "PET216";
  position: absolute;
  top: 46%;
  left: 50%;
  color: var(--red);
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 700;
  letter-spacing: .15em;
  transform: translate(-50%, -50%);
}

.sketch-ball {
  position: absolute;
  bottom: 2px;
  left: 2%;
  width: 84px;
  height: 84px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.sketch-ball::before,
.sketch-ball::after {
  content: "";
  position: absolute;
  background: var(--red);
  border-radius: 50%;
}

.sketch-ball::before {
  top: 15px;
  left: 31px;
  width: 20px;
  height: 20px;
}

.sketch-ball::after {
  right: 12px;
  bottom: 17px;
  width: 13px;
  height: 13px;
}

.sketch-bone {
  position: absolute;
  top: 30px;
  right: 0;
  width: 115px;
  height: 28px;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  transform: rotate(-18deg);
}

.sketch-bone::before,
.sketch-bone::after {
  content: "";
  position: absolute;
  top: -11px;
  width: 23px;
  height: 44px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
}

.sketch-bone::before {
  left: -14px;
}

.sketch-bone::after {
  right: -14px;
}

.service-intro-row {
  display: grid;
  grid-template-columns: 1fr .75fr;
  align-items: end;
  gap: clamp(45px, 9vw, 160px);
  padding: clamp(80px, 10vw, 145px) clamp(24px, 8vw, 150px);
}

.service-intro-row h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 5.6vw, 86px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
}

.service-intro-row > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #eee5da;
}

.service-category-grid > .wp-block-column {
  min-height: 310px;
  padding: 34px clamp(23px, 3vw, 45px);
}

.service-category-grid > .wp-block-column + .wp-block-column {
  border-left: 1px solid var(--line);
}

.category-mark {
  display: block;
  color: var(--red);
  font-size: 11px;
  letter-spacing: .1em;
}

.service-category-grid h3 {
  margin: 120px 0 12px;
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
}

.service-category-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.service-note {
  position: relative;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 12vw, 220px);
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}

.service-note h2 {
  max-width: 850px;
  margin: 10px auto 20px;
  font-family: var(--display);
  font-size: clamp(45px, 5vw, 76px);
  font-weight: 400;
  line-height: 1.05;
}

.service-note > p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(247,242,234,.68);
  line-height: 1.7;
}

.service-note .wp-block-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.service-note .is-style-outline .wp-block-button__link {
  border-color: rgba(247,242,234,.7);
  color: var(--paper);
}

.standard-footer {
  border-top: 1px solid rgba(247,242,234,.2);
}

@media (max-width: 820px) {
  .intro {
    min-height: 100dvh;
  }

  .intro-topline {
    top: 17px;
    left: 18px;
    right: 18px;
  }

  .intro-logo {
    width: 52px;
    height: 52px;
  }

  .intro-copy {
    top: 76px;
    width: calc(100% - 40px);
  }

  .intro-copy h1 {
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: 1.02;
  }

  .intro-copy > p:last-child {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.35;
  }

  .scene-wrap {
    inset: 236px 0 82px;
    overflow: hidden;
  }

  .scene {
    width: min(100%, 430px);
  }

  .animal {
    width: clamp(68px, 20vw, 82px);
  }

  .kitten {
    left: 5%;
  }

  .puppy {
    right: 4%;
  }

  .enter-button {
    bottom: max(18px, env(safe-area-inset-bottom));
    min-width: 142px;
    padding: 12px 15px 12px 20px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    column-gap: 9px;
    min-height: 74px;
    padding: 0 18px;
  }

  .menu-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle > span:not(.screen-reader-text) {
    width: 16px;
    height: 1px;
    background: var(--ink);
  }

  .site-header nav {
    position: absolute;
    z-index: 35;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    padding: 14px 18px 18px;
    box-shadow: 0 18px 35px rgba(32,32,31,.1);
  }

  .site-header nav.is-open {
    display: block;
  }

  .site-header .menu {
    display: block;
    height: auto;
  }

  .site-header .menu > li {
    display: block;
    height: auto;
    border-bottom: 1px solid rgba(32,32,31,.1);
  }

  .site-header .menu > li > a,
  .site-header nav > a {
    display: flex;
    padding: 13px 4px;
    font-size: 14px;
  }

  .site-header .sub-menu {
    position: static;
    width: auto;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 0 11px 11px;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 2px solid var(--red);
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-header .sub-menu a {
    min-height: 0;
    display: grid;
    grid-template-columns: 29px 1fr;
    align-items: center;
    column-gap: 9px;
    padding: 10px 7px;
    font-size: 15px;
  }

  .site-header .sub-menu a::before {
    width: 29px;
    height: 29px;
    grid-row: 1 / 3;
    margin: 0;
  }

  .site-header .sub-menu a::after {
    grid-column: 2;
    margin-top: 3px;
    font-size: 10px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand {
    gap: 8px;
    font-size: 15px;
  }

  .header-cta {
    padding: 9px 13px;
    font-size: 12px;
  }

  .shop-interior {
    min-height: 680px;
    display: flex;
    flex-direction: column;
  }

  .interior-drawing {
    top: 232px;
    bottom: 0;
    width: 116%;
    height: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .interior-copy {
    top: 14px;
    width: calc(100% - 32px);
    padding: 18px 16px 19px;
    background: rgba(247,242,234,.96);
  }

  .interior-copy h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.04;
  }

  .interior-copy > p:not(.eyebrow) {
    margin-top: 13px;
    font-size: 13px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 17px;
  }

  .hero-actions a {
    width: 100%;
    text-align: center;
  }

  .primary-action {
    padding: 13px 18px;
  }

  .shop-interior > .kitten {
    left: 4%;
    bottom: 2%;
    width: 78px;
  }

  .shop-interior > .puppy {
    right: 3%;
    bottom: 2%;
    width: 82px;
  }

  .service-strip {
    grid-template-columns: 1fr;
  }

  .service-link + .service-link {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service-strip article {
    min-height: 150px;
    padding: 25px 24px;
  }

  .service-strip h3 {
    margin-top: 18px;
    font-size: 28px;
  }

  .trust-section,
  .journal-section {
    padding: 68px 20px;
  }

  .section-heading,
  .journal-heading {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 38px;
  }

  .section-heading h2 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .section-heading > p {
    max-width: 520px;
  }

  .journal-heading .section-link {
    width: max-content;
  }

  .trust-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    min-height: 0;
    padding: 24px 20px 26px 88px;
  }

  .trust-card + .trust-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .trust-icon {
    position: absolute;
    top: 25px;
    left: 18px;
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .trust-number {
    top: 26px;
    right: 18px;
  }

  .trust-card h3 {
    max-width: calc(100% - 34px);
    font-size: 21px;
  }

  .journal-grid {
    gap: 16px;
  }

  .journal-card {
    display: grid;
    grid-template-columns: minmax(120px, 38%) 1fr;
  }

  .journal-image {
    height: 100%;
    min-height: 210px;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .journal-copy {
    padding: 21px 18px 23px;
  }

  .journal-copy h3,
  .journal-copy p {
    min-height: 0;
  }

  .journal-copy h3 {
    font-size: 20px;
  }

  .contact-section {
    padding: 65px 18px 35px;
  }

  .contact-intro {
    display: block;
    margin-bottom: 35px;
  }

  .contact-intro h2 {
    font-size: clamp(39px, 11vw, 52px);
  }

  .contact-intro > p:last-child {
    margin-top: 24px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 180px;
    padding: 23px;
  }

  .contact-card + .contact-card {
    border-top: 1px solid rgba(247,242,234,.26);
    border-left: 0;
  }

  .contact-card strong {
    font-size: 29px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-block: 28px;
    text-align: center;
  }

  .site-footer > .footer-social {
    justify-self: center;
  }

  .footer-social {
    justify-content: center;
  }

  .content-shell {
    width: min(100% - 36px, 720px);
    padding: 55px 0;
  }

  .content-heading {
    margin-bottom: 35px;
  }

  .content-heading h1,
  .single-content h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .post-grid {
    grid-template-columns: 1fr;
  }

  .service-page-hero {
    min-height: 700px;
    padding: 70px 24px 300px;
  }

  .service-page-hero::before {
    inset: 18px;
  }

  .service-page-hero::after {
    right: 22px;
    bottom: 38px;
    width: min(82vw, 370px);
  }

  .service-page-hero h1 {
    font-size: clamp(49px, 14vw, 68px);
  }

  .service-page-hero > *:not(.service-hero-sketch) {
    width: 100%;
  }

  .service-intro-row {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 75px 24px;
  }

  .service-intro-row h2 {
    font-size: clamp(42px, 12vw, 61px);
  }

  .service-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-category-grid > .wp-block-column {
    min-height: 240px;
    padding: 26px 22px;
  }

  .service-category-grid > .wp-block-column + .wp-block-column {
    border-left: 0;
  }

  .service-category-grid > .wp-block-column:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .service-category-grid > .wp-block-column:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .service-category-grid h3 {
    margin-top: 70px;
  }

  .service-note {
    padding: 75px 24px;
  }

  .service-note .wp-block-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .service-note .wp-block-button,
  .service-note .wp-block-button__link {
    width: 100%;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .intro {
    top: 46px;
  }
}

@media (max-width: 390px) {
  .intro-copy {
    top: 70px;
  }

  .intro-copy h1 {
    font-size: 35px;
  }

  .intro-copy > p:last-child {
    margin-top: 10px;
  }

  .scene-wrap {
    inset: 222px 0 78px;
  }

  .scene {
    width: min(100%, 390px);
  }

  .header-cta {
    padding-inline: 11px;
  }

  .journal-card {
    grid-template-columns: 1fr;
  }

  .journal-image {
    min-height: 180px;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-page-hero {
    padding-inline: 20px;
  }

  .service-category-grid {
    grid-template-columns: 1fr;
  }

  .service-category-grid > .wp-block-column:nth-child(even) {
    border-left: 0;
  }

  .service-category-grid > .wp-block-column + .wp-block-column {
    border-top: 1px solid var(--line);
  }

  .service-category-grid > .wp-block-column {
    min-height: 205px;
  }

  .service-category-grid h3 {
    margin-top: 55px;
  }
}

@media (max-height: 700px) and (max-width: 820px) {
  .intro-copy > p:last-child {
    display: none;
  }

  .scene-wrap {
    top: 175px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .intro {
    display: none;
  }

  .inside-page {
    opacity: 1;
  }
}
