/* ============================================================
FONTS
============================================================ */
@font-face {
font-family: "Galano";
src: url("/-global-assets/fonts/GalanoGrotesque-Medium.ttf")
format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Galano";
src: url("../-global-assets/fonts/GalanoGrotesqueDEMO-Bold.ttf")
format("truetype");
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Royal Mission";
src: url("/-global-assets/fonts/RoyalMision-2OnDw.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}

/* ============================================================
TOKENS / RESET
============================================================ */
:root {
--ink: #02253d;
--deep: #062d43;
--sky: #10c1d1;
--aqua: #18ccd0;
--mint: #69edab;
--lime: #c6f88f;
--white: #ffffff;

--gradient-text: linear-gradient(
90deg,
#02bcdd 0%,
#06d1e5 22%,
#64eda8 52%,
#d0f88d 100%
);

--sky-gradient: linear-gradient(
180deg,
#10bfce 0%,
#3edbc1 48%,
#c3f88d 100%
);
--roots-gradient: linear-gradient(
180deg,
#16c4cd 0%,
#43dfbd 45%,
#c7fa8d 100%
);
--shadow-soft: 0 8px 18px rgba(0, 0, 0, 0.22);
--text-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

*,
*::before,
*::after {
box-sizing: border-box;
}

html,
body {
width: 100%;
min-height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}

body {
color: var(--ink);
font-family: Galano, Arial, sans-serif;
background: var(--ink);
}

a {
color: inherit;
text-decoration: none;
}

button {
font: inherit;
}

img {
display: block;
max-width: 100%;
}

.about-main {
position: relative;
z-index: 1;
overflow: hidden;
background: var(--ink);
padding-bottom: 60px;
}

.about-section {
position: relative;
width: 100%;
overflow: hidden;
isolation: isolate;
}

.section-divider {
position: absolute;
left: 0;
z-index: 20;
display: block;
width: 100%;
height: auto;
max-width: none;
pointer-events: none;
user-select: none;
}

.section-divider--top {
top: -30px;
}

.section-divider--bottom {
bottom: 0;
}

/* ============================================================
SECTION-ONLY BUBBLES
============================================================ */
.bubble-layer {
position: fixed;
inset: 0;
z-index: 999;
overflow: hidden;
pointer-events: none;
opacity: 0;
transition: opacity 0.25s ease;
}

.bubble-layer.is-active {
opacity: 1;
}

.bubble-layer--doit {
top: 0;
bottom: 0;
}

.bubble {
position: absolute;
left: var(--x);
bottom: -140px;
width: var(--size);
height: var(--size);
border: 0;
border-radius: 50%;
background: radial-gradient(
circle at 35% 28%,
rgba(255, 255, 255, 0.82),
rgba(255, 255, 255, 0.22) 32%,
rgba(18, 132, 180, 0.28) 100%
);
box-shadow:
inset 8px 8px 18px rgba(255, 255, 255, 0.8),
inset -10px -14px 24px rgba(28, 103, 151, 0.36),
0 10px 18px rgba(3, 48, 78, 0.28);
cursor: pointer;
opacity: 0;
pointer-events: auto;
animation: bubbleRise var(--duration) linear var(--delay) infinite;
will-change: transform, opacity;
}

.bubble::after {
position: absolute;
left: 17%;
top: 13%;
width: 30%;
height: 24%;
border-radius: 50%;
background: rgba(255, 255, 255, 0.45);
content: "";
filter: blur(3px);
}

.bubble:focus,
.bubble:focus-visible {
outline: 0;
}

.bubble.is-burst {
animation: bubblePop 0.32s ease forwards;
pointer-events: none;
}

.bubble-spark {
position: fixed;
z-index: 61;
width: 5px;
height: 5px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.78);
pointer-events: none;
animation: sparkPop 0.42s ease forwards;
}

/* ============================================================
SHARED TYPOGRAPHY / MOTION
============================================================ */
.brush-heading,
.glance-title,
.commitment-intro h2,
.roots-heading h2,
.remote-card h2,
.dolphin-card h2,
.dolphin-card strong {
font-family: "Royal Mission", Galano, sans-serif;
font-weight: 400;
letter-spacing: 0;
}

.brush-heading {
position: relative;
z-index: 5;
margin: 0;
color: var(--white);
font-size: clamp(52px, 5.4vw, 92px);
line-height: 1;
text-align: center;
text-shadow: var(--text-shadow);
}

.brush-heading span {
background: linear-gradient(
90deg,
#02bcdd 0%,
#06d1e5 22%,
#64eda8 52%,
#d0f88d 100%
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
display: block !important;
}

.about-section--doit-way .brush-heading span {
background: linear-gradient(
90deg,
#05b6dc 0%,
#0ecbe0 24%,
#35dfc8 44%,
#86f0a4 72%,
#d8f985 100%
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}

.section-subtitle {
position: relative;
z-index: 5;
max-width: 510px;
margin: 14px auto 0;
color: var(--white);
font-size: 28px;
line-height: 1.5;
text-align: center;
}

.float-soft {
animation: floatSoft 4.8s ease-in-out infinite;
}

.float-soft--delay {
animation-delay: -1.6s;
}

.float-dolphin {
animation: dolphinBob 4.4s ease-in-out infinite;
}

.float-dolphin--delay {
animation-delay: -1.8s;
}

/* ============================================================
CTA HOVER BUBBLES
============================================================ */
.bubble-cta {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 150px;
min-height: 40px;
padding: 0 22px;
padding-bottom: 5px;
border: 2px solid #2be4d3;
border-radius: 999px;
overflow: hidden;
background: var(--ink);
color: var(--white);
font-size: 18px;
font-weight: 600;
line-height: 1;
transition:
background 0.25s ease,
color 0.25s ease,
transform 0.25s ease;
}

.bubble-cta::before,
.bubble-cta::after {
position: absolute;
bottom: -16px;
width: 12px;
height: 12px;
border: 2px solid rgba(0, 178, 210, 0.65);
border-radius: 50%;
content: "";
opacity: 0;
}

.bubble-cta::before {
left: 34%;
}

.bubble-cta::after {
left: 58%;
width: 18px;
height: 18px;
}

.bubble-cta:hover,
.bubble-cta:focus-visible,
.bubble-cta:focus,
.bubble-cta.is-touching {
animation: bubbles 2s forwards ease-out;
background-image:
radial-gradient(circle at center, transparent 30%, #02bcdd 60%, #06d1e5 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #0ea5c8 60%, #02bcdd 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #06d1e5 60%, #02bcdd 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #02bcdd 60%, #0ea5c8 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #06d1e5 60%, #06d1e5 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #0ea5c8 60%, #02bcdd 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #02bcdd 60%, #06d1e5 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #06d1e5 60%, #0ea5c8 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #02bcdd 60%, #02bcdd 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #0ea5c8 60%, #06d1e5 65%, transparent 70%),
radial-gradient(circle at center, transparent 30%, #06d1e5 60%, #02bcdd 65%, transparent 70%),
linear-gradient(135deg, #02bcdd, #64eda8, #d0f88d);
background-position:
8% 130%,
18% 145%,
28% 125%,
40% 140%,
50% 122%,
60% 138%,
70% 128%,
80% 144%,
88% 126%,
94% 142%,
36% 150%,
0% 0%;
background-repeat: no-repeat;
background-size:
0.7em 0.7em,
0.95em 0.95em,
0.5em 0.5em,
1em 1em,
0.75em 0.75em,
0.6em 0.6em,
0.85em 0.85em,
0.7em 0.7em,
0.55em 0.55em,
0.95em 0.95em,
0.65em 0.65em,
100% 100%;
color: var(--ink);
transform: translateY(-2px);
}

.bubble-cta:hover::before,
.bubble-cta:hover::after,
.bubble-cta:focus-visible::before,
.bubble-cta:focus-visible::after,
.bubble-cta.is-touching::before,
.bubble-cta.is-touching::after {
opacity: 1;
animation: ctaBubble 1s ease-out infinite;
border: none;
}

.bubble-cta:hover::after,
.bubble-cta:focus-visible::after,
.bubble-cta.is-touching::after {
animation-delay: 0.15s;
}

.bubble-cta:hover,
.bubble-cta:focus,
.bubble-cta:active {
border: none;
outline: none;
box-shadow: none;
}

@keyframes bubbles {
0% {
background-position:
8% 130%,
18% 145%,
28% 125%,
40% 140%,
50% 122%,
60% 138%,
70% 128%,
80% 144%,
88% 126%,
94% 142%,
36% 150%,
0% 0%;
}

45% {
background-position:
8% 56%,
18% 42%,
28% 64%,
40% 48%,
50% 60%,
60% 45%,
70% 58%,
80% 44%,
88% 62%,
94% 50%,
36% 38%,
0% 0%;
}

100% {
background-position:
8% -38%,
18% -24%,
28% -42%,
40% -30%,
50% -44%,
60% -22%,
70% -40%,
80% -28%,
88% -46%,
94% -34%,
36% -26%,
0% 0%;
}
}

/* ============================================================
SECTION 1: GLANCE WITH CLARITY & KINDNESS
============================================================ */
.about-section--glance {
height: clamp(790px, 112vw, 1600px);
background: linear-gradient(180deg, #02bcdd 30%, #3edbc1 48%, #c3f88d 100%);
}

.glance-bg {
position: absolute;
left: 0;
width: 100%;
height: auto;
max-width: none;
pointer-events: none;
user-select: none;
}

.glance-bg--sky {
z-index: 1;
top: 0;
}

.glance-bg--clouds {
z-index: 2;
bottom: 150px;
opacity: 0.98;
}

.glance-title {
position: absolute;
z-index: 7;
left: 20%;
top: 14%;
display: grid;
justify-items: center;
margin: 0;
color: var(--white);
font-size: 80px;
line-height: 1;
text-shadow: 0 8px 12px rgba(0, 0, 0, 0.18);
}

.glance-title span:first-of-type {
font-size: 115px; 
}

.glance-title small {
color: var(--ink);
font-family: "Galano", sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 1.48;
}

.butterfly {
position: absolute;
z-index: 8;
pointer-events: none;
user-select: none;
}

.butterfly--one {
left: 33%;
top: 10%;
width: 5.5%;
}

.butterfly--two {
left: 13%;
top: 21%;
width: 3.7%;
}

.butterfly--three {
left: 45%;
top: 29.5%;
width: 3.3%;
}

.cloud-message {
position: absolute;
z-index: 7;
display: grid;
place-items: center;
text-align: center;
}

.cloud-message img {
grid-area: 1 / 1;
width: 100%;
height: auto;
}

.cloud-message p {
grid-area: 1 / 1;
max-width: 70%;
margin: 0;
color: var(--ink);
font-size: 22px;
font-weight: 900;
line-height: 1.45;
margin-top: 32px;
}

.cloud-message--large {
right: 20%;
top: 45%;
width: 38%;
}

.cloud-message--small {
right: 10%;
top: 68%;
width: 26.5%;
}

.cloud-message--small p {
font-size: 22px;
line-height: 1.35;
margin-top: 10px;
}

.ripped-paper-note {
position: absolute;
z-index: 8;
left: 19%;
top: 60%;
width: 32%;
filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.22));
}

.ripped-paper-note__bg {
width: 100%;
height: auto;
max-width: none;
}

.ripped-paper-note__content {
position: absolute;
inset: 10% 7% 9%;
display: flex;
flex-direction: column;
justify-content: center;
}

.ripped-paper-note p {
margin: 0 0 4.5%;
color: var(--ink);
font-size: 26px;
line-height: 1.25;
}

.ripped-paper-note strong {
font-weight: 900;
font-size: 28px;
}

.inline-icon {
display: inline-block;
height: 1.15em;
margin-left: 6px;
vertical-align: -0.2em;
}

.inline-icon--key {
height: 1.6em;
vertical-align: -0.3em;
}

.inline-icon--key {
display: inline-block;
height: 58px; 
width: auto;
vertical-align: middle; 
}

.paper-plane {
position: absolute;
z-index: 9;
left: 46%;
top: 80%;
width: 20%;
}

/* ============================================================
SECTION 2: REVOLUTIONARY BRAND
============================================================ */
.about-section--revolution {
position: relative;
height: 180vh;
background: var(--ink);
}

.revolution-panel {
position: relative;
z-index: 2;
display: grid;
place-items: center;
width: 100%;
height: 90vh;
overflow: hidden;
}

.revolution-panel--stereotypes {
margin-top: 0;
}

.revolution-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.revolution-bg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.revolution-bg picture,
picture.revolution-bg {
display: block;
width: 100%;
height: 100%;
}

.revolution-content {
position: relative;
z-index: 3;
display: grid;
justify-items: center;
text-align: center;
margin-bottom: 30px;
}

.revolution-hammer {
position: absolute;
left: 44%;
top: 5%;
transform: translate(-50%, -50%);
z-index: 5;
}

.revolution-icon {
width: 12%;
margin-bottom: 10px;
}

.revolution-panel--stereotypes .revolution-icon {
width: 12%;
margin-bottom: clamp(28px, 3vw, 38px);
}

.revolution-panel .brush-heading {
font-size: 86px;
line-height: 1.5;
}

.revolution-panel p {
max-width: 640px;
margin: 10px auto 0;
color: var(--white);
font-size: 28px;
font-weight: 400;
line-height: 1.5;
}

/* ============================================================
SECTION 3: DISCLAIMER
============================================================ */
.about-section--disclaimer {
min-height: 90vh;
background: linear-gradient(90deg, #10bfce 0%, #3edbc1 48%, #c3f88d 100%);
}

.disclaimer-sign {
position: absolute;
z-index: 7;
left: 18%;
top: 20%;
width: min(350px, 30vw);
animation: none !important;
}

.disclaimer-copy {
position: absolute;
z-index: 7;
top: 22%;
right: 12%;
width: 30%;
text-align: right;
}

.disclaimer-copy__promise span {
display: block;
}

.disclaimer-copy p {
margin: 0 0 clamp(18px, 2vw, 20px);
color: var(--ink);
font-size: 30px;
line-height: 1.08;
}

.disclaimer-copy strong {
font-weight: 900;
font-size: 30px;
}

.oval-highlight {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: clamp(128px, 12vw, 210px); 
padding: 22px 22px;
padding-top: 22px;
border-radius: 50%;
background: var(--white);
}

.disclaimer-copy__promise {
margin-top: clamp(22px, 2vw, 50px) !important;
padding-top: 0;
font-size: 24px;
font-weight: 400;
line-height: 1.18 !important;
}

/* ============================================================
SECTION 4: OUR PASSION
============================================================ */
.about-section--passion {
padding: 140px 0;
background: var(--ink);
}

.passion-globe {
position: relative;
z-index: 6;
width: 50%;
margin: 0 auto 12px;
}

.passion-heading {
font-size: clamp(75px, 8vw, 100px);
}

@media (min-width: 768px) {
.brush-heading.passion-heading {
white-space: nowrap;
}

.brush-heading.passion-heading span {
display: inline !important;
}
}

.passion-card-grid {
position: relative;
z-index: 6;
display: grid;
grid-template-columns: repeat(2, minmax(280px, 400px));
justify-content: center;
gap: clamp(48px, 7vw, 86px);
margin: clamp(56px, 7vw, 82px) auto 0;
}

.passion-card {
position: relative;
display: grid;
justify-items: center;
align-content: center;
min-height: clamp(270px, 33vw, 390px);
padding: 72px 45px 40px;
border: 2px solid transparent;
border-radius: 50px;
background:
linear-gradient(var(--ink), var(--ink)) padding-box,
var(--gradient-text) border-box;
text-align: center;
}

.passion-card h3 {
position: absolute;
top: -25px;
left: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 280px;
min-height: 62px;
margin: 0;
border-radius: 999px;
background: var(--gradient-text);
color: var(--ink);
font-size: 26px;
font-weight: 700;
line-height: 1;
white-space: nowrap;
transform: translateX(-50%);
padding: 9px 24px 13px;
}

.passion-card h3::before,
.passion-card h3::after {
position: absolute;
top: 50%;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--ink);
content: "";
transform: translateY(-50%);
}

.passion-card h3::before {
left: 22px;
}

.passion-card h3::after {
right: 22px;
}

.passion-card > img {
width: clamp(90px, 10vw, 150px);
height: clamp(90px, 10vw, 150px);
object-fit: contain;
margin-bottom: 28px;
}

.passion-card p {
margin: 0;
color: var(--white);
font-size: 24px;
font-weight: 400;
line-height: 1.25;
}

.passion-card--story {
display: grid;
grid-template-columns: 49% 1fr;
align-items: center;
width: min(calc(800px + clamp(48px, 7vw, 86px)), calc(100vw - 48px));
min-height: clamp(320px, 26vw, 420px);
margin: clamp(82px, 10vw, 112px) auto 0;
padding: 58px 9px 44px 1px;
column-gap: 22px;
}

.passion-card--story > img {
width: clamp(520px, 44vw, 700px);
height: auto;
margin: 0;
}

.passion-card--story img {
width: clamp(520px, 44vw, 700px);
height: auto;
object-fit: contain;
}

.passion-card--story .bubble-cta {
min-width: 245px;
min-height: 58px;
padding: 0 28px;
text-align: center;
align-items: center;
justify-content: center;
line-height: 1;
}

.passion-card__copy {
display: grid;
justify-items: end;
text-align: right;
gap: 22px;
}

.passion-card__copy p {
font-size: 24px;
line-height: 1.25;
width: 310px;
margin-bottom: 20px;
}

/* ============================================================
SECTION 5 PART 1: COMMITMENT / TREE
============================================================ */
.about-section--commitment {
background: var(--white);
overflow: hidden;
}

.commitment-intro {
position: relative;
z-index: 6;
padding: clamp(82px, 8vw, 110px) 24px 20px;
text-align: center;
}

.commitment-intro h2 {
margin: 0;
color: var(--ink);
font-size: 86px;
line-height: 1;
}

.commitment-intro p {
max-width: 700px;
margin: 10px auto 0;
font-size: 28px;
font-weight: 400;
line-height: 1.25;
}

.tree-flow {
position: relative;
z-index: 5;
}

.tree-flow--desktop {
width: 80%;
margin: clamp(28px, 3vw, 46px) auto 0;
margin-top: -100px;
}

.tree-flow__full-tree {
width: 100%;
margin: 0 auto;
}

.tree-flow--mobile {
display: none;
}

.tree-board {
position: absolute;
z-index: 8;
left: 50%;
display: grid;
justify-items: center;
width: 28%;
color: var(--ink);
text-align: center;
pointer-events: none;
transform: translateX(-50%);
}

.tree-board strong {
font-size: 24px;
font-weight: 900;
line-height: 1;
}

.tree-board span {
margin-top: 15px;
font-size: 20px;
font-weight: 400;
line-height: 1.05;
}

.tree-board--one {
top: 40.5%;
}

.tree-board--two {
top: 55.1%;
}

.tree-board--three {
top: 70.2%;
}

.roots-heading {
position: relative;
z-index: 22;
display: grid;
justify-items: end;
width: max-content;
margin: clamp(-34px, -2.5vw, -18px) auto 10px;
padding-bottom: 12px;
text-align: right;
margin-top: -150px;
margin-right: 20%;
}

.roots-heading h2 {
margin: 0;
color: var(--ink);
font-size: 65px;
line-height: 1;
}

.roots-heading p {
margin: 5px 0 0;
font-size: 20px;
font-weight: 400;
line-height: 1.15;
}

.roots-heading img {
position: absolute;
right: -105px;
bottom: -2px;
width: clamp(62px, 6vw, 92px);
}

/* ============================================================
SECTION 5 PART 2: ROOTS VALUES
============================================================ */
.roots-scene {
position: relative;
height: clamp(780px, 80vw, 895px);
margin-top: 70px;
background: var(--roots-gradient);
overflow: visible;
}

.roots-scene::before {
position: absolute;
z-index: 17;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: var(--white);
content: "";
}

.roots-paper-edge {
top: -2px;
z-index: 18;
}

.ants-bg {
position: absolute;
z-index: 20;
top: -27px;
left: 45%;
width: min(650px, 55vw);
height: auto;
max-width: none;
pointer-events: none;
transform: translateX(-50%);
}

.roots-scene__roots {
position: absolute;
z-index: 7;
top: 50px;
left: 50%;
width: min(373px, 27vw);
height: auto;
transform: translateX(-50%);
}

.root-value {
position: absolute;
z-index: 9;
width: min(355px, 26vw);
color: var(--ink);
}

.root-value img {
width: 45%;
height: 45%;
object-fit: contain;
margin-bottom: 8px;
}

.root-value h3 {
margin: 0 0 15px;
color: var(--white);
font-family: "Royal Mission", Galano, sans-serif;
font-size: 42px;
font-weight: 400;
line-height: 1.2;
}

.root-value p {
margin: 0;
font-size: 20px;
font-weight: 500;
line-height: 1.12;
max-width: 285px;
}

.root-value--strength {
left: 15%;
top: 10%;
}

.root-value--standard {
right: 24%;
top: 12%;
text-align: right;
}

.root-value--standard img {
display: block;
margin-left: auto;
}

.root-value--power {
top: 42%;
left: 25%;
}

.root-value--nature {
top: 46%;
left: 58%;
text-align: right;
}

.root-value--nature img {
display: block;
margin-left: auto;
}

.root-value--belief {
left: 32%;
bottom: 10%;
text-align: left;
transform: translateX(-4%);
}

.root-value--belief img {
animation: gemSway 3.8s ease-in-out infinite;
}

/* ============================================================
SHARED OCEAN DECORATIONS / FISH
============================================================ */
.fish-run,
.starfish,
.seaweed,
.mermaid-tail,
.sea-creature,
.coral {
position: absolute;
z-index: 8;
pointer-events: none;
user-select: none;
}

.fish-run {
display: flex;
align-items: flex-start;
gap: 22px;
will-change: transform;
}

.fish-run img {
position: relative;
width: 32px;
height: auto;
transform-origin: center;
}

/* ============================================================
SECTION 6: OUR WAY, THE DOIT WAY
============================================================ */
.about-section--doit-way {
height: 100vh;
padding: clamp(65px, 5vw, 108px) 24px 0;
background: var(--ink);
}

.doit-heading {
font-size: clamp(38px, 4.2vw, 62px);
}

.about-section--doit-way .section-subtitle {
margin-top: 10px;
font-size: 24px;
}

.seahorse {
position: absolute;
z-index: 10;
right: 5%;
top: 58%;
width: clamp(46px, 4.8vw, 72px);
will-change: transform;
}

.shell-scene {
position: absolute;
z-index: 8;
inset: 0;
}

.shell-card {
position: absolute;
display: grid;
place-items: center;
width: clamp(145px, 18vw, 205px);
text-align: center;
}

.shell-card--open {
left: 16%;
top: 28%;
}

.shell-card--speak {
right: 16%;
top: 28%;
}

.shell-card--intent {
left: 30%;
top: 64%;
}

.shell-card--care {
right: 28%;
top: 72%;
}

.shell-card__shell {
width: 100%;
height: auto;
}

.shell-card__icon {
position: absolute;
left: 50%;
bottom: 12%;
width: 32%;
height: 27%;
object-fit: contain;
transform: translateX(-50%);
}

.shell-card h3 {
position: absolute;
left: 50%;
top: 28%;
margin: 0;
color: var(--ink);
font-size: 32px;
font-weight: 600;
line-height: 1.12;
transform: translateX(-50%);
}

.shell-card h3 span {
display: block;
}

.shell-title__lead {
font-weight: 500;
}

.shell-title__strong {
font-size: calc(1em + 3px);
font-weight: 700;
}

.fish-run--doit {
z-index: 11;
left: 42%;
top: 47%;
}

.fish-run--doit img:nth-child(1) {
width: clamp(22px, 2.2vw, 34px);
margin-top: 22px;
}

.fish-run--doit img:nth-child(2) {
width: clamp(34px, 3.4vw, 54px);
margin-top: 8px;
}

.fish-run--doit img:nth-child(3) {
width: clamp(18px, 1.8vw, 28px);
margin-top: 0;
margin-left: -6px;
}

.starfish--doit {
left: 7%;
top: 52%;
width: clamp(22px, 2.4vw, 34px);
will-change: transform;
}

.seaweed--doit {
bottom: 50%;
left: 78%;
width: clamp(62px, 6.5vw, 96px);
z-index: 0;
}

.mermaid-tail {
right: 8%;
bottom: 1%;
width: clamp(76px, 8vw, 118px);
}

/* ============================================================
SECTION 7: REMOTE TEAM
============================================================ */
.about-section--remote-team {
height: clamp(620px, 52vw, 840px);
padding: clamp(112px, 10vw, 150px) 24px 0;
background: var(--sky-gradient);
}

.remote-card {
position: relative;
z-index: 7;
width: min(820px, 68vw);
min-height: clamp(335px, 30vw, 420px);
margin: 24px auto 0;
padding: clamp(34px, 3.2vw, 48px) clamp(56px, 5vw, 78px);
border: 2px solid rgba(2, 37, 61, 0.78);
border-radius: 50px;
background: var(--white);
box-shadow: var(--shadow-soft);
text-align: center;
align-content: center;
}

.remote-card h2 {
margin: 0 0 18px;
font-size: 72px;
line-height: 0.95;
}

.remote-card p {
max-width: 700px;
margin: 0 auto;
font-size: 20px;
font-weight: 400;
line-height: 1.5;
}

.remote-card__starfish {
position: absolute;
top: 42px;
right: 48px;
z-index: 8;
width: clamp(30px, 3.6vw, 50px);
height: auto;
transform: rotate(12deg);
}

.remote-card__cta {
position: relative;
display: grid;
place-items: center;
width: clamp(235px, 20vw, 295px);
height: clamp(60px, 5.5vw, 76px);
margin: clamp(24px, 2.4vw, 34px) auto 0;
}

.remote-card__cta-ticks {
position: absolute;
z-index: 1;
width: 100%;
height: auto;
max-width: none;
pointer-events: none;
user-select: none;
}

.remote-card__cta .bubble-cta,
.remote-card .bubble-cta {
position: relative;
z-index: 2;
min-width: 220px;
min-height: 56px;
font-size: 20px;
font-weight: 400;
}

.fish-run--remote {
z-index: 8;
right: -2%;
top: 9%;
}

.fish-run--remote img:nth-child(1) {
width: clamp(34px, 3.4vw, 54px);
margin-top: 10px;
}

.fish-run--remote img:nth-child(2) {
width: clamp(28px, 2.9vw, 44px);
margin-top: 2px;
}

.seaweed--remote {
right: 3%;
bottom: 7%;
width: clamp(82px, 8vw, 120px);
}

/* ============================================================
SECTION 8: DOLPHIN MESSAGE
============================================================ */
.about-section--dolphin {
height: 100vh;
padding: clamp(100px, 6vw, 96px) 24px 0;
background: var(--ink);
overflow: hidden;
}

.dolphin-card {
position: relative;
z-index: 7;
width: min(900px, 78vw);
min-height: clamp(390px, 45vw, 540px);
margin: 0 auto;
padding: clamp(34px, 3.5vw, 48px) clamp(58px, 6vw, 90px);
border: 2px solid transparent;
border-radius: 40px 40px 40px 40px;
background: linear-gradient(var(--ink), var(--ink)) padding-box, var(--gradient-text) border-box;
text-align: center;
display: grid;
align-content: center;
}

.dolphin-card::before,
.dolphin-card::after {
display: none;
}

.dolphin {
position: absolute;
z-index: 9;
width: 70%;
}

.dolphin--left,
.dolphin--right {
width: 70%;
}

.dolphin--left {
left: -12%;
top: -12%;
}

.dolphin--right {
right: -15%;
top: 39%;
}

.dolphin-card__eyebrow {
position: relative;
z-index: 5;
margin: 0 0 14px;
color: var(--white);
font-size: 22px;
font-weight: 400;
}

.dolphin-card h2 {
position: relative;
z-index: 5;
margin: 18px auto 34px;
background: var(--gradient-text);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 56px;
line-height: 1.02;
}

.dolphin-card > p:not(.dolphin-card__eyebrow) {
position: relative;
z-index: 5;
max-width: 610px;
margin: 0 auto 40px;
color: var(--white);
font-size: 22px;
font-weight: 400;
line-height: 1.5;
}

.dolphin-card strong {
position: relative;
z-index: 5;
display: block;
max-width: 650px;
margin: 0 auto;
background: var(--gradient-text);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 56px;
line-height: 1;
}

.starfish--dolphin-one {
left: 5%;
bottom: 26%;
width: clamp(24px, 3vw, 38px);
}

.starfish--dolphin-two {
right: 5%;
top: 16%;
width: clamp(24px, 3vw, 38px);
}

.fish-run--dolphin {
left: 33%;
bottom: 0;
}

.fish-run--dolphin img:nth-child(1) {
width: clamp(28px, 2.8vw, 44px);
margin-top: 16px;
}

.fish-run--dolphin img:nth-child(2) {
width: clamp(40px, 4vw, 62px);
margin-top: 0;
}

.fish-run--dolphin img:nth-child(3) {
width: clamp(22px, 2.1vw, 32px);
margin-top: 28px;
margin-left: -8px;
}

/* ============================================================
SECTION 9: AMBASSADORS / FOOTER OCEAN
============================================================ */
.about-section--ambassadors {
position: relative;
height: 135vh;
margin-top: clamp(320px, 30vw, 560px);
background: var(--ink);
overflow: visible;
}

.ambassador-bg {
position: absolute;
inset: 0;
z-index: 1;
width: 100%;
height: 100%;
max-width: none;
object-fit: cover;
object-position: center bottom;
}

.ambassador-sign,
.ambassador-link,
.ambassador-shelf,
.ambassador-boat,
.footer-board-nav,
.fish-run--ambassadors,
.seaweed--ambassadors-left,
.seaweed--ambassadors-right,
.coral--ambassadors {
position: absolute;
}

.ambassador-sign {
z-index: 9;
top: 8%;
left: 50%;
width: min(360px, 30vw);
text-align: center;
transform: translateX(-50%);
animation: ambassadorFloatCenter 4.6s ease-in-out infinite;
}

.ambassador-sign img {
width: 100%;
}

.ambassador-sign span {
position: absolute;
left: 50%;
top: 25%;
color: var(--white);
font-family: "Royal Mission", sans-serif;
font-size: clamp(18px, 1.7vw, 30px);
line-height: 0.95;
text-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
transform: translate(-50%, -50%);
}

.ambassador-link {
z-index: 8;
display: block;
animation: ambassadorFloat 4.8s ease-in-out infinite;
}

.ambassador-link--mr {
left: 7%;
top: -23%;
width: 20%;
}

.ambassador-link--mrs {
right: 6%;
top: -23%;
width: 20%;
animation-delay: -1.8s;
}

.ambassador-shelf {
z-index: 7;
height: auto;
pointer-events: none;
user-select: none;
}

.ambassador-shelf--mr {
left: 4.5%;
bottom: 76%;
width: min(150px, 6vw);
}

.ambassador-shelf--mrs {
right: 2%;
bottom: 75%;
width: min(280px, 13vw);
}

@media (max-width: 1024px) {
.ambassador-shelf {
display: none;
}
}

.ambassador-bubble {
position: absolute;
z-index: 10;
display: grid;
place-items: center;
justify-items: center;
width: 74%;
min-height: 20%;
color: var(--white);
font-weight: 900;
line-height: 1;
text-align: center;
pointer-events: none;
transform: translate(-50%, -50%);
}

.ambassador-bubble strong {
font-size: 32px;
font-family: 'Royal Mission';
font-weight: 500;
background: var(--gradient-text);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
display: inline-block;
}

.ambassador-bubble small {
font-size: 22px;
}

.ambassador-bubble--mr {
left: 72%;
top: 19%;
}

.ambassador-bubble--mrs {
left: 32%;
top: 19%;
}

.ambassador-boat {
z-index: 6;
left: 62%;
bottom: -1%;
width: min(1600px, 100vw);
transform: translateX(-50%);
}

.footer-board-nav {
z-index: 12;
bottom: 0;
right: 6%;
width: min(320px, 20vw);
}

.footer-board-nav img {
width: 100%;
}

.footer-board-nav a {
position: absolute;
left: 22%;
color: var(--white);
font-family: "Royal Mission", Galano, sans-serif;
font-size: clamp(28px, 3vw, 52px);
line-height: 1;
text-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
transition: color 0.25s ease, text-shadow 0.25s ease, filter 0.25s ease;
}

.footer-board-nav a:is(:hover, :focus-visible) {
background: var(--gradient-text);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
text-shadow: none;
filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.18));
}

.footer-board-nav a:nth-of-type(1) {
top: 13%;
}

.footer-board-nav a:nth-of-type(2) {
top: 30%;
}

.footer-board-nav a:nth-of-type(3) {
top: 46%;
}

.fish-run--ambassadors {
z-index: 10;
right: 5%;
top: 42%;
}

.fish-run--ambassadors img:nth-child(1) {
width: clamp(24px, 2.4vw, 38px);
margin-top: 16px;
}

.fish-run--ambassadors img:nth-child(2) {
width: clamp(36px, 3.5vw, 56px);
margin-top: 0;
}

.fish-run--ambassadors img:nth-child(3) {
width: clamp(18px, 1.8vw, 28px);
margin-top: 28px;
margin-left: -8px;
}

.fish-run--ambassadors-boat {
z-index: 13;
left: 5%;
bottom: 29%;
gap: clamp(22px, 3.8vw, 70px);
}

.fish-run--ambassadors-boat img:nth-child(1) {
width: clamp(46px, 4.8vw, 90px);
margin-top: 20px;
}

.fish-run--ambassadors-boat img:nth-child(2) {
width: clamp(20px, 1.8vw, 34px);
margin-top: 78px;
}

.fish-run--ambassadors-boat img:nth-child(3) {
width: clamp(30px, 2.8vw, 52px);
margin-top: 110px;
}

.fish-run--ambassadors-boat img:nth-child(4) {
width: clamp(22px, 2vw, 38px);
margin-top: 142px;
}

.fish-run--ambassadors-boat img:nth-child(5) {
width: clamp(32px, 3vw, 56px);
margin-top: 54px;
}

.fish-run--ambassadors-boat img:nth-child(6) {
width: clamp(26px, 2.4vw, 46px);
margin-top: 92px;
}

.seaweed--ambassadors-left {
z-index: 8;
left: -3%;
bottom: 0;
width: 7%;
}

.seaweed--ambassadors-right {
z-index: 8;
right: 17%;

bottom: 1%;
width: 7%;
}

.coral--ambassadors {
z-index: 8;

left: 4%;

bottom: 0;
width: 15%;
}

/* ============================================================
KEYFRAMES
============================================================ */
@keyframes floatSoft {
0%,
100% {
transform: translateY(0);
}

50% {
transform: translateY(-10px);
}
}

@keyframes dolphinBob {
0%,
100% {
transform: translateY(0);
}

50% {
transform: translateY(-14px);
}
}

@keyframes ctaBubble {
0% {
transform: translateY(0) scale(0.7);
opacity: 0;
}

20%,
70% {
opacity: 0.9;
}

100% {
transform: translateY(-38px) scale(1.08);
opacity: 0;
}
}

@keyframes bubbleRise {
0% {
transform: translate3d(0, 0, 0) scale(0.9);
opacity: 0;
}

10%,
78% {
opacity: var(--opacity);
}

100% {
transform: translate3d(
var(--drift),
calc(-1 * var(--bubble-travel, 100vh)),
0
)
scale(1);
opacity: 0;
}
}

@keyframes bubblePop {
to {
transform: scale(1.55);
opacity: 0;
}
}

@keyframes sparkPop {
to {
transform: translate(var(--sx), var(--sy)) scale(0);
opacity: 0;
}
}

@keyframes gemSway {
0%,
100% {
transform: rotate(-5deg) translateX(-3px);
}

50% {
transform: rotate(6deg) translateX(4px);
}
}

@keyframes ambassadorFloat {
0%,
100% {
transform: translateY(0);
}

50% {
transform: translateY(-12px);
}
}

@keyframes ambassadorFloatCenter {
0%,
100% {
transform: translateX(-50%) translateY(0);
}

50% {
transform: translateX(-50%) translateY(-12px);
}
}

@media (min-width: 1025px) {

.roots-scene__roots {
left: 55%;
width: 40%;
top: 2%;
}
}


@media (min-width: 1025px) {
.roots-scene {
height: 200vh;
}

.root-value--belief h3 {
width: min(355px, 26vw)!important;
}

.root-value--belief p {
max-width: min(240px, 16vw);
}

.root-value--standard {
right: 15%;
top: 12%;
}
.ants-bg {
top: -63px;
left: 47%;
}
.root-value--nature {
top: 50%;
left: 68%;
}
.root-value--power {
top: 39%;
left: 15%;
}
.root-value--belief {
left: 25%;
bottom: 11%;
}
.about-section--doit-way {
height: 220vh;
}

.doit-heading {
font-size: 86px;
line-height: 1.3;
}

.doit-heading span {
display: block;
}
.about-section--doit-way .section-subtitle {
margin-top: 10px;
font-size: 32px;
}
.shell-card {
width: clamp(150px, 22vw, 300px);
}
.shell-card--open {
left: 16%;
top: 25%;
}
.shell-card--speak {
right: 16%;
top: 29%;
}
.shell-card--intent {
left: 20%;
top: 64%;
}
.shell-card--care {
right: 17%;
top: 72%;
}
.seaweed--doit {
bottom: 53.5%;
left: 76%;
width: clamp(72px, 12vw, 140px);
}

.fish-run--remote {
z-index: 8;
right: 75%;
top: 56%;
}
.remote-card {
width: min(820px, 68vw);
min-height: clamp(335px, 30vw, 420px);
margin-top: 24px;
border-radius: 50px;
}
}

/* ============================================================
MOBILE
============================================================ */
@media (max-width: 640px) {
.section-divider--top {
top: 0px;
}

.about-section--glance {
height: 100%;
}

.glance-title {
left: 50%;
top: 22%;
font-size: 58px;
transform: translateX(-50%);
}

.glance-title span:first-of-type {
font-size: 80px;
}

.glance-title small {
font-size: 12px;
}

.butterfly--one {
top: 20%;
width: 48px;
left: 75%;
}

.butterfly--two {
left: 10%;
top: 25%;
width: 30px;
}

.butterfly--three {
left: auto;
right: 10%;
top: 40%;
width: 30px;
}

.cloud-message--large {
position: relative;
top: auto;
right: auto;
width: 95%;
}

.cloud-message--large p,
.cloud-message--small p {
max-width: 70%;
font-size: 16px;
line-height: 1.35;
margin-top: 20px;
}

.ripped-paper-note__bg {
margin-bottom: 80px;
}

.ripped-paper-note {
position: relative;
left: auto;
top: auto;
width: 80%;
margin: 0 auto;
}

.ripped-paper-note__bg {
margin-bottom: 80px;
}

.ripped-paper-note__content {
inset: 14% 8% 10%;
align-items: center;
text-align: center;
}

.ripped-paper-note p {
margin-bottom: 12px;
font-size: 20px;
line-height: 1.18;
}

.ripped-paper-note strong {
font-weight: 900;
font-size: 22px;
}

.paper-plane {
display: none;
}

.cloud-message--small {
position: relative;
right: auto;
top: auto;
width: 88%;
margin: 24px auto 0;
}
.revolution-panel {
width: 100%;
}

.revolution-icon {
width: 50px;
margin-bottom: 10px;
}

.revolution-panel--stereotypes .revolution-icon {
width: 100px;
margin-bottom: 30px;
}

.revolution-panel .brush-heading {
font-size: 56px;
}

.revolution-panel p {
max-width: 300px;
font-size: 16px;
line-height: 1.5;
}

.disclaimer-sign {
position: relative;
left: auto;
top: auto;
width: 220px;
margin: 0 auto 40px;
animation: none !important;
}

.disclaimer-copy {
position: relative;
top: auto;
right: auto;
width: 100%;
text-align: center;
max-width: 320px;
}

.disclaimer-copy p {
margin-bottom: 18px;
font-size: 20px;
line-height: 1.12;
}

.disclaimer-copy strong {
font-weight: 900;
font-size: 22px;
}

.oval-highlight {
min-width: 126px;
}

.disclaimer-copy__promise {
margin-top: 20px !important;
font-size: 20px !important;
}

.passion-card p {
margin: 0;
color: var(--white);
font-size: 22px;
font-weight: 400;
line-height: 1.25;
}

.passion-card__copy p {
width: 100%;
margin-bottom: 10px;
}

.about-section--passion {
height: auto;
padding: 78px 16px 84px;
}

.passion-globe {
width: 120px;
}

.passion-heading span {
display: block;
}

.passion-card-grid {
grid-template-columns: 1fr;
justify-items: center;
gap: 72px;
margin-top: 76px;
}

.passion-card,
.passion-card--story {
width: min(320px, 86vw);
}

.passion-card--story {
grid-template-columns: 1fr;
padding: 50px 18px 30px;
margin-bottom: 75px;
}

.passion-card__copy {
justify-items: center;
text-align: center;
gap: 40px;
}

.passion-card--story img {
margin-bottom: 40px;
}

.commitment-intro {
padding: 72px 16px 36px;
}

.commitment-intro h2 {
font-size: 58px;
}

.commitment-intro p {
max-width: 255px;
font-size: 20px;
}

.tree-flow--desktop {
display: none;
}

.tree-flow--mobile {
display: block;
position: relative;
width: 100%;
}

.tree-board {
position: absolute;
z-index: 8;
left: 50%;
width: 50%;
display: grid;
justify-items: center;
text-align: center;
color: var(--ink);
transform: translateX(-50%);
pointer-events: none;
}

.tree-board strong {
font-size: 18px;
line-height: 1;
}

.tree-board span {
margin-top: 3px;
font-size: 16px;
line-height: 1.1;
}

.tree-board--one {
top: 52%;
}

.tree-board--two {
top: 70%;
}

.tree-board--three {
top: 90%;
}

.tree-flow__branch,
.tree-flow__trunk {
width: 100%;
}

.tree-flow__branch {
position: relative;
z-index: 2;
}

.tree-flow__trunk {
position: absolute;
top: 30%;
left: 0;      
z-index: 1;   
width: 80%;
}

.roots-heading {
width: 250px;
margin: 0 auto 8px;
padding: 14px 16px 18px;
position: absolute;
top: 49%;
left: 18%;
}

.roots-heading h2 {
font-size: 40px;
}

.roots-heading p {
font-size: 20px;
font-weight: 400;
line-height: 1.15;
letter-spacing: 1px;
color: #fff;
}

.roots-heading img {
right: -38px;
bottom: 16px;
width: 44px;
display: none;
}

.roots-scene {
height: auto;
padding: 92px 20px 48px;
background: var(--roots-gradient);
margin-top: 320px;
}

.ants-bg {
display: none;
}

.roots-scene__roots {
top: 10px;
width: 40%;
left: 78%;
}

.root-value,
.root-value--strength,
.root-value--standard,
.root-value--power,
.root-value--nature,
.root-value--belief {
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto;
width: min(230px, 84vw);
margin: 0 auto 48px;
text-align: center;
transform: none;
}

.root-value--strength{
margin-top: 150px;
}

.root-value img {
height: 48px;
margin: 0 auto 10px;
}

.root-value h3 {
font-size: 22px;
color: #fff;
letter-spacing: 1px;
font-weight: 600;
}

.root-value p {
font-size: 16px;
}

.about-section--doit-way {
height: auto;
padding: 70px 10px 90px;
}

.doit-heading {
max-width: 300px;
margin: 0 auto;
font-size: 40px;
line-height: 1.3;
}

.shell-scene {
position: relative;
height: 610px;
}

.shell-card {
width: 150px;
}

.shell-card--open {
left: 3%;
top: 5%;
}

.shell-card--speak {
right: 3%;
top: 18%;
}

.shell-card--intent {
left: 6%;
top: 46%;
}

.shell-card--care {
right: 4%;
top: 62%;
}

.fish-run--doit {
left: 38%;
top: 42%;
}

.seahorse {
right: 5%;
top: 25%;
width: 58px;
}

.seaweed--doit {
left: -22px;
bottom: 60px;
width: 82px;
}

.mermaid-tail {
right: -6px;
bottom: 62px;
width: 82px;
}

.about-section--remote-team {
height: 580px;
padding: 92px 8px 76px;
}

.remote-card {
width: min(280px, calc(100vw - 32px));
min-height: 380px;
padding: 32px 22px 26px;
border-width: 1px;
border-radius: 50px;
}

.remote-card h2 {
font-size: 34px;
line-height: 1.1;
}

.remote-card p {
font-size: 14px;
line-height: 1.2;
}

.remote-card__cta {
width: 170px;
height: 44px;
margin-top: 24px;
}

.remote-card__cta .bubble-cta,
.remote-card .bubble-cta {
min-width: 132px;
min-height: 30px;
font-size: 16px;
}

.fish-run--remote {
right: -18px;
top: 24px;
}

.fish-run--remote img:nth-child(1) {
width: 34px;
}

.fish-run--remote img:nth-child(2) {
width: 28px;
}

.seaweed--remote {
right: -24px;
bottom: 70px;
width: 76px;
}

.about-section--dolphin {
height: 610px;
padding: 28px 8px 34px;
}

.dolphin-card {
width: min(300px, calc(100vw - 18px));
min-height: 520px;
padding: 60px 18px 28px;
border-width: 2px;
border-radius: 28px;
}

.dolphin {
width: 100%;
}

.dolphin--left {
top: 10px;
left: -20px;
}

.dolphin--right {
right: 10px;
top: 470px;
}

.dolphin-card h2 {
font-size: 32px;
}

.dolphin-card strong {
font-size: 33px;
}

.about-section--ambassadors {
height: 900px;
}

.ambassador-sign {
top: 44%;
width: 46%;
left: 50%;
}

.ambassador-sign span {
font-size: 18px;
}

.ambassador-link--mr {
left: 3%;
top: 20%;
width: 30%;
}

.ambassador-link--mrs {
right: 2%;
top: 5%;
width: 30%;
}

.ambassador-bubble--mr {
left: 73%;
top: -11%;
display: none;
}
.ambassador-bubble--mrs {
left: -4%;
top: -9%;
display: none;
}

.ambassador-bubble strong {
font-size: 11px;
}

.ambassador-bubble small {
font-size: 8px;
}

.ambassador-boat {
bottom: -2%;
width: 100%;
left: 50%;
}

.footer-board-nav {
left: 52%;
right: auto;
bottom: 1%;
width: 30%;
display: none;
}

.footer-board-nav a {
font-size: 25px;
}

.fish-run--ambassadors {
right: -16px;
top: 36%;
}

.seaweed--ambassadors-left {
left: 0%;
bottom: 1%;
width: 10%;
}
.seaweed--ambassadors-right {
right: 19%;
bottom: 1%;
width: 10%;
}

.section-subtitle {
position: relative;
z-index: 5;
max-width: 300px;
margin: 14px auto 0;
color: var(--white);
font-size: 16px;
line-height: 1.5;
text-align: center;
}

.about-section--doit-way .section-subtitle {
margin-top: 10px;
font-size: 16px;
}

.shell-card h3 {
position: absolute;
left: 50%;
top: 28%;
margin: 0;
color: var(--ink);
font-size: 16px;
font-weight: 600;
line-height: 1.12;
transform: translateX(-50%);
}
}



/* ============================================================
REDUCED MOTION
============================================================ */
@media (prefers-reduced-motion: reduce) {
.float-soft,
.float-dolphin,
.root-value--belief img,
.bubble-cta::before,
.bubble-cta::after,
.bubble,
.ambassador-sign,
.ambassador-link {
animation: none !important;
}
}

@media (max-width: 1024px) {
.about-main {
padding: 80px 0 80px 0;
}
}

/* Tablet */
@media (max-width: 767px) {
.about-main {
padding: 0px 0 40px 0;
}

.about-section--passion {
padding: 0;
}

.cloud-message--small {
display: block;
}

.paper-plane {
display: none;
}
}

@media (max-width: 440px) {
.footer-board-nav a {
font-size: 18px;
}
}
@media (min-width: 1025px) {
.about-section--glance {
height: 235vh;
}
}
@media (max-width: 767px) {
.section-divider--bottom {
bottom: 0px;
}

.about-section--revolution {
height: 180vh;
padding: 0;
margin-top: -5px;
}
.revolution-hammer {
position: relative;
left: auto;
top: auto;
transform: none;
margin: 0 auto 24px;
display: block;
}
.revolution-panel p {
font-size: 26px;
}
.revolution-panel .brush-heading {
font-size: 56px;
}
.revolution-content-stereotypes {
bottom: 35%;
}
.about-section--glance {
height: 255vh;
}
.glance-bg--clouds {
bottom: 0;
}
.cloud-message--large {
top: 6%;
}
.ripped-paper-note {
top: 9%;
}
.ripped-paper-note__content {
inset: 14% 8% 36%;
}
}

@media (min-width: 768px) and (max-width: 1024px){

.commitment-intro {
position: relative;
z-index: 6;
padding: clamp(70px, 8vw, 110px) 24px 78px;
text-align: center;
}

.ants-bg {
top: -44px;
left: 49%;
}

.root-value h3 {
font-size: 26px;
}

.revolution-bg {
display: flex;
justify-content: center;
align-items: flex-start;
overflow: hidden;
}

.revolution-bg img {
width: 100%;
height: 100%;
max-width: none;
object-fit: unset;
transform: none;
}
.revolution-hammer {
left: 40%;
top: 18%;
}
.glance-bg--sky {
top: 7%;
}
.about-section--glance {
height: 170vh;
}

.glance-title span:first-of-type {
font-size: 98px;
}

.butterfly--one {
left: 38%;
top: 12%;
width: 6%;
}
.butterfly--two {
left: 18%;
top: 22%;
width: 4%;
}
.butterfly--three {
left: 64%;
top: 25%;
width: 3%;
}

.cloud-message--large {
right: 8%;
top: 50%;
width: 62%;
}
.ripped-paper-note {
left: 5%;
top: 63%;
width: 50%;
}

.ripped-paper-note__bg {
width: 100%;
height: auto;
max-width: none;
height: 40vh;
}
.paper-plane {
left: 44%;
top: 74%;
width: 29%;
}

.cloud-message--small {
right: 5%;
top: 68%;
width: 38%;
}
.revolution-panel p {
font-size: 28px;
}
.revolution-panel .brush-heading {
font-size: 76px;
line-height: 1.28;
}
.revolution-icon {
width: 16%;
}
.revolution-panel--stereotypes .revolution-icon {
width: 20%;
}

.section-subtitle {
position: relative;
z-index: 5;
max-width: 600px;
margin: 20px auto 130px;
color: var(--white);
font-size: 28px;
line-height: 1.25;
text-align: center;
}

.passion-card__copy {
transform: translate(-30px, 0);
}

.tree-board strong {
font-size: clamp(20px, 2.5vw, 35px);
font-weight: 900;
line-height: 1;
margin-bottom: 0;
}
.tree-board span {
margin-top: 1px;
font-size: clamp(15px, 2vw, 30px);
font-weight: 400;
line-height: 1.05;
}
.roots-scene {
height: 100vh;
}
.ants-bg {
top: 0px;
left: 41%;
}
.roots-scene__roots {
top: 3%;
width: 46%;
}
.root-value--strength {
left: 10%;
top: 12%;
}
.root-value--standard {
right: 15%;
top: 6%;
}
.root-value--power {
top: 36%;
left: 14%;
}
.root-value--nature {
top: 46%;
left: 65%;
}
.root-value--belief {
left: 27%;
bottom: 15%;
}
.remote-card {
width: 82%;
}
.fish-run--remote {
right: 80%;
top: 64%;
}
.roots-heading {
margin-right: 10%;
}

.about-section--disclaimer {
height: 36vh;
background: linear-gradient(90deg, #10bfce 0%, #3edbc1 48%, #c3f88d 100%);
}

.about-section--disclaimer {
position: relative;
}
.disclaimer-copy {
position: absolute;
top: 50%;
right: 8%;
transform: translateY(-50%);
width: 40%;
text-align: right;
}
.disclaimer-sign {
position: absolute;
z-index: 7;
left: 10%;
top: 32%;
width: min(350px, 30vw);
animation: none !important;
}

.disclaimer-copy p {
margin: 0 0 clamp(18px, 2vw, 20px);
color: var(--ink);
font-size: 24px;
line-height: 1.08;
}
.disclaimer-copy strong {
font-weight: 900;
font-size: 24px;
}
}

@media only screen
and (min-width: 768px)
and (max-width: 1368px)
and (orientation: landscape) {

.about-section--glance {
height: 130vh;
}

.cloud-message--large {
right: 20%;
top: 40%;
width: 42%;
}

.ripped-paper-note {
position: absolute;
z-index: 8;
left: 16%;
top: 56%;
width: 35%;
filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.22));
}

.ripped-paper-note p {
margin: 0 0 4.5%;
color: var(--ink);
font-size: 24px;
line-height: 1.25;
}

.ripped-paper-note strong {
font-weight: 900;
font-size: 26px;
}

.paper-plane {
position: absolute;
z-index: 9;
left: 44%;
top: 65%;
width: 20%;
}
.cloud-message--small {
right: 10%;
top: 58%;
width: 26%;
}

.about-section--disclaimer {
height: 65vh;
background: linear-gradient(90deg, #10bfce 0%, #3edbc1 48%, #c3f88d 100%);
}
.disclaimer-copy {
top: 50%;
right: 8%;
transform: translateY(-50%);
}
.disclaimer-copy strong {
font-weight: 900;
font-size: 24px;
}
.disclaimer-copy p {
margin: 0 0 clamp(18px, 2vw, 20px);
color: var(--ink);
font-size: 24px;
line-height: 1.08;
}

.root-value--standard {
right: 24%;
top: 12%;
text-align: right;
}
.root-value--strength {
left: 20%;
top: 10%;
}

.root-value--standard {
right: 14%;
top: 10%;
}
.root-value--power {
top: 40%;
left: 20%;
}

.roots-scene {
height: 140vh;
}

.remote-card h2 {
margin: 0 0 18px;
font-size: 58px;
line-height: 0.95;
} 

.remote-card {
width: 60%;
min-height: clamp(335px, 30vw, 420px);
margin-top: 26px;
}

.remote-card__cta {
position: relative;
display: grid;
place-items: center;
width: clamp(215px, 17vw, 260px);
height: clamp(52px, 4.5vw, 66px);
margin: clamp(24px, 2.4vw, 34px) auto 0;
}
.roots-scene__roots {
left: 55%;
width: 44%;
top: 2%;
}
.about-section--ambassadors {
position: relative;
height: 98vh;
margin-top: clamp(320px, 30vw, 560px);
background: var(--ink);
overflow: visible;
}
.about-section--dolphin {
height: 65vh;
padding: clamp(100px, 6vw, 96px) 24px 0;
background: var(--ink);
overflow: hidden;
}

.ambassador-sign {
z-index: 9;
top: 24%;
left: 50%;
width: min(320px, 25vw);
text-align: center;
transform: translateX(-50%);
animation: ambassadorFloatCenter 4.6s ease-in-out infinite;
}

.about-section--remote-team {
height: 60vh;
}
}


@media (width: 1024px) and (height: 768px) and (orientation: landscape) {
.about-section--glance {
height: 125vh;
}

.cloud-message--large {
right: 20%;
top: 44%;
width: 48%;
}
.cloud-message p {
margin-top: 20px;
}
.ripped-paper-note {
position: absolute;
z-index: 8;
left: 10%;
top: 62%;
width: 35%;
filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.22));
}
.ripped-paper-note p {
margin: 0 0 4.5%;
color: var(--ink);
font-size: 22px;
line-height: 1.25;
}
.ripped-paper-note strong {
font-weight: 900;
font-size: 24px;
}

.cloud-message--small {
right: 15%;
top: 62%;
width: 30%;
}

.paper-plane {
position: absolute;
z-index: 9;
left: 44%;
top: 70%;
width: 20%;
}

.about-section--disclaimer {
height: 65vh;
background: linear-gradient(90deg, #10bfce 0%, #3edbc1 48%, #c3f88d 100%);
}

.disclaimer-sign {
position: absolute;
z-index: 7;
left: 18%;
top: 15%;
width: min(350px, 30vw);
animation: none !important;
}

.disclaimer-copy {
position: absolute;
z-index: 7;
right: 12%;
width: 40%;
text-align: right;
}
.disclaimer-copy p {
margin: 0 0 clamp(18px, 2vw, 20px);
color: var(--ink);
font-size: 24px;
line-height: 1.08;
}
.disclaimer-copy strong {
font-weight: 900;
font-size: 24px;
}
.revolution-hammer {
left: 40%;
top: 6%;
width: 20%;
}

.roots-scene__roots {
top: 3%;
width: 44%;
}
.root-value--strength {
left: 20%;
top: 14%;
}

.root-value--standard {
right: 16%;
top: 10%;
}

.root-value--power {
top: 44%;
left: 20%;
}

.root-value h3 {
font-size: 20px;
font-weight: 900;
line-height: 1.2;
}
.ants-bg {
top: 0%;
left: 45%;
}
.ants-bg {
width: min(400px, 28vw);
}
.root-value--standard {
right: 22%;
top: 10%;
}
.root-value p {
font-size: 16px;
}

.root-value img {
width: 32%;
height: 32%;
}

.root-value--nature {
top: 54%;
left: 58%;
}

.root-value {
position: absolute;
z-index: 9;
width: min(300px, 22vw);
color: var(--ink);
}

.root-value--belief {
left: 22%;
bottom: 10%;
}

.passion-heading {
font-size: 86px;
}

.tree-flow--desktop {
width: 80%;
margin: clamp(28px, 3vw, 46px) auto 0;
margin-top: 0px;
}

.doit-heading {
font-size: 70px;
line-height: 1.3;
}

.doit-heading span {
display: block;
}

.shell-card--speak {
right: 16%;
top: 35%;
}

.shell-card--open {
left: 12%;
top: 28%;
}
.seahorse {
position: absolute;
z-index: 10;
right: 5%;
top: 72%;
}
.shell-card--intent {
left: 24%;
top: 64%;
}

.shell-card h3 {
font-size: 20px;
}

.doit-heading {
font-size: 65px;
line-height: 1.2;
}

.doit-heading span{
display: block;
}
.about-section--doit-way {
height: 100vh;
padding: clamp(20px, 5vw, 20px) 24px 0;
background: var(--ink);
}

.shell-card {
position: absolute;
display: grid;
place-items: center;
width: clamp(145px, 22vw, 200px);
text-align: center;
}
.about-section--ambassadors {
position: relative;
height: 100vh;
background: var(--ink);
overflow: visible;
}
.ambassador-link--mr {
left: 3%;
top: 7%;
width: 30%;
}

.ambassador-sign {
z-index: 99;
top: 32%;
left: 34%;
width: min(280px, 20vw);
text-align: center;
transform: translateX(-50%);
animation: ambassadorFloatCenter 4.6s ease-in-out infinite;
}

.ambassador-sign img {
width: 120%;
}
}

/* iPad Mini only */
@media (width: 768px) and (height: 1024px) and (orientation: portrait) {

.about-section--disclaimer {
height: 40vh;
}
.disclaimer-sign {
left: 10%;
top: 32%;
}
.disclaimer-copy {
width: 45%;
right: 6%;
}
.disclaimer-copy p {
margin: 0 0 clamp(18px, 2vw, 20px);
color: var(--ink);
font-size: 20px;
line-height: 1.08;
}
.disclaimer-copy strong {
font-weight: 900;
font-size: 20px;
}
.tree-flow--desktop {
width: 80%;
margin: clamp(28px, 3vw, 46px) auto 0;
margin-top: 0px;
}
.root-value {
position: absolute;
z-index: 9;
width: min(400px, 25vw);
color: var(--ink);
}

.roots-scene__roots {
top: 3%;
width: 52%;
}

.root-value h3 {
margin: 0 0 15px;
color: #000000;
font-family: Galano, sans-serif;
font-size: 20px;
font-weight: 900;
}

.root-value--standard {
right: 10%;
top: 8%;
}

.root-value--nature {
top: 48%;
left: 65%;
}

.root-value--power {
top: 40%;
left: 10%;
}

.root-value--belief {
left: 18%;
bottom: 12%;
}

.root-value p {
margin: 0;
font-size: 17px;
font-weight: 500;
line-height: 1.12;
}

.passion-card--story img {
width: 320px;
height: 195px;
object-fit: cover;
}

.doit-heading {
font-size: 65px;
line-height: 1.2;
}

.doit-heading span{
display: block;
}
.shell-card h3 {
font-size: 20px;
}
.shell-card--speak {
right: 16%;
top: 32%;
}
.shell-card--intent {
left: 20%;
top: 64%;
}
.shell-card--care {
right: 16%;
top: 72%;
}

.remote-card__cta {
position: relative;
display: grid;
place-items: center;
width: clamp(215px, 18vw, 270px);
height: clamp(52px, 4.5vw, 66px);
margin: clamp(24px, 2.4vw, 34px) auto 0;
}

.about-section--ambassadors {
position: relative;
height: 55vh;
margin-top: clamp(320px, 30vw, 560px);
background: var(--ink);
overflow: visible;
}

.about-section--dolphin {
height: 62vh;
padding: clamp(70px, 6vw, 96px) 24px 0;
background: var(--ink);
overflow: hidden;
}

.about-section--remote-team {
height: clamp(520px, 43vw, 700px);
padding: clamp(0px, 10vw, 60px) 24px 0;
background: var(--sky-gradient);
}

.ambassador-link--mr {
left: 2%;
top: 7%;
width: 28%;
}

.ambassador-shelf--mr {
left: 5%;
bottom: 45%;
width: min(180px, 7vw);
}

.ambassador-shelf--mrs {
right: 4%;
bottom: 45%;
width: min(260px, 12vw);
}

.ambassador-sign {
z-index: 99;
top: 34%;
left: 50%;
width: min(280px, 20vw);
text-align: center;
transform: translateX(-50%);
animation: ambassadorFloatCenter 4.6s ease-in-out infinite;
}

.footer-board-nav a:nth-of-type(1) {
top: 13%;
}

.footer-board-nav a:nth-of-type(2) {
top: 43%;
}
.footer-board-nav a:nth-of-type(3) {
top: 72%;
}

.dolphin-card strong {
position: relative;
z-index: 5;
display: block;
max-width: 650px;
margin: 0 auto;
background: var(--gradient-text);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 44px;
line-height: 1.12;
}

.dolphin-card h2 {
position: relative;
z-index: 5;
margin: 16px auto 28px;
background: var(--gradient-text);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 44px;
line-height: 1.12;
}

.ambassador-bubble strong {
font-size: 28px;
}
.ambassador-bubble small {
font-size: 20px;
}

.ambassador-link--mrs {
right: 4%;
top: 7%;
width: 28%;
animation-delay: -1.8s;
}

}


@media (max-width: 767px) {
.glance-mobile-top {
position: relative;
height: 100vh;
}

.glance-mobile-bottom {
position: relative;
height: 155vh;
}
.glance-title {
top: 42%;
left: 50%;
}
.butterfly--one {
top: 38%;
}

.butterfly--two {
top: 50%;
}

.butterfly--three {
top: 62%;
}
.cloud-message--large {
position: absolute;
top: 8%;
left: 50%;
transform: translateX(-50%);
}
.ripped-paper-note {
position: absolute;
top: 27%;
left: 50%;
transform: translateX(-50%);
}
.paper-plane {
position: absolute;
top: 72%;
left: 50%;
transform: translateX(-50%);
}
.cloud-message--small {
position: absolute;
top: 72%;
bottom: auto;
left: 50%;
width: min(320px, 82vw);
transform: translateX(-50%);
}

.cloud-message--small p {
max-width: 62%;
margin-top: -30px;
font-size: 20px;
line-height: 1.2;
transform: translateY(clamp(-70px, -16vw, -52px));
}
.about-section--disclaimer {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 70px 16px 70px;
}

.about-section--disclaimer .section-divider {
left: -1px;
width: calc(100% + 2px);
z-index: 22;
}

.about-section--disclaimer .section-divider--top {
top: -8px;
}

.about-section--disclaimer .section-divider--bottom {
bottom: -8px;
}

.passion-globe {
top: -34px;
margin-bottom: -24px;
}
}

@media (min-width: 1025px) {
.about-section--passion {
height: 300vh;
padding: 0;
display: flex;
flex-direction: column;
}

/* ---------- First Screen ---------- */

.passion-intro {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

/* ---------- Second Screen ---------- */
.passion-card-grid-wrapper {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

.passion-card-grid {
margin: 0 auto;
transform: translateY(-30px);
}

/* ---------- Third Screen ---------- */

.passion-story-wrapper {
height: 50vh;
display: flex;
justify-content: center;
align-items: center;
}

.passion-card--story {
margin: 0 auto;
transform: translateY(50px);
}
}
@media (max-width: 767px) {
.about-section--passion {
height: auto;
min-height: 300vh;
padding: 0;
display: flex;
flex-direction: column;
}

/* ---------- Screen 1 ---------- */

.passion-intro {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

text-align: center;
}

/* ---------- Screen 2 ---------- */

.passion-card-grid-wrapper {
height: auto;
display: flex;
align-items: center;
padding: 18px 0 0;
}

.passion-card-grid {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
gap: clamp(72px, 11vh, 92px);
margin: 0 10px;
align-items: center;
}

.passion-card {
height: auto;
min-height: clamp(360px, 48vh, 430px);
width: 90%;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

/* ---------- Screen 3 ---------- */

.passion-story-wrapper {
height: auto;
display: flex;
justify-content: center;
align-items: center;
padding: clamp(72px, 11vh, 92px) 0 120px;
}

.passion-card--story {
margin: 0;
width: min(90vw, 420px);
height: 65vh;
}

.passion-heading {
font-size: clamp(75px, 10vw, 90px);
}
.section-subtitle {
font-size: 26px;
}
.passion-globe {
width: 50%;
}
.roots-scene__roots {
top: 10px;
width: 40%;
left: 78%;
}
.about-section--dolphin {
height: 100vh;
}
.dolphin--right {
right: -5%;
top: 40%;
width:90%;
}
.dolphin-card {
height: 85vh;
margin-top: 100px;
}

.dolphin-card > p:not(.dolphin-card__eyebrow) {
position: relative;
z-index: 5;
max-width: 610px;
margin: 180px auto 24px;
color: var(--white);
font-size: 22px;
font-weight: 400;
line-height: 1.5;
}
}

@media (max-width: 390px) {
.passion-card--story {
margin: 0;
width: min(90vw, 420px);
height: 80vh;
}
}

@media (width: 768px) and (height: 1024px) {
.passion-card--story {
width: min(685px, 90vw);
}

.passion-card-grid {
padding: 10px 40px;
}
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
.passion-card-grid,
.passion-card--story {
width: min(680px, calc(100vw - 120px));
}

.passion-card-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 44px;
margin-left: auto;
margin-right: auto;
}

.passion-card--story {
margin-top: 64px;
}
}

@media (max-width: 768px) {

.cloud-message--large img {
display: none;
}
.cloud-message--large {
background: #fff;
border: 2px solid #000;
border-radius: 85px;
padding: 24px 20px;
max-width: 340px;
margin: 0 auto;
box-sizing: border-box;
}
.cloud-message--large p {
margin: 0;
text-align: center;
}
.paper-plane {
display: none;
}
.cloud-message--small {
display: block;
}
}

@media (max-width: 1024px) {
.section-divider {
left: -2px;
width: calc(100% + 4px);
}

.section-divider--top {
top: -8px;
}

.section-divider--bottom {
bottom: -8px;
}

.roots-scene::before {
display: none;
}

.roots-paper-edge {
top: -8px;
}

.about-section--passion .section-divider--bottom {
bottom: -4px;
z-index: 31;
}
}

@media (max-width: 767px) {
.brush-heading span {
display: block;
}

.roots-heading {
justify-items: center;
text-align: center;
}

.roots-heading h2,
.roots-heading p {
text-align: center;
}

.root-value,
.root-value h3,
.root-value p {
text-align: center;
}

.root-value h3 {
font-size: 32px;
line-height: 1.18;
}

.root-value p {
max-width: 285px;
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 500px) and (max-width: 767px) and (max-height: 760px) {
.about-section--glance {
height: 245vh;
}

.glance-mobile-bottom {
height: 145vh;
}

.glance-title {
top: 48%;
}

.butterfly--one {
top: 44%;
}

.butterfly--two {
top: 56%;
}

.butterfly--three {
top: 68%;
}

.ripped-paper-note {
top: 29%;
width: min(430px, 76vw);
}

.ripped-paper-note__bg {
height: 50vh;
object-fit: fill;
margin-bottom: 0;
}

.ripped-paper-note__content {
inset: 6% 8% 12%;
}

.cloud-message--small {
top: 66%;
width: min(360px, 68vw);
}

.about-section--commitment .section-divider--top {
top: -8px;
left: -2px;
width: calc(100% + 4px);
z-index: 22;
}

.commitment-intro {
padding-bottom: 112px;
}

.roots-heading {
top: 47.5%;
left: 18%;
}

.revolution-bg img {
object-fit: fill;
object-position: center top;
}

.about-section--glance .section-divider--bottom,
.about-section--disclaimer .section-divider {
left: -2px;
width: calc(100% + 4px);
}

.about-section--glance .section-divider--bottom {
bottom: -8px;
}

.about-section--disclaimer .section-divider--top {
top: -14px;
}

.about-section--disclaimer .section-divider--bottom {
bottom: -10px;
}

.passion-card,
.passion-card--story {
width: min(420px, 82vw);
}

.passion-card--story {
height: auto;
min-height: 620px;
padding: 96px 28px 58px;
}

.passion-card--story > img,
.passion-card--story img {
width: min(280px, 58vw);
height: auto;
object-fit: contain;
margin: 0 auto 24px;
}

.passion-card--story .passion-card__copy {
gap: 26px;
transform: none;
}

.passion-card--story .passion-card__copy p {
margin: 0;
}

.passion-card--story .bubble-cta {
margin-top: 2px;
min-height: 54px;
}
}

@media (width: 768px) and (height: 1024px) and (orientation: portrait) {

.about-section--glance {
height: 230vh;
}

.glance-mobile-top {
position: relative;
height: 100vh;
}

.glance-mobile-bottom {
position: relative;
height: 130vh;
}

.glance-title {
left: 50%;
top: 42%;
font-size: 58px;
transform: translateX(-50%);
}

.cloud-message--large {
left: 50% !important;
right: auto;
top: 12%;
width: min(460px, 78vw);
transform: translateX(-50%) !important;
}

.ripped-paper-note {
left: 50% !important;
transform: translateX(-50%) !important;
}

.ripped-paper-note {
top: 34%;
width: min(460px, 74vw);
}

.paper-plane {
display: none;
}

.cloud-message--small {
position: absolute;
right: auto;
top: 70%;
left: 50%;
width: min(360px, 58vw);
transform: translateX(-50%);
}

.cloud-message--small p {
max-width: 66%;
margin-top: -28px;
font-size: 19px;
line-height: 1.2;
transform: translateY(clamp(-58px, -7vw, -42px));
}

.cloud-message--large {
background: #fff;
border: 2px solid #000;
border-radius: 85px;
padding: 24px 10px;
max-width: 100%;
margin: 0 auto;
box-sizing: border-box;
}
}


/* Tablet & Desktop only */
@media (min-width: 768px) {
.root-value--belief {
display: grid;
grid-template-columns: 1fr 95px;
grid-template-areas:
"heading icon"
"text    icon";
column-gap: 20px;
align-items: center;
}

.root-value--belief h3 {
grid-area: heading;
width: 280px;
margin-bottom: 15px;
}

.root-value--belief p {
grid-area: text;
margin: 0;
}

.root-value--belief img {
grid-area: icon;
width: 95px;
height: auto;
justify-self: end;
align-self: center;
}
}

.root-value h3 span {
display: block;
}

.root-value h3 {
color: var(--white);
font-family: "Royal Mission", Galano, sans-serif;
font-size: 42px;
font-weight: 400;
}

.about-section--doit-way .section-subtitle span{
display: block
}

@media (min-width: 1025px) {
.root-value--standard p,
.root-value--nature p {
margin-left: auto;
margin-right: 0;
text-align: right;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.ants-bg {
top: -44px;
left: 49%;
}

.root-value h3 {
font-size: 26px;
}

.root-value--strength {
left: 6%;
top: 10%;
}

.root-value--standard {
right: 8%;
top: 9%;
}

.root-value--power {
top: 36%;
left: 12%;
}

.root-value--nature {
top: 40%;
left: 65%;
}

.root-value--belief {
left: 27%;
bottom: 25%;
}
}

@media (width: 768px) and (height: 1024px) and (orientation: portrait) {
.root-value--standard {
right: 8%;
top: 11%;
}

.root-value--power {
top: 41%;
left: 8%;
}

.root-value--nature {
top: 50%;
left: 68%;
}

.root-value--belief {
left: 18%;
bottom: 12%;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.shell-card {
position: absolute;
display: grid;
place-items: center;
width: clamp(145px, 30vw, 245px);
text-align: center;
}
}

@media (width: 768px) and (height: 1024px) and (orientation: portrait) {
.shell-card {
position: absolute;
display: grid;
place-items: center;
width: clamp(145px, 22vw, 200px);
text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.doit-heading {
font-size: 60px;
line-height: 1.3;
}

.shell-card--speak {
right: 7%;
top: 35%;
}

.shell-card--intent {
left: 10%;
top: 64%;
}

.shell-card--intent h3 {
position: absolute;
left: 50%;
top: 14%;
}

.shell-card--care {
right: 16%;
top: 72%;
}

.remote-card h2 {
margin: 0 0 18px;
font-size: 56px;
line-height: 0.95;
}

.dolphin-card h2 {
font-size: 46px;
}

.dolphin-card strong {
font-size: 46px;
}

.remote-card__cta {
width: clamp(310px, 20vw, 295px);
}

.about-section--dolphin {
height: auto;
padding: clamp(100px, 6vw, 96px) 24px 0;
background: var(--ink);
overflow: hidden;
}

.about-section--ambassadors {
height: 100vh;
margin-top: 0;
overflow: hidden;
}

.ambassador-bg {
object-fit: cover;
object-position: center bottom;
}

.ambassador-link--mr {
left: 2%;
top: 18%;
width: 28%;
}

.ambassador-link--mrs {
right: 3%;
top: 18%;
width: 28%;
animation-delay: -1.8s;
}

.ambassador-sign {
z-index: 99;
top: 54%;
left: 50%;
width: min(280px, 24vw);
transform: translateX(-50%);
}

.ambassador-boat {
left: 62%;
bottom: 0;
width: min(980px, 100vw);
transform: translateX(-50%);
}

.footer-board-nav {
z-index: 12;
bottom: 6px;
right: 5%;
width: min(250px, 20vw);
display: block;
}

.footer-board-nav a:nth-of-type(1) {
top: 13%;
}

.footer-board-nav a:nth-of-type(2) {
top: 30%;
}

.footer-board-nav a:nth-of-type(3) {
top: 46%;
}

.fish-run--ambassadors {
right: 32%;
top: 24%;
}

.fish-run--ambassadors-boat {
left: 10%;
bottom: 16%;
}

.seaweed--ambassadors-left {
z-index: 8;
left: -3%;
bottom: 0;
width: 8%;
}

.seaweed--ambassadors-right {
z-index: 8;
right: 17%;
bottom: 0;
width: 8%;
}

.coral--ambassadors {
z-index: 8;
left: 3%;
bottom: 0;
width: 15%;
}
}

@media (max-width: 767px) {
.roots-heading,
.roots-heading h2,
.roots-heading p,
.root-value,
.root-value h3,
.root-value p {
text-align: center;
}

.roots-heading {
justify-items: center;
}

.root-value h3 {
font-size: 32px;
line-height: 1.18;
}

.root-value p {
max-width: 285px;
margin-left: auto;
margin-right: auto;
}
}


@media (max-width: 640px) {
.roots-heading {
top: 49%;
left: 18%;
}

.about-section--dolphin {
height: auto;
min-height: 100vh;
padding: 96px 14px 80px;
overflow: visible;
}

.dolphin-card {
width: min(330px, calc(100vw - 28px));
height: auto;
min-height: 780px;
margin-top: 0;
padding: 96px 18px 42px;
align-content: start;
}

.dolphin-card__eyebrow {
margin-bottom: 10px;
font-size: 18px;
line-height: 1.2;
}

.dolphin-card h2 {
margin: 0 auto 22px;
font-size: 34px;
line-height: 1.05;
}

.dolphin-card > p:not(.dolphin-card__eyebrow) {
margin: 170px auto 24px;
font-size: 18px;
line-height: 1.45;
}

.dolphin-card strong {
font-size: 34px;
line-height: 1;
}

.remote-card {
width: min(324px, calc(100vw - 32px));
}

.remote-card__cta {
width: 233px;
height: 44px;
margin-top: 24px;
}

.remote-card__cta .bubble-cta,
.remote-card .bubble-cta {
min-width: 167px;
min-height: 38px;
font-size: 16px;
}

.ambassador-sign {
top: 42%;
width: 46%;
left: 50%;
}

.fish-run--ambassadors-boat {
z-index: 13;
left: 5%;
bottom: 16%;
gap: clamp(22px, 3.8vw, 70px);
}
}

@media (min-width: 360px) and (max-width: 389px) {
.roots-heading {
top: 49%;
left: 18%;
}

.ambassador-sign {
top: 50%;
width: 46%;
left: 50%;
}

.fish-run--ambassadors-boat {
z-index: 13;
left: 5%;
bottom: 16%;
gap: clamp(22px, 3.8vw, 70px);
}

.dolphin-card {
height: auto;
min-height: 780px;
margin-top: 0;
}
.about-section--dolphin {
height: auto;
min-height: 100vh;
}
}

@media (width: 768px) and (height: 1024px) and (orientation: portrait) {
.remote-card__cta {
width: clamp(300px, 18vw, 270px);
}

.dolphin-card strong {
font-size: 42px;
}

.dolphin-card h2 {
-webkit-text-fill-color: transparent;
font-size: 42px;
}

.ambassador-sign {
z-index: 99;
top: 13%;
left: 50%;
width: min(280px, 30vw);
text-align: center;
transform: translateX(-50%);
animation: ambassadorFloatCenter 4.6s ease-in-out infinite;
}

.ambassador-link--mrs {
right: 4%;
top: -40%;
width: 28%;
animation-delay: -1.8s;
}

.ambassador-link--mr {
left: 2%;
top: -40%;
width: 28%;
}

.footer-board-nav {
z-index: 12;
bottom: 5px;
right: 6%;
width: min(320px, 24vw);
}

.seaweed--ambassadors-left {
z-index: 8;
left: -4%;
bottom: 0;
width: 8%;
}

.coral--ambassadors {
z-index: 8;
left: 4%;
bottom: 0;
width: 16%;
}

.footer-board-nav a:nth-of-type(2) {
top: 29%;
}

.footer-board-nav a:nth-of-type(3) {
top: 45%;
}
}

@media (width: 768px) and (height: 1024px) and (orientation: portrait) {
.about-section--ambassadors {
height: 100vh;
margin-top: 0;
overflow: hidden;
}

.ambassador-link--mr {
left: 2%;
top: 18%;
width: 28%;
}

.ambassador-link--mrs {
right: 3%;
top: 18%;
width: 28%;
animation-delay: -1.8s;
}

.ambassador-sign {
top: 54%;
left: 50%;
width: min(280px, 24vw);
transform: translateX(-50%);
}

.ambassador-boat {
left: 62%;
bottom: 0;
width: min(980px, 100vw);
transform: translateX(-50%);
}

.footer-board-nav {
bottom: 6px;
right: 5%;
width: min(250px, 20vw);
display: block;
}

.footer-board-nav a:nth-of-type(2) {
top: 30%;
}

.footer-board-nav a:nth-of-type(3) {
top: 46%;
}
}

.doit-heading span {
background-image: linear-gradient(
90deg,
#02bcdd 0%,
#05c2e4 30%,
#12d3dc 40%,
#47e6bd 50%,
#9af39b 60%,
#d8fb78 100%
) !important;
background-size: 100% 100% !important;
background-repeat: no-repeat !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
color: transparent !important;
display: inline-block;
}
