RRS First version
This commit is contained in:
@@ -0,0 +1,263 @@
|
||||
.philosophy {
|
||||
border-top: 1px solid var(--line);
|
||||
padding-top: 70px;
|
||||
}
|
||||
.philosophy__grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
border-block: 1px solid var(--line);
|
||||
padding-block: 48px;
|
||||
}
|
||||
.philosophy__item {
|
||||
padding: 10px clamp(24px, 4vw, 72px);
|
||||
}
|
||||
.philosophy__item:first-child {
|
||||
text-align: right;
|
||||
}
|
||||
.philosophy__item + .philosophy__item {
|
||||
border-left: 1px solid var(--line);
|
||||
}
|
||||
.philosophy__title {
|
||||
margin: 0 0 18px;
|
||||
font-family: var(--serif);
|
||||
font-weight: 400;
|
||||
font-size: clamp(40px, 4vw, 58px);
|
||||
letter-spacing: -0.04em;
|
||||
}
|
||||
.philosophy__text {
|
||||
max-width: 390px;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
line-height: 1.9;
|
||||
color: var(--muted);
|
||||
}
|
||||
.philosophy__item:first-child .philosophy__text {
|
||||
margin-left: auto;
|
||||
}
|
||||
.leadership {
|
||||
padding-top: 100px;
|
||||
}
|
||||
.leadership__grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 28px;
|
||||
}
|
||||
.owner {
|
||||
margin: 0;
|
||||
}
|
||||
.owner__portrait {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
min-height: 370px;
|
||||
padding: 24px;
|
||||
background: #e5e2d9;
|
||||
color: #7e8271;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 4px;
|
||||
}
|
||||
.owner__image-label {
|
||||
align-self: flex-start;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
color: var(--muted);
|
||||
}
|
||||
.owner__silhouette {
|
||||
width: 185px;
|
||||
height: 220px;
|
||||
}
|
||||
.owner__pending {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
color: var(--muted);
|
||||
}
|
||||
.owner__caption {
|
||||
padding: 22px 0 0;
|
||||
}
|
||||
.owner__identity {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 20px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.owner__name {
|
||||
margin: 0;
|
||||
font-family: var(--serif);
|
||||
font-weight: 400;
|
||||
font-size: 26px;
|
||||
}
|
||||
.owner__role {
|
||||
color: var(--muted);
|
||||
font-size: 11px;
|
||||
}
|
||||
.owner__bio {
|
||||
max-width: 370px;
|
||||
margin: 13px 0 0;
|
||||
font-size: 13px;
|
||||
color: var(--muted);
|
||||
line-height: 1.9;
|
||||
}
|
||||
.approach {
|
||||
padding-top: 100px;
|
||||
}
|
||||
.approach__grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 35px;
|
||||
}
|
||||
.approach__step {
|
||||
border-top: 1px solid var(--ink);
|
||||
padding-top: 20px;
|
||||
}
|
||||
.approach__title {
|
||||
margin: 8px 0 18px;
|
||||
font-family: var(--serif);
|
||||
font-size: 36px;
|
||||
font-weight: 400;
|
||||
letter-spacing: -0.04em;
|
||||
}
|
||||
.approach__text {
|
||||
font-size: 13px;
|
||||
line-height: 1.9;
|
||||
color: var(--muted);
|
||||
margin: 0;
|
||||
}
|
||||
.location {
|
||||
padding-top: 100px;
|
||||
}
|
||||
.location__grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1.4fr 1fr;
|
||||
gap: 50px;
|
||||
}
|
||||
.location__map {
|
||||
position: relative;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
min-height: 360px;
|
||||
border: 1px solid #d2d5c7;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
background-color: #e4e6dc;
|
||||
background-image:
|
||||
linear-gradient(#75866b16 1px, transparent 1px),
|
||||
linear-gradient(90deg, #75866b16 1px, transparent 1px);
|
||||
background-size: 40px 40px;
|
||||
}
|
||||
.location__map-label {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
font-size: 11px;
|
||||
line-height: 1.6;
|
||||
color: var(--muted);
|
||||
}
|
||||
.location__pin {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
border: 1px solid var(--ink);
|
||||
padding: 14px 21px;
|
||||
background: var(--paper);
|
||||
border-radius: 50px;
|
||||
font-family: var(--serif);
|
||||
font-size: 24px;
|
||||
}
|
||||
.location__pin-dot {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
background: var(--accent);
|
||||
border-radius: 50%;
|
||||
outline: 1px solid #8f725c50;
|
||||
outline-offset: 5px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.location__map-caption {
|
||||
position: absolute;
|
||||
bottom: 22px;
|
||||
font-family: var(--serif);
|
||||
font-style: italic;
|
||||
font-size: 18px;
|
||||
color: var(--muted);
|
||||
}
|
||||
.location__details {
|
||||
align-self: center;
|
||||
}
|
||||
.location__name {
|
||||
max-width: 360px;
|
||||
margin: 0 0 25px;
|
||||
font-family: var(--serif);
|
||||
font-size: 31px;
|
||||
font-weight: 400;
|
||||
line-height: 1.2;
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
.location__address {
|
||||
font-size: 14px;
|
||||
line-height: 1.9;
|
||||
color: var(--muted);
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.location__button {
|
||||
display: inline-block;
|
||||
padding: 15px 20px;
|
||||
border: 1px solid var(--ink);
|
||||
background: var(--ink);
|
||||
color: var(--paper);
|
||||
border-radius: 30px;
|
||||
font-size: 11px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.location__button:disabled {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.location__status {
|
||||
font-size: 11px;
|
||||
color: var(--muted);
|
||||
line-height: 1.8;
|
||||
}
|
||||
@media (max-width: 650px) {
|
||||
.philosophy {
|
||||
padding-top: 45px;
|
||||
}
|
||||
.philosophy__grid,
|
||||
.leadership__grid,
|
||||
.approach__grid,
|
||||
.location__grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.philosophy__grid {
|
||||
padding-block: 0;
|
||||
}
|
||||
.philosophy__item {
|
||||
padding: 32px 0;
|
||||
}
|
||||
.philosophy__item:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
.philosophy__item:first-child .philosophy__text {
|
||||
margin-left: 0;
|
||||
}
|
||||
.philosophy__item + .philosophy__item {
|
||||
border-top: 1px solid var(--line);
|
||||
border-left: 0;
|
||||
}
|
||||
.leadership,
|
||||
.approach,
|
||||
.location {
|
||||
padding-top: 60px;
|
||||
}
|
||||
.leadership__grid {
|
||||
gap: 35px;
|
||||
}
|
||||
.owner__portrait {
|
||||
min-height: 330px;
|
||||
}
|
||||
.location__grid {
|
||||
gap: 30px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user