:root {
--cream: #f2eee5;
--paper: #fffaf0;
--ink: #17201e;
--muted: #6d7068;
--orange: #f5652b;
--orange-dark: #c94717;
--peach: #f4c9ad;
--line: rgba(23, 32, 30, 0.15);
}
* {
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
}
body.admin-bar .splash {
height: calc(100svh - 32px);
max-height: calc(100svh - 32px);
}
body {
background: var(--cream);
color: var(--ink);
font-family: var(--font-geist), Arial, sans-serif;
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
}
.splash {
position: relative;
display: grid;
grid-template-rows: clamp(58px, 8vh, 78px) minmax(0, 1fr) clamp(38px, 6vh, 58px);
width: 100%;
height: 100svh;
max-height: 100svh;
padding: 0 clamp(24px, 6vw, 94px);
overflow: hidden;
isolation: isolate;
}
.splash::before {
content: "";
position: absolute;
inset: 0;
z-index: -2;
opacity: 0.33;
background-image:
linear-gradient(rgba(23, 32, 30, 0.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(23, 32, 30, 0.035) 1px, transparent 1px);
background-size: 72px 72px;
mask-image: radial-gradient(circle at 64% 46%, black, transparent 75%);
}
.splash::after {
content: "";
position: absolute;
top: 0;
right: 0;
z-index: -3;
width: 41vw;
height: 100%;
background: linear-gradient(180deg, rgba(245, 101, 43, 0.04), rgba(245, 101, 43, 0.1));
}
.splash__header,
.splash__footer {
display: flex;
align-items: center;
justify-content: space-between;
border-color: var(--line);
}
.splash__header {
border-bottom: 1px solid var(--line);
}
.brand {
display: inline-flex;
align-items: center;
}
.brand img {
display: block;
width: clamp(116px, 9.5vw, 150px);
height: auto;
}
.header-contact {
display: inline-flex;
align-items: center;
gap: 10px;
color: var(--ink);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.1em;
text-decoration: none;
text-transform: uppercase;
}
.header-contact > span {
display: grid;
place-items: center;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--orange);
color: white;
font-size: 13px;
transition: transform 180ms ease, background 180ms ease;
}
.header-contact:hover > span {
background: var(--orange-dark);
transform: rotate(8deg);
}
.header-contact:focus-visible {
outline: 3px solid rgba(245, 101, 43, 0.35);
outline-offset: 4px;
}
.splash__content {
display: grid;
grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
align-items: center;
gap: clamp(24px, 5vw, 88px);
min-height: 0;
}
.intro {
position: relative;
z-index: 2;
max-width: 720px;
padding: clamp(18px, 3vh, 38px) 0;
}
.eyebrow {
display: flex;
align-items: center;
gap: 10px;
margin: 0 0 clamp(13px, 2vh, 22px);
font-size: 9px;
font-weight: 850;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.eyebrow i {
width: 27px;
height: 2px;
background: var(--orange);
}
.intro h1 {
margin: 0 0 clamp(18px, 2.7vh, 28px);
font-size: clamp(56px, 6.4vw, 102px);
font-weight: 760;
letter-spacing: -0.078em;
line-height: 0.78;
text-wrap: balance;
}
.intro h1 span,
.intro h1 em {
display: block;
}
.intro h1 em {
margin-top: 0.2em;
color: var(--orange-dark);
font-family: Georgia, "Times New Roman", serif;
font-size: 0.7em;
font-weight: 500;
letter-spacing: -0.065em;
line-height: 0.95;
}
.intro__lead {
max-width: 560px;
margin: 0 0 clamp(18px, 2.8vh, 30px);
color: var(--muted);
font-size: clamp(14px, 1.25vw, 18px);
line-height: 1.55;
}
.service-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 clamp(18px, 3vh, 32px);
padding: 0;
list-style: none;
}
.service-list li {
display: inline-flex;
align-items: center;
gap: 9px;
padding: 9px 12px;
border: 1px solid var(--line);
border-radius: 999px;
background: rgba(255, 250, 240, 0.5);
font-size: 10px;
font-weight: 720;
}
.service-list li span {
color: var(--orange-dark);
font-family: Consolas, monospace;
font-size: 8px;
}
.contact-row {
display: flex;
align-items: center;
gap: 20px;
}
.contact-row > p {
margin: 0;
color: var(--muted);
font-family: Georgia, "Times New Roman", serif;
font-size: 13px;
font-style: italic;
}
.contact-button {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 22px;
min-height: 48px;
padding: 6px 6px 6px 18px;
border-radius: 2px;
background: var(--ink);
color: white;
font-size: 11px;
font-weight: 760;
text-decoration: none;
transition: transform 180ms ease, background 180ms ease;
}
.contact-button i {
display: grid;
place-items: center;
width: 36px;
height: 36px;
background: var(--orange);
font-size: 15px;
font-style: normal;
}
.contact-button:hover {
background: #26322f;
transform: translateY(-2px);
}
.contact-button:focus-visible {
outline: 3px solid rgba(245, 101, 43, 0.45);
outline-offset: 4px;
}
.visual {
position: relative;
display: grid;
place-items: center;
width: 100%;
height: min(72vh, 690px);
min-height: 420px;
}
.portal {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: min(100%, 590px);
aspect-ratio: 0.96;
padding: clamp(52px, 6vw, 86px) clamp(28px, 4vw, 58px) clamp(30px, 4vw, 52px);
border-radius: 50% 50% 4px 4px / 42% 42% 4px 4px;
background:
radial-gradient(circle at 74% 18%, rgba(255, 205, 126, 0.5), transparent 22%),
linear-gradient(145deg, #f88134 0%, var(--orange) 55%, #ef4e25 100%);
box-shadow:
0 35px 80px rgba(136, 62, 19, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.28);
overflow: hidden;
animation: portalFloat 7s ease-in-out infinite;
}
.portal::before {
content: "";
position: absolute;
inset: 17px;
border: 1px solid rgba(23, 32, 30, 0.13);
border-radius: inherit;
}
.portal::after {
content: "";
position: absolute;
right: -20%;
bottom: -26%;
width: 72%;
aspect-ratio: 1;
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 50%;
box-shadow:
0 0 0 38px rgba(255, 255, 255, 0.035),
0 0 0 76px rgba(255, 255, 255, 0.025);
}
.portal__label {
position: absolute;
top: 10%;
left: 50%;
margin: 0;
font-size: 8px;
font-weight: 850;
letter-spacing: 0.16em;
text-transform: uppercase;
transform: translateX(-50%);
white-space: nowrap;
}
.portal__cards {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: clamp(14px, 2vw, 24px);
}
.concept-card {
display: flex;
flex-direction: column;
justify-content: flex-end;
min-width: 0;
aspect-ratio: 0.92;
padding: clamp(17px, 2.2vw, 28px);
border: 1px solid rgba(23, 32, 30, 0.18);
box-shadow: 0 24px 50px rgba(76, 28, 10, 0.18);
}
.concept-card--design {
background: var(--ink);
color: white;
transform: rotate(-4deg) translateY(10px);
}
.concept-card--people {
background: var(--paper);
color: var(--ink);
transform: rotate(4deg) translateY(-4px);
}
.concept-card small {
margin-bottom: auto;
font-family: Consolas, monospace;
font-size: clamp(6px, 0.6vw, 9px);
letter-spacing: 0.08em;
opacity: 0.62;
}
.concept-card strong {
margin-bottom: 8px;
font-size: clamp(31px, 4.1vw, 59px);
letter-spacing: -0.075em;
line-height: 0.9;
}
.concept-card span {
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(8px, 0.85vw, 12px);
font-style: italic;
opacity: 0.72;
}
.bridge {
position: relative;
z-index: 3;
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
width: 78%;
margin: clamp(15px, 2.3vw, 28px) auto 0;
}
.bridge > span {
height: 1px;
background: rgba(23, 32, 30, 0.5);
}
.bridge__mark {
display: grid;
place-items: center;
width: clamp(32px, 3.2vw, 46px);
aspect-ratio: 1;
border-radius: 50%;
background: var(--paper);
box-shadow: 0 9px 24px rgba(71, 31, 13, 0.16);
}
.bridge__mark img {
width: 66%;
height: 66%;
object-fit: contain;
}
.orbit {
position: absolute;
border: 1px solid rgba(201, 71, 23, 0.35);
border-radius: 50%;
}
.orbit--one {
top: 7%;
left: 1%;
width: clamp(64px, 9vw, 120px);
aspect-ratio: 1;
box-shadow: inset 0 0 0 13px var(--cream), inset 0 0 0 14px rgba(201, 71, 23, 0.22);
animation: orbitDrift 9s ease-in-out infinite;
}
.orbit--two {
right: -5%;
bottom: 4%;
width: clamp(45px, 6vw, 82px);
aspect-ratio: 1;
border-color: rgba(23, 32, 30, 0.18);
animation: orbitDrift 11s ease-in-out -3s infinite reverse;
}
.splash__footer {
border-top: 1px solid var(--line);
color: rgba(23, 32, 30, 0.58);
font-size: 8px;
font-weight: 700;
letter-spacing: 0.09em;
text-transform: uppercase;
}
@keyframes portalFloat {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-9px); }
}
@keyframes orbitDrift {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(7px, -8px); }
}
@media (max-width: 1040px) {
.splash {
padding-inline: clamp(22px, 4vw, 50px);
}
.splash__content {
grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.8fr);
gap: 28px;
}
.intro h1 {
font-size: clamp(54px, 7.6vw, 80px);
}
.visual {
height: min(64vh, 570px);
min-height: 370px;
}
}
@media (max-width: 720px) {
body.admin-bar .splash {
height: calc(100svh - 46px);
max-height: calc(100svh - 46px);
}
.splash {
grid-template-rows: 58px minmax(0, 1fr) 34px;
padding-inline: 18px;
}
.splash::after {
top: auto;
bottom: 0;
width: 58vw;
height: 48%;
}
.brand img {
width: 116px;
}
.header-contact {
gap: 7px;
font-size: 8px;
letter-spacing: 0.08em;
}
.header-contact > span {
width: 27px;
height: 27px;
font-size: 11px;
}
.splash__content {
position: relative;
display: block;
min-height: 0;
}
.intro {
width: 100%;
max-width: none;
height: 100%;
padding: clamp(20px, 4vh, 34px) 0 12px;
}
.eyebrow {
margin-bottom: 14px;
}
.intro h1 {
max-width: 360px;
margin-bottom: 18px;
font-size: clamp(46px, 13.4vw, 64px);
line-height: 0.8;
}
.intro__lead {
max-width: min(85%, 370px);
margin-bottom: 18px;
font-size: 14px;
line-height: 1.45;
}
.service-list {
display: grid;
grid-template-columns: max-content max-content;
max-width: 82%;
margin-bottom: 20px;
}
.service-list li {
padding: 7px 9px;
font-size: 8px;
}
.contact-row {
align-items: flex-start;
flex-direction: column-reverse;
gap: 9px;
}
.contact-row > p {
font-size: 11px;
}
.contact-button {
min-height: 44px;
font-size: 10px;
}
.contact-button i {
width: 32px;
height: 32px;
}
.visual {
position: absolute;
right: -58px;
bottom: -24px;
z-index: 1;
display: block;
width: clamp(165px, 46vw, 230px);
height: auto;
min-height: 0;
aspect-ratio: 0.96;
pointer-events: none;
}
.portal {
width: 100%;
height: 100%;
padding: 40px 19px 20px;
animation-duration: 8s;
}
.portal__label,
.orbit,
.concept-card small,
.concept-card span {
display: none;
}
.portal__cards {
gap: 8px;
}
.concept-card {
padding: 10px;
}
.concept-card strong {
margin-bottom: 0;
font-size: clamp(20px, 6vw, 30px);
}
.bridge {
margin-top: 11px;
}
.bridge__mark {
width: 25px;
}
.splash__footer span:last-child {
display: none;
}
}
@media (max-width: 420px) and (max-height: 720px) {
.intro {
padding-top: 17px;
}
.eyebrow {
margin-bottom: 11px;
}
.intro h1 {
margin-bottom: 14px;
font-size: clamp(42px, 12.2vw, 51px);
}
.intro__lead {
max-width: 92%;
margin-bottom: 14px;
font-size: 12px;
}
.service-list {
margin-bottom: 14px;
}
.service-list li {
padding: 6px 8px;
font-size: 7px;
}
.visual {
width: 155px;
opacity: 0.82;
}
}
@media (max-height: 640px) and (min-width: 721px) {
.intro h1 {
font-size: clamp(50px, 5.8vw, 75px);
}
.intro__lead,
.service-list {
margin-bottom: 14px;
}
.visual {
height: 76vh;
min-height: 330px;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}