Compare commits
2 Commits
251ec5737f
...
55217f59bd
| Author | SHA1 | Date | |
|---|---|---|---|
| 55217f59bd | |||
| a665368d02 |
@@ -102,7 +102,7 @@
|
|||||||
.about-section-gradient {
|
.about-section-gradient {
|
||||||
margin: 0 24px 88px;
|
margin: 0 24px 88px;
|
||||||
padding: 40px 0;
|
padding: 40px 0;
|
||||||
border-radius: 36px;
|
border-radius: 28px;
|
||||||
background: linear-gradient(180deg, #f5efe6 0%, #f9f6ef 100%);
|
background: linear-gradient(180deg, #f5efe6 0%, #f9f6ef 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.about-contact-card {
|
.about-contact-card {
|
||||||
border-radius: 36px;
|
border-radius: 28px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 42px 48px;
|
padding: 42px 48px;
|
||||||
box-shadow: 0 14px 34px rgba(17, 20, 24, 0.05);
|
box-shadow: 0 14px 34px rgba(17, 20, 24, 0.05);
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
.booking-page-hero h1 {
|
.booking-page-hero h1 {
|
||||||
margin: 0 0 14px;
|
margin: 0 0 14px;
|
||||||
font-family: var(--font-head);
|
font-family: var(--font-head);
|
||||||
font-size: clamp(32px, 4vw, 52px);
|
font-size: clamp(34px, 4vw, 56px);
|
||||||
line-height: 1.05;
|
line-height: 1.05;
|
||||||
letter-spacing: -0.04em;
|
letter-spacing: -0.04em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<div class="instagram-stage">
|
<div class="instagram-stage">
|
||||||
<div class="instagram-panel">
|
<div class="instagram-panel">
|
||||||
<div class="instagram-copy">
|
<div class="instagram-copy">
|
||||||
<span class="instagram-kicker">Daily walks, happy dogs</span>
|
<span class="eyebrow instagram-kicker">Daily walks, happy dogs</span>
|
||||||
<h2>{instagram.title}</h2>
|
<h2>{instagram.title}</h2>
|
||||||
<p class="instagram-blurb">See our dogs in action — walks, play, and happy pups</p>
|
<p class="instagram-blurb">See our dogs in action — walks, play, and happy pups</p>
|
||||||
<a href={instagram.href} target="_blank" rel="noopener" class="btn btn-green instagram-button">
|
<a href={instagram.href} target="_blank" rel="noopener" class="btn btn-green instagram-button">
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
padding: 24px 320px 24px 44px;
|
padding: 24px 320px 24px 44px;
|
||||||
border-radius: 24px;
|
border-radius: 28px;
|
||||||
background:
|
background:
|
||||||
radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 42%),
|
radial-gradient(circle at top left, rgba(255, 255, 255, 0.52), transparent 42%),
|
||||||
linear-gradient(135deg, rgba(255, 252, 242, 0.98), rgba(255, 243, 198, 0.96));
|
linear-gradient(135deg, rgba(255, 252, 242, 0.98), rgba(255, 243, 198, 0.96));
|
||||||
@@ -63,16 +63,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.instagram-kicker {
|
.instagram-kicker {
|
||||||
display: inline-flex;
|
/* All visual styling comes from the shared .eyebrow utility. */
|
||||||
margin-bottom: 10px;
|
display: inline-block;
|
||||||
padding: 6px 12px;
|
margin: 0 0 10px;
|
||||||
border-radius: 999px;
|
|
||||||
background: rgba(33, 48, 33, 0.08);
|
|
||||||
color: var(--green);
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: 700;
|
|
||||||
letter-spacing: 0.08em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.instagram-copy :global(h2) {
|
.instagram-copy :global(h2) {
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
.legal-card {
|
.legal-card {
|
||||||
padding: 40px 44px;
|
padding: 40px 44px;
|
||||||
border-radius: 32px;
|
border-radius: 28px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 14px 34px rgba(17, 20, 24, 0.05);
|
box-shadow: 0 14px 34px rgba(17, 20, 24, 0.05);
|
||||||
}
|
}
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
|
|
||||||
.legal-card {
|
.legal-card {
|
||||||
padding: 28px 22px;
|
padding: 28px 22px;
|
||||||
border-radius: 24px;
|
border-radius: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legal-section + .legal-section {
|
.legal-section + .legal-section {
|
||||||
|
|||||||
@@ -349,7 +349,7 @@
|
|||||||
gap: 18px;
|
gap: 18px;
|
||||||
width: min(420px, calc(100vw - 32px));
|
width: min(420px, calc(100vw - 32px));
|
||||||
padding: 18px 18px 18px 20px;
|
padding: 18px 18px 18px 20px;
|
||||||
border-radius: 24px;
|
border-radius: 28px;
|
||||||
background:
|
background:
|
||||||
linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 232, 0.98));
|
linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 232, 0.98));
|
||||||
box-shadow:
|
box-shadow:
|
||||||
@@ -460,7 +460,7 @@
|
|||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.pricing-plan-card:hover {
|
.pricing-plan-card:hover {
|
||||||
transform: translateY(-8px) scale(1.012);
|
transform: translateY(-6px) scale(1.012);
|
||||||
box-shadow: 0 22px 44px rgba(17, 20, 24, 0.1);
|
box-shadow: 0 22px 44px rgba(17, 20, 24, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -547,7 +547,7 @@
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
gap: 14px;
|
gap: 14px;
|
||||||
padding: 18px 18px 16px;
|
padding: 18px 18px 16px;
|
||||||
border-radius: 20px;
|
border-radius: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meet-greet-copy p {
|
.meet-greet-copy p {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<section class="service-hero">
|
<section class="service-hero">
|
||||||
<div class="service-inner service-hero-grid">
|
<div class="service-inner service-hero-grid">
|
||||||
<div class="service-hero-copy">
|
<div class="service-hero-copy">
|
||||||
<p class="service-eyebrow">{pageContent.hero.eyebrow}</p>
|
<p class="eyebrow">{pageContent.hero.eyebrow}</p>
|
||||||
<h1>{pageContent.hero.title}</h1>
|
<h1>{pageContent.hero.title}</h1>
|
||||||
|
|
||||||
{#each pageContent.hero.paragraphs as paragraph}
|
{#each pageContent.hero.paragraphs as paragraph}
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
{#if pageContent.highlight}
|
{#if pageContent.highlight}
|
||||||
<section use:reveal class="service-highlight reveal-block">
|
<section use:reveal class="service-highlight reveal-block">
|
||||||
<div class="service-inner service-highlight-copy">
|
<div class="service-inner service-highlight-copy">
|
||||||
<p class="service-highlight-eyebrow">{pageContent.highlight.eyebrow}</p>
|
<p class="eyebrow service-highlight-eyebrow">{pageContent.highlight.eyebrow}</p>
|
||||||
<h2>{pageContent.highlight.title}</h2>
|
<h2>{pageContent.highlight.title}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -351,16 +351,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-eyebrow {
|
|
||||||
margin: 0 0 18px;
|
|
||||||
color: var(--green);
|
|
||||||
font-family: var(--font-head);
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 700;
|
|
||||||
letter-spacing: 0.08em;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-hero-copy h1,
|
.service-hero-copy h1,
|
||||||
.service-section-heading h2,
|
.service-section-heading h2,
|
||||||
.service-highlight-copy h2 {
|
.service-highlight-copy h2 {
|
||||||
@@ -405,12 +395,13 @@
|
|||||||
margin-bottom: 34px;
|
margin-bottom: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Decorative dingbat eyebrow on the highlight section. Inherits sizing /
|
||||||
|
* colour from the shared .eyebrow utility; this rule only adjusts the
|
||||||
|
* downward spacing relative to the H2 underneath.
|
||||||
|
*/
|
||||||
.service-highlight-eyebrow {
|
.service-highlight-eyebrow {
|
||||||
margin: 0 0 16px;
|
margin: 0 0 16px;
|
||||||
color: var(--yellow);
|
|
||||||
font-family: var(--font-head);
|
|
||||||
font-size: 28px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-highlight-image img {
|
.service-highlight-image img {
|
||||||
@@ -478,7 +469,7 @@
|
|||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.service-plan-card:hover,
|
.service-plan-card:hover,
|
||||||
.service-benefit-card:hover {
|
.service-benefit-card:hover {
|
||||||
transform: translateY(-8px) scale(1.012);
|
transform: translateY(-6px) scale(1.012);
|
||||||
box-shadow: 0 22px 44px rgba(17, 20, 24, 0.1);
|
box-shadow: 0 22px 44px rgba(17, 20, 24, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -688,10 +679,6 @@
|
|||||||
padding-bottom: 72px;
|
padding-bottom: 72px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-highlight-eyebrow {
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.service-extra-row {
|
.service-extra-row {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|||||||
@@ -326,7 +326,7 @@
|
|||||||
.testimonial-stage {
|
.testimonial-stage {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 24px;
|
border-radius: 28px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 0 10px 30px rgba(20, 24, 20, 0.06);
|
box-shadow: 0 10px 30px rgba(20, 24, 20, 0.06);
|
||||||
min-height: 620px;
|
min-height: 620px;
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ section {
|
|||||||
|
|
||||||
.service-card {
|
.service-card {
|
||||||
background: var(--off-white);
|
background: var(--off-white);
|
||||||
border-radius: 20px;
|
border-radius: 28px;
|
||||||
padding: 40px 32px;
|
padding: 40px 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition:
|
transition:
|
||||||
@@ -280,7 +280,7 @@ section {
|
|||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.service-card:hover {
|
.service-card:hover {
|
||||||
transform: translateY(-6px) scale(1.01);
|
transform: translateY(-6px) scale(1.012);
|
||||||
box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -355,7 +355,7 @@ footer {
|
|||||||
|
|
||||||
.value-card {
|
.value-card {
|
||||||
background: rgba(255, 255, 255, 0.07);
|
background: rgba(255, 255, 255, 0.07);
|
||||||
border-radius: 16px;
|
border-radius: 28px;
|
||||||
padding: 32px 28px;
|
padding: 32px 28px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
transition:
|
transition:
|
||||||
@@ -366,7 +366,7 @@ footer {
|
|||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.value-card:hover {
|
.value-card:hover {
|
||||||
transform: translateY(-5px);
|
transform: translateY(-6px) scale(1.012);
|
||||||
box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
|
box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
|
||||||
border-color: rgba(255, 255, 255, 0.18);
|
border-color: rgba(255, 255, 255, 0.18);
|
||||||
}
|
}
|
||||||
@@ -390,7 +390,7 @@ footer {
|
|||||||
|
|
||||||
.testimonial-card {
|
.testimonial-card {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 20px;
|
border-radius: 28px;
|
||||||
padding: 36px 32px;
|
padding: 36px 32px;
|
||||||
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
|
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
|
||||||
transition:
|
transition:
|
||||||
@@ -400,7 +400,7 @@ footer {
|
|||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.testimonial-card:hover {
|
.testimonial-card:hover {
|
||||||
transform: translateY(-4px);
|
transform: translateY(-6px) scale(1.012);
|
||||||
box-shadow: 0 18px 34px rgba(0, 0, 0, 0.09);
|
box-shadow: 0 18px 34px rgba(0, 0, 0, 0.09);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,13 +35,28 @@
|
|||||||
|
|
||||||
.hero-text h1 {
|
.hero-text h1 {
|
||||||
font-family: var(--font-head);
|
font-family: var(--font-head);
|
||||||
font-size: 50.2px;
|
font-size: clamp(34px, 4vw, 56px);
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
line-height: 1.1;
|
line-height: 1.05;
|
||||||
|
letter-spacing: -0.04em;
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Shared eyebrow utility for the small uppercase label that introduces a
|
||||||
|
* heading. Use this instead of bespoke per-section kickers.
|
||||||
|
*/
|
||||||
|
.eyebrow {
|
||||||
|
font-family: var(--font-head);
|
||||||
|
font-size: 13px;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 0.08em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--green);
|
||||||
|
margin: 0 0 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-text h1 .hero-heading-mobile {
|
.hero-text h1 .hero-heading-mobile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user